High-Level Data Reduction Library 1.6.0
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_apio

Initialize the ap structure. More...

Collaboration diagram for hdrl_apio:

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.
 

Detailed Description

Initialize the ap structure.

Function Documentation

◆ hdrl_apclose()

void hdrl_apclose ( ap_t ap)

Close ap structure.

Parameters
apThe input ap structure

Purpose: Close the ap structure

Description: The ap structure has all of its allocated memory freed.

◆ hdrl_apinit()

void hdrl_apinit ( ap_t ap)

Initialize the ap structure.

Parameters
apThe 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.

◆ hdrl_apreinit()

void hdrl_apreinit ( ap_t ap)

Re-initialize the ap structure.

Parameters
apThe 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.