Changeset 197


Ignore:
Timestamp:
01/14/05 14:15:33 (19 years ago)
Author:
kil064
Message:

rename a variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDFITSImageWriter.cc

    r195 r197  
    110110   Vector<Int> whichStokes(1,1);
    111111   Array<Double> whichDir;
    112    Vector<Double> latLon(2);
     112   Vector<Double> lonLat(2);
    113113   IPosition posDir(2,0);
    114114   Projection proj(Projection::SIN);                   // What should we use ?
     
    169169         posDir(0) = pos(beamAxis);
    170170         posDir(1) = 0;
    171          latLon[0] = whichDir(posDir);
     171         lonLat[0] = whichDir(posDir);
    172172//
    173173         posDir(0) = pos(beamAxis);
    174174         posDir(1) = 1;
    175          latLon[1] = whichDir(posDir);
    176          DirectionCoordinate dC(dirRef, proj, latLon[0], latLon[1],
     175         lonLat[1] = whichDir(posDir);
     176         DirectionCoordinate dC(dirRef, proj, lonLat[0], lonLat[1],
    177177                               incLonLat[0], incLonLat[1], xForm,
    178178                               refPixLonLat[0], refPixLonLat[1]);
Note: See TracChangeset for help on using the changeset viewer.