AstroHuntsman / huntsman-pocs

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

Wrapper for astromech #476

Closed JAAlvarado-Montes closed 3 years ago

JAAlvarado-Montes commented 3 years ago

This small PR is just a wrapper of a POCS functionality while the PR in POCS gets merged. This moves the astromechanics focusers to their initial position specified on the configuration yaml file.

codecov[bot] commented 3 years ago

Codecov Report

Merging #476 (a503bc2) into develop (87a1290) will decrease coverage by 0.85%. The diff coverage is 15.38%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #476      +/-   ##
===========================================
- Coverage    56.34%   55.48%   -0.86%     
===========================================
  Files           58       59       +1     
  Lines         3903     3981      +78     
  Branches       410      417       +7     
===========================================
+ Hits          2199     2209      +10     
- Misses        1603     1670      +67     
- Partials       101      102       +1     
Impacted Files Coverage Δ
src/huntsman/pocs/focuser/astromechanics.py 0.00% <0.00%> (ø)
src/huntsman/pocs/observatory.py 62.03% <100.00%> (+0.30%) :arrow_up:
src/huntsman/pocs/scheduler/observation/base.py 75.48% <100.00%> (+0.32%) :arrow_up:
tests/test_scheduler.py 98.51% <100.00%> (+0.08%) :arrow_up:
src/huntsman/pocs/archive/archiver.py 88.18% <0.00%> (-1.82%) :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 7ec8e26...a503bc2. Read the comment docs.