Functions | |
int | hawki_bkg_imglist_calib (cpl_imagelist *ilist, cpl_imagelist *bkg) |
Apply the background subtraction to the images. | |
int | hawki_bpm_calib (cpl_image *ima, const char *bpm, int idet) |
Apply the BPM correction to an image. | |
int | hawki_flat_bpm_detector_calib (cpl_imagelist *ilist, cpl_image *flat, cpl_image *bpm) |
Apply the calibration to the images. | |
int | hawki_flat_bpm_imglist_calib (cpl_imagelist *ilist, cpl_imagelist *flat, cpl_imagelist *bpm) |
Apply the calibration to the images. | |
int | hawki_flat_dark_bpm_detector_calib (cpl_imagelist *ilist, cpl_image *flat, cpl_image *dark, cpl_image *bpm) |
Apply the calibration to the images. | |
int | hawki_flat_dark_bpm_imglist_calib (cpl_imagelist *ilist, cpl_imagelist *flat, cpl_imagelist *dark, cpl_imagelist *bpm) |
Apply the calibration to the images. | |
cpl_imagelist * | hawki_trim_detector_calib (cpl_imagelist *imalist, int nborder) |
Trim a list of hawki images (usually from one detector). |
int hawki_bkg_imglist_calib | ( | cpl_imagelist * | ilist, | |
cpl_imagelist * | bkg | |||
) |
Apply the background subtraction to the images.
ilist | the input image list | |
bkg | the background images |
Definition at line 226 of file hawki_calib.c.
int hawki_bpm_calib | ( | cpl_image * | ima, | |
const char * | bpm, | |||
int | idet | |||
) |
Apply the BPM correction to an image.
ima | the image to correct | |
idet | the detector the image comes from | |
bpm | the bad pixels map |
Definition at line 450 of file hawki_calib.c.
References hawki_get_ext_from_detector().
int hawki_flat_bpm_detector_calib | ( | cpl_imagelist * | ilist, | |
cpl_image * | flat, | |||
cpl_image * | bpm | |||
) |
Apply the calibration to the images.
ilist | the input image list | |
flat | the flat field | |
bpm | the bad pixels map | |
idet | the detector id |
Definition at line 354 of file hawki_calib.c.
int hawki_flat_bpm_imglist_calib | ( | cpl_imagelist * | ilist, | |
cpl_imagelist * | flat, | |||
cpl_imagelist * | bpm | |||
) |
Apply the calibration to the images.
ilist | the input image list | |
flat | the flat field | |
bpm | the bad pixels map |
Definition at line 161 of file hawki_calib.c.
int hawki_flat_dark_bpm_detector_calib | ( | cpl_imagelist * | ilist, | |
cpl_image * | flat, | |||
cpl_image * | dark, | |||
cpl_image * | bpm | |||
) |
Apply the calibration to the images.
ilist | the input image list | |
flat | the flat field | |
dark | the dark (scaled to exp time of the science images) | |
bpm | the bad pixels map | |
idet | the detector id. |
Definition at line 276 of file hawki_calib.c.
int hawki_flat_dark_bpm_imglist_calib | ( | cpl_imagelist * | ilist, | |
cpl_imagelist * | flat, | |||
cpl_imagelist * | dark, | |||
cpl_imagelist * | bpm | |||
) |
Apply the calibration to the images.
ilist | the input image list | |
flat | the flat field | |
dark | the dark (scaled to exp time of the science images) | |
bpm | the bad pixels map |
Definition at line 73 of file hawki_calib.c.
cpl_imagelist* hawki_trim_detector_calib | ( | cpl_imagelist * | imalist, | |
int | nborder | |||
) |
Trim a list of hawki images (usually from one detector).
ilist | The image list | |
nborder | The number of pixels to trim in each border |
Definition at line 413 of file hawki_calib.c.