Wavefront restoration by Z coeffs

This commit is contained in:
eddyem
2016-10-04 17:01:37 +03:00
parent dec8c284bc
commit d43501ed98
7 changed files with 939 additions and 14 deletions

View File

@@ -52,7 +52,7 @@ myoption cmdlnopts[] = {
{"dat", NEED_ARG, NULL, 'd', arg_string, APTR(&G.indat), _("input DAT file name")},
{"output", NEED_ARG, NULL, 'o', arg_string, APTR(&G.outname), _("output file name")},
{"step", NEED_ARG, NULL, 's', arg_double, APTR(&G.step), _("coordinate step in wavefront map (R=1)")},
{"wfunits", NEED_ARG, NULL, 'u', arg_string, APTR(&G.wfunits), _("units for wavefront measurement in WF map")},
{"wfunits", NEED_ARG, NULL, 'u', arg_string, APTR(&G.wfunits), _("units for wavefront measurement in output WF map")},
{"wavelength", NEED_ARG, NULL, 'l', arg_double, APTR(&G.wavelength),_("default wavelength (in meters, microns or nanometers), 101..9999nm")},
end_option
};