Changeset 552 for trunk/python
- Timestamp:
- 03/10/05 15:43:24 (21 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/python/__init__.py (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/python/__init__.pyr547 r552 85 85 # plotting 86 86 # default mode for colour stacking 87 plotter.stacking : 'Pol'87 plotter.stacking : Pol 88 88 89 89 # default mode for panelling 90 plotter.panelling : 'scan'90 plotter.panelling : scan 91 91 92 92 # scantable 93 93 # default ouput format when saving 94 scantable.save : 'ASAP'94 scantable.save : ASAP 95 95 # auto averaging on read 96 96 scantable.autoaverage : True … … 98 98 # default frequency frame to set when function 99 99 # scantable.set_freqfrmae is called 100 scantable.freqframe : 'LSRK'100 scantable.freqframe : LSRK 101 101 102 102 # apply action to all axes not just the cursor location 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
