Utility to test column table shift


sinfo_table_shift_column_poly

Parameters:
shift a table of an double shift
t input table
col input table's column
shift shift to be applied
order polynomial order
Returns:
pointer to a new allocated shifted table


void sinfo_new_array_set_value (float *array, float value, int i)
float sinfo_new_array_get_value (float *array, int i)
void sinfo_new_destroy_array (float **array)
void sinfo_new_destroy_stringarray (char **array, int size_x)
void sinfo_new_destroy_2Dintarray (int ***array, int size_x)
void sinfo_new_intarray_set_value (int *array, int value, int i)
float sinfo_new_array2D_get_value (float **array, int x, int y)
int ** sinfo_new_2Dintarray (int size_x, int size_y)
float * sinfo_new_floatarray (int size)
void sinfo_new_destroy_2Dfloatarray (float ***array, int size_x)
void sinfo_new_destroy_2Ddoublearray (double ***array, int size_x)
void sinfo_new_array2D_set_value (float **array, float value, int x, int y)
double sinfo_new_doublearray_get_value (double *array, int i)
void sinfo_new_doublearray_set_value (double *array, double value, int i)
void sinfo_new_destroy_doublearray (double *array)
double * sinfo_new_doublearray (int size)
double ** sinfo_new_2Ddoublearray (int size_x, int size_y)
float ** sinfo_new_2Dfloatarray (int size_x, int size_y)
int * sinfo_new_intarray (int size)
void sinfo_new_destroy_intarray (int **array)
int sinfo_new_intarray_get_value (int *array, int i)
float sinfo_new_Stats_get_cleanstdev (Stats *stats)
float sinfo_new_Stats_get_cleanmean (Stats *stats)
char * sinfo_new_get_basename (const char *filename)
char * sinfo_new_get_rootname (const char *filename)
cpl_imagelist * sinfo_new_frameset_to_iset (cpl_frameset *fset)
 Convert a NACO frameset to an images set.
cpl_imagelist * sinfo_new_imagelist_load_frameset (const cpl_frameset *frameset, cpl_type type, int pnum, int extnum)
 Load an imagelist from a frameset.
char ** sinfo_new_frameset_to_filenames (cpl_frameset *set, int *nfiles)
 Get the list of filenames from a cpl_frameset.

Functions

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

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 144 of file sinfo_utl_table_test.c.

References sinfo_get_license().

char** sinfo_new_frameset_to_filenames cpl_frameset *  set,
int *  nfiles
 

Get the list of filenames from a cpl_frameset.

Parameters:
set input frame set
nfiles the number of file names returned
Returns:
the newly allocated list of filenames

Definition at line 720 of file sinfo_utilities.c.

Referenced by sinfo_new_frameset_to_iset().

cpl_imagelist* sinfo_new_frameset_to_iset cpl_frameset *  fset  ) 
 

Convert a NACO frameset to an images set.

Parameters:
fset input frames set
Returns:
the newly allocated images set or NULL in error case
The first plane of the primary unit of each frame is loaded

Definition at line 619 of file sinfo_utilities.c.

References sinfo_msg_error, sinfo_new_frameset_to_filenames(), and sinfo_new_imagelist_load_frameset().

cpl_imagelist* sinfo_new_imagelist_load_frameset const cpl_frameset *  frameset,
cpl_type  type,
int  pnum,
int  extnum
 

Load an imagelist from a frameset.

Parameters:
frameset A frameset containing name(s) of image FITS files
type cpl_type
pnum The plane (FITS NAXIS3) number (0 for all planes)
extnum The required FITS extension (-1 for all)
Returns:
The newly created imagelist or NULL on error
See also:
cpl_imset_load()

Definition at line 662 of file sinfo_utilities.c.

Referenced by sinfo_new_frameset_to_iset().


Generated on Wed Jan 17 08:33:45 2007 for SINFONI Pipeline Reference Manual by  doxygen 1.4.4