Ignore:
Timestamp:
07/09/12 16:11:50 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes CSV-1869

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap

Description: added a scantable function to get/set moleculesID columns data.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r2574 r2591  
    1919from asap.utils import _n_bools, mask_not, mask_and, mask_or, page
    2020from asap.asapfitter import fitter
    21 
    22 ###############################################################
    23 ### WK temporarily added these lines for testing 2011/11/28 ###
    24 ###############################################################
    25 #from asap._asap import TestClass
    26 
    27 #class testclass(TestClass):
    28 #    def __init__(self, nelem):
    29 #        TestClass.__init__(self, nelem)
    30 
    31 ###############################################################
    32 
    3321
    3422def preserve_selection(func):
Note: See TracChangeset for help on using the changeset viewer.