Ignore:
Timestamp:
Dec 7, 2011, 11:56:29 AM (13 years ago)
Author:
acolaitis
Message:

PYTHON.

  • added possibility to specify area of plotting, using --area "name_of_area" example --area Sirenum_Crater_small list of areas are in myplot: latinterv (feel free to add more)
  • added operation "-%": difference in percent between two files, with respect to the reference file. [ 100.*(file-ref)/ref ]
  • changed default subplot tile for operations "-" and "-%" to 2x2 instead of 3x1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UTIL/PYTHON/myscript.py

    r453 r457  
    3131    parser.add_option('--res',          action='store',dest='res',       type="float",   default=200.,  help='Resolution for png outputs. --save png needed. [200.]')
    3232    parser.add_option('--trans',        action='store',dest='trans',     type="float",   default=1.,    help='shaded plots transparency, from 0 (transparent) to 1 (opaque) [1]')
     33    parser.add_option('--area',         action='store',dest='area',       type="string",   default=None,  help='Area on the map to be plot [None]')
    3334
    3435    ### SPECIFIC FOR MAPPING [MAPMODE 1]
Note: See TracChangeset for help on using the changeset viewer.