Changeset 2900 for trunk/src/STMath.h


Ignore:
Timestamp:
03/12/14 12:23:31 (10 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-5875

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: test_sdcoadd

Put in Release Notes: No

Module(s): sd

Description: Describe your changes here...

Added freq_tol parameter to asapmath.merge.
The freq_tol allows to specify frequency tolerance as
numeric value (1.0e6) or string ('1MHz'). The value will
be used to merge FREQUENCIES rows, FREQ_ID, and IFNO.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r2658 r2900  
    310310
    311311  casa::CountedPtr<Scantable>
    312     merge(const std::vector<casa::CountedPtr<Scantable> >& in);
     312    merge(const std::vector<casa::CountedPtr<Scantable> >& in,
     313          const std::string &freqTol = "");
    313314
    314315  casa::CountedPtr<Scantable>
Note: See TracChangeset for help on using the changeset viewer.