Skip to content

Commit

Permalink
JP-2035: Ramp fit ols gls sep (#5951)
Browse files Browse the repository at this point in the history
* Separating OLS and GLS algorithms into their own files, separate from the main ramp fitting module.

* Separated the OLS and GLS functionality into their own file.

* Adding information for PR into the change log.
  • Loading branch information
kmacdonald-stsci authored Apr 12, 2021
1 parent d05d401 commit 1852a76
Show file tree
Hide file tree
Showing 6 changed files with 3,575 additions and 3,523 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ ramp_fitting
- Refactoring OLS code for ramp fitting to improve readability and maintenance.
Also, reference to ``nreads`` is being removed and replaced with ``ngroups``
to remove and confusion on functionality. [#5872]

- Refactoring ramp fit code separating OLS and GLS code into their own file. [#5951]

refpix
------
Expand Down
Loading

0 comments on commit 1852a76

Please sign in to comment.