Ignore:
Timestamp:
03/20/12 09:09:49 (13 years ago)
Author:
neise
Message:
debugged DRs amplitude calibration. tom must not be rolled
File:
1 edited

Legend:

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

    r13142 r13155  
    165165            # rotate the pixel baseline mean to the Data startCell
    166166            blm_pixel = np.roll( blm[pixel,:], -self.start_cells[pixel] )
    167             tom_pixel = np.roll( tom[pixel,:], -self.start_cells[pixel] )
     167            tom_pixel =  tom[pixel,:]
    168168            gm_pixel = np.roll( gm[pixel,:], -self.start_cells[pixel] )
    169169            acal_data[pixel,:] -= blm_pixel[0:self.nroi]
Note: See TracChangeset for help on using the changeset viewer.