You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the ramp fitting code is currently in ramp_fit.py, but there is a natural separation of the code based on which least square algorithm is being used. These two algorithms, ordinary least squares and generalized least squares, should be in separate files.
The text was updated successfully, but these errors were encountered:
Issue JP-2035 was created on JIRA by Kenneth MacDonald:
Most of the ramp fitting code is currently in
ramp_fit.py
, but there is a natural separation of the code based on which least square algorithm is being used. These two algorithms, ordinary least squares and generalized least squares, should be in separate files.The text was updated successfully, but these errors were encountered: