Skip to content

Commit

Permalink
fixing bug
Browse files Browse the repository at this point in the history
  • Loading branch information
cecilia-ferrari committed Jan 23, 2024
1 parent 442f7b1 commit 935e218
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions flamedisx/lxe_blocks/raw_signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,8 @@ class MakeS2(MakeFinalSignals):
signal_name = 's2_raw'

dimensions = ('electrons_detected', 's2_raw')
special_model_functions = ('geometrical_acceptance',)
model_functions = (
('electron_gain_mean',
'electron_gain_std',)
+ special_model_functions)
special_model_functions = ('electron_gain_mean',)
model_functions = ('electron_gain_std',) + special_model_functions

max_dim_size = {'electrons_detected': 120}

Expand Down

0 comments on commit 935e218

Please sign in to comment.