Functions | |
cpl_error_code | uves_print_uves_propertylist (const uves_propertylist *pl, long low, long high) |
Print a property list. | |
cpl_error_code | uves_print_cpl_property (const cpl_property *prop) |
Print a property. | |
cpl_error_code | uves_print_cpl_frameset (const cpl_frameset *frames) |
Print a frame set. | |
cpl_error_code | uves_print_cpl_frame (const cpl_frame *f) |
Print a frame. | |
const char * | uves_tostring_cpl_frame_type (cpl_frame_type ft) |
Convert a frame type to a string. | |
const char * | uves_tostring_cpl_frame_group (cpl_frame_group fg) |
Convert a frame group to a string. | |
const char * | uves_tostring_cpl_frame_level (cpl_frame_level fl) |
Convert a frame level to a string. | |
const char * | uves_tostring_cpl_type (cpl_type t) |
Convert a CPL type to a string. |
Functions that enables dumping (using CPL's messaging system) some otherwise non-dumpable CPL objects
cpl_error_code uves_print_uves_propertylist | ( | const uves_propertylist * | pl, | |
long | low, | |||
long | high | |||
) |
Print a property list.
pl | The property list to print. | |
low | Index of first property to print. | |
high | Index of first property not to print. |
This function prints all properties in the property list pl in the range from low (included) to high (not included) counting from zero.
Definition at line 120 of file uves_dump.c.
References check, uves_msg, uves_print_cpl_property(), uves_propertylist_get_const(), uves_propertylist_get_size(), and uves_propertylist_is_empty().
cpl_error_code uves_print_cpl_property | ( | const cpl_property * | prop | ) |
Print a property.
prop | The property to print. |
This function prints a property's name, value and comment.
Definition at line 156 of file uves_dump.c.
References check, and uves_msg.
Referenced by uves_print_uves_propertylist().
cpl_error_code uves_print_cpl_frameset | ( | const cpl_frameset * | frames | ) |
Print a frame set.
frames | Frame set to print |
This function prints all frames in a CPL frame set.
Definition at line 238 of file uves_dump.c.
References check, uves_msg, and uves_print_cpl_frame().
Referenced by uves_initialize().
cpl_error_code uves_print_cpl_frame | ( | const cpl_frame * | f | ) |
Print a frame.
f | Frame to print |
This function prints a CPL frame.
Definition at line 280 of file uves_dump.c.
References uves_msg, uves_msg_debug, uves_tostring_cpl_frame_group(), uves_tostring_cpl_frame_level(), and uves_tostring_cpl_frame_type().
Referenced by uves_print_cpl_frameset().
const char* uves_tostring_cpl_frame_type | ( | cpl_frame_type | ft | ) |
Convert a frame type to a string.
ft | Frame type to convert |
Definition at line 317 of file uves_dump.c.
Referenced by uves_print_cpl_frame().
const char* uves_tostring_cpl_frame_group | ( | cpl_frame_group | fg | ) |
Convert a frame group to a string.
fg | Frame group to convert |
Definition at line 337 of file uves_dump.c.
Referenced by uves_print_cpl_frame().
const char* uves_tostring_cpl_frame_level | ( | cpl_frame_level | fl | ) |
Convert a frame level to a string.
fl | Frame level to convert |
Definition at line 358 of file uves_dump.c.
Referenced by uves_print_cpl_frame().
const char* uves_tostring_cpl_type | ( | cpl_type | t | ) |
Convert a CPL type to a string.
t | Type to convert |
Definition at line 380 of file uves_dump.c.
Referenced by convert_to_history(), detect_lines(), filter_median(), flames_midas_scdwri(), flames_midas_scfget(), flames_midas_scfopn(), flames_midas_scfput(), load_frame(), load_header(), opt_extract(), parse_history(), sizeof_cpltype(), table_cpltype_to_dtype(), tcerd(), tcewr(), uves_correct_badpix(), uves_define_noise(), uves_filter_image_average(), uves_merge_orders(), uves_polynomial_convert_from_table(), uves_polynomial_regression_1d(), uves_polynomial_regression_2d(), uves_rebin(), and uves_wavecal_search().