Skip to content

NGFF metadata as a slot #50

Description

@Artur-man

Regarding #36 and #48, I think we need a slot in the object capturing the entirety of the NGFF metadata.

romeo/R/ome_read.R

Lines 56 to 58 in c21d28e

metadata = list(version = ome_version,
type = type,
dim_names = dim_names)

This is useful and easy to maintain because NGFF is nicely versioned and structured.

Thus instead of making our own metadata, we should just use it as it is and make accessors for elements from the metadata, and that would also make it easier to implement methods to manipulate coordinate systems and transformations.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions