- Timestamp:
- 12/01/04 11:00:23 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDWriter.cc
r94 r112 138 138 for (Int iIF = 0; iIF < hdr.nif; iIF++) { 139 139 // None of these are stored in SDMemTable by SDReader. 140 String fieldName = "";140 //String fieldName = ""; 141 141 //Vector<Double> srcDir(2, 0.0); 142 142 Vector<Double> srcPM(2, 0.0); … … 144 144 Double freqInc = 0.0; 145 145 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; 151 151 Float focusAxi = 0.0f; 152 152 Float focusTan = 0.0f; … … 157 157 Float windSpeed = 0.0f; 158 158 Float windAz = 0.0f; 159 Int refBeam = 0;159 //Int refBeam = 0; 160 160 //Vector<Double> direction(2, 0.0); 161 161 Vector<Double> scanRate(2, 0.0); … … 167 167 Vector<Complex> xPol; 168 168 if (status = cWriter->write(sd.scanid, cycleNo, sd.timestamp, 169 sd.interval, fieldName, sd.sourcename,169 sd.interval, sd.fieldname, sd.sourcename, 170 170 sd.getDirection(iBeam), 171 171 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, 174 175 focusAxi, focusTan, focusRot, temperature, 175 176 pressure, humidity, windSpeed, windAz, 176 refBeam, iBeam+1,177 sd.refbeam, iBeam+1, 177 178 sd.getDirection(iBeam), 178 179 scanRate,
Note:
See TracChangeset
for help on using the changeset viewer.