MUSE Pipeline Reference Manual  2.1.1
Data Fields
muse_postproc_properties Struct Reference

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
 
muse_tableresponse
 
muse_tabletelluric
 
cpl_table * extinction
 
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_masksky_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
 

Detailed Description

Structure definition of the post-processing properties.

Definition at line 91 of file muse_postproc.h.

Field Documentation

muse_wcs_centroid_type muse_postproc_properties::centroid

the centroiding method to use * for astrometric calibration

Definition at line 125 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

double muse_postproc_properties::crpix2

center of rotation in pixel coordinates

Definition at line 127 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_postproc_darcheck muse_postproc_properties::darcheck

if to check or even correct DAR

Definition at line 97 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

double muse_postproc_properties::detsigma

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 101 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().

double muse_postproc_properties::faccuracy

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().

double muse_postproc_properties::lambdamax

red limit of the wavelength range

Definition at line 95 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

double muse_postproc_properties::lambdamin

blue limit of the wavelength range

Definition at line 94 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

double muse_postproc_properties::lambdaref

reference wavelength for DAR correction

Definition at line 96 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_lsf_cube** muse_postproc_properties::lsf_cube

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().

muse_lsf_params** muse_postproc_properties::lsf_params

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().

int muse_postproc_properties::niter

the number of iterations for the iterative fit

Definition at line 124 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_flux_profile_type muse_postproc_properties::profile

the profile to use for flux integration

Definition at line 115 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

double muse_postproc_properties::radius

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().

double muse_postproc_properties::rejsigma

the rejection sigma for the iterative astrometric fit

Definition at line 123 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_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().

muse_flux_selection_type muse_postproc_properties::select

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().

muse_mask* muse_postproc_properties::sky_mask

The sky mask

Definition at line 110 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().

muse_postproc_skymethod muse_postproc_properties::skymethod

the sky subtraction method

Definition at line 103 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_sky_params muse_postproc_properties::skymodel_params

Parameters for the sky model fit

Definition at line 111 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure().

muse_flux_smooth_type muse_postproc_properties::smooth

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().

muse_table* muse_postproc_properties::telluric

the telluric correction table

Definition at line 100 of file muse_postproc.h.

Referenced by muse_postproc_process_exposure(), and muse_postproc_properties_delete().

muse_postproc_type muse_postproc_properties::type

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().


The documentation for this struct was generated from the following file: