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. | |
|
||||||||||||||||
|
Print a property list.
Definition at line 111 of file uves_dump.c. References assure, check, uves_msg, uves_print_cpl_property(), uves_propertylist_get_const(), uves_propertylist_get_size(), and uves_propertylist_is_empty(). |
|
|
Print a property.
Definition at line 147 of file uves_dump.c. References check, and uves_msg. Referenced by uves_print_uves_propertylist(). |
|
|
Print a frame set.
Definition at line 228 of file uves_dump.c. References check, uves_msg, and uves_print_cpl_frame(). Referenced by uves_initialize(). |
|
|
Print a frame.
Definition at line 270 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(). |
|
|
Convert a frame type to a string.
Definition at line 307 of file uves_dump.c. Referenced by uves_print_cpl_frame(). |
|
|
Convert a frame group to a string.
Definition at line 327 of file uves_dump.c. Referenced by uves_print_cpl_frame(). |
|
|
Convert a frame level to a string.
Definition at line 348 of file uves_dump.c. Referenced by uves_print_cpl_frame(). |
|
|
Convert a CPL type to a string.
Definition at line 370 of file uves_dump.c. Referenced by detect_lines(), filter_median(), opt_extract(), parse_history(), propertylist_append_property(), propertylist_prepend_property_cpl(), uves_correct_badpix(), uves_define_noise(), uves_filter_image_average(), uves_merge_orders(), uves_pfits_get_ordpred(), uves_polynomial_convert_from_table(), uves_polynomial_regression_1d(), uves_polynomial_regression_2d(), uves_rebin(), and uves_wavecal_search(). |
1.4.6