forked from datajoint/element-calcium-imaging
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add symlink to Processing
for ZDriftMetrics
#5
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
2130289
Add symlink to `ZDriftMetrics`
kushalbakshi 175a7e6
Update attributes for ZDrift and Processing `make`
kushalbakshi 14da7a5
Update attribute exceeds_threshold -> bad_frames
kushalbakshi a5a4e0e
Modify attribute comment
kushalbakshi 83efb3a
Update table ProcessingParamSet -> ProcessingTask for output dir
kushalbakshi 1b0b496
Update "params" -> "z_params"
kushalbakshi e63e639
Convert "output_dir" to path
kushalbakshi e88313c
Remove `unlink` step
kushalbakshi fdc7933
Use PathLike object for symlink, not list
kushalbakshi 4fddefa
Check if symlink already exists
kushalbakshi 9b105b0
Symlink using file not folder
kushalbakshi 9162427
check for symlink, append links to `image_files`
kushalbakshi 76056a8
Add `image_files` to else block
kushalbakshi d0e0104
Debug symlink
kushalbakshi 225c663
Debug output_dir error
kushalbakshi 2b51502
Debug symlink
kushalbakshi 65623c2
Revert symlink to outbox
kushalbakshi 472a4f4
Symlink into first directory of full path
kushalbakshi 39a227b
Debug symlink
kushalbakshi b69f0e8
Specify path before saving
kushalbakshi 7a11b00
Fix typo
kushalbakshi 11577ec
Debug path error
kushalbakshi 57f613a
Resolve path error in suite2p
kushalbakshi e126088
Add print statement for debugging
kushalbakshi 41b1d45
Black formatting
kushalbakshi 1aae2bb
Add error message for processing more than one set of bad frames
kushalbakshi 3438f79
Updates from code review comments
kushalbakshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can simplify by doing try-catch around the
fetch1()
hereThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!