Z coefficients manipulation, save wavefront into png and FITS

This commit is contained in:
Timur A. Fatkhullin
2017-05-21 13:14:48 +03:00
parent 7143778fa0
commit e05dab6d7d
10 changed files with 6960 additions and 33 deletions

View File

@@ -36,7 +36,10 @@ typedef struct{
char *wfunits; // units for wavefront measurement in WF map
double wavelength; // default wavelength
int zzero; // amount of Z polynomials to be reset
int **tozero; // coefficients to be reset (maybe more than one time)
char **addcoef; // constant to be added (format x=c, where x is number, c is additive constant)
double rotangle; // wavefront rotation angle (rotate matrix to -rotangle after computing)
double scale; // Zernike coefficients' scaling factor
} glob_pars;