Changeset 1072
- Timestamp:
- 07/06/06 11:14:49 (19 years ago)
- Location:
- trunk/src
- Files:
- 
      - 2 edited
 
 - 
          
  STFiller.cpp (modified) (2 diffs)
- 
          
  STWriter.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/STFiller.cppr1060 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.cppr1060 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.
  
