|
MOONS Pipeline Reference Manual 0.13.1
|
Functions | |
| cpl_error_code | moo_skycorr (hdrl_image *rbn, hdrl_image *sky, int indextarg, int indexrbn, double crpix1, double crval1, double cd1_1, cpl_propertylist *header, const cpl_frame *solflux_frame, const cpl_frame *airglow_group_frame, const cpl_frame *airglow_var_frame, moo_skycorr_params *params, hdrl_image *sci, cpl_image *sci_sky) |
| call the skycorr subtract sky function | |
| cpl_error_code moo_skycorr | ( | hdrl_image * | rbn, |
| hdrl_image * | sky, | ||
| int | indextarg, | ||
| int | indexrbn, | ||
| double | crpix1, | ||
| double | crval1, | ||
| double | cd1_1, | ||
| cpl_propertylist * | header, | ||
| const cpl_frame * | solflux_frame, | ||
| const cpl_frame * | airglow_group_frame, | ||
| const cpl_frame * | airglow_var_frame, | ||
| moo_skycorr_params * | params, | ||
| hdrl_image * | sci, | ||
| cpl_image * | sci_sky | ||
| ) |
call the skycorr subtract sky function
| rbn | hdrl image of science spectrum to subtract from sky |
| sky | hdrl image of sky to subtract |
| indextarg | the index o the target |
| indexrbn | the index of OBJ in rbn |
| crpix1 | the crpix1 keyword |
| crval1 | the crval1 keyword |
| cd1_1 | the cd1_1 keyword |
| header | the RBN header where to read keyword |
| solflux_frame | the monthly averages of solar radio flux at 10.7 cm frame |
| airglow_group_frame | the airglow line list frame (use in subsky) |
| airglow_var_frame | the airglow scaling parameters frame (use in subsky) |
| params | the skycorr parameters |
| sci | the result sky subtracted image |
| sci_sky | the associated sky subtracted |
Possible error code :
Definition at line 939 of file moo_skycorr.c.