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

add PointingCalculator #2623

Draft
wants to merge 228 commits into
base: main
Choose a base branch
from
Draft

add PointingCalculator #2623

wants to merge 228 commits into from

Commits on Apr 29, 2024

  1. added stats extractor parent component

    added PlainExtractor based on numpy and scipy functions
    Tjark Miener authored and Tjark Miener committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    58d868c View commit details
    Browse the repository at this point in the history
  2. added stats extractor based on sigma clipping

    Tjark Miener authored and Tjark Miener committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    edfccc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. added cut of outliers

    restructured the stats containers
    Tjark Miener authored and Tjark Miener committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d19168c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. update docs

    Tjark Miener committed May 2, 2024
    Configuration menu
    Copy the full SHA
    49f0f8a View commit details
    Browse the repository at this point in the history
  2. formatted with black

    Tjark Miener committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9035fb4 View commit details
    Browse the repository at this point in the history
  3. added pass for __call__ function

    Tjark Miener committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8a0e89f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. added unit tests

    Tjark Miener authored and Tjark Miener committed May 3, 2024
    Configuration menu
    Copy the full SHA
    82b29e9 View commit details
    Browse the repository at this point in the history
  2. added changelog

    Tjark Miener authored and Tjark Miener committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1805cb2 View commit details
    Browse the repository at this point in the history
  3. fix lint

    Tjark Miener authored and Tjark Miener committed May 3, 2024
    Configuration menu
    Copy the full SHA
    a4cea6a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Small commit for prototyping

    Christoph Toennis committed May 7, 2024
    Configuration menu
    Copy the full SHA
    16e5920 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Removed unneeded functions

    Christoph Toennis committed May 10, 2024
    Configuration menu
    Copy the full SHA
    63d1774 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Merge branch 'stats_extractor' of https://github.com/cta-observatory/…

    …ctapipe into stats_extractor
    Christoph Toennis committed May 23, 2024
    Configuration menu
    Copy the full SHA
    5768ed7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6ba177 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. added a container for mean variance images and fixed docustring

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

Commits on May 27, 2024

  1. I changed the container type for the StarVarianceExtractor

    Christoph Toennis committed May 27, 2024
    Configuration menu
    Copy the full SHA
    0beb975 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. fix pylint

    Remove StarVarianceExtractor since is functionality is featured in the existing Extractors
    Tjark Miener authored and Tjark Miener committed May 31, 2024
    Configuration menu
    Copy the full SHA
    b4df919 View commit details
    Browse the repository at this point in the history
  2. change __call__() to _extract()

    Tjark Miener authored and Tjark Miener committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3483fd4 View commit details
    Browse the repository at this point in the history
  3. minor renaming

    Tjark Miener authored and Tjark Miener committed May 31, 2024
    Configuration menu
    Copy the full SHA
    5bbedda View commit details
    Browse the repository at this point in the history
  4. use pytest.fixture for Extractors

    Tjark Miener authored and Tjark Miener committed May 31, 2024
    Configuration menu
    Copy the full SHA
    14a0910 View commit details
    Browse the repository at this point in the history
  5. reduce duplicated code of the call function

    Tjark Miener authored and Tjark Miener committed May 31, 2024
    Configuration menu
    Copy the full SHA
    f126748 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    0ec81b9 View commit details
    Browse the repository at this point in the history
  2. added feature to shift the extraction sequence

    allow overlapping extraction sequences
    TjarkMiener committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3910c22 View commit details
    Browse the repository at this point in the history
  3. fix boundary case for the last chunk

    renaming to chunk(s) and chunk_size and _shift
    
    added test for chunk_shift and boundary case
    TjarkMiener committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    5c6595b View commit details
    Browse the repository at this point in the history
  4. I made prototypes for the CalibrationCalculators

    Christoph Toennis committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    bc65984 View commit details
    Browse the repository at this point in the history
  5. I made PSFModel a generic class

    Christoph Toennis committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d7a65a3 View commit details
    Browse the repository at this point in the history
  6. fix tests

    TjarkMiener committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    ba00bf3 View commit details
    Browse the repository at this point in the history
  7. fix ruff

    TjarkMiener committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d3aae32 View commit details
    Browse the repository at this point in the history
  8. I fixed some variable names

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

