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
| Eroded‑mito (lumen) surface mesh |`_open_trimmed_mesh` → `_surface_mesh` (eroded‑mito lumen, trimmed to the certain region and left open at clipped volume faces) |`synapse_net/cristae_analysis.py`|
131
134
| Surface area & thickness |`compute_crista_morphology`, `_surface_area`, `_medial_axis_thickness_nm`|`synapse_net/cristae_analysis.py`|
@@ -153,7 +156,7 @@ correct if the voxel size is right (nm, not Å — see the units caveat above).
153
156
|`mean_nn_junction_distance_nm`| nm | For each junction, the nearest‑neighbour **surface geodesic** to another junction (along the eroded‑mito lumen mesh); averaged over junctions. |`NaN` if the mito has <2 junctions reachable on the same connected surface. See §5. |
154
157
|`median_nn_junction_distance_nm`| nm | As above, but the median of the per‑junction nearest‑neighbour geodesics. | Same `NaN` condition as the mean. |
|`crista_orientation_anisotropy`| — | Mean over crista voxels of `λ_max/(λ_min+ε)` from the crista structure tensor. | Depends on the **orientation mode**: `exact` = full resolution; `fast` = 2× downsampled (relative indicator only, **not** comparable in magnitude to `exact`); `skip` = `NaN`. Rotation‑invariant (magnitude, not direction). |
159
+
|`crista_orientation_anisotropy`| — | Mean over crista voxels of `λ_max/(λ_min+ε)` from the crista structure tensor. | Depends on the **orientation mode**: `skip` (default) = `NaN`; `fast` = 2× downsampled (relative indicator only, **not** comparable in magnitude to `exact`); `exact` = full resolution. Rotation‑invariant (magnitude, not direction). |
157
160
|`cristae_surface_area_nm2`| nm² | Marching‑cubes surface area of the crista mask. | — |
158
161
|`mito_surface_area_nm2`| nm² | Marching‑cubes surface area of the mito (outer‑membrane surface). | Also used as `A` in the clustering index. |
0 commit comments