Changeset 1528
- Timestamp:
- Aug 13, 2004, 11:01:58 AM (22 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
archive/pslib/include/psAstrom.h (modified) (2 diffs)
-
doc/pslib/psLibSDRS_Astrom.tex (modified) (1 diff)
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 ; -
trunk/doc/pslib/psLibSDRS_Astrom.tex
r1517 r1528 407 407 % 408 408 \begin{verbatim} 409 psCell *psCellInFPA ( psCell *out,const psPlane *coord, const psFPA *fpa);410 psChip *psChipInFPA ( psChip *out,const psPlane *coord, const psFPA *fpa);411 psCell *psCellInChip( psCell *out,const psPlane *coord, const psChip *chip);409 psCell *psCellInFPA (const psPlane *coord, const psFPA *fpa); 410 psChip *psChipInFPA (const psPlane *coord, const psFPA *fpa); 411 psCell *psCellInChip(const psPlane *coord, const psChip *chip); 412 412 \end{verbatim} 413 413
Note:
See TracChangeset
for help on using the changeset viewer.
