Skip to content

Commit

Permalink
Process masked channels in Phyllis
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaponte committed Feb 13, 2025
1 parent d6856ed commit 918dd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invisible_cities/cities/phyllis.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def phyllis( files_in : OneOrManyFiles


def pmt_deconvolver(detector_db, run_number, n_baseline):
deconvolute = deconv_pmt(detector_db, run_number, n_baseline)
deconvolute = deconv_pmt(detector_db, run_number, n_baseline, mask=False)
return deconvolute


Expand Down

0 comments on commit 918dd83

Please sign in to comment.