Ignore:
Timestamp:
08/26/10 19:46:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937,CAS-2373

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: A new parameter 'batch' was added to

sd.scantable.poly_baseline(), while
'uselin' was removed.

Test Programs:

Put in Release Notes: Yes

Module(s): sdbaseline

Description: A faster version of sd.scantable.poly_baseline().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r1819 r1907  
    132132  { return STMath::statistic(in.getCP(), mask, which); }
    133133
     134  std::vector<float> statisticRow(const ScantableWrapper& in,
     135                               const std::vector<bool>& mask,
     136                               const std::string& which,
     137                               int row)
     138  { return STMath::statisticRow(in.getCP(), mask, which, row); }
     139
    134140  std::vector<int> minMaxChan(const ScantableWrapper& in,
    135141                               const std::vector<bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.