Changeset 1297
- Timestamp:
- Jul 26, 2004, 7:30:55 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 edited
-
astro/psCoord.c (modified) (5 diffs)
-
astro/psCoord.h (modified) (3 diffs)
-
astronomy/psCoord.c (modified) (5 diffs)
-
astronomy/psCoord.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r1296 r1297 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-27 05: 28:05 $12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 05:30:55 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 47 47 48 // This transformation takes into account parameters beyond an objects 49 // spatial coordinates: term3 and term4. 48 50 psPlane *psPlaneDistortApply(psPlane *out, 49 51 const psPlaneDistort *transform, … … 72 74 73 75 74 76 // This function prototype has been modified since the SDRS. 75 77 psSphereTransform *psSphereTransformAlloc(double NPlat, 76 78 double Xo, … … 93 95 } 94 96 95 96 97 // XXX: I have no idea how this works. This algorithm comes from an email 97 98 // from Gene. I assume (x,y) corresponds to (r,d) in the sphere coordinates. … … 106 107 { 107 108 double sinY = 0.0; 108 ;109 109 double cosY = 0.0; 110 ;111 110 double sinX = 0.0; 112 ;113 111 double cosX = 0.0; 114 ;115 112 double x = 0.0; 116 113 double y = 0.0; -
trunk/psLib/src/astro/psCoord.h
r1296 r1297 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-27 05: 28:05 $12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 05:30:55 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 110 110 111 111 112 // New function prototype. 112 113 psSphereTransform *psSphereTransformAlloc(double NPlat, 113 114 double Xo, … … 142 143 143 144 144 145 146 145 #endif -
trunk/psLib/src/astronomy/psCoord.c
r1296 r1297 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-27 05: 28:05 $12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 05:30:55 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 47 47 48 // This transformation takes into account parameters beyond an objects 49 // spatial coordinates: term3 and term4. 48 50 psPlane *psPlaneDistortApply(psPlane *out, 49 51 const psPlaneDistort *transform, … … 72 74 73 75 74 76 // This function prototype has been modified since the SDRS. 75 77 psSphereTransform *psSphereTransformAlloc(double NPlat, 76 78 double Xo, … … 93 95 } 94 96 95 96 97 // XXX: I have no idea how this works. This algorithm comes from an email 97 98 // from Gene. I assume (x,y) corresponds to (r,d) in the sphere coordinates. … … 106 107 { 107 108 double sinY = 0.0; 108 ;109 109 double cosY = 0.0; 110 ;111 110 double sinX = 0.0; 112 ;113 111 double cosX = 0.0; 114 ;115 112 double x = 0.0; 116 113 double y = 0.0; -
trunk/psLib/src/astronomy/psCoord.h
r1296 r1297 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-07-27 05: 28:05 $12 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-07-27 05:30:55 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 110 110 111 111 112 // New function prototype. 112 113 psSphereTransform *psSphereTransformAlloc(double NPlat, 113 114 double Xo, … … 142 143 143 144 144 145 146 145 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
