Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r1819 r1937  
    262262                                      const casa::CountedPtr<Scantable> &ref,
    263263                                      casa::Double choffset,
    264                                       casa::Double choffset = 0.0 );
     264                                      casa::Double choffset2 = 0.0 );
    265265
    266266  /**
     
    277277                               const std::vector<bool>& mask,
    278278                               const std::string& which);
     279
     280  std::vector<float> statisticRow(const casa::CountedPtr<Scantable>& in,
     281                               const std::vector<bool>& mask,
     282                               const std::string& which,
     283                               int row);
    279284
    280285  std::vector< int > minMaxChan(const casa::CountedPtr<Scantable>& in,
Note: See TracChangeset for help on using the changeset viewer.