Ignore:
Timestamp:
07/06/06 11:14:49 (18 years ago)
Author:
mar637
Message:

PKSreader/writer addition keyword obstype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1060 r1072  
    205205    humidity, parAngle, pressure, temperature, windAz, windSpeed;
    206206  Double bandwidth, freqInc, interval, mjd, refFreq, restFreq, srcVel;
    207   String          fieldName, srcName, tcalTime;
     207  String          fieldName, srcName, tcalTime, obsType;
    208208  Vector<Float>   calFctr, sigma, tcal, tsys;
    209209  Matrix<Float>   baseLin, baseSub;
     
    215215  while ( status == 0 ) {
    216216    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,
    219219                          azimuth, elevation, parAngle, focusAxi,
    220220                          focusTan, focusRot, temperature, pressure,
Note: See TracChangeset for help on using the changeset viewer.