Functions | |
| static double | irplib_pfits_get_dit (const cpl_propertylist *plist) |
| find out the character string associated to the DIT keyword in a propertylist | |
| static double | irplib_pfits_get_exp_time (const cpl_propertylist *plist) |
| find out the character string associated to the EXPTIME keyword | |
| static int | irplib_get_clean_mean_window (cpl_image *img, const int llx, const int lly, const int urx, int ury, const int kappa, const int nclip, double *clean_mean, double *clean_stdev) |
| Get clean mean and stdev of an image over a window. | |
| cpl_table * | irplib_compute_gain (cpl_frameset *son, cpl_frameset *sof, int *zone, const int kappa, const int nclip) |
| Computes the detector's gain. | |
| cpl_table * | irplib_compute_linearity (cpl_frameset *son, cpl_frameset *sof) |
| Computes the detector's linearity. | |
| int | irplib_detlin_correct (cpl_imagelist *ilist, const char *detlin_a, const char *detlin_b, const char *detlin_c) |
| Apply the detector linearity correction. | |
| int | irplib_flat_dark_bpm_calib (cpl_imagelist *ilist, const char *flat, const char *dark, const char *bpm) |
| Apply the calibration to the frames. | |
|
|
find out the character string associated to the DIT keyword in a propertylist
Definition at line 68 of file irplib_calib.c. Referenced by irplib_compute_gain(), and irplib_compute_linearity(). |
|
|
find out the character string associated to the EXPTIME keyword
Definition at line 80 of file irplib_calib.c. Referenced by irplib_compute_gain(). |
|
||||||||||||||||||||||||||||||||||||||||
|
Get clean mean and stdev of an image over a window.
Definition at line 104 of file irplib_calib.c. |
|
||||||||||||||||||||||||
|
Computes the detector's gain.
Definition at line 179 of file irplib_calib.c. References irplib_pfits_get_dit(), and irplib_pfits_get_exp_time(). |
|
||||||||||||
|
Computes the detector's linearity.
Definition at line 364 of file irplib_calib.c. References irplib_pfits_get_dit(). |
|
||||||||||||||||||||
|
Apply the detector linearity correction.
Definition at line 485 of file irplib_calib.c. |
|
||||||||||||||||||||
|
Apply the calibration to the frames.
Definition at line 570 of file irplib_calib.c. |
1.4.6