Ignore:
Timestamp:
02/16/10 16:21:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes (CAS-1800 + CAS-1807)

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: added parameters fitfunc for sdfit and clip, clipmaxmin, clipoutside for sdflag

Test Programs:

Put in Release Notes: No

Module(s): sdfit, sdflag

Description: Added a parameter for enabling Lorentzian line fitting with sdfit, and parameters for y-axis clipping with sdflag. Also 4 files for Lorentzian function class are (Lorentzian1D*) added.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/ScantableWrapper.h

    r1656 r1700  
    114114    { return table_->getFlagRow(whichrow); }
    115115
     116  void clip(const Float uthres, const Float dthres, bool clipoutside=true, bool unflag=false)
     117    { table_->clip(uthres, dthres, clipoutside, unflag); }
     118
    116119  std::string getSourceName(int whichrow=0) const
    117120    { return table_->getSourceName(whichrow); }
Note: See TracChangeset for help on using the changeset viewer.