Rosetta
Namespaces | Variables
hist2d.py File Reference

Namespaces

 hist2d
 

Variables

 hist2d.inputfiles = sys.argv[1:]
 
int hist2d.xcol = 0
 
int hist2d.ycol = 2
 
 hist2d.fig = plt.figure()
 
int hist2d.i = 1
 
 hist2d.inp = open(inputfile, 'r')
 
 hist2d.lines = inp.readlines()
 
list hist2d.xdat = []
 
list hist2d.ydat = []
 
 hist2d.dat = line.split()
 
 hist2d.x = float(dat[xcol])
 
int hist2d.y = float(dat[ycol])*180/3.1416
 
list hist2d.range = [[0, 6], [-180, 180]]
 
 hist2d.H
 
 hist2d.xedges
 
 hist2d.yedges
 
 hist2d.bins
 
list hist2d.extent = [yedges[0], yedges[-1], xedges[-1], xedges[0]]
 
 hist2d.ctdatx = Counter(xdat)
 
 hist2d.ctdaty = Counter(ydat)
 
 hist2d.peakx = ctdatx.most_common(1)
 
 hist2d.peaky = ctdaty.most_common(1)
 
 hist2d.ax = fig.add_subplot(5,4,i)
 
 hist2d.interpolation
 
 hist2d.inputfile
 
 hist2d.fontsize