Skip to content

Commit

Permalink
Merge pull request #706 from javerbukh/imviz_ellipse_roi
Browse files Browse the repository at this point in the history
Add elliptical ROI button to imviz
  • Loading branch information
rosteen authored Jul 6, 2021
2 parents 588027f + 3b27caf commit 31181b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/viewers.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ImvizImageView(BqplotImageView):

tools = ['bqplot:home', 'bqplot:panzoom', 'bqplot:panzoomwcs',
'bqplot:contrastbias', 'bqplot:blinkonce',
'bqplot:rectangle', 'bqplot:circle']
'bqplot:rectangle', 'bqplot:circle', 'bqplot:ellipse']
default_class = None

def __init__(self, *args, **kwargs):
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ install_requires =
bqplot>=0.12.29
bqplot-image-gl>=1.4.1
glue-core>=1.0.1
glue-jupyter>=0.6.1
glue-jupyter>=0.7
echo>=0.5.0
ipyvue>=1.4.1
ipyvuetify>=1.7.0
Expand All @@ -32,7 +32,7 @@ install_requires =
voila>=0.2.4
pyyaml>=5.4.1
specutils>=1.3
glue-astronomy>=0.1
glue-astronomy@git+https://github.com/glue-viz/glue-astronomy.git@4c5e6e78bcaa20d1723510f06bbe3070f2b1642a
click>=7.1.2
spectral-cube>=0.5
asteval>=0.9.23
Expand Down

0 comments on commit 31181b1

Please # to comment.