- Timestamp:
- 06/30/04 11:15:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDReader.cc
r16 r17 145 145 int status = 0; 146 146 147 Int beamNo, IFno, refBeam, scanNo ;147 Int beamNo, IFno, refBeam, scanNo, cycleNo; 148 148 Float azimuth, elevation, focusAxi, focusRot, focusTan, 149 149 humidity, parAngle, pressure, temperature, windAz, windSpeed; … … 177 177 // stepsize as well 178 178 // spectra(nChan,nPol)!!! 179 status = reader_->read(scanNo, mjd, interval, fieldName, srcName, 179 status = reader_->read(scanNo, cycleNo, mjd, interval, fieldName, 180 srcName, 180 181 srcDir, srcPM, srcVel, IFno, refFreq, 181 182 bandwidth, freqInc, tcal, tcalTime, … … 212 213 //uInt frqslot = sdft.addFrequency(refPix, refFreq, freqInc); 213 214 214 if ( srcName != prevName ) {//temp215 216 217 }//temp218 sc.scanid = scan id;215 //if ( srcName != prevName ) {//temp 216 //scanid++;//temp 217 // prevName = srcName;//temp 218 //}//temp 219 sc.scanid = scanNo; 219 220 //sc.setFrequencyMap(frqslot,IFno-1); 220 221 sc.setSpectrum(spectra, beamNo-1, IFno-1);
Note:
See TracChangeset
for help on using the changeset viewer.