Skip to content

Commit

Permalink
Update docs with new slicing options.
Browse files Browse the repository at this point in the history
  • Loading branch information
We-Gold committed Aug 9, 2024
1 parent 4f4ae78 commit 9a54fc0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion documentation/docs/guide/slicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ Slicing is one of the primary features of Ouroboros, available in the CLI and th
- `Output File Name` - Base name for all output files.
- `Annotation MIP Level` - The annotation layer's MIP level.
- `Output MIP Level` - The mip level to output slices in (essentially a downsample option).
- `Distance Between Slices` - The distance between each slice along the annotation path.
- `Slicing Parameters`
- `Distance Between Slices` - The distance between each slice along the annotation path.
- `Use Adaptive Slicing` - Rather than just using equidistant slices, add more slices in more curved areas.
- `Adaptive Slicing Ratio` - 1 means consider distance and curvature equally, 0.5 is biased towards distance, and 2 is biased towards curvature.
- `Output Single File` - Whether to output one tiff stack file or a folder of files.
- `Connect Endpoints` - Connect the first point in the path to the last point. This is not recommended.
- `Bounding Box Parameters`
Expand Down

0 comments on commit 9a54fc0

Please sign in to comment.