summaryrefslogtreecommitdiffstats
path: root/ds9/library/command.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/command.tcl')
-rw-r--r--ds9/library/command.tcl16
1 files changed, 8 insertions, 8 deletions
diff --git a/ds9/library/command.tcl b/ds9/library/command.tcl
index 38af0d6..525c032 100644
--- a/ds9/library/command.tcl
+++ b/ds9/library/command.tcl
@@ -534,11 +534,11 @@ proc CommandLineLoadBase {item argvname iname} {
rgbimage {
- CreateRGBFrame
+ MultiLoadRGB
LoadRGBImageFile $item
}
rgbcube {
- CreateRGBFrame
+ MultiLoadRGB
LoadRGBCubeFile $item
}
@@ -574,7 +574,7 @@ proc CommandLineLoadBase {item argvname iname} {
}
srgbcube {
#backward compatibility
- CreateRGBFrame
+ MultiLoadRGB
incr i
LoadSRGBCubeFile $item [lindex $argv $i]
}
@@ -592,7 +592,7 @@ proc CommandLineLoadBase {item argvname iname} {
ImportArrayFile $item $file(layer)
}
rgbarray {
- CreateRGBFrame
+ MultiLoadRGB
ImportRGBArrayFile $item
}
nrrd {
@@ -713,11 +713,11 @@ proc CommandLineLoad3D {item argvname iname} {
}
rgbimage {
- CreateRGBFrame
+ MultiLoadRGB
LoadRGBImageFile $item
}
rgbcube {
- CreateRGBFrame
+ MultiLoadRGB
LoadRGBCubeFile $item
}
@@ -753,7 +753,7 @@ proc CommandLineLoad3D {item argvname iname} {
}
srgbcube {
#backward compatibility
- CreateRGBFrame
+ MultiLoadRGB
incr i
LoadSRGBCubeFile $item [lindex $argv $i]
}
@@ -771,7 +771,7 @@ proc CommandLineLoad3D {item argvname iname} {
ImportArrayFile $item {}
}
rgbarray {
- CreateRGBFrame
+ MultiLoadRGB
ImportRGBArrayFile $item
}
nrrd {