|
MUSE Pipeline Reference Manual
0.18.1
|
Structure to hold the parameters of the muse_create_sky recipe. More...
#include <muse_create_sky_z.h>
Data Fields | |
| double | fraction |
| Fraction of the image to be considered as sky. If an input sky mask is provided, the fraction is applied to the regions within the mask. If the whole sky mask should be used, set this parameter to 1. | |
| double | sampling |
| Spectral sampling of the sky spectrum [Angstrom]. | |
| double | csampling |
| Spectral sampling of the continuum spectrum [Angstrom]. | |
| int | cr |
| Type of cosmic ray cleaning to use. "Cube" is the standard CR cleaning which works on a datacube, "spectrum" uses sigma clipping on the spectrum. | |
| const char * | cr_s |
| Type of cosmic ray cleaning to use. "Cube" is the standard CR cleaning which works on a datacube, "spectrum" uses sigma clipping on the spectrum. (as string) | |
| 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). | |
Structure to hold the parameters of the muse_create_sky 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_create_sky_z.h.
1.8.6