Expand description
§GMT Optical Model
A gmt_dos-actors client for optical propagation through the GMT using crseo.
OpticalModel represents the GMT optics model with M1 and M2 segmented optical prescriptions. An optical sensor may be added to OpticalModel, available sensors are listed in the sensors module. The data processing algorithms applied to the sensors output are defined in the processing module. The calibration module contains the traits and types used for the calibration of the sensors with respect to either the rigid body motion or the shapes of M1 and M2.
Re-exports§
pub use processing::DispersedFringeSensorProcessing;pub use processing::centroiding;pub use crseo;
Modules§
- calibration
- Sensor calibration
- ngao
- Natural Guide Star Adaptive Optics
- processing
- Data processing
- sensors
- Optical model sensors
Structs§
- Optical
Model - GMT optical model
- Optical
Model Builder - GMT optical model builder
- Processor
- Sensor data processor
- Pyramid
Calibrator - Pyramid calibration data
- Pyramid
Processor - Wavefront
Stats - Optical metrics derived from the wavefront map
Enums§
- CeoError
- Optical
Model Error - Pyramid
Command - Pyramid
Measurements - Pyramid measurements actor data type
Traits§
- Device
Initialize - Interface for initialization of data processing pipeline
- Processing