Changeset 2187
- Timestamp:
- 06/08/11 12:16:38 (13 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSFiller.cpp
r2185 r2187 601 601 Vector< Quantum<Double> > chanFreqs = (*sharedQDArrCol)( spwId ) ; 602 602 delete sharedQDArrCol ; 603 if ( nchan > 1 && chanFreqs[0].getValue("Hz") > chanFreqs[1].getValue("Hz") ) 604 increment *= -1.0 ; 603 605 if ( freqRef == MFrequency::LSRK ) { 604 606 if ( even ) { -
trunk/src/MSWriter.cpp
r2185 r2187 1284 1284 1285 1285 // RESOLUTION, CHAN_WIDTH, EFFECTIVE_BW 1286 Vector<Double> sharedDoubleArr( nchan, inc) ;1286 Vector<Double> sharedDoubleArr( nchan, abs(inc) ) ; 1287 1287 msSpwCols.resolution().put( spwid, sharedDoubleArr ) ; 1288 1288 msSpwCols.chanWidth().put( spwid, sharedDoubleArr ) ;
Note:
See TracChangeset
for help on using the changeset viewer.