GiSlitGeometry Struct Reference
The slit geometry object definition. More...
#include <gislitgeometry.h>
Data Fields | |
cpl_matrix * | fps |
cpl_matrix * | rindex |
cpl_matrix * | xf |
cpl_matrix * | yf |
cxint | nsubslits |
cpl_matrix ** | subslits |
Detailed Description
The slit geometry object definition.Structure stores a pointer to an array of cpl_matrix and the (maximum) number of cpl_matrix that can be/are stored in it.
Definition at line 52 of file gislitgeometry.h.
Field Documentation
cxint nsubslits |
The (maximum) number of subslits
Definition at line 63 of file gislitgeometry.h.
Referenced by giraffe_slitgeometry_duplicate(), giraffe_slitgeometry_get(), giraffe_slitgeometry_resize(), and giraffe_slitgeometry_set().
cpl_matrix** subslits |
List of matrices containing fibre numbers, one matrix for each subslit, matrices should be 1 column wide and the fibre numbers should fill the matrix in ROW order
Definition at line 71 of file gislitgeometry.h.
Referenced by giraffe_slitgeometry_delete(), giraffe_slitgeometry_duplicate(), giraffe_slitgeometry_get(), giraffe_slitgeometry_print(), giraffe_slitgeometry_resize(), giraffe_slitgeometry_set(), and giraffe_slitgeometry_size().
The documentation for this struct was generated from the following file: