Recon is part of the WaveTrain system class library
Recon performs wavefront reconstruction: given a vector of wavefront slope measurements from a wavefront sensor, it computes a vector of actuator commands for the deformable mirror designed to approximately cancel the wavefront distortion seen by the sensor. The reconstruction is implemented as a matrix multiply, where the reconstructor matrix is passed in as one data member of a DMModel object, which also carries information about the subaperture and actuator geometries, actuator influence functions and so forth.
|