Wavelength Cross correlation plotting


Functions

int irplib_wlxcorr_plot_solution (const cpl_polynomial *init, const cpl_polynomial *comp, const cpl_polynomial *sol, int pix_start, int pix_stop)
 Plot the wavelength solution.
int irplib_wlxcorr_plot_spc_table (const cpl_table *spc_table, const char *title)
 Plot the spectral table.
int irplib_wlxcorr_catalog_plot (const cpl_bivector *cat, double wmin, double wmax)
 Plot a part of the catalog.

Function Documentation

int irplib_wlxcorr_plot_solution ( const cpl_polynomial *  init,
const cpl_polynomial *  comp,
const cpl_polynomial *  sol,
int  pix_start,
int  pix_stop 
)

Plot the wavelength solution.

Parameters:
init The initial guess
comp The computed solution
sol The real solution or NULL if not available
pix_start The first pixel
pix_stop The last pixel
Returns:
0 if ok, -1 otherwise

Definition at line 62 of file irplib_wlxcorr.c.

int irplib_wlxcorr_plot_spc_table ( const cpl_table *  spc_table,
const char *  title 
)

Plot the spectral table.

Parameters:
spc_table The spectral table
title A title
Returns:
0 if ok, -1 otherwise

Definition at line 157 of file irplib_wlxcorr.c.

Referenced by irplib_ppm_engine().

int irplib_wlxcorr_catalog_plot ( const cpl_bivector *  cat,
double  wmin,
double  wmax 
)

Plot a part of the catalog.

Parameters:
cat The catalog
wmin The minimum wavelength
wmax The maximum wavelength
Returns:
0 if ok, -1 in error case

Definition at line 263 of file irplib_wlxcorr.c.


Generated on Thu Nov 15 14:32:37 2007 for UVES Pipeline Reference Manual by  doxygen 1.5.1