Skip to content

Commit

Permalink
start structuring documentation better
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Oct 8, 2024
1 parent 645a9dc commit 0070d50
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/modules/image/multi_channel_image.md
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.
4 changes: 4 additions & 0 deletions docs/modules/persistence/.pages
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.
4 changes: 4 additions & 0 deletions docs/modules/persistence/image_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Image data
## Format: OME-TIFF

## Format: NetCDF4
1 change: 1 addition & 0 deletions docs/modules/persistence/msi_data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# MSI Data
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ plugins:
show_symbol_type_heading: yes
show_source: no
members_order: alphabetical
- awesome-pages
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ doc = [
"mkdocs",
"mkdocs-material",
"mkdocstrings[python]",
"mkdocs-awesome-pages-plugin",
]
apps = [
"bfabric @ git+https://github.com/fgcz/bfabricPy.git@main"
Expand Down

0 comments on commit 0070d50

Please sign in to comment.