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

Variance calibration #2636

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Variance calibration #2636

wants to merge 18 commits into from

Commits on Nov 1, 2024

  1. Adding different method of applying calibration

    Christoph Toennis committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7c328fa View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Adding tests for variance calibration, fixing VarianceExtractor for u…

    …se with Calibrator
    Christoph Toennis committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ceaf91b View commit details
    Browse the repository at this point in the history
  2. improving docustring

    Christoph Toennis committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dd3a59f View commit details
    Browse the repository at this point in the history
  3. Fixing error in VarianceExtractor test

    Christoph Toennis committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    4a5e93b View commit details
    Browse the repository at this point in the history
  4. adding changelog

    Christoph Toennis committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    cb1929d View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Addressing reviewer comments

    Christoph Toennis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    e5d6fa6 View commit details
    Browse the repository at this point in the history
  2. Implementing change suggested by max

    Christoph Toennis committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    f24dfed View commit details
    Browse the repository at this point in the history
  3. Fixing variance calibration and adding test with LST camera

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

Commits on Nov 6, 2024

  1. Updating changelog

    Christoph Toennis committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    460857a View commit details
    Browse the repository at this point in the history
  2. Adding verb

    Christoph Toennis committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    13f83aa View commit details
    Browse the repository at this point in the history
  3. Formatting changelog

    Christoph Toennis committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    e1f4e13 View commit details
    Browse the repository at this point in the history
  4. more formatting

    Christoph Toennis committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    29b9009 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c7d4dc View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Making test_dl1_variance_calib perform the test for all cameras

    Christoph Toennis committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    86b5db5 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Switching to isinstance to test for variance extractor

    Christoph Toennis committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    554586f View commit details
    Browse the repository at this point in the history
  2. parametrizing the test

    Christoph Toennis committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    6b3d336 View commit details
    Browse the repository at this point in the history
  3. Testing all cameras through test_subarray fixture now, creating mock …

    …data for test
    Christoph Toennis committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c7a8126 View commit details
    Browse the repository at this point in the history
  4. refactoring VarianceExtractor check

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