Changeset 991df6a in flex_extract.git for python/MARSretrieval.py


Ignore:
Timestamp:
May 14, 2018, 10:11:29 PM (6 years ago)
Author:
Anne Philipp <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
812283d
Parents:
efdb01a
Message:

finished documentation (except plot_retrieved)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/MARSretrieval.py

    refdb01a r991df6a  
    33#************************************************************************
    44# TODO AP
    5 #AP
    6 # -
    75# -
    86#************************************************************************
    9 ## ------------------------------------------------------------------------------
     7#*******************************************************************************
     8# @Author: Anne Fouilloux (University of Oslo)
     9#
     10# @Date: October 2014
     11#
     12# @Change History:
     13#
     14#   November 2015 - Leopold Haimberger (University of Vienna):
     15#        - optimized displayInfo
     16#        - optimized dataRetrieve and seperate between python and shell
     17#          script call
     18#
     19#   February 2018 - Anne Philipp (University of Vienna):
     20#        - applied PEP8 style guide
     21#        - added documentation
     22#        - applied some minor modifications in programming style/structure
     23#
     24# @License:
     25#    (C) Copyright 2015-2018.
     26#
     27#    This software is licensed under the terms of the Apache Licence Version 2.0
     28#    which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
     29#
     30# @Class Description:
     31#    A MARS revtrieval has a specific syntax with a selection of keywords and
     32#    their corresponding values. This class provides the necessary functions
     33#    by displaying the selected parameters and their values and the actual
     34#    retrievement of the data through a mars request or a Python web api
     35#    interface. The initialization already expects all the keyword values.
     36#
     37# @Class Content:
     38#    - __init__
     39#    - displayInfo
     40#    - dataRetrieve
     41#
     42#*******************************************************************************
     43
     44# ------------------------------------------------------------------------------
    1045# MODULES
    1146# ------------------------------------------------------------------------------
     
    1853except ImportError:
    1954    ecapi = False
    20 #from gribapi import *
     55
    2156# ------------------------------------------------------------------------------
    2257# CLASS
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG