You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: flatmap/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,19 +48,20 @@ As part of the workflow:
48
48
49
49
1. Change directory to `applications/flatview_3d_data`.
50
50
2. Run `make FLATVIEW_DATA_INPUT_FILE="<path to input data>"`.
51
-
3. Extra arguments to `flatplot` can be passed in `FLATPLOT_DATA_EXTRA`.
51
+
3. Extra arguments to `flatplot` can be passed in the variable `FLATPLOT_DATA_EXTRA`.
52
52
4. Find output image under `output/`.
53
53
54
54
Stand-alone:
55
55
56
-
1. Run `$ATLAS_ENHANCEMENT_ROOT/flatmap/code/bin/flatplot <flatmap NRRD> <data NRRD> <output prefix>`.
57
-
2. Some common options are:
56
+
1. The [flatplot](code/utils/flatplot.py) script can be found in `$ATLAS_ENHANCEMENT_ROOT/flatmap/code/utils/flatplot.py`.
57
+
2. Run it like `flatplot <flatmap NRRD> <data NRRD> <output prefix>`.
58
+
3. Some common options are:
58
59
+`--flatpix`: specify pixel resolution of output image
59
60
+`--autospan`: get value range from data, instead of [0,1]
60
61
+`--colormap`: set color map from `colorcet` as `cet:*`, from `seaborn` as `sns:*`, from `cmcrameri` as `cmc:*`, or as a comma-separated list of hexadecimal RGB colors (`#XXXXXX`)
61
62
+`--reduction`: specify aggregation function, e.g. `max`, `mean`, etc.
62
63
+`--layers`: path to layers NRRD (1-based integers), to be used with `--split` to plot each layer separately, or `--only-layer` to plot a specific layer.
63
-
4. For full CLI options, run `flatplot` with no arguments.
0 commit comments