- Timestamp:
- 07/06/06 11:14:49 (18 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFiller.cpp
r1060 r1072 205 205 humidity, parAngle, pressure, temperature, windAz, windSpeed; 206 206 Double bandwidth, freqInc, interval, mjd, refFreq, restFreq, srcVel; 207 String fieldName, srcName, tcalTime ;207 String fieldName, srcName, tcalTime, obsType; 208 208 Vector<Float> calFctr, sigma, tcal, tsys; 209 209 Matrix<Float> baseLin, baseSub; … … 215 215 while ( status == 0 ) { 216 216 status = reader_->read(scanNo, cycleNo, mjd, interval, fieldName, 217 srcName, srcDir, srcPM, srcVel, IFno, refFreq,218 bandwidth, freqInc, restFreq, tcal, tcalTime,217 srcName, srcDir, srcPM, srcVel, obsType, IFno, 218 refFreq, bandwidth, freqInc, restFreq, tcal, tcalTime, 219 219 azimuth, elevation, parAngle, focusAxi, 220 220 focusTan, focusRot, temperature, pressure, -
trunk/src/STWriter.cpp
r1060 r1072 235 235 rec.asString("FIELDNAME"), 236 236 rec.asString("SRCNAME"), 237 srcDir, srcPM, srcVel, 237 srcDir, srcPM, srcVel,hdr.obstype, 238 238 ifno, 239 239 refFreqNew, nchan*abs(cdelt), cdelt,
Note:
See TracChangeset
for help on using the changeset viewer.