Changeset 1072


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

PKSreader/writer addition keyword obstype

Location:
trunk/src
Files:
2 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,
  • trunk/src/STWriter.cpp

    r1060 r1072  
    235235                                      rec.asString("FIELDNAME"),
    236236                                      rec.asString("SRCNAME"),
    237                                       srcDir, srcPM, srcVel,
     237                                      srcDir, srcPM, srcVel,hdr.obstype,
    238238                                      ifno,
    239239                                      refFreqNew, nchan*abs(cdelt), cdelt,
Note: See TracChangeset for help on using the changeset viewer.