Skip to content

Commit 81f4e65

Browse files
authored
Merge pull request #1 from berenslab/update
v0.1.11
2 parents 307f1b4 + d139279 commit 81f4e65

File tree

4 files changed

+280
-148
lines changed

4 files changed

+280
-148
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ output
9898
- `--overwrite-*` flags redo individual steps;
9999
- switch the conformal map with `--mapping j1` (default `j2`: much faster, but slightly less accurate);
100100
- change the z-extends for the stratification profile, e.g.: `flatone SEG_ID --overwrite-profile --z-profile-extent -30 50`
101+
- change the soma detection threshold if the default failed, e.g.: `flatone SEG_ID --soma-threshold 90 --overwrite-skeleton --overwrite-profile`
102+
- change the initial soma guess (needed if there's no soma in the mesh), e.g.: `flatone SEG_ID --soma-init-guess-mode max --overwrite-skeleton --overwrite-profile`
101103

102104
You can also warp the mesh, but it's not in the default as it's a much slower process and not always needed to do. You can run `flatone SEGMENT_ID --warp-mesh` to warp the mesh (and the previous steps will not be recomputed unless you also provide any of the `--overwrite*` flags).
103105

0 commit comments

Comments
 (0)