- Timestamp:
- 03/20/12 09:09:49 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/pyscripts/pyfact/pyfact.py
r13142 r13155 165 165 # rotate the pixel baseline mean to the Data startCell 166 166 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,:] 168 168 gm_pixel = np.roll( gm[pixel,:], -self.start_cells[pixel] ) 169 169 acal_data[pixel,:] -= blm_pixel[0:self.nroi]
Note:
See TracChangeset
for help on using the changeset viewer.