Recipe to correct for slitlet illumination

Functions

int cpl_plugin_get_info (cpl_pluginlist *list)
 Build the list of available plugins, for this module.

function1d_search_value

Conducts a binary search for a value.

Parameters:
x Contains the abscissas of interpolation.
len Length of the x array.
key The value to locate in x.
foundPtr Output flag, 1 if value was found, else 0.
Returns:
The index of the largest value in x for which x[i]<key.

This function does a binary search for a value in an array. This routine is to be called only if key is in the interval between x[0] and x[len-1]. The input x array is supposed sorted.



#define CPL_PIX_STACK_SIZE   50

Detailed Description

disomogeneities


Function Documentation

int cpl_plugin_get_info ( cpl_pluginlist *  list  ) 

Build the list of available plugins, for this module.

Parameters:
list the plugin list
Returns:
0 if everything is ok

This function is exported.

Definition at line 265 of file sinfo_utl_illumcorr.c.

References sinfo_get_license().


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