Skip to content

Commit

Permalink
rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-ferrari committed Dec 6, 2023
1 parent 1f219c6 commit 7d7232c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flamedisx/lxe_blocks/raw_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _simulate(self, d):
if self.quanta_name == 'electron':
mean = (d[self.quanta_name + 's_detected']
* self.gimme_numpy(self.quanta_name + '_gain_mean'))
std = (d[self.quanta_name + 's_detected']**0.5
std = (d[self.quanta_name + 's_detected']**0.5
* self.gimme_numpy(self.quanta_name + '_gain_std'))
alfa = (mean/(std + 1e-10))**2
beta = mean/(std + 1e-10)**2
Expand Down

0 comments on commit 7d7232c

Please sign in to comment.