Skip to content

Commit

Permalink
Formatted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moralejo authored Sep 3, 2024
1 parent 467540c commit 2ea736b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lstchain/image/muon/muon_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ def fit_muon(x, y, image, geom, tailcuts=None):
"""

if tailcuts == None:
#we want to quantify the noise of the image. To do so, we will use the negative Q cumulative distribution.
# 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])

hist, bins = np.histogram(negative_Q,range=(-15,0),bins=30)
Expand Down

0 comments on commit 2ea736b

Please sign in to comment.