From cf3d28c34f1d61747eeb865f523da9924ab79399 Mon Sep 17 00:00:00 2001 From: Julia Dark Date: Wed, 25 Sep 2024 10:22:16 -0400 Subject: [PATCH] Add multiscale image operations table --- abstract_specification.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/abstract_specification.md b/abstract_specification.md index 954caad..41741ed 100644 --- a/abstract_specification.md +++ b/abstract_specification.md @@ -1020,7 +1020,23 @@ Parameters: ## SOMAMultiscaleImage - +The `SOMAMultiscaleImage` contains multiple `SOMADenseNDArray` objects, but does not directly replicate the full `SOMACollection` API. + +| Operation | Description | +| ---------------------------------------------- | -------------------------------------------------- | +| static create(uri, ...) -> SOMAMultiscaleImage | Create a `SOMAMultiscaleImage` named with the URI. | +| get soma_type | Returns the constant "SOMAMultisclaeImage". | +| get coordinate_space | | +| get image_type | | +| get level_count | | +| get level_properties | | +| add_new_level | | +| read_region | | +| axis_names | | +| get_transformation_from_level | | +| get_transformation_to_level | | + + ## Enumeration types