GiSlitGeometry Struct Reference
The slit geometry object definition. More...
#include <gislitgeometry.h>
Data Fields | |
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().
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_duplicate().
The documentation for this struct was generated from the following file: