MUSE Pipeline Reference Manual  1.0.2
Data Fields
muse_flux_object Struct Reference

Flux object to store data needed while computing the flux calibration. More...

#include <muse_flux.h>

Data Fields

muse_datacubecube
 
muse_imageintimage
 
cpl_table * sensitivity
 
cpl_table * response
 
cpl_table * tellbands
 
cpl_table * telluric
 
double raref
 
double decref
 

Detailed Description

Flux object to store data needed while computing the flux calibration.

Definition at line 65 of file muse_flux.h.

Field Documentation

muse_datacube* muse_flux_object::cube

the datacube created for the standard star exposure

Definition at line 67 of file muse_flux.h.

Referenced by muse_flux_integrate_std(), and muse_flux_object_delete().

double muse_flux_object::decref

the declination of the reference object in degrees

Definition at line 83 of file muse_flux.h.

Referenced by muse_flux_object_new(), muse_flux_response_compute(), and muse_postproc_process_exposure().

muse_image* muse_flux_object::intimage

the three extension muse_image to store the * integrated fluxes and their error estimates

Definition at line 70 of file muse_flux.h.

Referenced by muse_flux_integrate_std(), muse_flux_object_delete(), muse_flux_response_compute(), and muse_postproc_process_exposure().

double muse_flux_object::raref

the right ascension of the reference object in degrees

Definition at line 81 of file muse_flux.h.

Referenced by muse_flux_object_new(), muse_flux_response_compute(), and muse_postproc_process_exposure().

cpl_table* muse_flux_object::response

the flux response curve in table form

Definition at line 75 of file muse_flux.h.

Referenced by muse_flux_get_response_table(), and muse_flux_object_delete().

cpl_table* muse_flux_object::sensitivity

the sensitivity (ratio of expected to measured flux in magnitudes), * plus additional data in table form

Definition at line 73 of file muse_flux.h.

Referenced by muse_flux_get_response_table(), muse_flux_get_telluric_table(), muse_flux_object_delete(), and muse_flux_response_compute().

cpl_table* muse_flux_object::tellbands

the regions of the telluric bands in table form

Definition at line 77 of file muse_flux.h.

Referenced by muse_flux_object_delete().

cpl_table* muse_flux_object::telluric

the telluric correction in table form

Definition at line 79 of file muse_flux.h.

Referenced by muse_flux_get_telluric_table(), and muse_flux_object_delete().


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