We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17879f commit bf13f33Copy full SHA for bf13f33
src/main/resources/script-templates/Ruby/Plasma_Cloud.rb
@@ -7,7 +7,7 @@
7
8
# Create an ImagePlus
9
cp = ColorProcessor.new(w, h)
10
-i = ij.ImagePlus.new "Plasma Cloud", cp
+i = ImagePlus.new "Plasma Cloud", cp
11
12
# Set Image's pixels
13
pixels = cp.getPixels;
0 commit comments