Changeset 1196 for trunk/UTIL


Ignore:
Timestamp:
Mar 4, 2014, 11:57:03 AM (11 years ago)
Author:
aslmd
Message:

planetoplot. add changing resolution to ppreload options.

File:
1 edited

Legend:

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

    r1050 r1196  
    1111parser = OptionParser()
    1212parser.add_option('-O','--out',action='store',dest='out',type="string",default="gui",help='Specify a new output format')
     13parser.add_option('-R','--res',action='store',dest='res',type="string",default=150.,help='Picture resolution')
    1314parser.add_option('-T','--title',action='store',dest='title',type="string",default=None,help='Give a new title')
    1415parser.add_option('-K','--marker',action='store',dest='marker',type="string",default=None,help="[1D] Define a new marker")
     
    3031    yeah.defineplot(loadfile=files)
    3132    yeah.out = opt.out
     33    yeah.res = opt.res
    3234
    3335    if opt.proj is not None:
Note: See TracChangeset for help on using the changeset viewer.