functions to determine slitlets distances

sinfo_finddist_cfg_create()

allocate memory for a wave_cfg struct

Returns:
pointer to allocated base wave_cfg structure
Note:
only the main (base) structure is allocated


finddist_config * sinfo_finddist_cfg_create (void)

sinfo_finddist_cfg_destroy()

deallocate all memory associated with a wave_config data structure

Parameters:
wave_config to deallocate
Returns:
void


void sinfo_finddist_cfg_destroy (finddist_config *wc)

sinfo_parse_cpl_input_finddist

Parse CPL input.

Parameters:
cpl_cfg pointer to parameter list
sof pointer to input set of frames
raw pointer to input set of raw frames
Returns:
1 newly allocated wave_config blackboard structure. The requested ini file is parsed and a blackboard object is created, then updated accordingly. Returns NULL in case of error.


finddist_config * sinfo_parse_cpl_input_finddist (cpl_parameterlist *cpl_cfg, cpl_frameset *sof, cpl_frameset **raw)

sinfo_finddist_free

deallocate finddist_config structure

Parameters:
cfg pointer to finddist_config structure
Returns:
void


void sinfo_finddist_free (finddist_config **cfg)

Detailed Description

TBD


Generated on 8 Mar 2011 for SINFONI Pipeline Reference Manual by  doxygen 1.6.1