WALIII / ImBat

Handling functions for wireless miniscope data
MIT License
2 stars 0 forks source link

wrong number of timestamps/datapoints #6

Closed WALIII closed 5 years ago

WALIII commented 5 years ago

Missing data- there are more video times than there are datapoints in the C matrix

WALIII commented 5 years ago

re-running the pipeline to try to replicate the issue with a different computer

UPDATE: the mismatch is upstream from ImBat_Start.m

WALIII commented 5 years ago

There is a mismatch between the .tiff file and the metadata extracted from the raw .mov files. Possibly this resulted from an error when running FS_AV_parse_Batch.m.

Re-running extraction to try and replicate the issue. Exploring if MATLAB will skip writing to a mptif when a computer goes to sleep ( i.e when a laptop is closed). If so, I'll add a check at this step to verify that the number of frames in all tiffs matches the number of frames listed in the metadata

WALIII commented 5 years ago

Re-running .mov extraction solves the problem. Will re-extract on Daedalus today