Changeset 13415 for fact/tools/pyscripts/pyfact/plotters.py
- Timestamp:
- 04/23/12 13:28:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/plotters.py
r13402 r13415 114 114 plt.ion() 115 115 116 chid, y,x,xe,ye,yh,xh,softid,hardid = np.loadtxt(map_file_path ,unpack=True) 116 chid, y,x,ye,xe,yh,xh,softid,hardid = np.loadtxt(map_file_path ,unpack=True) 117 117 118 self.xe = xe 118 # -ye in order to correct for the sign difference between my mapping file 119 # and FACTmap111030.txt 120 self.ye = -ye 119 self.ye = ye 121 120 122 121 self.H = (6,0,30./180.*3.1415926)
Note:
See TracChangeset
for help on using the changeset viewer.