Changeset 399 for trunk/archive/pslib/include/psAstrom.h
- Timestamp:
- Apr 8, 2004, 12:06:17 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
r396 r399 79 79 struct psChip *chips; ///< Chips in the Focal Plane Array 80 80 81 psMeta DataSet*md; ///< FPA-level metadata81 psMetadata *md; ///< FPA-level metadata 82 82 psDistortion *TPtoFP; ///< Transformation term from 83 83 psDistortion *FPtoTP; ///< Transformation term from … … 96 96 struct psCell *cells; ///< Cells in the Chip 97 97 98 psMeta DataSet*md; ///< Chip-level metadata98 psMetadata *md; ///< Chip-level metadata 99 99 psCoordXform *chipToFPA; ///< Transformations from chip coordinates to FPA coordinates 100 100 psCoordXform *FPAtoChip; ///< Transformations from FPA coordinates to chip … … 109 109 ///< own image, objects and overscan. 110 110 struct psReadout *readouts; ///< Readouts from the cell 111 psMeta DataSet*md; ///< Cell-level metadata111 psMetadata *md; ///< Cell-level metadata 112 112 113 113 psCoordXform *cellToChip; ///< Transformations from cell coordinates to chip coordinates … … 125 125 psDlist *objects; ///< objects derived from cell 126 126 psImage *overscan; ///< bias region (subimage) of cell 127 psMeta DataSet*md; ///< Readout-level metadata127 psMetadata *md; ///< Readout-level metadata 128 128 } psReadout; 129 129
Note:
See TracChangeset
for help on using the changeset viewer.
