SainsburyWellcomeCentre / aeon_mecha

Project Aeon's main library for interfacing with acquired data. Contains modules for raw data file io, data querying, data processing, data qc, database ingestion, and building computational data pipelines.
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

Refactor aeon.qc.video.py #266

Open lochhh opened 11 months ago

lochhh commented 11 months ago

Since the refactor in b48fcac69ad58191fa281544b390343bec12c980, aeon.chunkdata and aeon.videoreader in the following lines no longer exist:

https://github.com/SainsburyWellcomeCentre/aeon_mecha/blob/34d16faa2d89c19199335b17d5f4021e17d00db1/aeon/qc/video.py#L20 https://github.com/SainsburyWellcomeCentre/aeon_mecha/blob/34d16faa2d89c19199335b17d5f4021e17d00db1/aeon/qc/video.py#L32

glopesdev commented 11 months ago

Probably the best option would be to generalize the entire script to work on all cameras of any experiment schema, i.e. removing all specific references to experiment0.1 and the list of specific camera names at the top.