diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2018-11-29 17:31:27 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2018-11-29 17:31:27 (GMT) |
commit | 0d8f331b170e7ef0b795dee958e439acea146688 (patch) | |
tree | 2e5f10ee7a1c23ac12fca5500607586f6ddf9dda /ds9 | |
parent | d4f1f85c0fc142495663fcacdddb9abcd259aa0e (diff) | |
download | blt-0d8f331b170e7ef0b795dee958e439acea146688.zip blt-0d8f331b170e7ef0b795dee958e439acea146688.tar.gz blt-0d8f331b170e7ef0b795dee958e439acea146688.tar.bz2 |
add wfpc2 to mask menu
Diffstat (limited to 'ds9')
-rw-r--r-- | ds9/library/mask.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ds9/library/mask.tcl b/ds9/library/mask.tcl index 0c1f0ee..9936c36 100644 --- a/ds9/library/mask.tcl +++ b/ds9/library/mask.tcl @@ -125,6 +125,9 @@ proc MaskDialog {} { $mb.file.open add command \ -label "[msgcat::mc {Mosaic IRAF Segment}]..." \ -command [list OpenDialog mosaiciraf mask] + $mb.file.open add command \ + -label "[msgcat::mc {Mosaic WFPC2}]..." \ + -command [list OpenDialog mosaicimagewfpc2 mask] menu $mb.file.import $mb.file.import add command \ |