- Timestamp:
- 01/10/05 16:45:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMath.cc
r183 r184 274 274 timeSum = 0.0; 275 275 intSum = 0.0; 276 nPts = 0.0; // reset this too!!! 276 277 277 278 // Increment … … 284 285 oldScanID = scanID; 285 286 outScanID += 1; // Scan ID for next accumulation period 286 } 287 288 } 287 289 288 290 // Accumulate … … 294 296 oldSourceName = sourceName; 295 297 oldFreqID = freqID; 296 }298 } 297 299 } 298 300 … … 303 305 // 304 306 // Normalize data in 'sum' accumulation array according to weighting scheme 305 306 307 normalize (sum, sumSq, nPts, wtType, axis, nAxesSub); 307 308 … … 382 383 // Fill container for this row 383 384 384 SDContainer sc = on->getSDContainer( );385 SDContainer sc = on->getSDContainer(i); 385 386 // 386 387 putDataInSDC (sc, out, outflagsb); 387 388 sc.putTsys(tsarr); 388 sc.scanid = 0;389 sc.scanid = i; 389 390 390 391 // Put new row in output Table
Note:
See TracChangeset
for help on using the changeset viewer.