Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCAL-511 Implement Uneven ramp fitting #175

Merged
merged 26 commits into from
Aug 11, 2023

Commits on Aug 3, 2023

  1. initial import of the MA_TABLE version of ramp fitting from romanisim

    Jonathan Eisenhamer authored and stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    db5dddf View commit details
    Browse the repository at this point in the history
  2. Import ramp tests from romanisim

    Jonathan Eisenhamer authored and stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1e305c1 View commit details
    Browse the repository at this point in the history
  3. initial ma ramp fitting tests implemented and passing

    Jonathan Eisenhamer authored and stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    63d3a33 View commit details
    Browse the repository at this point in the history
  4. fix circular import

    Changes:
    - fix circular import between `matable_fit` and `matable_fit_cas2022`.
    - Update tests from `romanisim` to work completely within `stcal`.
    - Allow test to use `romanisim` if present.
    Jonathan Eisenhamer authored and stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    31ecb2d View commit details
    Browse the repository at this point in the history
  5. rename algorithm from matable to ols_cas21

    Jonathan Eisenhamer authored and stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    0bbbfc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a0d546 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c6fd767 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60ea1ef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e48a0e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    deb7251 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    033958a View commit details
    Browse the repository at this point in the history
  12. WIP: Integrating CAS21 algorithm into the ramp_fit api

    Initial implementation done. However, untested and tests
    need to be implemented.
    stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    c90125c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8c459d3 View commit details
    Browse the repository at this point in the history
  14. Revert "refactor to use match statements"

    This reverts commit 1d310a2.
    stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6629a6e View commit details
    Browse the repository at this point in the history
  15. Revert "add read pattern to RampData"

    This reverts commit 63512ec.
    stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    287866e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3e3b5f2 View commit details
    Browse the repository at this point in the history
  17. remove stray import

    stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4b0ab20 View commit details
    Browse the repository at this point in the history
  18. update changelog

    stscieisenhamer committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    71019bc View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f89365 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5aacab1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c585b2c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    13cd212 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    88585af View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    36a1136 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    10b8398 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    2004ac5 View commit details
    Browse the repository at this point in the history