Ignore:
Timestamp:
Mar 31, 2013, 11:14:46 PM (12 years ago)
Author:
aslmd
Message:

UTIL PYTHON planetoplot_v2. reduced default verbosity of pp.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/planetoplot_v2/pp.py

    r923 r924  
    2121parser = OptionParser()
    2222parser.version = \
    23 '''************************************************************************
    24 PLANETOPLOT (for help: pp.py -h)
     23'''**************************************************
     24******** PLANETOPLOT (for help: pp.py -h) ********
     25**************************************************'''
     26parser.usage = \
     27'''pp.py [options] netCDF file(s)
     28(NB: no options --> simple inspection of variables and dimensions in netCDF files)
     29-------------------
     30PLANETOPLOT
    2531--> command line tool to make nice & quick plots from netCDF files
    2632--> based on python + numpy + scipy + matplotlib + basemap + netCDF4
    2733--> Author: A. Spiga (LMD/UPMC) aymeric.spiga@upmc.fr
    28 ************************************************************************'''
    29 parser.usage = \
    30 '''pp.py [options] netCDF file(s)
    31 (NB: no options --> simple inspection of variables and dimensions in netCDF files'''
     34-------------------'''
    3235parser.print_version()
    3336
Note: See TracChangeset for help on using the changeset viewer.