#include <pslib.h>
#include "pmFPA.h"
#include "pmFPAview.h"
Include dependency graph for pmFPAConstruct.h:

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

Go to the source code of this file.
Functions | |
| pmFPA * | pmFPAConstruct (const psMetadata *camera) |
| Construct an FPA instance on the basis of a camera configuration. | |
| bool | pmFPAAddSourceFromView (pmFPA *fpa, const pmFPAview *phuView, const psMetadata *format) |
| Add an (input or output) source to the focal plane hierarchy, specified by a view. | |
| pmFPAview * | pmFPAAddSourceFromHeader (pmFPA *fpa, psMetadata *phu, const psMetadata *format) |
| Add an (input or output) source to the focal plane hierarchy, specified by a (primary) header. | |
| pmFPAview * | pmFPAIdentifySourceFromHeader (pmFPA *fpa, psMetadata *phu, const psMetadata *format) |
| Identify a source in the focal plane hierarchy, specified by a (primary) header. | |
| void | pmFPAPrint (FILE *fd, const pmFPA *fpa, bool header, bool concepts) |
| Print a representation of the FPA, including its headers and concepts. | |
| pmFPALevel | pmFPAPHULevel (const psMetadata *format) |
| Return the PHU level for an FPA, given the format. | |
| pmFPALevel | pmFPAExtensionsLevel (const psMetadata *format) |
| Return the Extensions level for an FPA, given the format. | |
1.5.1