Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 17, 2023
1 parent d3a3b29 commit d362010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion romancal/source_detection/source_detection_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class SourceDetectionStep(RomanStep):
roundhi = float(default=1.0) # DAOStarFinder: Upper bound for roundness.
peakmax = float(default=1000.0) # Upper limit on brightest pixel in sources.
max_sources = float(default=None) # Max number of sources, choosing brightest.
scalar_threshold = float(default=None) # Detection threshold to be used
scalar_threshold = float(default=None) # Detection threshold to be used
# for entire image.
calc_threshold = boolean(default=True) # Calculate a single detection
# threshold from image.
Expand Down

0 comments on commit d362010

Please sign in to comment.