AstarVienna / ScopeSim

A telescope observation simulator for Python.
GNU General Public License v3.0
14 stars 10 forks source link

ScopeSimple #426

Closed teutoburg closed 3 days ago

teutoburg commented 4 months ago

New top-level User Interface, as presented at the METIS Science Team Meeting.

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 81.25000% with 24 lines in your changes missing coverage. Please review.

Project coverage is 76.59%. Comparing base (910d65a) to head (1ab6605). Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
scopesim/commands/scopesimple.py 87.35% 11 Missing :warning:
scopesim/server/database.py 31.25% 11 Missing :warning:
scopesim/effects/electronic/exposure.py 93.75% 1 Missing :warning:
scopesim/optics/optics_manager.py 83.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #426 +/- ## ========================================== + Coverage 76.53% 76.59% +0.05% ========================================== Files 65 66 +1 Lines 7970 8091 +121 ========================================== + Hits 6100 6197 +97 - Misses 1870 1894 +24 ```

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

teutoburg commented 4 months ago

Closes #388

teutoburg commented 3 days ago

This is not fully functional yet, mostly because of #464. I'd still suggest merging this PR, as it passes now, to avoid this getting further out of sync, and then fully implementing it once the DIT/NDIT stuff is properly fixed...