Changeset 112


Ignore:
Timestamp:
12/01/04 11:00:23 (20 years ago)
Author:
mar637
Message:

filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.cc

    r94 r112  
    138138      for (Int iIF = 0; iIF < hdr.nif; iIF++) {
    139139        // None of these are stored in SDMemTable by SDReader.
    140         String          fieldName = "";
     140        //String          fieldName = "";
    141141        //Vector<Double>  srcDir(2, 0.0);
    142142        Vector<Double>  srcPM(2, 0.0);
     
    144144        Double          freqInc = 0.0;
    145145        Double          restFreq = 0.0;
    146         Vector<Float>   tcal(2, 0.0f);
    147         String          tcalTime = "";
    148         Float           azimuth = 0.0f;
    149         Float           elevation = 0.0f;
    150         Float           parAngle = 0.0f;
     146        //Vector<Float>   tcal(2, 0.0f);
     147        //String          tcalTime = "";
     148        //Float           azimuth = 0.0f;
     149        //Float           elevation = 0.0f;
     150        //Float           parAngle = 0.0f;
    151151        Float           focusAxi = 0.0f;
    152152        Float           focusTan = 0.0f;
     
    157157        Float           windSpeed = 0.0f;
    158158        Float           windAz = 0.0f;
    159         Int             refBeam = 0;
     159        //Int             refBeam = 0;
    160160        //Vector<Double>  direction(2, 0.0);
    161161        Vector<Double>  scanRate(2, 0.0);
     
    167167        Vector<Complex> xPol;
    168168        if (status = cWriter->write(sd.scanid, cycleNo, sd.timestamp,
    169                                     sd.interval, fieldName, sd.sourcename,
     169                                    sd.interval, sd.fieldname, sd.sourcename,
    170170                                    sd.getDirection(iBeam),
    171171                                    srcPM, srcVel, iIF+1, hdr.reffreq,
    172                                     hdr.bandwidth, freqInc, restFreq, tcal,
    173                                     tcalTime, azimuth, elevation, parAngle,
     172                                    hdr.bandwidth, freqInc, restFreq, sd.tcal,
     173                                    sd.tcaltime, sd.azimuth, sd.elevation,
     174                                    sd.parangle,
    174175                                    focusAxi, focusTan, focusRot, temperature,
    175176                                    pressure, humidity, windSpeed, windAz,
    176                                     refBeam, iBeam+1,
     177                                    sd.refbeam, iBeam+1,
    177178                                    sd.getDirection(iBeam),
    178179                                    scanRate,
Note: See TracChangeset for help on using the changeset viewer.