Skip to content

Commit

Permalink
Removed pointless line
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceWalnut committed Dec 6, 2023
1 parent e3cd006 commit 8e1743e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/laue_dials/algorithms/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def update_profile(self, alpha=0.9):

def integrate(self):
bg = self.background
bg + self.counts

self.I = ((self.counts - bg) * self.fg_mask).sum()
self.SigI = np.sqrt(((self.counts + bg) * self.fg_mask).sum())
Expand Down

0 comments on commit 8e1743e

Please sign in to comment.