Skip to content

Commit

Permalink
clean up parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
mwregan2 committed Feb 5, 2024
1 parent 47dc8c7 commit af6fbca
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/stcal/ramp_fitting/ramp_fit.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def ramp_fit(


def ramp_fit_data(ramp_data, buffsize, save_opt, readnoise_2d, gain_2d,
algorithm, weighting, max_cores, dqflags, avg_dark_current):
algorithm, weighting, max_cores):
"""
This function begins the ramp fit computation after the creation of the
RampData class. It determines the proper path for computation to take
Expand Down Expand Up @@ -215,12 +215,6 @@ def ramp_fit_data(ramp_data, buffsize, save_opt, readnoise_2d, gain_2d,
to use for multi-proc. The total number of cores includes the SMT cores
(Hyper Threading for Intel).
dqflags : dict
A dictionary with at least the following keywords:
DO_NOT_USE, SATURATED, JUMP_DET, NO_GAIN_VALUE, UNRELIABLE_SLOPE
avg_dark_current : float (electrons)
The average dark current for this detector
Returns
-------
image_info : tuple
Expand Down

0 comments on commit af6fbca

Please sign in to comment.