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/Scantable.h

    r1656 r1700  
    244244
    245245  /**
     246   * Flag the data outside a specified range (in a channel-based manner).
     247   * (CAS-1807 Wataru Kawasaki)
     248   */
     249  void Scantable::clip(const Float uthres, const Float dthres, bool clipoutside, bool unflag);
     250
     251  /**
    246252   * Return a list of row numbers with respect to the original table.
    247253   * @return a list of unsigned ints
Note: See TracChangeset for help on using the changeset viewer.