#include "pmFPA.h"
#include "pmHDU.h"
Include dependency graph for pmHDUUtils.h:

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

Go to the source code of this file.
Functions | |
| pmHDU * | pmHDUGetLowest (const pmFPA *fpa, const pmChip *chip, const pmCell *cell) |
| Get the lowest HDU in the hierarchy. | |
| pmHDU * | pmHDUGetHighest (const pmFPA *fpa, const pmChip *chip, const pmCell *cell) |
| Get the highest HDU in the hierarchy. | |
| pmHDU * | pmHDUFromFPA (const pmFPA *fpa) |
| Given an FPA, return the HDU (or NULL if all HDUs reside below the FPA). | |
| pmHDU * | pmHDUFromChip (const pmChip *chip) |
| Given a chip, return the HDU (or NULL if it resides below the chip). | |
| pmHDU * | pmHDUFromCell (const pmCell *cell) |
| Given a cell, return the HDU. | |
| pmHDU * | pmHDUFromReadout (const pmReadout *readout) |
| Given a readout, return the HDU. | |
| void | pmHDUPrint (FILE *fd, const pmHDU *hdu, int level, bool header) |
| Print details about an HDU. | |
1.5.1