-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
10355b4
commit 7572c1f
Showing
7 changed files
with
661 additions
and
802 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
"""IO and validation of NGFF metadata.""" | ||
|
||
from ngio.ngff_meta.fractal_image_meta import FractalImageMeta, PixelSize, SpaceUnits | ||
from ngio.ngff_meta.fractal_image_meta import ImageMeta, PixelSize, SpaceUnits | ||
from ngio.ngff_meta.meta_handler import get_ngff_image_meta_handler | ||
|
||
__all__ = ["get_ngff_image_meta_handler", "FractalImageMeta", "PixelSize", "SpaceUnits"] | ||
__all__ = ["get_ngff_image_meta_handler", "ImageMeta", "PixelSize", "SpaceUnits"] |
Oops, something went wrong.