Ignore:
Timestamp:
04/23/12 13:28:06 (13 years ago)
Author:
neise
Message:
exchanged naming of cols, such that it fits to the way TB does it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • fact/tools/pyscripts/pyfact/plotters.py

    r13402 r13415  
    114114            plt.ion()
    115115
    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
    117118        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
    121120
    122121        self.H = (6,0,30./180.*3.1415926)
Note: See TracChangeset for help on using the changeset viewer.