Changeset 396 for trunk/archive/pslib/include/psAstrom.h
- Timestamp:
- Apr 7, 2004, 12:42:11 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psAstrom.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psAstrom.h
r344 r396 77 77 int nChips; ///< Number of Cells assigned 78 78 int nAlloc; ///< Number of Cells available 79 psChip *chips;///< Chips in the Focal Plane Array79 struct psChip *chips; ///< Chips in the Focal Plane Array 80 80 81 81 psMetaDataSet *md; ///< FPA-level metadata … … 94 94 typedef struct { 95 95 int nCells; ///< Number of Cells assigned 96 psCell *cells;///< Cells in the Chip96 struct psCell *cells; ///< Cells in the Chip 97 97 98 98 psMetaDataSet *md; ///< Chip-level metadata … … 108 108 int nReadouts; ///< number of readouts in this cell realization; each may have its 109 109 ///< own image, objects and overscan. 110 psReadout *readouts; ///< Readouts from the cell110 struct psReadout *readouts; ///< Readouts from the cell 111 111 psMetaDataSet *md; ///< Cell-level metadata 112 112 … … 115 115 psCoordXform *cellToSky; ///< Quick and Dirty transformations from cell coordinates to sky 116 116 117 psChip *parentChip; ///< chip which contains this cell117 struct psChip *parentChip; ///< chip which contains this cell 118 118 } psCell; 119 119
Note:
See TracChangeset
for help on using the changeset viewer.
