User Documentation¶
This area is organized by tasks, not by module internals.
Workflow Chooser¶
- Start from raw camera
.rawframes: - demosaic-raw workflow
- then image-to-stress workflow
- Start from an existing image stack (
.tiff/.npy): - image-to-stress workflow
- Start from an existing stress map (
[H, W, 3]): - stress-to-image workflow
- Need material/optics calibration first:
- calibration workflow
Core Pages¶
Data Shape Conventions¶
- Stress map:
[H, W, 3]in order[sigma_xx, sigma_yy, sigma_xy]unless you set a legacy stress order. - Polarimetric stack:
[H, W, n_wavelengths, 4]where the last axis is analyzer angles[0, 45, 90, 135].