Commits on Jun 13, 2024

  1. Added a method for calibrating variance images

    Christoph Toennis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a5b878d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'stats_extractor' into CalibrationCalculators

    Christoph Toennis committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    e8ebdd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Commit before push for tjark

    Christoph Toennis committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    78481cc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

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

Commits on Jul 5, 2024

  1. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    010aea6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. added stats extractor parent component

    added PlainExtractor based on numpy and scipy functions
    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    26ff8a4 View commit details
    Browse the repository at this point in the history
  2. added stats extractor based on sigma clipping

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d142995 View commit details
    Browse the repository at this point in the history
  3. added cut of outliers

    restructured the stats containers
    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0737b7f View commit details
    Browse the repository at this point in the history
  4. update docs

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    225346b View commit details
    Browse the repository at this point in the history
  5. formatted with black

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    74c72bb View commit details
    Browse the repository at this point in the history
  6. added pass for __call__ function

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    faad542 View commit details
    Browse the repository at this point in the history
  7. Small commit for prototyping

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9867431 View commit details
    Browse the repository at this point in the history
  8. Removed unneeded functions

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3a85ffa View commit details
    Browse the repository at this point in the history
  9. added unit tests

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    69ebd1c View commit details
    Browse the repository at this point in the history
  10. added changelog

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    96b2dbb View commit details
    Browse the repository at this point in the history
  11. fix lint

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a007773 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    96fe563 View commit details
    Browse the repository at this point in the history
  13. added a container for mean variance images and fixed docustring

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    67d34c4 View commit details
    Browse the repository at this point in the history
  14. I changed the container type for the StarVarianceExtractor

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f1429da View commit details
    Browse the repository at this point in the history
  15. fix pylint

    Remove StarVarianceExtractor since is functionality is featured in the existing Extractors
    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c9ec02b View commit details
    Browse the repository at this point in the history
  16. change __call__() to _extract()

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    444e370 View commit details
    Browse the repository at this point in the history
  17. minor renaming

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1c4cadb View commit details
    Browse the repository at this point in the history
  18. use pytest.fixture for Extractors

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0ebb464 View commit details
    Browse the repository at this point in the history
  19. reduce duplicated code of the call function

    Tjark Miener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bbbd891 View commit details
    Browse the repository at this point in the history
  20. I made prototypes for the CalibrationCalculators

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5deef74 View commit details
    Browse the repository at this point in the history
  21. I made PSFModel a generic class

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f09bbe1 View commit details
    Browse the repository at this point in the history
  22. I fixed some variable names

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b8f0a4f View commit details
    Browse the repository at this point in the history
  23. Added a method for calibrating variance images

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    39fca21 View commit details
    Browse the repository at this point in the history
  24. edit description of StatisticsContainer

    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    b114638 View commit details
    Browse the repository at this point in the history
  25. added feature to shift the extraction sequence

    allow overlapping extraction sequences
    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5d18f61 View commit details
    Browse the repository at this point in the history
  26. fix boundary case for the last chunk

    renaming to chunk(s) and chunk_size and _shift
    
    added test for chunk_shift and boundary case
    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4df8c94 View commit details
    Browse the repository at this point in the history
  27. fix tests

    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    86eb15c View commit details
    Browse the repository at this point in the history
  28. fix ruff

    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6200653 View commit details
    Browse the repository at this point in the history
  29. Commit before push for tjark

    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    4f604c5 View commit details
    Browse the repository at this point in the history
  30. added StatisticsCalculator

    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6dfce15 View commit details
    Browse the repository at this point in the history
  31. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener authored and Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8e873d3 View commit details
    Browse the repository at this point in the history
  32. Merge branch 'CalibrationCalculators' of https://github.com/cta-obser…

    …vatory/ctapipe into CalibrationCalculators
    Christoph Toennis committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bf36b90 View commit details
    Browse the repository at this point in the history
  33. solved merge conflicts

    TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f7d3223 View commit details
    Browse the repository at this point in the history
  34. I made prototypes for the CalibrationCalculators

    Christoph Toennis authored and TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    91812da View commit details
    Browse the repository at this point in the history
  35. I made PSFModel a generic class

    Christoph Toennis authored and TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    326c202 View commit details
    Browse the repository at this point in the history
  36. I fixed some variable names

    Christoph Toennis authored and TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fa029f7 View commit details
    Browse the repository at this point in the history
  37. Added a method for calibrating variance images

    Christoph Toennis authored and TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7c90e0f View commit details
    Browse the repository at this point in the history
  38. Commit before push for tjark

    Christoph Toennis authored and TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8c44a42 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    bff611a View commit details
    Browse the repository at this point in the history
  40. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d85dd50 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. adding interpolator and Merge branch 'CalibrationCalculators' of http…

    …s://github.com/cta-observatory/ctapipe into CalibrationCalculators
    Christoph Toennis committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c522434 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Removed Pointing Calculator

    Christoph Toennis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    9192790 View commit details
    Browse the repository at this point in the history
  2. Copying over code for interpolators and pointing calculators

    Christoph Toennis committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    b729f82 View commit details
    Browse the repository at this point in the history
  3. Removing PointingCalculator, PSF model and interpolators

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

