|
High-Level Data Reduction Library 1.6.0a5
High-Level data reduction routines for ESO pipelines
|
Initialize the ap structure. More...

Functions | |
| void | hdrl_apinit (ap_t *ap) |
| Initialize the ap structure. | |
| void | hdrl_apreinit (ap_t *ap) |
| Re-initialize the ap structure. | |
| void | hdrl_apclose (ap_t *ap) |
| Close ap structure. | |
Initialize the ap structure.
| void hdrl_apclose | ( | ap_t * | ap | ) |
Close ap structure.
| ap | The input ap structure |
Purpose: Close the ap structure
Description: The ap structure has all of its allocated memory freed.
| void hdrl_apinit | ( | ap_t * | ap | ) |
Initialize the ap structure.
| ap | The input ap structure |
Purpose: Initialize the ap structure given some pre-existing information
Description: The ap structure is initialized. In order for this to be done properly the value of ap->lsiz (the length of the image rows) must be set before calling this routine.
| void hdrl_apreinit | ( | ap_t * | ap | ) |
Re-initialize the ap structure.
| ap | The input ap structure |
Purpose: Re-initialize the ap structure
Description: The ap structure is reinitialized to the state it was in before we started detecting objects in it. All information about detected objects is erased.