|
X-shooter Pipeline Reference Manual 3.8.15
|
#include <xsh_data_grid.h>
Data Fields | |
| int | x |
| int | y |
| double | v |
| double | errs |
| int | qual |
Definition at line 34 of file xsh_data_grid.h.
| double xsh_grid_point::errs |
Definition at line 41 of file xsh_data_grid.h.
Referenced by xsh_grid2table(), and xsh_grid_add().
| int xsh_grid_point::qual |
Definition at line 42 of file xsh_data_grid.h.
Referenced by xsh_grid_add().
| double xsh_grid_point::v |
Definition at line 40 of file xsh_data_grid.h.
Referenced by xsh_grid2table(), xsh_grid_add(), xsh_grid_dump(), and xsh_image_fit_spline().
| int xsh_grid_point::x |
Definition at line 36 of file xsh_data_grid.h.
Referenced by xsh_grid2table(), xsh_grid_add(), xsh_grid_dump(), xsh_grid_point_compare(), and xsh_image_fit_spline().
| int xsh_grid_point::y |
Definition at line 38 of file xsh_data_grid.h.
Referenced by xsh_grid2table(), xsh_grid_add(), xsh_grid_dump(), and xsh_image_fit_spline().