Structure definition of the post-processing properties. More...
#include <muse_postproc.h>
Data Fields | |
| muse_postproc_type | type |
| cpl_table * | exposures |
| double | lambdamin |
| double | lambdamax |
| double | lambdaref |
| muse_postproc_darcheck | darcheck |
| muse_rvcorrect_type | rvtype |
| cpl_table * | response |
| cpl_table * | extinction |
| cpl_table * | telluric |
| cpl_propertylist * | wcs |
| muse_postproc_skymethod | skymethod |
| cpl_table * | sky_lines |
| cpl_table * | sky_continuum |
| muse_lsf_cube ** | lsf_cube |
| muse_lsf_params ** | lsf_params |
| muse_mask * | sky_mask |
| muse_sky_params | skymodel_params |
| cpl_frame * | refframe |
| cpl_table * | tellregions |
| muse_flux_profile_type | profile |
| muse_flux_selection_type | select |
| muse_flux_smooth_type | smooth |
| double | detsigma |
| double | radius |
| double | faccuracy |
| double | rejsigma |
| int | niter |
| muse_wcs_centroid_type | centroid |
| double | crpix2 |
Structure definition of the post-processing properties.
Definition at line 91 of file muse_postproc.h.
the centroiding method to use * for astrometric calibration
Definition at line 125 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
center of rotation in pixel coordinates
Definition at line 127 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
if to check or even correct DAR
Definition at line 97 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
the detection sigma for the astrometric field
Definition at line 118 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
| cpl_table* muse_postproc_properties::exposures |
the exposure table
Definition at line 93 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
| cpl_table* muse_postproc_properties::extinction |
the extinction curve table
Definition at line 100 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
factor of initial accuracy relative to mean positional * accuracy of the centroids in the the astrometric field
Definition at line 121 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
red limit of the wavelength range
Definition at line 95 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
blue limit of the wavelength range
Definition at line 94 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
reference wavelength for DAR correction
Definition at line 96 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
the LSF cube of the instrument
Definition at line 106 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
the LSF parameters of the instrument (alternative to lsf_cube)
Definition at line 108 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
the number of iterations for the iterative fit
Definition at line 124 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
the profile to use for flux integration
Definition at line 115 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
initial radius in pixels for pattern matching * identification in the astrometric field
Definition at line 119 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
| cpl_frame* muse_postproc_properties::refframe |
reference frame (flux response reference * or astrometry position reference)
Definition at line 112 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
the rejection sigma for the iterative astrometric fit
Definition at line 123 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
| cpl_table* muse_postproc_properties::response |
flux response table
Definition at line 99 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
| muse_rvcorrect_type muse_postproc_properties::rvtype |
type of radial velocity correction to apply
Definition at line 98 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
how to select the standard star
Definition at line 116 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
| cpl_table* muse_postproc_properties::sky_continuum |
the sky continuum spectrum table
Definition at line 105 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
| cpl_table* muse_postproc_properties::sky_lines |
the sky lines table
Definition at line 104 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
The sky mask
Definition at line 110 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
the sky subtraction method
Definition at line 103 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
Parameters for the sky model fit
Definition at line 111 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
how to smooth the output response curve
Definition at line 117 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure().
| cpl_table* muse_postproc_properties::tellregions |
telluric regions table
Definition at line 114 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
| cpl_table* muse_postproc_properties::telluric |
the telluric correction table
Definition at line 101 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
the processing type
Definition at line 92 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_new().
| cpl_propertylist* muse_postproc_properties::wcs |
FITS headers with astrometry calibration
Definition at line 102 of file muse_postproc.h.
Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().
1.6.1