Commits on Aug 22, 2024

  1. Fixed some issues with the ChunkFunction

    Christoph Toennis committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    92f0fb8 View commit details
    Browse the repository at this point in the history
  2. Adding the StatisticsExtractors

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

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

  1. removed the helper function to get the start and end slices

    Since agregation is chunk has always the same n_events, we can simplify the retrieving of the start and end slices. Therefore we do not need a helper function anymore
    TjarkMiener committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    b9dc929 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. polish docstrings

    TjarkMiener committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    ef920da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9bfc16a View commit details
    Browse the repository at this point in the history
  3. fix typo

    TjarkMiener committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    aee5c10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1484eca View commit details
    Browse the repository at this point in the history
  5. moved Interpolator outside

    This branch should only host the devs for the stats calculator
    TjarkMiener committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    601cbb4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0347153 View commit details
    Browse the repository at this point in the history
  7. removed reading part with TableLoader

    reading should be done in the tool outside of this component
    TjarkMiener committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    b2208d5 View commit details
    Browse the repository at this point in the history
  8. removed writing part

    writing should be also done in the tool outside of this component
    TjarkMiener committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    61936e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    52ecd8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ffd39e View commit details
    Browse the repository at this point in the history
  3. split __call__ function into two function for the first and second pass

    second pass also has an argument to pass the list of faulty/valid chunks which can be a logical_and from multiple first passes
    TjarkMiener committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c404a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a59664e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. removed check for any faulty chunk

    check should be done before and then the second pass should not be called if only valid chunks are provided
    TjarkMiener committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0ed515d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c686b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. fix fstring in logging

    TjarkMiener committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3bae046 View commit details
    Browse the repository at this point in the history
  2. bug fix

    aggregated stats of the second pass we simply overwritten rather than append and vstacked()
    
    unit tests are improved to properly test for the correct number of chunks
    TjarkMiener committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aa5666a View commit details
    Browse the repository at this point in the history
  3. removed print

    TjarkMiener committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ef53ebb View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    3ca7252 View commit details
    Browse the repository at this point in the history
  2. I added a basic star fitter

    Christoph Toennis committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c5f385f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Added the fitting

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

Commits on Sep 23, 2024

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

