-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Staks are now initialized from arrays. Add apply function to stacks. * adds new methods to the Stack object. * fix integer index problem * version 3, updated doc * Update README.md * correct typos in readme
- Loading branch information
Showing
41 changed files
with
1,053 additions
and
668 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,5 @@ __pycache__ | |
dist/ | ||
.vscode/ | ||
build/ | ||
.ipynb | ||
.ipynb | ||
examples/Notebook/ |
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,15 +1,15 @@ | ||
# Multi-page TIFF | ||
|
||
![image](https://github.com/mpascucci/multipagetiff/raw/master/imgs/output_19_0.png) | ||
![image](https://raw.githubusercontent.com/mpascucci/multipagetiff/dev/examples/markdown/output_45_0.png) | ||
|
||
This module module makes easy dealing with multi-page tiff images stacks. | ||
This module simplifies working with multipage images (stacks). Image stacks are often found as multi-page tiff files. | ||
|
||
It implements depth color-coding by max-projection, like the Z-projection functions of ImageJ. | ||
|
||
Detailed description on the [GitHub project page](https://github.com/mpascucci/multipagetiff/blob/master/README.md). | ||
|
||
typical import line: | ||
```python | ||
import multipagetiff as tiff | ||
import multipagetiff as mtif | ||
``` | ||
|
Binary file not shown.
Oops, something went wrong.