i4Ds / STIXCore

STIX Core functionalities
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

daily processing pipeline #405

Open nicHoch opened 2 weeks ago

nicHoch commented 2 weeks ago

create a second processing pipeline to handle not TM packets triggered processing steps

this pipeline runs on a cron bases (once a day?) and performs product creations (fits files)

first included processing is HK-L+ to ANC-ASPECT files

codecov-commenter commented 2 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 6.10413% with 523 lines in your changes missing coverage. Please review.

Project coverage is 71.52%. Comparing base (817c558) to head (c3f3b5d).

Files with missing lines Patch % Lines
stixcore/processing/pipeline_daily.py 0.00% 132 Missing :warning:
stixcore/processing/SingleStep.py 0.00% 94 Missing :warning:
stixcore/processing/AspectANC.py 0.00% 78 Missing :warning:
stixcore/io/FlareListManager.py 0.00% 74 Missing :warning:
stixcore/io/FlareListProductsStorage.py 0.00% 66 Missing :warning:
stixcore/processing/FLtoL3.py 0.00% 66 Missing :warning:
stixcore/io/fits/processors.py 28.57% 10 Missing :warning:
stixcore/ephemeris/manager.py 88.88% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #405 +/- ## ========================================== - Coverage 75.83% 71.52% -4.31% ========================================== Files 68 74 +6 Lines 7254 7678 +424 ========================================== - Hits 5501 5492 -9 - Misses 1753 2186 +433 ```

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