panoptes / POCS

An Observatory Control System for the PANOPTES citizen-science project designed to help find transiting exoplanets! :telescope: :stars:
https://pocs.readthedocs.io/en/latest/
MIT License
78 stars 49 forks source link

CLI updates #1162

Closed wtgee closed 2 years ago

wtgee commented 2 years ago

Updates to the POCS cli to make starting and running a unit easier.

...More to come...

Closes #954

codecov[bot] commented 2 years ago

Codecov Report

Merging #1162 (d5930c0) into develop (4908119) will decrease coverage by 6.52%. The diff coverage is 47.92%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1162      +/-   ##
===========================================
- Coverage    83.08%   76.55%   -6.53%     
===========================================
  Files           86       92       +6     
  Lines         7425     7768     +343     
  Branches       635      724      +89     
===========================================
- Hits          6169     5947     -222     
- Misses        1083     1656     +573     
+ Partials       173      165       -8     
Impacted Files Coverage Δ
src/panoptes/pocs/camera/gphoto/remote.py 0.00% <0.00%> (-21.57%) :arrow_down:
...rc/panoptes/pocs/scheduler/observation/compound.py 0.00% <0.00%> (ø)
src/panoptes/pocs/sensor/power.py 40.23% <0.00%> (-1.74%) :arrow_down:
...rc/panoptes/pocs/state/states/default/analyzing.py 5.88% <0.00%> (-54.12%) :arrow_down:
src/panoptes/pocs/state/states/default/tracking.py 6.66% <0.00%> (-76.67%) :arrow_down:
src/panoptes/pocs/utils/cli/config.py 0.00% <0.00%> (-52.18%) :arrow_down:
src/panoptes/pocs/utils/cli/main.py 0.00% <0.00%> (-70.00%) :arrow_down:
src/panoptes/pocs/utils/cli/power.py 0.00% <0.00%> (ø)
src/panoptes/pocs/utils/cli/sensor.py 0.00% <0.00%> (ø)
src/panoptes/pocs/utils/cli/weather.py 0.00% <0.00%> (ø)
... and 61 more

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 6450a27...d5930c0. Read the comment docs.

wtgee commented 2 years ago

Closing as stale.