AllenInstitute / brain_observatory_qc

Other
2 stars 0 forks source link

partial paired registration for episodic mean FOV #357

Closed jkim0731 closed 8 months ago

jkim0731 commented 8 months ago

Speeding up by applying paired plane registration only for the episodic mean FOV. It will speed up and reduce memory usage by NOT creating or saving the entire paired plane registration data.

I made new functions for creating episodic mean FOVs under visualization.data_processing.ophys.motion_correction, because we want to create them and visualize for QC purpose. This also includes creating episodic mean FOVs from registered data.

Let me know if there is a better place to put this function.