Skip to content

Commit b1488c5

Browse files
authored
Merge pull request #46 from bioimagebook/petebankhead-patch-1
Fix image calculator path
2 parents f05730d + d2c3453 commit b1488c5

File tree

1 file changed

+2
-2
lines changed
  • chapters/2-processing/2-point_operations

1 file changed

+2
-2
lines changed

chapters/2-processing/2-point_operations/imagej.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ For anything else, I'd generally rather convert to 32-bit and multiply by -1 --
222222

223223
## The Image Calculator
224224

225-
{menuselection}`Process --> Math --> Image Calculator...` is used to combine two images in various ways.
225+
{menuselection}`Process --> Image Calculator...` is used to combine two images in various ways.
226226
It is one of ImageJ's most indispensable commands.
227227

228228
```{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
240240
241241
```{tab-item} Practical
242242
243-
{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.
243+
{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.
244244
245245
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.
246246

0 commit comments

Comments
 (0)