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
CytoDL output file names containing timestamp information should be zero-padded. Such padding is required to avoid issues in down stream tasks such as OME-ZARR conversion.
CytoDL output file names containing timestamp information should be zero-padded. Such padding is required to avoid issues in down stream tasks such as OME-ZARR conversion.
current output - "XYZ_T=0.tiff"; "XYZ_T=10.tiff"; "XYZ_T=110.tiff"
required output - "XYZ_T=000.tiff"; "XYZ_T=010.tiff"; "XYZ_T=110.tiff"
The text was updated successfully, but these errors were encountered: