From d2c3453cbd975e44dcb5a09d156aaddb039a8c4c Mon Sep 17 00:00:00 2001 From: Pete Date: Wed, 13 Aug 2025 17:44:20 +0100 Subject: [PATCH] Fix image calculator path Fixes https://github.com/bioimagebook/bioimagebook.github.io/issues/45 --- chapters/2-processing/2-point_operations/imagej.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/2-processing/2-point_operations/imagej.md b/chapters/2-processing/2-point_operations/imagej.md index d23c2cdb..0ca5d154 100644 --- a/chapters/2-processing/2-point_operations/imagej.md +++ b/chapters/2-processing/2-point_operations/imagej.md @@ -222,7 +222,7 @@ For anything else, I'd generally rather convert to 32-bit and multiply by -1 -- ## The Image Calculator -{menuselection}`Process --> Math --> Image Calculator...` is used to combine two images in various ways. +{menuselection}`Process --> Image Calculator...` is used to combine two images in various ways. It is one of ImageJ's most indispensable commands. ```{figure} images/points-image-calculator.png @@ -240,7 +240,7 @@ If any of the original images are 8 or 16-bit, then the result might require cli ```{tab-item} Practical -{menuselection}`Process --> Math --> Image Calculator...` finally makes it possible for us to check whether the pixel values of two images are all identical -- without relying on summary measurements or histograms. +{menuselection}`Process --> Image Calculator...` finally makes it possible for us to check whether the pixel values of two images are all identical -- without relying on summary measurements or histograms. Use it to determine which two of the images *Same_1.tif*, *Same_2.tif* and *Same_3.tif* are identical in terms of pixel values.