From 2fbfe8023244ee33c5b2305e9b064e6bed052640 Mon Sep 17 00:00:00 2001 From: Ken MacDonald Date: Wed, 14 Aug 2024 17:28:00 -0400 Subject: [PATCH] Updating comments. --- src/stcal/ramp_fitting/likely_fit.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/stcal/ramp_fitting/likely_fit.py b/src/stcal/ramp_fitting/likely_fit.py index df2ae7df..6349d74b 100644 --- a/src/stcal/ramp_fitting/likely_fit.py +++ b/src/stcal/ramp_fitting/likely_fit.py @@ -54,10 +54,6 @@ def likely_ramp_fit( gain_2d : ndarray gain for all pixels - algorithm : str - 'OLS' specifies that ordinary least squares should be used; - 'GLS' specifies that generalized least squares should be used. - weighting : str 'optimal' specifies that optimal weighting should be used; currently the only weighting supported.