Changeset 1974


Ignore:
Timestamp:
01/18/11 17:52:02 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: Yes

JIRA Issue: Yes CAS-2718

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: New class msfiller and mswriter added

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

New filler/writer specific for Scantable-MS conversion defined.
This is not called from scantable constructor right now.
However, you can call it by explicitly importing msfiller/mswriter.


Location:
trunk/src
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r1966 r1974  
    5353     ${SRCDIR}/NROFiller.cpp
    5454     ${SRCDIR}/PKSFiller.cpp
     55     ${SRCDIR}/MSFiller.cpp
     56     ${SRCDIR}/MSWriter.cpp
    5557     ${SRCDIR}/AsapLogSink.cpp
    5658     ${SRCDIR}/Templates.cpp )
     
    7173     ${SRCDIR}/python_STCoordinate.cpp
    7274     ${SRCDIR}/python_Filler.cpp
     75     ${SRCDIR}/python_MSFiller.cpp
     76     ${SRCDIR}/python_MSWriter.cpp
    7377     ${SRCDIR}/python_LogSink.cpp
    7478     ${SRCDIR}/python_asap.cpp )
  • trunk/src/python_asap.cpp

    r1901 r1974  
    7070  asap::python::python_STFiller();
    7171  asap::python::python_Filler();
     72  asap::python::python_MSFiller();
    7273  asap::python::python_STSelector();
    7374  asap::python::python_STMath();
     
    7677  asap::python::python_STFitEntry();
    7778  asap::python::python_STWriter();
     79  asap::python::python_MSWriter();
    7880  asap::python::python_LineCatalog();
    7981  asap::python::python_Logger();
  • trunk/src/python_asap.h

    r1819 r1974  
    4040    void python_STFiller();
    4141    void python_Filler();
     42    void python_MSFiller();
    4243    void python_STSelector();
    4344    void python_STMath();
     
    4647    void python_STFitEntry();
    4748    void python_STWriter();
     49    void python_MSWriter();
    4850    void python_LineCatalog();
    4951    void python_Logger();
Note: See TracChangeset for help on using the changeset viewer.