Changeset 2058 for trunk/src/Scantable.h


Ignore:
Timestamp:
03/23/11 16:23:45 (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): sdbaseline

Description: bugfix for Scantable::doCubicSplineBaseline()


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2047 r2058  
    673673                                          int nPiece=2,
    674674                                          float thresClip=3.0,
    675                                           int nIterClip=1);
     675                                          int nIterClip=1,
     676                                          bool getResidual=false);
    676677  std::vector<float> doSinusoidFitting(const std::vector<float>& data,
    677678                                       const std::vector<bool>& mask,
     
    680681                                       std::vector<float>& params,
    681682                                       float thresClip=3.0,
    682                                        int nIterClip=1);
     683                                       int nIterClip=1,
     684                                       bool getResidual=false);
    683685  bool hasSameNchanOverIFs();
    684686  std::string getMaskRangeList(const std::vector<bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.