- Timestamp:
- 04/04/06 11:57:11 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/RowAccumulator.cpp
r854 r979 61 61 MaskedArray<Float> data(v,m); 62 62 if ( weightType_ == asap::VAR ) { 63 cout << "doing VAR" << endl;64 63 if (m.nelements() == userMask_.nelements()) { 65 64 Float fac = 1.0/variance(data(userMask_)); … … 85 84 tsysSum_ += v[0]; 86 85 if ( weightType_ == asap::TSYS || weightType_ == asap::TINTSYS ) { 87 cout << "doing TSYS" << endl;88 86 w /= (v[0]*v[0]); 89 87 } … … 101 99 intervalSum_ += inter; 102 100 if ( weightType_ == asap::TINT || weightType_ == asap::TINTSYS ) { 103 cout << "doing TINT" << endl;104 101 w /= Float(inter); 105 102 }
Note:
See TracChangeset
for help on using the changeset viewer.