Changeset 3334
- Timestamp:
- Feb 25, 2005, 12:29:19 PM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
astro/psCoord.c (modified) (3 diffs)
-
astro/psCoord.h (modified) (2 diffs)
-
astronomy/psCoord.c (modified) (3 diffs)
-
astronomy/psCoord.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r3332 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-25 2 0:52:28$12 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:28:42 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 379 379 } 380 380 381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGala ticToICRS()382 psSphereTransform* psSphereTransformICRSToGala tic(void)381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGalacticToICRS() 382 psSphereTransform* psSphereTransformICRSToGalactic(void) 383 383 { 384 384 psF64 alphaP = DEG_TO_RAD(32.93192); … … 389 389 } 390 390 391 psSphereTransform* psSphereTransformGala ticToICRS(void)391 psSphereTransform* psSphereTransformGalacticToICRS(void) 392 392 { 393 393 psF64 alphaP = DEG_TO_RAD(282.85948); -
trunk/psLib/src/astro/psCoord.h
r3264 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 17 19:26:23$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:29:19 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 292 292 ); 293 293 294 /** Creates the appropriate transform for converting from ICRS to Gala tic294 /** Creates the appropriate transform for converting from ICRS to Galactic 295 295 * coordinate systems. 296 296 * 297 297 */ 298 psSphereTransform* psSphereTransformICRSToGala tic(void);299 300 /** Creates the appropriate transform for converting from Gala tic to ICRS298 psSphereTransform* psSphereTransformICRSToGalactic(void); 299 300 /** Creates the appropriate transform for converting from Galactic to ICRS 301 301 * coordinate systems. 302 302 * 303 303 */ 304 psSphereTransform* psSphereTransformGala ticToICRS(void);304 psSphereTransform* psSphereTransformGalacticToICRS(void); 305 305 306 306 /** Allocates memory for a psProjection structure -
trunk/psLib/src/astronomy/psCoord.c
r3332 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.5 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02-25 2 0:52:28$12 * @version $Revision: 1.55 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:28:42 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 379 379 } 380 380 381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGala ticToICRS()382 psSphereTransform* psSphereTransformICRSToGala tic(void)381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGalacticToICRS() 382 psSphereTransform* psSphereTransformICRSToGalactic(void) 383 383 { 384 384 psF64 alphaP = DEG_TO_RAD(32.93192); … … 389 389 } 390 390 391 psSphereTransform* psSphereTransformGala ticToICRS(void)391 psSphereTransform* psSphereTransformGalacticToICRS(void) 392 392 { 393 393 psF64 alphaP = DEG_TO_RAD(282.85948); -
trunk/psLib/src/astronomy/psCoord.h
r3264 r3334 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2005-02- 17 19:26:23$12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2005-02-25 22:29:19 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 292 292 ); 293 293 294 /** Creates the appropriate transform for converting from ICRS to Gala tic294 /** Creates the appropriate transform for converting from ICRS to Galactic 295 295 * coordinate systems. 296 296 * 297 297 */ 298 psSphereTransform* psSphereTransformICRSToGala tic(void);299 300 /** Creates the appropriate transform for converting from Gala tic to ICRS298 psSphereTransform* psSphereTransformICRSToGalactic(void); 299 300 /** Creates the appropriate transform for converting from Galactic to ICRS 301 301 * coordinate systems. 302 302 * 303 303 */ 304 psSphereTransform* psSphereTransformGala ticToICRS(void);304 psSphereTransform* psSphereTransformGalacticToICRS(void); 305 305 306 306 /** Allocates memory for a psProjection structure
Note:
See TracChangeset
for help on using the changeset viewer.
