Defines | |
| #define | N_INST_SET 4 |
| Comparison function to identify different input frames. More... | |
Functions | |
| int | sinfoni_compare_tags (cpl_frame *frame1, cpl_frame *frame2) |
| Comparison function to identify different input frames. More... | |
| int | sinfoni_frame_is_raw (char *tag) |
| Define the input raw frames for sinfoni_frame_is_raw. More... | |
| int | sinfoni_frame_is_raw_stack (char *tag) |
| Define the input raw frames for sinfoni_frame_is_raw. More... | |
| int | sinfoni_frame_is_raw_dark (char *tag) |
| Define the input raw frames for sinfoni_frame_is_raw. More... | |
| int | sinfoni_frame_is_slit_lamp (char *tag) |
| Define the input raw frames for sinfoni_frame_is_raw. More... | |
| int | sinfoni_frame_is_pinhole_lamp (char *tag) |
| Define the input raw frames for sinfoni_frame_is_raw. More... | |
| int | sinfoni_get_ron (cpl_frameset *framelist, const int ron_xmin, const int ron_xmax, const int ron_ymin, const int ron_ymax, const int ron_hsize, const int ron_nsamp, double **ron) |
| The recipe data reduction ('ron' part) is implemented here. More... | |
| int | sinfoni_stack_get_pro_tag (char *tag_in, char *tag_out) |
| Define the input raw frames for sinfoni_img_combine. More... | |
| int | sinfoni_util_inputs_is_raw (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_stack (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_psf_calibrator_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_focus_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_lamp_wave_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_lamp_flux_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_object_nodding_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_object_skyspider_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_sky_nodding_stacked (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_wavemap (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_halosp (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_distlist (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_slitpos (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_firstcol (char *tag) |
| Define the input raw frames for sinfoni_util_inputs. More... | |
| int | sinfoni_is_bpmap (char *tag) |
| Define the bad pixel map. More... | |
| int | sinfoni_get_band (cpl_frame *ref_frame, char *band) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_get_spatial_res (cpl_frame *ref_frame, char *spat_res) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_frame_is_sky (cpl_frame *ref_frame) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_tag_is_sky (char *tag) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_tag_is_obj (char *tag) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_frame_is_on (cpl_frame *ref_frame) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_pfits_add_pro (cpl_propertylist *plist, char *pipefile, char *pro_type, char *pro_redlevel, char *pro_catg, char *pro_status, const char *pro_rec_id, cpl_frameset *raw, cpl_frameset *cal) |
| Add PRO* keywords to a SINFONI FITS header. More... | |
| int | sinfoni_dfs_set_groups (cpl_frameset *set) |
| Set the group as RAW or CALIB in a frameset. More... | |
|
|
Comparison function to identify different input frames.
Definition at line 75 of file sinfoni_recipes_defaults.h. |
|
||||||||||||
|
Comparison function to identify different input frames.
Definition at line 173 of file sinfoni_dfs.c. |
|
|
Set the group as RAW or CALIB in a frameset.
Definition at line 65 of file sinfoni_tpl_dfs.c. |
|
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2304 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_frame_is_raw.
Definition at line 805 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_frame_is_raw.
Definition at line 673 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_frame_is_raw.
Definition at line 770 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_frame_is_raw.
Definition at line 723 of file sinfoni_dfs.c. |
|
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2190 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_frame_is_raw.
Definition at line 787 of file sinfoni_dfs.c. |
|
||||||||||||
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2006 of file sinfoni_dfs.c. |
|
||||||||||||||||||||||||||||||||||||
|
The recipe data reduction ('ron' part) is implemented here.
Definition at line 1445 of file sinfoni_dfs.c. |
|
||||||||||||
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2148 of file sinfoni_dfs.c. |
|
|
Define the bad pixel map.
Definition at line 1985 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1937 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1969 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1808 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1921 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1840 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1824 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1856 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1872 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1793 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1889 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1953 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1765 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1905 of file sinfoni_dfs.c. |
|
||||||||||||||||||||||||||||||||||||||||
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2478 of file sinfoni_dfs.c. |
|
||||||||||||
|
Define the input raw frames for sinfoni_img_combine.
Definition at line 1529 of file sinfoni_dfs.c. |
|
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2271 of file sinfoni_dfs.c. |
|
|
Add PRO* keywords to a SINFONI FITS header.
Definition at line 2241 of file sinfoni_dfs.c. |
|
|
Define the input raw frames for sinfoni_util_inputs.
Definition at line 1674 of file sinfoni_dfs.c. |
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001