Changeset 2262 for branches/parallel/src
- Timestamp:
- 08/04/11 12:58:21 (13 years ago)
- Location:
- branches/parallel
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/parallel
- Property svn:mergeinfo changed
/trunk merged: 2154,2156,2198-2203,2212,2261
- Property svn:mergeinfo changed
-
branches/parallel/src
- Property svn:mergeinfo changed
/trunk/src merged: 2199,2201
- Property svn:mergeinfo changed
-
branches/parallel/src/NROFiller.cpp
r2019 r2262 75 75 // 2010/07/30 TBD: Do we need to set frame here? 76 76 table_->frequencies().setFrame( hdr.freqref, true ) ; 77 table_->frequencies().setFrame( String("LSRK"), false ) ;77 table_->frequencies().setFrame( hdr.freqref, false ) ; 78 78 79 79 // set Header … … 90 90 uInt scanno ; 91 91 uInt cycleno ; 92 uInt ifno ; 92 93 uInt beamno ; 93 94 uInt polno ; … … 153 154 scanno, 154 155 cycleno, 156 ifno, 155 157 beamno, 156 158 polno, … … 212 214 213 215 // SCANNO, CYCLENO, IFNO, POLNO, and BEAMNO 214 uInt ifno = table_->frequencies().addEntry( (Double)fqs[0], (Double)fqs[1], (Double)fqs[2] ) ;216 //uInt ifno = table_->frequencies().addEntry( (Double)fqs[0], (Double)fqs[1], (Double)fqs[2] ) ; 215 217 setIndex( scanno, cycleno, ifno, polno, beamno ) ; 216 218 -
branches/parallel/src/SConscript
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/parallel/src/STFiller.cpp
r1841 r2262 634 634 uInt scanno ; 635 635 uInt cycleno ; 636 uInt iftmp ; 636 637 uInt beamno ; 637 638 uInt polno ; … … 691 692 scanno, 692 693 cycleno, 694 iftmp, 693 695 beamno, 694 696 polno,
Note:
See TracChangeset
for help on using the changeset viewer.