Changeset 2974 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
- Timestamp:
- Jun 20, 2006, 6:02:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherethetaphi.cc
r2898 r2974 209 209 210 210 // Let's Read the SphereCoordSys object 211 int id= SphereCoordSys _NEUTRAL;211 int id= SphereCoordSys::NEUTRAL; 212 212 string description= "NEUTRAL SphereCoordSystem"; 213 213 string coordsys= dvl.GetS("COORDSYS"); 214 214 if(coordsys.substr(0,8) == "ROTATION") 215 215 { 216 id= SphereCoordSys _ROTATION;216 id= SphereCoordSys::ROTATION; 217 217 description= "ROTATION SphereCoordSystem"; 218 218 } 219 219 else if(coordsys.substr(0,5) == "OTHER" ) 220 220 { 221 id= SphereCoordSys _OTHER;221 id= SphereCoordSys::OTHER; 222 222 description= "OTHER SphereCoordSystem"; 223 223 }
Note:
See TracChangeset
for help on using the changeset viewer.