|
ERIS Pipeline Reference Manual 1.8.14
|
Functions | |
| int | eris_ifu_plot_cube_background (cpl_imagelist *obj) |
| Extract backgroung from cube and plot. | |
| cpl_imagelist * | eris_ifu_sky_tweak (cpl_imagelist *obj, cpl_imagelist *sky, const cpl_propertylist *header, float min_frac, int tbsub, int skip_last, int stretch, int stretch_degree, int stretch_resampling, int plot, cpl_imagelist **new_sky) |
| Main sky tweaking function. | |
| int eris_ifu_plot_cube_background | ( | cpl_imagelist * | obj | ) |
Extract backgroung from cube and plot.
| obj | Cube |
Definition at line 153 of file eris_ifu_sky_tweak.c.
References eris_ifu_lcorr_create_object_mask().
| cpl_imagelist * eris_ifu_sky_tweak | ( | cpl_imagelist * | obj, |
| cpl_imagelist * | sky, | ||
| const cpl_propertylist * | header, | ||
| float | min_frac, | ||
| int | tbsub, | ||
| int | skip_last, | ||
| int | stretch, | ||
| int | stretch_degree, | ||
| int | stretch_resampling, | ||
| int | plot, | ||
| cpl_imagelist ** | new_sky | ||
| ) |
Main sky tweaking function.
| obj | Object cube |
| sky | Sky cube |
| header | NAXIS3 / CRVAL3 / CDELT3 / CRPIX3 |
| min_frac | Percentage of pixels kept for the background |
| tbsub | Subtract thermal background from new obj cube |
| skip_last | |
| stretch | the sky |
| stretch_degree | : polynomial degree |
| stretch_resampling | : 1:linear, 2:spline |
| plot | |
| new_sky |
Definition at line 201 of file eris_ifu_sky_tweak.c.
References eris_check_error_code(), eris_ifu_lcorr_create_lambda_vector(), and eris_ifu_lcorr_create_object_mask().