#include <pmFPAview.h>
This structure allows the identification of a single component of the focal plane hierarchy (or multiple, if we consider selecting all those components below the selected component). Components are identified on the basis of their chip, cell, readout index. An index of -1 means all components at that level. Additionally, since readouts may be read piecemeal, there are additional indices for these.
Definition at line 26 of file pmFPAview.h.
Data Fields | |
| int | chip |
| Number of the chip, or -1 for all. | |
| int | cell |
| Number of the cell, or -1 for all. | |
| int | readout |
| Number of the readout, or -1 for all. | |
| int | nRows |
| Maximum number of rows per readout segment read, or 0 for all. | |
| int | iRows |
| Starting point for this read. | |
| int pmFPAview::chip |
| int pmFPAview::cell |
| int pmFPAview::nRows |
Maximum number of rows per readout segment read, or 0 for all.
Definition at line 31 of file pmFPAview.h.
| int pmFPAview::iRows |
1.5.1