Crate gmt_dos_clients_crseo

Crate gmt_dos_clients_crseo 

Source
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§

OpticalModel
GMT optical model
OpticalModelBuilder
GMT optical model builder
Processor
Sensor data processor
PyramidCalibrator
Pyramid calibration data
PyramidProcessor
WavefrontStats
Optical metrics derived from the wavefront map

Enums§

CeoError
OpticalModelError
PyramidCommand
PyramidMeasurements
Pyramid measurements actor data type

Traits§

DeviceInitialize
Interface for initialization of data processing pipeline
Processing

Type Aliases§

Result