Changeset 1518
- Timestamp:
- Aug 12, 2004, 11:16:59 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psAstrom.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psAstrom.h
r1511 r1518 184 184 psPlaneTransform *cellToChip; ///< Transformations from cell coordinates to chip coordinates 185 185 psPlaneTransform *cellToFPA; ///< Transformations from cell coordinates to FPA coordinates 186 psPlaneTransform * cellToSky;///< Quick and Dirty transformations from cell coordinates to sky186 psPlaneTransform *toTP; ///< Quick and Dirty transformations from cell coordinates to sky 187 187 struct psChip *parentChip; ///< chip which contains this cell 188 188 } psCell; … … 260 260 psCoordFPAToTP(psPlane *out, ///< Coordinates to return, or NULL 261 261 const psPlane *in, ///< input FPA coordinate 262 float color, ///< Color of source, using reference defined in the fpa 263 float mag, ///< Magnitude of source 262 264 const psFPA *fpa) ///< FPA description 263 265 ; … … 281 283 psCoordCellToSky(psSphere *out, ///< Coordinates to return, or NULL 282 284 const psPlane *in, ///< cell coordinates to transform 285 float color, ///< Color of source, using reference defined in the fpa 286 float mag, ///< Magnitude of source 283 287 const psCell *cell) ///< Cell to get coordinates for 284 288 ; 285 289 286 /** Convert cell and cell coordinate to (RA,Dec) */290 /** Convert cell and cell coordinate to (RA,Dec). Don't need color,mag here because it's quick and dirty. */ 287 291 psSphere * 288 psCoordCellToSkyQ D(psSphere *out, ///< Coordinates to return, or NULL289 const psPlane *in,///< cell coordinates to transform290 const psCell *cell)///< Cell to get coordinates for292 psCoordCellToSkyQuick(psSphere *out, ///< Coordinates to return, or NULL 293 const psPlane *in, ///< cell coordinates to transform 294 const psCell *cell) ///< Cell to get coordinates for 291 295 ; 292 296 … … 304 308 psCoordTPtoFPA(psPlane *out, ///< Coordinates to return, or NULL 305 309 const psPlane *in, ///< input TP coordinate 310 float color, ///< Color of source, using reference defined in the fpa 311 float mag, ///< Magnitude of source 306 312 const psFPA *fpa) ///< FPA description 307 313 ; … … 325 331 psCoordSkyToCell(psPlane *out, ///< Coordinates to return 326 332 const psSphere *in, ///< Input coordinates 333 float color, ///< Color of source, using reference defined in the fpa 334 float mag, ///< Magnitude of source 327 335 const psCell *cell) ///< Cell of interest 328 336 ;
Note:
See TracChangeset
for help on using the changeset viewer.
