When producing feature tables from the napari-workflows-wrapper task, we are currently not complying with our own feature-table specifications, which are being defined as part of #582.
We currently write a measurement table into a Zarr group as:
write_table(
image_group,
table_name,
measurement_table,
overwrite=overwrite,
logger=logger,
)
without including any table_attrs. We should start to also use the attributes that were proposed in ome/ngff#64 (e.g. type, region, instance_key).
When producing feature tables from the napari-workflows-wrapper task, we are currently not complying with our own feature-table specifications, which are being defined as part of #582.
We currently write a measurement table into a Zarr group as:
without including any
table_attrs. We should start to also use the attributes that were proposed in ome/ngff#64 (e.g.type,region,instance_key).