Changeset 1414
- Timestamp:
- 01/31/08 15:18:41 (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/RowAccumulator.cpp (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/RowAccumulator.cppr1398 r1414 50 50 // add spectrum related weights, so far it is variance only. 51 51 Float totalweight = 1.0; 52 totalweight *= addTsys(tsys); 52 53 53 // only add these if not everything masked 54 54 if ( !allEQ(m, False) ) { 55 totalweight *= addTsys(tsys); 55 56 totalweight *= addInterval(interval); 56 57 addTime(time); 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
