- Timestamp:
- 02/21/05 18:15:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDAsciiWriter.cc
r448 r495 116 116 const Array<Bool>& mask = dataIn.getMask(); 117 117 118 // Epoch119 120 Double dTmp;121 time.get(iRow, dTmp);122 MVEpoch tmp2(Quantum<Double>(dTmp, Unit(String("d"))));123 MEpoch epoch(tmp2, timeRef);124 125 118 // Iterate through data in this row by spectra 126 119 … … 151 144 pos(asap::PolAxis) << " " << 152 145 src(iRow) << " " << formatDirection(lonLat) << " " << 153 dTmp<< " " << itData.vector().nelements() << " ";146 sdTable.getTime(iRow,True) << " " << itData.vector().nelements() << " "; 154 147 // Write data 155 148
Note:
See TracChangeset
for help on using the changeset viewer.