- Timestamp:
- 01/24/05 17:54:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDFITSImageWriter.cc
r279 r287 174 174 Vector<uInt> iTmp; 175 175 freqidCol.get(iRow, iTmp); 176 SpectralCoordinate sC = sdTable.get Coordinate(iTmp(pos(ifAxis)));176 SpectralCoordinate sC = sdTable.getSpectralCoordinate(iTmp(pos(ifAxis)), iRow); 177 177 178 178 // Form DirectionCoordinate … … 210 210 // Create aips++ Image 211 211 212 213 212 TempImage<Float> tIm(tShapeOut, cSys); 214 213 tIm.put(t1);
Note:
See TracChangeset
for help on using the changeset viewer.