- Timestamp:
- 07/22/04 15:09:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDReader.cc
r46 r73 128 128 Float azimuth, elevation, focusAxi, focusRot, focusTan, 129 129 humidity, parAngle, pressure, temperature, windAz, windSpeed; 130 Double bandwidth, freqInc, interval, mjd, refFreq, srcVel;130 Double bandwidth, freqInc, interval, mjd, refFreq, restFreq, srcVel; 131 131 String fieldName, srcName, tcalTime; 132 132 Vector<Float> calFctr, sigma, tcal, tsys; … … 153 153 // spectra(nChan,nPol)!!! 154 154 status = reader_->read(scanNo, cycleNo, mjd, interval, fieldName, 155 srcName, 156 srcDir, srcPM, srcVel, IFno, refFreq, 157 bandwidth, freqInc, tcal, tcalTime, 155 srcName, srcDir, srcPM, srcVel, IFno, refFreq, 156 bandwidth, freqInc, restFreq, tcal, tcalTime, 158 157 azimuth, elevation, parAngle, focusAxi, 159 158 focusTan, focusRot, temperature, pressure,
Note:
See TracChangeset
for help on using the changeset viewer.