AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Pyro interface camera is observing event #550

Closed fergusL closed 2 years ago

fergusL commented 2 years ago

A few minor tweaks and code to allow camera._is_observing_event to be interacted with via pyro layer

codecov[bot] commented 2 years ago

Codecov Report

Merging #550 (1ff4e41) into develop (fc1ef30) will increase coverage by 0.00%. The diff coverage is 73.33%.

@@           Coverage Diff            @@
##           develop     #550   +/-   ##
========================================
  Coverage    54.73%   54.74%           
========================================
  Files           64       64           
  Lines         4129     4143   +14     
  Branches       456      457    +1     
========================================
+ Hits          2260     2268    +8     
- Misses        1746     1751    +5     
- Partials       123      124    +1     
Impacted Files Coverage Δ
src/huntsman/pocs/camera/camera.py 72.80% <ø> (ø)
src/huntsman/pocs/camera/pyro/service.py 0.00% <ø> (ø)
src/huntsman/pocs/camera/pyro/client.py 84.33% <66.66%> (-1.47%) :arrow_down:
src/huntsman/pocs/utils/pyro/event.py 85.71% <100.00%> (+2.38%) :arrow_up:
src/huntsman/pocs/archive/archiver.py 88.28% <0.00%> (-1.81%) :arrow_down:

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 fc1ef30...1ff4e41. Read the comment docs.