-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add support for getting the aggregated scale/transform for individual arrays * Revert "formatting changes" This reverts the formatting changes that were accidentally included with commit 0c21a73. * address ziwen's comments * black formatting changes * update test_get_transform_image test name * factor out retrieving the list of all applicable transforms and improve docs * use get_effective_scale to simplify the scale property * use the first array's path in `scale` property to get the highest resolution image metadata * Separate test into 2, and cover cases where both the fov and image have scale and translation transforms * Return effective scale and transform as simple lists of floats instead of TransformationMeta * Return plain floats instead of numpy floats * fix test docstring * Handle case where `self.metadata.multiscales[0].coordinate_transformations` is `None`
- Loading branch information
Showing
2 changed files
with
193 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters