You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it was decided that a side-by-side TIFF downsampled to 2Hz comparing pre- and post-motion correction movies should be produced as an automatic artifact of our motion correction pipeline in addition to the downsampled webms currently being produced.
Tasks
Add code to create downsampled TIFFs to the suite2p_registration pipeline code
Validation
Motion correction runs and automatically produces the requested TIFF
The code we want should call some form of
ophys_etl/modules/video/side_by_side_video
with the pre-motion correction file specified as left_side_video_path and the post-motion correction file as right_side_video_path
For other parameters, here is an example of a config I used to generate the example videos that the scientists approved
input_frame_rate_hz should be changed to whatever the actual frame rate of the input movie is. n_parallel_workers should not be set higher than the number of cores we expect in our production motion correction jobs (16? check the slurm submission scripts for an actual motion correction job)
I'm not sure what the output file path should be. Probably you can just copy the name of the .webm file we are already producing and change the extension to .tiff.
The text was updated successfully, but these errors were encountered:
In this Mindscope QC issue
AllenInstitute/brain_observatory_qc#16
it was decided that a side-by-side TIFF downsampled to 2Hz comparing pre- and post-motion correction movies should be produced as an automatic artifact of our motion correction pipeline in addition to the downsampled webms currently being produced.
Tasks
suite2p_registration
pipeline codeValidation
The code we want should call some form of
with the pre-motion correction file specified as
left_side_video_path
and the post-motion correction file asright_side_video_path
For other parameters, here is an example of a config I used to generate the example videos that the scientists approved
input_frame_rate_hz
should be changed to whatever the actual frame rate of the input movie is.n_parallel_workers
should not be set higher than the number of cores we expect in our production motion correction jobs (16? check the slurm submission scripts for an actual motion correction job)I'm not sure what the output file path should be. Probably you can just copy the name of the .webm file we are already producing and change the extension to .tiff.
The text was updated successfully, but these errors were encountered: