ERIS Pipeline Reference Manual 1.8.15
Functions
Utilities to ease the use of CASU

Functions

cpl_error_code encu_limlist_to_casu_fits (located_imagelist *limlist, casu_fits ***indata, casu_fits ***inconf, casu_fits ***invar)
 Translate a located_imagelist to arrays of casu_fits structs.
 

Detailed Description

Function Documentation

◆ encu_limlist_to_casu_fits()

cpl_error_code encu_limlist_to_casu_fits ( located_imagelist *  limlist,
casu_fits ***  indata,
casu_fits ***  inconf,
casu_fits ***  invar 
)

Translate a located_imagelist to arrays of casu_fits structs.

Returns
A CPL error code

The function translates a located_imagelist to 3 arrays of casu_fits structs. If the cpl_error_code on entry is not good or if the pointer to the located_imagelist is NULL then the routine will return immediately.

Definition at line 61 of file eris_nix_casu_utils.c.

References hdrl_image_get_error(), hdrl_image_get_image(), hdrl_image_get_size_x(), and hdrl_image_get_size_y().

Referenced by enu_opm_limlist(), and enu_stack().