Changeset 2591 for trunk/python
- Timestamp:
- 07/09/12 16:11:50 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r2574 r2591 19 19 from asap.utils import _n_bools, mask_not, mask_and, mask_or, page 20 20 from asap.asapfitter import fitter 21 22 ###############################################################23 ### WK temporarily added these lines for testing 2011/11/28 ###24 ###############################################################25 #from asap._asap import TestClass26 27 #class testclass(TestClass):28 # def __init__(self, nelem):29 # TestClass.__init__(self, nelem)30 31 ###############################################################32 33 21 34 22 def preserve_selection(func):
Note:
See TracChangeset
for help on using the changeset viewer.