Ignore:
Timestamp:
04/27/10 15:48:24 (14 years ago)
Author:
Malte Marquarding
Message:

Finishing touches to opacity calculations, docs, plotting and model

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/scantable.py

    r1697 r1725  
    11151115
    11161116    @print_log_dec
    1117     def opacity(self, tau, insitu=None):
     1117    def opacity(self, tau=None, insitu=None):
    11181118        """
    11191119        Apply an opacity correction. The data
     
    11261126                         nIF*nPol or 1 and in order of IF/POL, e.g.
    11271127                         [opif0pol0, opif0pol1, opif1pol0 ...]
     1128                         if tau is `None` the opacities are determined from a
     1129                         model.
    11281130            insitu:      if False a new scantable is returned.
    11291131                         Otherwise, the scaling is done in-situ
Note: See TracChangeset for help on using the changeset viewer.