|
MUSE Pipeline Reference Manual
0.18.5
|
#include <muse_processing.h>
Data Fields | |
| const char * | recipeName |
| const char * | inputTag |
| cpl_recipe * | recipe |
| cpl_frameset * | inputFrames |
| cpl_frameset * | usedFrames |
| cpl_frameset * | outputFrames |
| cpl_parameterlist * | parameters |
| muse_framecounter_s * | framecounter |
Structure to define processing parameters.
Definition at line 44 of file muse_processing.h.
| muse_framecounter_s* muse_processing::framecounter |
Counter for output frames.
Definition at line 52 of file muse_processing.h.
Referenced by muse_processing_delete(), and muse_processing_new().
| cpl_frameset* muse_processing::inputFrames |
Frames available as input.
Definition at line 48 of file muse_processing.h.
Referenced by muse_basicproc_combine_images_lampwise(), muse_basicproc_load_reduced(), muse_postproc_cube_load_output_wcs(), muse_processing_check_input(), muse_processing_delete(), muse_processing_lsf_params_load(), muse_processing_mask_load(), muse_processing_new(), muse_processing_sort_exposures(), muse_propertylist_load(), muse_sky_continuum_load(), muse_sky_lines_load(), muse_sky_master_load(), muse_table_load(), and muse_table_load_filter().
| const char* muse_processing::inputTag |
Tag to select input frames.
Definition at line 46 of file muse_processing.h.
Referenced by muse_basicproc_combine_images_lampwise(), muse_basicproc_load_reduced(), muse_processing_check_input(), muse_processing_new(), and muse_processing_sort_exposures().
| cpl_frameset* muse_processing::outputFrames |
Result frames.
Definition at line 50 of file muse_processing.h.
Referenced by muse_processing_delete(), muse_processing_new(), muse_processing_save_cimage(), muse_processing_save_cube(), muse_processing_save_header(), muse_processing_save_image(), muse_processing_save_mask(), and muse_processing_save_table().
| cpl_parameterlist* muse_processing::parameters |
Parameter list of the recipe.
Definition at line 51 of file muse_processing.h.
Referenced by muse_basicproc_combine_images_lampwise(), and muse_processing_new().
| cpl_recipe* muse_processing::recipe |
Pointer to recipe
Definition at line 47 of file muse_processing.h.
Referenced by muse_processing_check_input(), muse_processing_new(), and muse_processing_new_frame().
| const char* muse_processing::recipeName |
Recipe name.
Definition at line 45 of file muse_processing.h.
Referenced by muse_basicproc_combine_images_lampwise(), muse_postproc_qc_fwhm(), and muse_processing_new().
| cpl_frameset* muse_processing::usedFrames |
Frames actually used as input.
Definition at line 49 of file muse_processing.h.
Referenced by muse_basicproc_combine_images_lampwise(), muse_processing_append_used(), muse_processing_delete(), and muse_processing_new().
1.8.6