MAOS
Multithreaded Adaptive Optics Simulator
|
Functions | |
void | apply_laplacian_map (dmat *opdout, const dmat *opd, real dx, real r0, real weight) |
dsp * | mklaplacian_map (int nx, int ny, real dx, real r0, real weight) |
dsp * | mklaplacian_loc (loc_t *loc, real r0, real weight) |
real | laplacian_coef (real r0, real weight, real dx) |
Compute laplacian operator for turbulence covariance approximation.
Apply L2 directly to map with periodic condition.
dsp* mklaplacian_map | ( | int | nx, |
int | ny, | ||
real | dx, | ||
real | r0, | ||
real | weight | ||
) |
build laplacian on square map using periodic conditions
real laplacian_coef | ( | real | r0, |
real | weight, | ||
real | dx | ||
) |
compute the factor for the laplacian