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/__init__.py

    r1721 r1725  
    393393from linecatalog import linecatalog
    394394from opacity import skydip
     395from opacity import model as opacity_model
    395396
    396397if rcParams['useplotter']:
     
    412413
    413414def is_ipython():
    414     return '__IP' in dir(sys.modules["__main__"])
     415    return 'IPython' in sys.modules.keys()
    415416
    416417if is_ipython():
     
    630631                              scantable.create_mask
    631632        skydip              - gain opacity values from a sky dip observation
     633        opacity_model       - compute opacities fro given frequencies based on
     634                              atmospheric model
    632635
    633636    Note:
Note: See TracChangeset for help on using the changeset viewer.