- Timestamp:
- 07/06/06 11:25:34 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/__init__.py
r1069 r1076 69 69 'scantable.autoaverage' : [True, _validate_bool], 70 70 'scantable.freqframe' : ['LSRK', str], #default frequency frame 71 'scantable.verbosesummary' : [False, _validate_bool] 72 71 'scantable.verbosesummary' : [False, _validate_bool], 72 'scantable.storage' : ['memory', str] 73 73 # fitter 74 74 } … … 113 113 114 114 # scantable 115 116 # default storage of scantable (memory/disk) 117 scantable.storage : memory 115 118 # default ouput format when saving 116 119 scantable.save : ASAP
Note:
See TracChangeset
for help on using the changeset viewer.