#include "pmFPA.h"
#include "pmFPALevel.h"
Include dependency graph for pmFPAview.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | pmFPAview |
| Identifier for FPA components. More... | |
Functions | |
| pmFPAview * | pmFPAviewAlloc (int nRows) |
| Allocator for pmFPAview. | |
| bool | pmFPAviewReset (pmFPAview *view) |
| Reset a view to select all components. | |
| pmFPALevel | pmFPAviewLevel (const pmFPAview *view) |
| Determine the current view level. | |
| pmChip * | pmFPAviewThisChip (const pmFPAview *view, const pmFPA *fpa) |
| Return the currently selected chip for this view. | |
| pmCell * | pmFPAviewThisCell (const pmFPAview *view, const pmFPA *fpa) |
| Return the currently selected cell for this view. | |
| pmReadout * | pmFPAviewThisReadout (const pmFPAview *view, const pmFPA *fpa) |
| Return the currently selected readout for this view. | |
| pmChip * | pmFPAviewNextChip (pmFPAview *view, const pmFPA *fpa, int nStep) |
| Advance view to the next chip. | |
| pmCell * | pmFPAviewNextCell (pmFPAview *view, const pmFPA *fpa, int nStep) |
| Advance view to the next cell. | |
| pmReadout * | pmFPAviewNextReadout (pmFPAview *view, const pmFPA *fpa, int nStep) |
| Advance view to the next readout. | |
| pmHDU * | pmFPAviewThisHDU (const pmFPAview *view, const pmFPA *fpa) |
| Return the HDU corresponding to the current view. | |
| pmHDU * | pmFPAviewThisPHU (const pmFPAview *view, const pmFPA *fpa) |
| Return the blank Primary HDU corresponding to the current view, if any. | |
1.5.1