Changeset 1528 for trunk/archive/pslib/include/psAstrom.h
- Timestamp:
- Aug 13, 2004, 11:01:58 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psAstrom.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psAstrom.h
r1518 r1528 221 221 /** Return the cell in FPA which contains the given FPA coordinates */ 222 222 psCell * 223 psCellInFPA(psCell *out, ///< Cell to return, or NULL 224 const psPlane *coord, ///< Coordinate in FPA 223 psCellInFPA(const psPlane *coord, ///< Coordinate in FPA 225 224 const psFPA *fpa) ///< FPA description 226 225 ; … … 229 228 /** returns Chip in FPA which contains the given FPA coordinate */ 230 229 psChip * 231 psChipInFPA (psChip *out, ///< Chip to return, or NULL 232 const psPlane *coord, ///< coordinate in FPA 233 const psFPA *fpa) ///< FPA description 230 psChipInFPA(const psPlane *coord, ///< coordinate in FPA 231 const psFPA *fpa) ///< FPA description 234 232 ; 235 233 236 234 /** returns Cell in Chip which contains the given chip coordinate */ 237 235 psCell * 238 psCellInChip(psCell *out, ///< Cell to return, or NULL 239 const psPlane *coord, ///< coordinate in chip 236 psCellInChip(const psPlane *coord, ///< coordinate in chip 240 237 const psChip *chip) ///< chip description 241 238 ;
Note:
See TracChangeset
for help on using the changeset viewer.
