Skip to content

Update feature tables as per table specifications, in napari-workflows-wrapper task #593

@tcompa

Description

@tcompa

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).

Metadata

Metadata

Assignees

Labels

High PriorityCurrent Priorities & Blocking IssuesTablesAnnData and ROI/feature tables

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions