From 9a54fc06e5d7e98aada1fa6a393d94a479e6fa12 Mon Sep 17 00:00:00 2001 From: Weaver Goldman Date: Fri, 9 Aug 2024 11:12:21 -0400 Subject: [PATCH] Update docs with new slicing options. --- documentation/docs/guide/slicing.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/guide/slicing.md b/documentation/docs/guide/slicing.md index 93eb04a..ce48004 100644 --- a/documentation/docs/guide/slicing.md +++ b/documentation/docs/guide/slicing.md @@ -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`