Expand description
Reusable reconstruction and simulation for image-plane Fourier ptychography.
The central boundary is model::ImagePlaneModel: experimental descriptions
compile into this computational model, and algorithms only consume the model.
Re-exports§
Modules§
- algorithms
- array
- backend
- benchmark
- Reproducible single-case reconstruction benchmarks.
- callbacks
- complex
- configuration
- Versioned experiment and simulation configuration.
- datasets
- Loading, discovery, caching, and subsetting for converted dataset bundles.
- diagnostics
- error
- evaluation
- Composed evaluation of a reconstruction against reference data.
- experiment
- measurements
- metrics
- Reusable numerical metrics, organized by the meaning of their inputs.
- model
- reconstruction
- simulation
Type Aliases§
- Complex64
- Alias for a
Complex<f64>