Regarding #36 and #48, I think we need a slot in the object capturing the entirety of the NGFF metadata.
|
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.
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
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.