You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
waitForUser("From the 'blobs' image we created 'degraded' versions by downscaling and upscaling without interpolation.");
32
32
33
-
// make a stak from the different images
33
+
// make a stack from the different images
34
34
run("Images to Stack", "method=[Copy (top-left)] name=Stack title=[] use");
35
+
waitForUser("The images are now re-arranged as a Stack.\nDue to downscaling and upscaling, the images have different widths and heights.\nThis is why the bottom and right edges have pixels at 0 in some slices");
35
36
// as an alternative you can use method=[Copy (Center)].
36
-
// due to downscaling and upscaling the images have different width and height
37
+
//
37
38
// the results would then be different
38
39
39
-
// here we make a line. by defining the point
40
+
// here we make a line. by defining the start and end points
40
41
makeLine(75, 100, 90, 130);
41
-
waitForUser("The images are now re-arranged as a Stack.\nWe also made a line on the image, not let's plot it.")
42
+
waitForUser("We also made a line on the image,\nand we will plot the intentities along that line.")
42
43
43
44
// and here we ask for the plot.
44
45
run("Plot Profile");
45
-
waitForUser("In the 'Plot' window, click on 'Live'.\nNow, move in the stack using the slider to compare the profiles.\nYou can also move the line by selecting points");
46
+
waitForUser("In the 'Plot' window, click on 'Live'.\nNow, move in the stack using the slider to compare the profiles.\nYou can also move or modify the line by click-dragging its anchor points");
46
47
47
48
// To continue you can have a look to the CurveFittingDemo : https://imagej.net/ij/macros/examples/CurveFittingDemo.txt
48
49
// that makes use of Fit functions : https://imagej.net/ij/developer/macro/functions.html#Fit
0 commit comments