- Timestamp:
- 11/12/04 12:19:59 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDWriter.cc
r83 r94 121 121 122 122 Int count = 0; 123 for (Int iRow = 0; iRow < table->nRow s(); iRow++) {123 for (Int iRow = 0; iRow < table->nRow(); iRow++) { 124 124 // Extract the next integration from the table. 125 125 SDContainer sd = table->getSDContainer(iRow); … … 168 168 if (status = cWriter->write(sd.scanid, cycleNo, sd.timestamp, 169 169 sd.interval, fieldName, sd.sourcename, 170 sd.getDirection(iBeam), 171 170 sd.getDirection(iBeam), 171 srcPM, srcVel, iIF+1, hdr.reffreq, 172 172 hdr.bandwidth, freqInc, restFreq, tcal, 173 173 tcalTime, azimuth, elevation, parAngle, 174 174 focusAxi, focusTan, focusRot, temperature, 175 175 pressure, humidity, windSpeed, windAz, 176 refBeam, iBeam+1, 177 sd.getDirection(iBeam), 178 176 refBeam, iBeam+1, 177 sd.getDirection(iBeam), 178 scanRate, 179 179 sd.getTsys(iBeam, iIF), sigma, calFctr, 180 180 baseLin, baseSub,
Note:
See TracChangeset
for help on using the changeset viewer.