Skip to content

Commit c087a3f

Browse files
committed
docs: reflect config changes in readme
1 parent 4b58f62 commit c087a3f

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ Extraction and output settings are defined in a JSON config file (e.g. the one e
4444

4545
```json
4646
{
47-
"schema_version": 2,
47+
"schema_version": 3,
4848
"extraction": {
4949
"branches": false,
50+
"branch_color_property": "tortuosity",
5051
"branch_text": false,
5152
"nodes": false,
5253
"summary": true,
@@ -73,9 +74,10 @@ Extraction and output settings are defined in a JSON config file (e.g. the one e
7374
| Key | Type | Default | Description |
7475
|---|---|---|---|
7576
| `extraction.branches` | bool | `false` | Extract per-branch features for CSV export or napari visualization |
77+
| `extraction.branch_color_property` | str | `"tortuosity"` | Branch property used to color the napari shapes layer; one of `tortuosity`, `straightness`, `mean_radius`, `std_radius`, `volume`, `surface_area`, ... |
7678
| `extraction.branch_text` | bool | `false` | Display branch ID, length, and tortuosity labels on the napari branch layer |
7779
| `extraction.nodes` | bool | `false` | Extract per-node features for CSV export or napari visualization |
78-
| `extraction.summary` | bool | `false` | Compute summary features |
80+
| `extraction.summary` | bool | `true` | Compute summary features |
7981
| `extraction.fractal_dimension` | bool | `false` | Compute fractal dimension of the skeleton |
8082
| `extraction.vessel_radius` | bool | `false` | Estimate vessel radius using EDT from the segmentation |
8183
| `extraction.junction_cleanup` | bool | `false` | Clean up ambiguous junction pixels after thinning |

0 commit comments

Comments
 (0)