-
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.
start structuring documentation better
- Loading branch information
1 parent
645a9dc
commit 0070d50
Showing
7 changed files
with
25 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
## MultiChannelImage class | ||
This class makes our code a bit more standardized on how multi-channel images are handled internally. | ||
We use Xarray for the representation of the data and basically provide a wrapper around it providing reusable blocks of common functionality. | ||
|
||
The basic convention is to use the dimensions $(c, y, x)$ for the channel, $y$ and $x$ dimensions, respectively. | ||
The channels have coordinates in the DataArray, describing the channel names. | ||
|
||
### Flat representation | ||
|
||
TODO To be described, since it is a bit tricky with the whole multi-index support. | ||
|
||
### API Reference | ||
|
||
... depiction.image. |
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,4 @@ | ||
nav: | ||
- general_overview.md | ||
- msi_data.md | ||
- ... |
File renamed without changes.
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,4 @@ | ||
# Image data | ||
## Format: OME-TIFF | ||
|
||
## Format: NetCDF4 |
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 @@ | ||
# MSI Data |
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 |
---|---|---|
|
@@ -36,3 +36,4 @@ plugins: | |
show_symbol_type_heading: yes | ||
show_source: no | ||
members_order: alphabetical | ||
- awesome-pages |
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