Skip to content

Commit

Permalink
Add missing parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hckjs committed Jun 5, 2024
1 parent 5f64042 commit e58699e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ctapipe/image/cleaning.py
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,7 @@ def __call__(
keep_isolated_pixels=self.keep_isolated_pixels.tel[tel_id],
time_limit=self.time_limit.tel[tel_id],
time_num_neighbors=self.time_num_neighbors.tel[tel_id],
bright_cleaning_n_pixels=self.bright_cleaning_n_pixels.tel[tel_id],
bright_cleaning_fraction=self.bright_cleaning_fraction.tel[tel_id],
bright_cleaning_threshold=self.bright_cleaning_threshold.tel[tel_id],
largest_island_only=self.largest_island_only.tel[tel_id],
Expand Down

0 comments on commit e58699e

Please sign in to comment.