Skip to content

Commit

Permalink
Update lstchain/image/muon/muon_analysis.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Morcuende <dmorcuende@iaa.es>
  • Loading branch information
moralejo and morcuended authored Sep 25, 2024
1 parent 259fd3c commit 70a0a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lstchain/image/muon/muon_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def fit_muon(x, y, image, geom, tailcuts=None):
Image after cleaning
"""

if tailcuts == None:
if tailcuts is None:
# We want to quantify the noise of the image. To do so, we will use the
# negative Q cumulative distribution.
negative_Q = np.sort(image[image <= 0])
Expand Down

0 comments on commit 70a0a76

Please sign in to comment.