Skip to content

Commit

Permalink
Clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Jan 31, 2025
1 parent cec4864 commit 9d94804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwst/combine_1d/combine_1d_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Combine1dStep(Step):
class_alias = "combine_1d"

spec = """
exptime_key = string(default="exposure_time")
exptime_key = string(default="exposure_time") # Metadata key to use for weighting
sigma_clip = float(default=None) # Factor for clipping outliers
"""

Expand Down

0 comments on commit 9d94804

Please sign in to comment.