Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/opacity.py

    r1826 r1927  
    66from asap.asapfitter import fitter
    77from asap.selector import selector
    8 from asap.parameters import rcParams
    98from asap._asap import atmosphere
    109
     
    5150
    5251    def get_opacities(self, freq, elevation=None):
    53         """Get the opacity value(s) for the fiven frequency(ies).
     52        """Get the opacity value(s) for the given frequency(ies).
    5453        If no elevation is given the opacities for the zenith are returned.
    5554        If an elevation is specified refraction is also taken into account.
     
    148147                    is corrupted (Mopra). If set to 'False', an opacity value
    149148                    per polarisation is returned.
    150         tksy:       The sky temperature (default 300.0K). This might
     149        tsky:       The sky temperature (default 300.0K). This might
    151150                    be read from the data in the future.
    152151        plot:       Plot each fit (airmass vs. Tsys). Default is 'False'
    153152    """
    154     rcsave = rcParams['verbose']
    155     rcParams['verbose'] = False
    156153    if plot:
    157154        from matplotlib import pylab
     
    222219
    223220    scan.set_selection(basesel)
    224     rcParams['verbose'] = rcsave
    225221    if plot:
    226222        pylab.close()
Note: See TracChangeset for help on using the changeset viewer.