Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Apr 17, 2024
1 parent b3dc189 commit 7aac46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion btk/deblend.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def __init__(
Args:
max_n_sources: See parent class.
sky_level: Background intensity in images to be detected (assumed constant).
threshold_scale: Minimum intensity of peaks. TODO: update
threshold_scale: Minimum number of sigmas above noise level for detections.
min_distance: Minimum distance in pixels between two peaks.
use_mean: Flag to use the band average for deblending.
use_band: Integer index of the band to use for deblending
Expand Down

0 comments on commit 7aac46f

Please sign in to comment.