Changeset 74
- Timestamp:
- 07/22/04 15:10:01 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDWriter.cc
r62 r74 143 143 Double srcVel = 0.0; 144 144 Double freqInc = 0.0; 145 Double restFreq = 0.0; 145 146 Vector<Float> tcal(2, 0.0f); 146 147 String tcalTime = ""; … … 169 170 sd.interval, fieldName, sd.sourcename, 170 171 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, 173 174 focusAxi, focusTan, focusRot, temperature, 174 175 pressure, humidity, windSpeed, windAz,
Note:
See TracChangeset
for help on using the changeset viewer.