Related to #353
During conversion from Tiff to OME-zarr we rename MicroManager positions to match the HCS row/col/fov standard using MicroManagerFOVMapping.hcs_position_labels. This function turns positions named A1-Site_0 into FOVs at A/1/0, for example.
We need to keep track of the original MM position name to reference other MM metadata, mainly the stage position list used during stitching. @talonchandler and I discussed that we should log the original MM position label in an iohub metadata field that's part of the zarr attributes, similar to how we log the "previous" scale during iohub set-scale. This new metadata field could be called mm_position_label.
Related to #353
During conversion from Tiff to OME-zarr we rename MicroManager positions to match the HCS row/col/fov standard using MicroManagerFOVMapping.hcs_position_labels. This function turns positions named A1-Site_0 into FOVs at A/1/0, for example.
We need to keep track of the original MM position name to reference other MM metadata, mainly the stage position list used during stitching. @talonchandler and I discussed that we should log the original MM position label in an
iohubmetadata field that's part of the zarr attributes, similar to how we log the "previous" scale duringiohub set-scale. This new metadata field could be calledmm_position_label.