Functions | |
| cpl_error_code | uves_response_efficiency (const cpl_image *raw_image, const uves_propertylist *raw_header, const uves_propertylist *rotated_header, const cpl_image *master_bias, const cpl_image *master_dark, const uves_propertylist *mdark_header, const cpl_table *ordertable, const polynomial *order_locations, const cpl_table *linetable[3], const uves_propertylist *linetable_header[3], const polynomial *dispersion_relation[3], const cpl_table *flux_table, const cpl_table *atm_extinction, enum uves_chip chip, bool DEBUG, const cpl_parameterlist *parameters, double PACCURACY, cpl_table **efficiency, cpl_table **blaze_efficiency) |
| Calculate quantum detection efficiency. | |
| cpl_image * | uves_calculate_response (const cpl_image *spectrum, const uves_propertylist *spectrum_header, const cpl_table *flux_table, const uves_propertylist *raw_header, double PACCURACY, bool inverse, char **ref_obj_id) |
| Calculate response. | |
| cpl_table * | uves_align (const uves_propertylist *object_header, const cpl_table *flux_table, double accuracy, char **ref_name_dynamic) |
| Match a star against a catalogue of stars. | |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Calculate quantum detection efficiency.
Definition at line 186 of file uves_response_efficiency.c. References assure, check, uves_absolute_order(), uves_calculate_response(), uves_filter_image_median(), uves_msg, uves_msg_debug, uves_normalize_spectrum(), uves_pfits_get_cdelt1(), uves_pfits_get_firstabsorder(), uves_pfits_get_lastabsorder(), uves_pfits_get_wend(), uves_pfits_get_wstart(), uves_polynomial_collapse(), uves_polynomial_delete(), uves_polynomial_derivative_2d(), uves_polynomial_solve_1d(), and uves_reduce(). |
|
||||||||||||||||||||||||||||||||
|
Calculate response.
Definition at line 132 of file uves_response_utils.c. References check, uves_align(), uves_pfits_get_cdelt1(), uves_pfits_get_crval1(), uves_pfits_get_wstart(), and uves_spline_hermite_table(). Referenced by uves_response_efficiency(). |
|
||||||||||||||||||||
|
Match a star against a catalogue of stars.
Exactly one reference star must match the object within the specified accuracy, or an error is set. The spectrum of the uniquely identified star is read from the catalogue and returned as a (2D) table. Definition at line 249 of file uves_response_utils.c. References assure_nomsg, check, uves_max_double(), uves_min_double(), uves_msg, uves_msg_debug, uves_pfits_get_dec(), and uves_pfits_get_ra(). Referenced by uves_calculate_response(). |
1.4.6