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.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.