ERIS Pipeline Reference Manual 1.8.14
Functions
ESO science data product format support

Functions

const char * eris_ifu_pfits_get_origfile (const cpl_propertylist *aHeaders)
 find out the origfile
 
cpl_error_code eris_ifu_cplarray_sort (cpl_array *aArray, cpl_boolean aOrder)
 Sort float, int or double array by quicksort.
 

Detailed Description

Function Documentation

◆ eris_ifu_cplarray_sort()

cpl_error_code eris_ifu_cplarray_sort ( cpl_array *  aArray,
cpl_boolean  aOrder 
)

Sort float, int or double array by quicksort.

Parameters
aArrayPointer to the array.
aOrderSort order of the array, ascending if true

This function currently only works with arrays that have no invalid values.

Returns
cpl_error_code

Definition at line 1218 of file eris_ifu_sdp.c.

◆ eris_ifu_pfits_get_origfile()

const char * eris_ifu_pfits_get_origfile ( const cpl_propertylist *  aHeaders)

find out the origfile

Parameters
aHeadersproperty list/headers to read from
Returns
pointer to statically allocated string or NULL on error

Queries FITS header ORIGFILE

Definition at line 686 of file eris_ifu_sdp.c.