AllenInstitute / ophys_etl_pipelines

Pipelines and modules for processing optical physiology data
Other
9 stars 5 forks source link

Dewarping refactor #130

Open Matyasz opened 3 years ago

Matyasz commented 3 years ago

To bring the dewarping code up to our current standards before putting it into production, at a minimum the following must occur:

wbwakeman commented 3 years ago

This does not need to run on videos that are not 512 pixels. we can assume that the input videos from Institute Scientifica scanners. It would be good to return a sensible error message if the video is not 512 so that we can quickly feedback that information to the experiment operators.

djkapner commented 3 years ago

this is improved enough with a schema and more tests now. it could be refactored even more, but, this is good enough to deploy to production.

wbwakeman commented 3 years ago

Moving to backlog to do the remaining tasks