Skip to content

Commit

Permalink
Merge pull request #2009 from aknierim/patch-1
Browse files Browse the repository at this point in the history
Fixed Typo in docstring
  • Loading branch information
maxnoe authored Jul 13, 2022
2 parents 6055e67 + eaa8c89 commit ca25ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctapipe/image/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ def time_constrained_clean(
Cleaning contains the following steps:
- Find core pixels (containing more photons than a picture threshold)
- Remove pixels with less than N neighbors
- Remove pixels whose arrival times are within a time limit of the average time
- Keep core pixels whose arrival times are within a time limit of the average time
- Find boundary pixels (containing more photons than a boundary threshold)
- Remove pixels with less than N neighbors arriving within a given timeframe
Expand Down

0 comments on commit ca25ce7

Please sign in to comment.