summaryrefslogtreecommitdiffstats
path: root/ds9/library/hvsup.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2018-05-16 18:17:06 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2018-05-16 18:17:06 (GMT)
commit290312bc296c888fb080aa2bed0e4d8116aafc34 (patch)
tree6019d8c14a00fa5db776fd5ac703b0f73680d3d8 /ds9/library/hvsup.tcl
parent212a5a2635286012d36b32f1e5cce0de95c2a4d4 (diff)
downloadblt-290312bc296c888fb080aa2bed0e4d8116aafc34.zip
blt-290312bc296c888fb080aa2bed0e4d8116aafc34.tar.gz
blt-290312bc296c888fb080aa2bed0e4d8116aafc34.tar.bz2
add ds9 shm parser
Diffstat (limited to 'ds9/library/hvsup.tcl')
-rw-r--r--ds9/library/hvsup.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/hvsup.tcl b/ds9/library/hvsup.tcl
index 0aca788..7e2a8da 100644
--- a/ds9/library/hvsup.tcl
+++ b/ds9/library/hvsup.tcl
@@ -1194,7 +1194,7 @@ proc HVParseImg {varname} {
}
switch -- $var(frame) {
- new {MultiLoadBase}
+ new {MultiLoad}
current {}
}
@@ -1231,7 +1231,7 @@ proc HVParseFITS {varname} {
}
switch -- $var(frame) {
- new {MultiLoadBase}
+ new {MultiLoad}
current {}
}