Changeset 74


Ignore:
Timestamp:
07/22/04 15:10:01 (20 years ago)
Author:
mcalabre
Message:

Added restFreq to the argument list for PKSwriter::write().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.cc

    r62 r74  
    143143        Double          srcVel = 0.0;
    144144        Double          freqInc = 0.0;
     145        Double          restFreq = 0.0;
    145146        Vector<Float>   tcal(2, 0.0f);
    146147        String          tcalTime = "";
     
    169170                                    sd.interval, fieldName, sd.sourcename,
    170171                                    srcDir, srcPM, srcVel, iIF+1, hdr.reffreq,
    171                                     hdr.bandwidth, freqInc, tcal, tcalTime,
    172                                     azimuth, elevation, parAngle,
     172                                    hdr.bandwidth, freqInc, restFreq,
     173                                    tcalTime, azimuth, elevation, parAngle,
    173174                                    focusAxi, focusTan, focusRot, temperature,
    174175                                    pressure, humidity, windSpeed, windAz,
Note: See TracChangeset for help on using the changeset viewer.