You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current estimate-bleaching routine looks for Interval_ms metadata which is not always present.
I'll propose that we make two changes to fix this issue:
change estimate-bleaching to read time scale with units from the .zarr metadata
change the update-scale-metadata utility to modify the scales and units for TZYX instead of just ZYX
This will allow us enough flexibility to plot in units of "per second" or "per volume", and it does not depend on iohub correct passing to time metadata which is planned for after the universal API.
The text was updated successfully, but these errors were encountered:
adding to this, I just realized that a failure mode fo this is when dt gets parsed as 0.0 from the plate metadata. The default behavior should be 1.0 so that T*dt can still generate the array. Otherwise we get the following:
The current
estimate-bleaching
routine looks forInterval_ms
metadata which is not always present.I'll propose that we make two changes to fix this issue:
estimate-bleaching
to read time scale with units from the .zarr metadataupdate-scale-metadata
utility to modify the scales and units for TZYX instead of just ZYXThis will allow us enough flexibility to plot in units of "per second" or "per volume", and it does not depend on
iohub
correct passing to time metadata which is planned for after the universal API.The text was updated successfully, but these errors were encountered: