Changeset 589


Ignore:
Timestamp:
04/27/05 11:40:02 (19 years ago)
Author:
mar637
Message:

Fix for asap0004

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release-1-fixes/python/scantable.py

    r580 r589  
    432432        Set the frame type of the Spectral Axis.
    433433        Parameters:
    434             frame:   an optional frame type, default 'LSRK'.
     434            frame:   an optional frame type, default 'LSRK'. Valid frames are:
     435                     'REST','TOPO','LSRD','LSRK','BARY',
     436                     'GEO','GALACTO','LGROUP','CMB'
    435437        Examples:
    436438            scan.set_freqframe('BARY')
     
    440442        valid = ['REST','TOPO','LSRD','LSRK','BARY', \
    441443                   'GEO','GALACTO','LGROUP','CMB']
     444
    442445        if frame in valid:
    443446            inf = list(self._getcoordinfo())
Note: See TracChangeset for help on using the changeset viewer.