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. | |
| 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.
| 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 |
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.
| spc_table | The spectral table | |
| title | A title |
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.
| cat | The catalog | |
| wmin | The minimum wavelength | |
| wmax | The maximum wavelength |
Definition at line 263 of file irplib_wlxcorr.c.
1.5.1