Skip to content

Commit

Permalink
fix empty space for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hckjs committed Dec 5, 2024
1 parent 04f6c4a commit 16666dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ctapipe/image/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -524,12 +524,12 @@ def nsb_image_cleaning(
Clean an image in 5 Steps:
1) Get pixelwise picture thresholds for `tailcuts_clean` in step 2) from interleaved
pedestal events if ``pedestal_std`` is not None.
pedestal events if ``pedestal_std`` is not None.
2) Apply `tailcuts_clean` algorithm.
3) Apply `apply_time_delta_cleaning` algorithm if ``time_limit`` is not None.
4) Apply `bright_cleaning` if ``bright_cleaning_threshold`` is not None.
5) Get only `ctapipe.image.largest_island` if ``largest_island_only`` is
set to true.
set to true.
Parameters
----------
Expand Down

0 comments on commit 16666dc

Please sign in to comment.