Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[python] Update spatial API to match somacore 1.0.23 (#3274)
* Update Scene subcollection API - Make subcollection always a positional argument (for consistency). - Fix docstrings for `create` methods (no default value for subcollection). * [python] Update the `MultiscaleImage` to match `somacore` API changes (#3262) - Directly take the `CoordinateSpace` as a creation parameter. - Remove confusing `image_type` property/creation parameter. Use `data_axis_order` instead which uses the axis names the user provided. - Create the first resolution level when creating the `MultiscaleImage`. - Require the `add_new_level` to only add images smaller than the base (level=0) image. - Add a `set` method for adding images that exist outside of SOMA. - Add a property to check the number of channels in the image. - Replace public facing `ImageProperties` class with internal `_LevelProperties` class.
- Loading branch information