![]() |
GIRAFFE Pipeline Reference Manual |
|||
|
|
A Range Data Type
Detailed DescriptionTBD Function Documentation
Creates a new range from the given minimum and maximum values.
The function creates a new range object. The minimum and maximum values of the created range are initialized with the given minimum value min and the maximum value max. Definition at line 91 of file girange.c. Referenced by giraffe_rebin_get_wavelength_range(), giraffe_sgcalibration_config_create(), and giraffe_wlcalibration_config_create().
Destroys a range object.
The function deallocates the memory used by the range object self. Definition at line 126 of file girange.c. Referenced by giraffe_fov_build(), giraffe_sgcalibration_config_destroy(), and giraffe_wlcalibration_config_destroy().
Get the maximum of a range.
The function queries the maximum value of the given range self. Definition at line 221 of file girange.c. Referenced by giraffe_fov_build().
Get the minimum of a range.
The function queries the minimum value of the given range self. Definition at line 175 of file girange.c. Referenced by giraffe_fov_build().
Set the maximum of a range.
The function updates the maximum value of the given range self with max. Definition at line 198 of file girange.c. Referenced by giraffe_fov_build().
Set the minimum of a range.
The function updates the minimum value of the given range self with min. Definition at line 152 of file girange.c. Referenced by giraffe_fov_build(). |