summaryrefslogtreecommitdiffstats
path: root/ds9/library/open.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-10-31 17:43:31 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-10-31 17:43:31 (GMT)
commit33a0f1a1e3753df8962d63df8cd73d1eb8bcb208 (patch)
tree43c95f2ec818c0067881ca3c6d5992a54283f9ae /ds9/library/open.tcl
parent5295480944cc7d720c10bbbb8ce5287056ba1c84 (diff)
downloadblt-33a0f1a1e3753df8962d63df8cd73d1eb8bcb208.zip
blt-33a0f1a1e3753df8962d63df8cd73d1eb8bcb208.tar.gz
blt-33a0f1a1e3753df8962d63df8cd73d1eb8bcb208.tar.bz2
update mask
Diffstat (limited to 'ds9/library/open.tcl')
-rw-r--r--ds9/library/open.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/open.tcl b/ds9/library/open.tcl
index d7d789b..0a45453 100644
--- a/ds9/library/open.tcl
+++ b/ds9/library/open.tcl
@@ -13,7 +13,7 @@ proc Open {fn format layer mode sys} {
fits {LoadFitsFile $fn $layer $mode}
mosaicimagewcs {LoadMosaicImageWCSFile $fn $layer $sys}
mosaicimageiraf {LoadMosaicImageIRAFFile $fn $layer}
- mosaicimagewfpc2 {LoadMosaicImageWFPC2File $fn}
+ mosaicimagewfpc2 {LoadMosaicImageWFPC2File $fn $layer}
mosaicwcs {LoadMosaicWCSFile $fn $layer $sys}
mosaiciraf {LoadMosaicIRAFFile $fn $layer}
mecube {LoadMECubeFile $fn}