Changeset 358


Ignore:
Timestamp:
02/03/05 15:45:37 (19 years ago)
Author:
kil064
Message:

add binding to function set_instrument (instead of direct pythin binding)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r346 r358  
    365365        self._setcoordinfo(inf)
    366366        if self._p: self.plot()
     367
     368    def set_instrument (self, instr):
     369        """
     370        Set the instrument for subsequent processing
     371        Parameters:
     372            instr:    Select from "ATPKSMB", "ATPKSHOH", "ATMOPRA",
     373                      "DSS-43" (Tid), "CEDUNA", and "HOBART"
     374        """
     375        self._setInstrument(instr)
    367376
    368377    def set_doppler(self, doppler='RADIO'):
Note: See TracChangeset for help on using the changeset viewer.