Ignore:
Timestamp:
12/27/12 17:37:43 (12 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_PlotHelper.cpp

    r2689 r2711  
    11//#---------------------------------------------------------------------------
    2 //# python_PlotHelper.cc: python exposure of c++ PlotHelper class
     2//# python_PlotHelper.cpp: python exposure of c++ PlotHelper class
     3//#---------------------------------------------------------------------------
     4//# Author: Kanako Sugimoto, (C) 2012
     5//#
     6//# Copyright: See COPYING file that comes with this distribution
     7//#
    38//#---------------------------------------------------------------------------
    49#include <boost/python.hpp>
    510#include <boost/python/args.hpp>
    611
    7 #include <string>
    8 #include <vector>
    9 
    1012#include "PlotHelper.h"
    11 #include "ScantableWrapper.h"
     13//#include "ScantableWrapper.h"
    1214
    1315using namespace boost::python;
Note: See TracChangeset for help on using the changeset viewer.