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

    r453 r457  
    141141                invert_y=opt.inverty,xaxis=zexaxis,yaxis=zeyaxis,ylog=opt.logy,yintegral=opt.column,\
    142142                blat=opt.blat,blon=opt.blon,tsat=opt.tsat,flagnolow=opt.nolow,\
    143                 mrate=opt.rate,mquality=opt.quality,trans=opt.trans)
     143                mrate=opt.rate,mquality=opt.quality,trans=opt.trans,zarea=opt.area)
    144144        print 'DONE: '+name
    145145        system("rm -f to_be_erased")
Note: See TracChangeset for help on using the changeset viewer.