glue-viz / glue-wwt

WorldWideTelescope viewer in glue
BSD 3-Clause "New" or "Revised" License
2 stars 6 forks source link

Initial implementation of tool to save to a tour #70

Closed astrofrog closed 4 years ago

astrofrog commented 4 years ago

This save tool allows the current view to be saved as the first slide of a tour, which can be useful for people who want to construct a tour based on results discovered in glue. Even if the tour functionality is not useful, it is a convenient way of transferring layer information across.

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 1.13%. The diff coverage is 90.47%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   71.69%   72.83%   +1.13%     
==========================================
  Files          16       16              
  Lines         795      854      +59     
==========================================
+ Hits          570      622      +52     
- Misses        225      232       +7
Impacted Files Coverage Δ
glue_wwt/viewer/tests/test_wwt_widget.py 100% <100%> (ø) :arrow_up:
glue_wwt/viewer/qt_data_viewer.py 87.5% <100%> (-6.25%) :arrow_down:
glue_wwt/conftest.py 81.81% <60%> (-18.19%) :arrow_down:
glue_wwt/viewer/tools.py 85.1% <87.87%> (+11.77%) :arrow_up:

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 2e8db93...2453fc1. Read the comment docs.