Changeset 2199 for trunk/psLib/src/astro/psCoord.c
- Timestamp:
- Oct 26, 2004, 11:57:42 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/psCoord.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/psCoord.c
r2197 r2199 10 10 * @author George Gusciora, MHPCC 11 11 * 12 * @version $Revision: 1.2 6$ $Name: not supported by cvs2svn $13 * @date $Date: 2004-10-26 21: 24:42 $12 * @version $Revision: 1.27 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2004-10-26 21:57:42 $ 14 14 * 15 15 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 152 152 } 153 153 154 psSphereTransform* psSphereTransformICRS toEcliptic(psTime time)154 psSphereTransform* psSphereTransformICRSToEcliptic(psTime time) 155 155 { 156 156 struct tm *tmTime = psTimeToTM(&time); … … 165 165 } 166 166 167 psSphereTransform* psSphereTransformEcliptic toICRS(psTime time)167 psSphereTransform* psSphereTransformEclipticToICRS(psTime time) 168 168 { 169 169 struct tm *tmTime = psTimeToTM(&time); … … 178 178 } 179 179 180 psSphereTransform* psSphereTransformICRS toGalatic(void)180 psSphereTransform* psSphereTransformICRSToGalatic(void) 181 181 { 182 182 return (psSphereTransformAlloc(62.6, 282.25, 33.0)); 183 183 } 184 184 185 psSphereTransform* psSphereTransformGalatic toICRS(void)185 psSphereTransform* psSphereTransformGalaticToICRS(void) 186 186 { 187 187 return (psSphereTransformAlloc(-62.6, 33.0, 282.25));
Note:
See TracChangeset
for help on using the changeset viewer.
