Skip to content

Commit

Permalink
Add multiscale image operations table
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-dark committed Oct 16, 2024
1 parent 37f1c65 commit cf3d28c
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion abstract_specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,23 @@ Parameters:

## SOMAMultiscaleImage

<!-- TODO: Add multiscale image operations -->
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 | |

<!-- TODO: Add details about the operations -->

## Enumeration types

Expand Down

0 comments on commit cf3d28c

Please sign in to comment.