AllenInstitute / MIES

Multichannel Igor Electrophysiology Suite
https://alleninstitute.github.io/MIES/user.html
Other
21 stars 6 forks source link

Acquiring new data into old experiments with new LBN entries shows bug message #2099

Closed t-b closed 1 month ago

t-b commented 2 months ago
  MIES BUG ED_FindIndizesAndRedimension(...)#L572: Could not find a description for entry: Sampling interval DA
  MIES BUG ED_FindIndizesAndRedimension(...)#L572: Could not find a description for entry: Sampling interval AD
  MIES BUG ED_FindIndizesAndRedimension(...)#L572: Could not find a description for entry: Sampling interval TTL

The reason is that we don't load the labnotebook description waves again. We might need to remove them before saving in IH_Cleanup.

t-b commented 1 month ago

We already reload the LBN description waves if LABNOTEBOOK_VERSION changes. Looks like this was forgotten in 07de06af0 (DC: Introduce separate fields for channel dependent samplingIntervals in DCResult, 2024-01-09).