Print CPL objects


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.

Detailed Description

Functions that enables dumping (using CPL's messaging system) some otherwise non-dumpable CPL objects

Function Documentation

cpl_error_code uves_print_uves_propertylist ( const uves_propertylist pl,
long  low,
long  high 
)

Print a property list.

Parameters:
pl The property list to print.
low Index of first property to print.
high Index of first property not to print.
Returns:
CPL_ERROR_NONE iff OK.
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 113 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().

cpl_error_code uves_print_cpl_property ( const cpl_property *  prop  ) 

Print a property.

Parameters:
prop The property to print.
Returns:
CPL_ERROR_NONE iff OK.
This function prints a property's name, value and comment.

Definition at line 149 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.

Parameters:
frames Frame set to print
Returns:
CPL_ERROR_NONE iff OK.
This function prints all frames in a CPL frame set.

Definition at line 230 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.

Parameters:
f Frame to print
Returns:
CPL_ERROR_NONE iff OK.
This function prints a CPL frame.

Definition at line 272 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.

Parameters:
ft Frame type to convert
Returns:
A textual representation of ft.

Definition at line 309 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.

Parameters:
fg Frame group to convert
Returns:
A textual representation of fg.

Definition at line 329 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.

Parameters:
fl Frame level to convert
Returns:
A textual representation of fl.

Definition at line 350 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.

Parameters:
t Type to convert
Returns:
A textual representation of t.

Definition at line 372 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().


Generated on Fri Apr 18 14:11:44 2008 for UVES Pipeline Reference Manual by  doxygen 1.5.1