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.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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();
Note: See TracChangeset for help on using the changeset viewer.