spacetelescope / cubeviz

Data analysis package for cubes. https://cubeviz.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
15 stars 25 forks source link

Prune toolbar options in image viewer #553

Closed nmearl closed 5 years ago

nmearl commented 5 years ago

Removes the superfluous 1D profile view from the image viewer toolbar. Kind of addresses #547, ~#551~ (we're keeping that option now).

Screen Shot 2019-03-12 at 11 14 48 AM

hcferguson commented 5 years ago

The 3D cube slicer actually seems to mostly work and is useful if we could get it to entirely work. See #551.

codecov[bot] commented 5 years ago

Codecov Report

Merging #553 into master will increase coverage by 0.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #553      +/-   ##
==========================================
+ Coverage   64.33%   64.35%   +0.01%     
==========================================
  Files          40       40              
  Lines        4980     4982       +2     
==========================================
+ Hits         3204     3206       +2     
  Misses       1776     1776
Impacted Files Coverage Δ
cubeviz/image_viewer.py 59.27% <100%> (+0.14%) :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 0f7f271...32a6f21. Read the comment docs.

nmearl commented 5 years ago

Yes, the 3D slice extractor is being kept.