Closed mkolopanis closed 2 years ago
Merging #603 (08805bd) into main (0844b22) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #603 +/- ##
=======================================
Coverage 98.11% 98.11%
=======================================
Files 35 35
Lines 5090 5090
=======================================
Hits 4994 4994
Misses 96 96
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 0844b22...08805bd. Read the comment docs.
@bhazelton I think this is worth a look. I'm open to any ideas.
we still have a problem were sometimes while loop thinks it is ready to trigger but only after 200ms. I think this is due to how snap spectra only update on a ~10 min timescale and even then only roll out in stages.
Adds a mini data catcher script to save snap spectra to a UVH5 file.
Description
Reads the
status:snap:*
keys in redis and compiles them into a UVData object to save to disk.Motivation and Context
Danny asked for this.
Types of changes
Checklist:
Other: