store_data_ascii¶
-
pyoof.store_data_ascii(name, name_dir, taper_name, order, params_solution, params_init)[source] [edit on github]¶ Stores in an ascii format the parameters found by the least squares minimization (see
fit_beam).Parameters: name :
strFile name of the fits file to be optimized.
name_dir :
strPath to store all the csv files. The files will depend on the order of the Zernike circle polynomial.
taper_name :
strName of the illumination function taper.
order :
intOrder used for the Zernike circle polynomial, \(n\).
params_solution :
ndarrayContains the best fitted parameters, the illumination function coefficients,
I_coeffand the Zernike circle polynomial coefficients,K_coeffin one array.params_init :
ndarrayContains the initial parameters used in the least squares minimization to start finding the best fitted combination of them.