spacetelescope / stcal

https://stcal.readthedocs.io/en/latest/
Other
10 stars 32 forks source link

JP-3737: Handle micrometeorite flashes #308

Open drlaw1558 opened 2 weeks ago

drlaw1558 commented 2 weeks ago

This PR addresses JP-3737 by adding an additional check in the jump step to look for micrometeorite flashes, which manifest as bursts of jumps across a large fraction of the detector.

Kept in draft form for now pending potential future modifications.

Tasks

news fragment change types... - ``changes/.apichange.rst``: change to public API - ``changes/.bugfix.rst``: fixes an issue - ``changes/.general.rst``: infrastructure or miscellaneous change
codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 12.90323% with 27 lines in your changes missing coverage. Please review.

Project coverage is 86.15%. Comparing base (60bd3b8) to head (272dcfc). Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
src/stcal/jump/jump.py 12.90% 27 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #308 +/- ## ========================================== - Coverage 86.21% 86.15% -0.06% ========================================== Files 47 49 +2 Lines 8812 8885 +73 ========================================== + Hits 7597 7655 +58 - Misses 1215 1230 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

drlaw1558 commented 2 weeks ago

Things that remain to be determined:

Work ongoing to determine these.