Skip to content

Commit

Permalink
fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hamshkhawar committed Apr 2, 2024
1 parent 3624fd2 commit 1ddb2f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions formats/image-dimension-stacking-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
This plugin leverages the [filepattern](https://filepattern2.readthedocs.io/en/latest/Home.html) library and employs the `groupBy` variable to enable the matching of image filenames, facilitating their stacking into multi-dimensional images.
Currently, the plugin supports the following dimensions and user can choose the relevant variable for the `groupBy` input argument.
1. multi-channel `groupBy=c`\
For example `filePattern=x01_y01_p01_c{c:d+}.ome.tif`\
For example `filePattern=x01_y01_p01_c{c:d+}.ome.tif`
2. multi-zplanes `groupBy=z`\
For example `filePattern=tubhiswt_C1-z{z:d+}.ome.tif`\
For example `filePattern=tubhiswt_C1-z{z:d+}.ome.tif`
3. multi-timepoints `groupBy=t`\
For example `filePattern=img00001_t{t:d+}_ch0.ome.tif`\
For example `filePattern=img00001_t{t:d+}_ch0.ome.tif`

#### Note:
Filename patterns may consist of any other filepattern variables, combined with other valid regular expression arguments, excluding the `groupBy` variable.
Expand Down

0 comments on commit 1ddb2f3

Please sign in to comment.