- Timestamp:
- 01/14/05 14:15:33 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDFITSImageWriter.cc
r195 r197 110 110 Vector<Int> whichStokes(1,1); 111 111 Array<Double> whichDir; 112 Vector<Double> l atLon(2);112 Vector<Double> lonLat(2); 113 113 IPosition posDir(2,0); 114 114 Projection proj(Projection::SIN); // What should we use ? … … 169 169 posDir(0) = pos(beamAxis); 170 170 posDir(1) = 0; 171 l atLon[0] = whichDir(posDir);171 lonLat[0] = whichDir(posDir); 172 172 // 173 173 posDir(0) = pos(beamAxis); 174 174 posDir(1) = 1; 175 l atLon[1] = whichDir(posDir);176 DirectionCoordinate dC(dirRef, proj, l atLon[0], latLon[1],175 lonLat[1] = whichDir(posDir); 176 DirectionCoordinate dC(dirRef, proj, lonLat[0], lonLat[1], 177 177 incLonLat[0], incLonLat[1], xForm, 178 178 refPixLonLat[0], refPixLonLat[1]);
Note:
See TracChangeset
for help on using the changeset viewer.