Ignore:
Timestamp:
06/14/11 20:47:29 (13 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s):

Description: modified Scantable::*Baseline() so that the number of clipped channels be output.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2189 r2193  
    286286
    287287  std::string formatBaselineParams(const std::vector<float>& params, const std::vector<bool>& fixed, float rms, const std::string& masklist, int whichrow, bool verbose=false)
    288   { return table_->formatBaselineParams(params, fixed, rms, masklist, whichrow, verbose); }
     288  { return table_->formatBaselineParams(params, fixed, rms, -1, masklist, whichrow, verbose); }
    289289
    290290  std::string formatPiecewiseBaselineParams(const std::vector<int>& ranges, const std::vector<float>& params, const std::vector<bool>& fixed, float rms, const std::string& masklist, int whichrow, bool verbose=false)
    291   { return table_->formatPiecewiseBaselineParams(ranges, params, fixed, rms, masklist, whichrow, verbose); }
     291  { return table_->formatPiecewiseBaselineParams(ranges, params, fixed, rms, -1, masklist, whichrow, verbose); }
    292292
    293293  bool getFlagtraFast(int whichrow=0) const
Note: See TracChangeset for help on using the changeset viewer.