Ignore:
Timestamp:
12/27/12 17:37:43 (11 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-4141/CSV-1526)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: Added asap.sbseparator.set_lo1root() = SBSeparator::set_lo1root(),

and STSideBandSep::setLO1Root()

Test Programs:

Put in Release Notes: No

Module(s): sbseparator and STSideBandSep

Description:

Added a new python method asap.sbseparator.set_lo1root() to set MS
name to search for LO1 frequency.
Underlying c++ functions are SBSeparator::set_lo1root (interface) and STSideBandSep::setLO1Root().
Also developed a capability to get relevant table names from scantable header and
fill frequencies of image side band.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_STSideBandSep.cpp

    r2707 r2711  
    2727           boost::python::arg("reftime")=-1,
    2828           boost::python::arg("refdir")="") )
    29     //.def( "set_asdm", &STSideBandSep::setLO1Asdm )
     29    .def( "set_lo1root", &STSideBandSep::setLO1Root )
    3030    // temporal methods
    3131    .def( "set_imgtable", &STSideBandSep::setImageTable )
Note: See TracChangeset for help on using the changeset viewer.