Changeset 382 for trunk/src/MathUtils.h


Ignore:
Timestamp:
02/08/05 12:37:22 (19 years ago)
Author:
kil064
Message:

add function scanBoundaries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.h

    r364 r382  
    4141casa::uInt addEntry (casa::Vector<T>& list, T val);
    4242
     43// FInd the scan boundaries from a list of ScanIDs
     44void scanBoundaries (casa::Vector<casa::uInt>& startInt, 
     45                     casa::Vector<casa::uInt>& endInt,
     46                     const casa::Vector<casa::Int>& scanIDs);
    4347
    4448// Hanning smoothing
Note: See TracChangeset for help on using the changeset viewer.