Commits on Sep 30, 2024

  1. Copying over code for interpolators and pointing calculators

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e4bc632 View commit details
    Browse the repository at this point in the history
  2. Fixed some issues with the ChunkFunction

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3b147c3 View commit details
    Browse the repository at this point in the history
  3. Adding the StatisticsExtractors

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4bd5cb3 View commit details
    Browse the repository at this point in the history
  4. I added a basic star fitter

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    509e512 View commit details
    Browse the repository at this point in the history
  5. Added the fitting

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    69eb08e View commit details
    Browse the repository at this point in the history
  6. Finihed V1 of the startracker code

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    da561d2 View commit details
    Browse the repository at this point in the history
  7. I separated the star tracking out to the StarTracer class

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    32894fd View commit details
    Browse the repository at this point in the history
  8. Adding a placeholder test script

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    4b97544 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'PointingCalculator' of https://github.com/cta-observato…

    …ry/ctapipe into PointingCalculator
    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    aa40741 View commit details
    Browse the repository at this point in the history
  10. fixed astroquery import

    Christoph Toennis committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    40c3968 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. removing merge marks

    Christoph Toennis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    cea1f21 View commit details
    Browse the repository at this point in the history
  2. I moved the interpolator classes for flatfield events to to their pro…

    …per place
    Christoph Toennis committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c6d7245 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. added stats extractor parent component

    added PlainExtractor based on numpy and scipy functions
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    12ae9fc View commit details
    Browse the repository at this point in the history
  2. added stats extractor based on sigma clipping

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cfe8328 View commit details
    Browse the repository at this point in the history
  3. added cut of outliers

    restructured the stats containers
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d02301 View commit details
    Browse the repository at this point in the history
  4. update docs

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c16b044 View commit details
    Browse the repository at this point in the history
  5. formatted with black

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    3a82cec View commit details
    Browse the repository at this point in the history
  6. added pass for __call__ function

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5646b2b View commit details
    Browse the repository at this point in the history
  7. Small commit for prototyping

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    487da6a View commit details
    Browse the repository at this point in the history
  8. Removed unneeded functions

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8b5b55e View commit details
    Browse the repository at this point in the history
  9. added unit tests

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    6e918df View commit details
    Browse the repository at this point in the history
  10. added changelog

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    169ca37 View commit details
    Browse the repository at this point in the history
  11. fix lint

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c78d1dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff6ab1d View commit details
    Browse the repository at this point in the history
  13. added a container for mean variance images and fixed docustring

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f44f4d2 View commit details
    Browse the repository at this point in the history
  14. I changed the container type for the StarVarianceExtractor

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2200aec View commit details
    Browse the repository at this point in the history
  15. fix pylint

    Remove StarVarianceExtractor since is functionality is featured in the existing Extractors
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c4d6809 View commit details
    Browse the repository at this point in the history
  16. change __call__() to _extract()

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    388aae6 View commit details
    Browse the repository at this point in the history
  17. minor renaming

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    07f4bef View commit details
    Browse the repository at this point in the history
  18. use pytest.fixture for Extractors

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a3782ae View commit details
    Browse the repository at this point in the history
  19. reduce duplicated code of the call function

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ad47560 View commit details
    Browse the repository at this point in the history
  20. I made prototypes for the CalibrationCalculators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8f49802 View commit details
    Browse the repository at this point in the history
  21. I made PSFModel a generic class

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9d86e9a View commit details
    Browse the repository at this point in the history
  22. I fixed some variable names

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    cd122a8 View commit details
    Browse the repository at this point in the history
  23. Added a method for calibrating variance images

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    12cc766 View commit details
    Browse the repository at this point in the history
  24. edit description of StatisticsContainer

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    20de205 View commit details
    Browse the repository at this point in the history
  25. added feature to shift the extraction sequence

    allow overlapping extraction sequences
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c4936d7 View commit details
    Browse the repository at this point in the history
  26. fix boundary case for the last chunk

    renaming to chunk(s) and chunk_size and _shift
    
    added test for chunk_shift and boundary case
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f7fefd1 View commit details
    Browse the repository at this point in the history
  27. fix tests

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    56118b8 View commit details
    Browse the repository at this point in the history
  28. fix ruff

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e68c5dd View commit details
    Browse the repository at this point in the history
  29. Commit before push for tjark

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    057baf6 View commit details
    Browse the repository at this point in the history
  30. added StatisticsCalculator

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d5eda78 View commit details
    Browse the repository at this point in the history
  31. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    53d8e98 View commit details
    Browse the repository at this point in the history
  32. added stats extractor parent component

    added PlainExtractor based on numpy and scipy functions
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f982b36 View commit details
    Browse the repository at this point in the history
  33. added stats extractor based on sigma clipping

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9c46f55 View commit details
    Browse the repository at this point in the history
  34. added cut of outliers

    restructured the stats containers
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    57879b1 View commit details
    Browse the repository at this point in the history
  35. update docs

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fd79479 View commit details
    Browse the repository at this point in the history
  36. formatted with black

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b886875 View commit details
    Browse the repository at this point in the history
  37. added pass for __call__ function

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    10723a3 View commit details
    Browse the repository at this point in the history
  38. Small commit for prototyping

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9c46748 View commit details
    Browse the repository at this point in the history
  39. Removed unneeded functions

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a08b38c View commit details
    Browse the repository at this point in the history
  40. added unit tests

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4f06344 View commit details
    Browse the repository at this point in the history
  41. fix lint

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d0f17ee View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0778648 View commit details
    Browse the repository at this point in the history
  43. added a container for mean variance images and fixed docustring

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b04e6ee View commit details
    Browse the repository at this point in the history
  44. I changed the container type for the StarVarianceExtractor

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e7ec4b8 View commit details
    Browse the repository at this point in the history
  45. fix pylint

    Remove StarVarianceExtractor since is functionality is featured in the existing Extractors
    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0921641 View commit details
    Browse the repository at this point in the history
  46. change __call__() to _extract()

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fa65404 View commit details
    Browse the repository at this point in the history
  47. minor renaming

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    08d43dd View commit details
    Browse the repository at this point in the history
  48. use pytest.fixture for Extractors

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    734d03f View commit details
    Browse the repository at this point in the history
  49. reduce duplicated code of the call function

    Tjark Miener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ce9e784 View commit details
    Browse the repository at this point in the history
  50. I made prototypes for the CalibrationCalculators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    233ffb7 View commit details
    Browse the repository at this point in the history
  51. I made PSFModel a generic class

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    74807c6 View commit details
    Browse the repository at this point in the history
  52. I fixed some variable names

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    36da842 View commit details
    Browse the repository at this point in the history
  53. Added a method for calibrating variance images

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    511ebdf View commit details
    Browse the repository at this point in the history
  54. edit description of StatisticsContainer

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ed13253 View commit details
    Browse the repository at this point in the history
  55. added feature to shift the extraction sequence

    allow overlapping extraction sequences
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    732c5f9 View commit details
    Browse the repository at this point in the history
  56. fix boundary case for the last chunk

    renaming to chunk(s) and chunk_size and _shift
    
    added test for chunk_shift and boundary case
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    65ded40 View commit details
    Browse the repository at this point in the history
  57. fix tests

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a505ae6 View commit details
    Browse the repository at this point in the history
  58. fix ruff

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fa6c65a View commit details
    Browse the repository at this point in the history
  59. Commit before push for tjark

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e1d5d6d View commit details
    Browse the repository at this point in the history
  60. added StatisticsCalculator

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f9f0d03 View commit details
    Browse the repository at this point in the history
  61. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1616d4d View commit details
    Browse the repository at this point in the history
  62. solved merge conflicts

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4cb9403 View commit details
    Browse the repository at this point in the history
  63. I made prototypes for the CalibrationCalculators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    03b2637 View commit details
    Browse the repository at this point in the history
  64. I made PSFModel a generic class

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0e85e82 View commit details
    Browse the repository at this point in the history
  65. I fixed some variable names

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d3b5d0b View commit details
    Browse the repository at this point in the history
  66. Added a method for calibrating variance images

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a5b3a02 View commit details
    Browse the repository at this point in the history
  67. Commit before push for tjark

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4478aed View commit details
    Browse the repository at this point in the history
  68. added StatisticsCalculator

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d41ad8 View commit details
    Browse the repository at this point in the history
  69. make faulty_pixels_threshold and chunk_shift as traits

    rename stats calculator to TwoPass...
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2b9dccd View commit details
    Browse the repository at this point in the history
  70. Removed Pointing Calculator

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    de337cb View commit details
    Browse the repository at this point in the history
  71. Removing PointingCalculator, PSF model and interpolators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b1f591d View commit details
    Browse the repository at this point in the history
  72. implement the StatisticsCalculator

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9e19cb7 View commit details
    Browse the repository at this point in the history
  73. removed the helper function to get the start and end slices

    Since agregation is chunk has always the same n_events, we can simplify the retrieving of the start and end slices. Therefore we do not need a helper function anymore
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9540f21 View commit details
    Browse the repository at this point in the history
  74. polish docstrings

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7a2c77e View commit details
    Browse the repository at this point in the history
  75. further polishing of docstrings

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9afa277 View commit details
    Browse the repository at this point in the history
  76. fix typo

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fc3c869 View commit details
    Browse the repository at this point in the history
  77. move check of config settings before loading of data

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2f7466a View commit details
    Browse the repository at this point in the history
  78. moved Interpolator outside

    This branch should only host the devs for the stats calculator
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    534cbe8 View commit details
    Browse the repository at this point in the history
  79. removed Interpolator artifacts

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    53c379b View commit details
    Browse the repository at this point in the history
  80. removed reading part with TableLoader

    reading should be done in the tool outside of this component
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dfb179e View commit details
    Browse the repository at this point in the history
  81. removed writing part

    writing should be also done in the tool outside of this component
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    955ff89 View commit details
    Browse the repository at this point in the history
  82. add unit tests for calculators

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    47fc85d View commit details
    Browse the repository at this point in the history
  83. add unit tests for calculators

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    28101d1 View commit details
    Browse the repository at this point in the history
  84. split __call__ function into two function for the first and second pass

    second pass also has an argument to pass the list of faulty/valid chunks which can be a logical_and from multiple first passes
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8b3d528 View commit details
    Browse the repository at this point in the history
  85. fix docs and add changelog

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    88e2126 View commit details
    Browse the repository at this point in the history
  86. removed check for any faulty chunk

    check should be done before and then the second pass should not be called if only valid chunks are provided
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5b8a0b3 View commit details
    Browse the repository at this point in the history
  87. removed base class CalibrationCalculator and only have one Statistics…

    …Calculator class
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d6681fc View commit details
    Browse the repository at this point in the history
  88. fix fstring in logging

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    54ab5e9 View commit details
    Browse the repository at this point in the history
  89. bug fix

    aggregated stats of the second pass we simply overwritten rather than append and vstacked()
    
    unit tests are improved to properly test for the correct number of chunks
    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    0edff64 View commit details
    Browse the repository at this point in the history
  90. removed print

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c41b0b7 View commit details
    Browse the repository at this point in the history
  91. removed me from CODEOWNERS

    TjarkMiener authored and Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    4d8d896 View commit details
    Browse the repository at this point in the history
  92. Copying over code for interpolators and pointing calculators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fe1dfb9 View commit details
    Browse the repository at this point in the history
  93. Fixed some issues with the ChunkFunction

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1afef1e View commit details
    Browse the repository at this point in the history
  94. Adding the StatisticsExtractors

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    ccaffe2 View commit details
    Browse the repository at this point in the history
  95. I added a basic star fitter

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    18fb810 View commit details
    Browse the repository at this point in the history
  96. Added the fitting

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    89a30ef View commit details
    Browse the repository at this point in the history
  97. Finihed V1 of the startracker code

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f22de63 View commit details
    Browse the repository at this point in the history
  98. I separated the star tracking out to the StarTracer class

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    23e9b25 View commit details
    Browse the repository at this point in the history
  99. Adding a placeholder test script

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    8c826eb View commit details
    Browse the repository at this point in the history
  100. Copying over code for interpolators and pointing calculators

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5a4342e View commit details
    Browse the repository at this point in the history
  101. Fixed some issues with the ChunkFunction

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    675bc9b View commit details
    Browse the repository at this point in the history
  102. Adding the StatisticsExtractors

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    05aada6 View commit details
    Browse the repository at this point in the history
  103. I added a basic star fitter

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5c51ed9 View commit details
    Browse the repository at this point in the history
  104. Added the fitting

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d1d146c View commit details
    Browse the repository at this point in the history
  105. fixed astroquery import

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7ff48c9 View commit details
    Browse the repository at this point in the history
  106. removing merge marks

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2d913a9 View commit details
    Browse the repository at this point in the history
  107. I moved the interpolator classes for flatfield events to to their pro…

    …per place
    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fd5bfc8 View commit details
    Browse the repository at this point in the history
  108. I fixed an issue with the PointingCalculator traits

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    de71d9d View commit details
    Browse the repository at this point in the history
  109. Adding some parts to the unit tests

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    a59e8a4 View commit details
    Browse the repository at this point in the history
  110. Merge branch 'PointingCalculator' of https://github.com/cta-observato…

    …ry/ctapipe into PointingCalculator
    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    eee0394 View commit details
    Browse the repository at this point in the history
  111. Some cleaning up after rebasing

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    583b408 View commit details
    Browse the repository at this point in the history
  112. Some more cleaning up

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    aa4819f View commit details
    Browse the repository at this point in the history
  113. last cleanup

    Christoph Toennis committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    666e1d1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Switching to only test fitting, not cleaning

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