|
MUSE Pipeline Reference Manual
0.18.5
|
Structure to hold the parameters of the muse_sky_lsf recipe. More...
#include <muse_sky_lsf_z.h>
Data Fields | |
| double | lambdamin |
| Cut off the data below this wavelength after loading the pixel table(s). | |
| double | lambdamax |
| Cut off the data above this wavelength after loading the pixel table(s). | |
| int | max_iterations |
| Maximum number of minimization steps for the slice parameter fit. If set to zero, the slice parameter fit is omitted at all and the first guess is used. Note that this number is meant per degree of freedom, so the total number is 14 times higher. | |
| int | store_subtracted |
| Output the pixel table after the LSF subtraction. | |
| const char * | orig |
| If specified, write an additional column containing the original data to the pixel table. | |
| int | slice_fit_offset |
| Use wavelength offset as slice dependent fit parameter. | |
| int | slice_fit_refraction |
| Use the refraction index as slice dependent fit parameter. | |
| int | slice_fit_slit_width |
| Use the slit width as fit parameter. | |
| int | slice_fit_bin_width |
| Use the bin width as fit parameter. | |
| int | slice_fit_lsf_width |
| Polynomial order for the LSF width fit parameter. Use -1 to not fit the LSF width. | |
| int | slice_fit_h3 |
| Polynomial order for the H3 fit parameter. Use -1 to not fit H3. | |
| int | slice_fit_h4 |
| Polynomial order for the H4 fit parameter. Use -1 to not fit H4. | |
| int | slice_fit_h5 |
| Polynomial order for the H5 fit parameter. Use -1 to not fit H5. | |
| int | slice_fit_h6 |
| Polynomial order for the H6 fit parameter. Use -1 to not fit H6. | |
Structure to hold the parameters of the muse_sky_lsf recipe.
This structure contains the parameters for the recipe that may be set on the command line, in the configuration, or through the environment.
Definition at line 48 of file muse_sky_lsf_z.h.
1.8.6