Changeset 552


Ignore:
Timestamp:
03/10/05 15:43:24 (19 years ago)
Author:
mar637
Message:

asaprc file entries are strings by default, asnd as such don't need quotes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r547 r552  
    8585    # plotting
    8686    # default mode for colour stacking
    87     plotter.stacking           : 'Pol'
     87    plotter.stacking           : Pol
    8888
    8989    # default mode for panelling
    90     plotter.panelling          : 'scan'
     90    plotter.panelling          : scan
    9191
    9292    # scantable
    9393    # default ouput format when saving
    94     scantable.save             : 'ASAP'
     94    scantable.save             : ASAP
    9595    # auto averaging on read
    9696    scantable.autoaverage      : True
     
    9898    # default frequency frame to set when function
    9999    # scantable.set_freqfrmae is called
    100     scantable.freqframe        : 'LSRK'
     100    scantable.freqframe        : LSRK
    101101
    102102    # apply action to all axes not just the cursor location
Note: See TracChangeset for help on using the changeset viewer.