Ignore:
Timestamp:
12/26/12 16:35:37 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-4141)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed:

  • a new c++ class, STSideBandSep and its python interface.
  • a new method set_lo1 in the sbseparator module.

Test Programs: manual tests by CSV scientists.

Put in Release Notes: No

Module(s): STSidebandSep (a new class) and sbseparator

Description:

Added a new c++ class, STSideBandSep, and its python interface (python_STSideBandSep.cpp).
The class works on calculating frequency information of image side band and fill scantable.
Also added a new python method, set_lo1(double), in sbseparator module. This is to allow
user to set LO1 frequency to solve frequencies of image side band manually.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_asap.h

    r2689 r2707  
    5656    void python_EdgeMarker();
    5757    void python_PlotHelper();
     58    void python_STSideBandSep();
    5859
    5960  } // python
Note: See TracChangeset for help on using the changeset viewer.