High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_dar.h File Reference
#include "hdrl_parameter.h"
#include <cpl.h>
Include dependency graph for hdrl_dar.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

CPL_BEGIN_DECLS hdrl_parameterhdrl_dar_parameter_create (hdrl_value airmass, hdrl_value parang, hdrl_value posang, hdrl_value temp, hdrl_value rhum, hdrl_value pres, cpl_wcs *wcs)
 Creates DAR parameters object with the values in the header.
 
cpl_error_code hdrl_dar_compute (const hdrl_parameter *params, const hdrl_value lambdaRef, const cpl_vector *lambdaIn, cpl_vector *xShift, cpl_vector *yShift, cpl_vector *xShiftErr, cpl_vector *yShiftErr)
 Correct the pixel coordinates of all pixels of a given pixel table for differential atmospheric refraction (DAR).