pre-alpha

This commit is contained in:
eddyem
2017-05-11 12:09:15 +03:00
parent d43501ed98
commit 7143778fa0
7 changed files with 316 additions and 137 deletions

View File

@@ -31,10 +31,12 @@
typedef struct{
char *inwfs; // input WFS file name
char *indat; // input DAT file name
char *outname; // output file name
char *outname; // output file name prefix
double step; // coordinate step in wavefront map
char *wfunits; // units for wavefront measurement in WF map
double wavelength; // default wavelength
int zzero; // amount of Z polynomials to be reset
double rotangle; // wavefront rotation angle (rotate matrix to -rotangle after computing)
} glob_pars;