|
GRAVI Pipeline Reference Manual 1.9.4
|
Go to the source code of this file.
Functions | |
| int | gravi_pixel_is_good (cpl_image *bad_img, int x, int y) |
| Check if the pixel in the BADPIX map is a good pixel. | |
| cpl_error_code | gravi_remove_badpixel_sc (cpl_imagelist *imglist_sc, cpl_image *bad_img) |
| Remove the badpixel of the SC. | |
| gravi_data * | gravi_extract_spectrum (gravi_data *raw_data, gravi_data *profile_map, gravi_data *dark_map, gravi_data *bad_map, gravi_data *sky_map, const cpl_parameterlist *parlist, enum gravi_detector_type det_type) |
| Create the SPECTRUM gravi_data with extracted spectrum per region. | |
| cpl_error_code | gravi_align_spectrum (gravi_data *spectrum_data, gravi_data *wave_map, gravi_data *p2vm_map, enum gravi_detector_type det_type) |
| Regrid the regions into a common wavelength (in-place) | |
| cpl_error_code | gravi_subtract_met_dark (gravi_data *preproc_data, gravi_data *dark_map) |
| Substract metrology dark. | |