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

Interpolator #2600

Merged
merged 23 commits into from
Sep 3, 2024
Merged

Interpolator #2600

merged 23 commits into from
Sep 3, 2024

Commits on Jul 22, 2024

  1. Overhaul to resolve issues

    Christoph Toennis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5bdb718 View commit details
    Browse the repository at this point in the history
  2. I switched the pointing interpolator to the generalized on in the eve…

    …nt source and table loader
    Christoph Toennis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    28d6869 View commit details
    Browse the repository at this point in the history
  3. I simplifid the interpolator instances inside the class

    Christoph Toennis committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    2886a7d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Updated docstrings and variable names

    Christoph Toennis committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    c4dd62d View commit details
    Browse the repository at this point in the history
  2. Added notes

    Christoph Toennis committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    6d185a1 View commit details
    Browse the repository at this point in the history
  3. I reorganized a bit of code to simplify things

    Christoph Toennis committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    9579dbc View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. I split the interpolator into a parent and 2 child classes

    Christoph Toennis committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    bcd9ea9 View commit details
    Browse the repository at this point in the history
  2. I fixed moved some functions into the parent class

    Christoph Toennis committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    1036d73 View commit details
    Browse the repository at this point in the history
  3. I remove the old pointing interpolator and related tests

    Christoph Toennis committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    942f9fd View commit details
    Browse the repository at this point in the history
  4. I changed the text to remove duplicate code

    Christoph Toennis committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    c4e6d53 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Implementing recent comments and change requests

    Christoph Toennis committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dce4ef2 View commit details
    Browse the repository at this point in the history
  2. Adding some docustrings

    Christoph Toennis committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    681ecca View commit details
    Browse the repository at this point in the history
  3. Added some import in __init__

    Christoph Toennis committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    29c361c View commit details
    Browse the repository at this point in the history
  4. moving docustring

    Christoph Toennis committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5a05359 View commit details
    Browse the repository at this point in the history
  5. Implementing latest comments

    Christoph Toennis committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    52e7160 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. I added the option to require interpolated dat not to have units

    Christoph Toennis committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8680178 View commit details
    Browse the repository at this point in the history
  2. I split the CalibrationInterpolator

    Christoph Toennis committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    db1c983 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. changing the name of GainInterpolator to FlatFieldInterpolator

    Christoph Toennis committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    86849d1 View commit details
    Browse the repository at this point in the history
  2. Fixing docstrings

    Christoph Toennis committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    908f381 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Moved some things to avoid shadowing variables

    Christoph Toennis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    04f794a View commit details
    Browse the repository at this point in the history
  2. interpolator now copies input tables so they are not being altered wh…

    …en interpolating
    Christoph Toennis committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e9a2112 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. I removed the Flatfield and pedestal interpolators

    Christoph Toennis committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a5569c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. removing refernce to StepInterpolator

    Christoph Toennis committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    7715310 View commit details
    Browse the repository at this point in the history