MAOS
Multithreaded Adaptive Optics Simulator
|
Functions | |
stfun_t * | stfun_init (long nx, long ny, real *amp) |
void | stfun_push (stfun_t *A, dmat *opd) |
dmat * | stfun_finalize (stfun_t *A) |
dmat * | stfun_batch (const_anyarray opd, const dmat *amp) |
dmat * | stfun_kolmogorov (loc_t *loc, real r0) |
Routine to compute structure function.
Initialize the stfun data to calculate structure function.
void stfun_push | ( | stfun_t * | A, |
dmat * | opd | ||
) |
Accumulate OPDs.
dmat* stfun_finalize | ( | stfun_t * | A | ) |
Use accumulated data to compute the structure function.
Batch process cell array of OPDs.
opd_ | nz array of nx*ny array of the OPD |
amp | n*ny array of the amplitude map |