Functions | |
| cpl_table * | visir_spc_phot_sensit (cpl_image **combined, const irplib_framelist *rawframes, const char *recipename, const cpl_parameterlist *parlist, const visir_spc_phot_config *pconfig, const char *star_cat, const char *spc_cal_lines, const char *spc_cal_qeff, cpl_image **pweight2d, cpl_propertylist *qclist, cpl_boolean do_ech, double wlen, double slitw, double temp, double fwhm, const visir_spc_resol resol) |
| Compute the sensitivity. | |
| cpl_table* visir_spc_phot_sensit | ( | cpl_image ** | combined, | |
| const irplib_framelist * | rawframes, | |||
| const char * | recipename, | |||
| const cpl_parameterlist * | parlist, | |||
| const visir_spc_phot_config * | pconfig, | |||
| const char * | star_cat, | |||
| const char * | spc_cal_lines, | |||
| const char * | spc_cal_qeff, | |||
| cpl_image ** | pweight2d, | |||
| cpl_propertylist * | qclist, | |||
| cpl_boolean | do_ech, | |||
| double | wlen, | |||
| double | slitw, | |||
| double | temp, | |||
| double | fwhm, | |||
| const visir_spc_resol | resol | |||
| ) |
Compute the sensitivity.
| combined | The combined image | |
| rawframes | List of input raw frames | |
| recipename | The name of the caller recipe | |
| parlist | The recipe parameter list | |
| pconfig | The config struct | |
| star_cat | The standard star catalog | |
| spc_cal_lines | The sky lines table | |
| spc_cal_qeff | The quantum efficiency | |
| pweight2d | 2D weights image to be created or NULL on error | |
| qclist | QC Properties are appended to this list | |
| do_ech | True iff the image is of type echelle | |
| wlen | Central wavelength | |
| slitw | The slit width | |
| temp | The telescope (M1) temperature [Kelvin] | |
| fwhm | The spectral FWHM [pixel] | |
| resol | Resolution |
Definition at line 95 of file visir_spc_photom.c.
References irplib_framelist_contains(), irplib_framelist_get_propertylist_const(), irplib_framelist_get_size(), visir_load_imagelist(), visir_parameterlist_get_int(), visir_pfits_get_chop_ncycles(), visir_pfits_get_dec(), visir_pfits_get_dit(), visir_pfits_get_ndit(), visir_pfits_get_ra(), and visir_pfits_get_starname().
1.5.8