-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Admin updates and minor doc updates * Working w/ aicsimageio 4.0 * Doc images * Update tests to use aicsimageio download resources * Fix / ignore typings * Remove / clean some accidental commits * Add docs and napari meta, attempt plugin sort * Doc updates * Minor napari doc remove header * Trigger Build
- Loading branch information
Jackson Maxfield Brown
authored
Jun 29, 2021
1 parent
dd26dd3
commit 36583ab
Showing
33 changed files
with
492 additions
and
184 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 was deleted.
Oops, something went wrong.
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
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 |
---|---|---|
@@ -0,0 +1,51 @@ | ||
## Features | ||
* Supports reading metadata and imaging data for: | ||
* `CZI` | ||
* `OME-TIFF` | ||
* `TIFF` | ||
* Any formats supported by [aicsimageio](https://github.com/AllenCellModeling/aicsimageio) | ||
* Any additional format supported by [imageio](https://github.com/imageio/imageio) | ||
|
||
### Plugin Variants | ||
|
||
![screenshot of plugin sorter showing that napari-aicsimageio-in-memory should be placed above napari-aicsimageio-out-of-memory](https://github.com/AllenCellModeling/napari-aicsimageio/tree/main/images/plugin-sorter.png) | ||
|
||
There are two variants of this plugin that are added during installation: | ||
* `aicsimageio-in-memory`, which reads an image fully into memory | ||
* `aicsimageio-out-of-memory`, which delays reading ZYX chunks until required. | ||
This allows for incredible large files to be read and displayed. | ||
|
||
## Examples of Features | ||
|
||
#### General Image Reading | ||
|
||
All image file formats supported by | ||
[aicsimageio](https://github.com/AllenCellModeling/aicsimageio) will be read and all | ||
raw data will be available in the napari viewer. | ||
|
||
In addition, when reading an OME-TIFF, you can view all OME metadata directly in the | ||
napari viewer thanks to `ome-types`. | ||
|
||
![screenshot of an OME-TIFF image view, multi-channel, z-stack, with metadata viewer](https://github.com/AllenCellModeling/napari-aicsimageio/tree/main/images/ome-tiff-with-metadata-viewer.png) | ||
|
||
#### Mosaic CZI Reading | ||
|
||
When reading CZI images, if the image is a mosaic tiled image, `napari-aicsimageio` | ||
will return the reconstructed image: | ||
|
||
![screenshot of a reconstructed / restitched mosaic tile CZI](https://github.com/AllenCellModeling/napari-aicsimageio/tree/main/images/tiled-czi.png) | ||
|
||
#### Mosaic LIF Reading | ||
|
||
When reading LIF images, if the image is a mosaic tiled image, `napari-aicsimageio` | ||
will return the reconstructed image: | ||
|
||
![screenshot of a reconstructed / restitched mosaic tile LIF](https://github.com/AllenCellModeling/napari-aicsimageio/tree/main/images/tiled-lif.png) | ||
|
||
## Citation | ||
|
||
If you find `aicsimageio` _(or `napari-aicsimageio`)_ useful, please cite as: | ||
|
||
> AICSImageIO Contributors (2021). AICSImageIO: Image Reading, Metadata Conversion, and Image Writing for Microscopy Images in Pure Python [Computer software]. GitHub. https://github.com/AllenCellModeling/aicsimageio | ||
_Free software: BSD-3-Clause_ |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
project_urls: | ||
Bug Tracker: https://github.com/AllenCellModeling/napari-aicsimageio/issues | ||
Documentation: https://github.com/AllenCellModeling/napari-aicsimageio#README.md | ||
Source Code: https://github.com/AllenCellModeling/napari-aicsimageio | ||
User Support: https://github.com/AllenCellModeling/napari-aicsimageio/issues |
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
Oops, something went wrong.