Skip to content

Commit

Permalink
Update ramp_fit parameter definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Feb 5, 2024
1 parent bc33f79 commit 47dc8c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/stcal/ramp_fitting/ramp_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def ramp_fit(
weighting,
max_cores,
dqflags,
avg_dark_current=0.0,
suppress_one_group=False,
avg_dark_current=0.0,
):
"""
Calculate the count rate for each pixel in all data cube sections and all
Expand Down Expand Up @@ -143,6 +143,9 @@ def ramp_fit(
Find ramps with only one good group and treat it like it has zero good
groups.
avg_dark_current : flt
The average dark current for this detector in units of electrons per second.
Returns
-------
image_info : tuple
Expand Down

0 comments on commit 47dc8c7

Please sign in to comment.