-
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
Fix how cached paired planes search for movies. #23
Conversation
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.
looks like a helpful debug mode was added, i see no problems
given that |
@mattjdavis, I put that into an issue: #24 |
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.
Looks good to me.
Input parameters in some of the functions need to be documented. (e.g., def paired_plane_cached_movie: chunk_size, non_rigid, block_size, return_rframes, etc.)
aind-ophys-motion-correction copied the raw h5 file to it's results directory for decrosstalk processing. The pipeline contains a new channel connection from the raw data to decrosstalk so that the file never needs to be copied in the first place. Also added a debug mode.