forked from NEUBIAS/training-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<h4 id='scale_bar'><a href="#scale_bar>Inspect spatial calibration metadata and add a scale bar</a></h4> | ||
- Open an image and inspect the spatial calibration metadata | ||
- Add a scale bar to the image | ||
|
||
##### Image data | ||
|
||
- [TODO: MD Collagen](https://github.com/NEUBIAS/training-resources/raw/master/image_data/xyz_8bit__mitotic_plate_calibrated.tif) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
* Open image: [xyz_8bit__mitotic_plate_calibrated.tif](https://github.com/NEUBIAS/training-resources/raw/master/image_data/xyz_8bit__mitotic_plate_calibrated.tif) | ||
* Check the pixel sizes (calibration) of this image | ||
* Where to see the calibration? | ||
* Next to the pixel indices in the ImageJ menu bar | ||
* Properties of the image **[Image > Properties]** or **[Shift-Ctrl-P]** | ||
* How to check whether the calibration makes sense? | ||
* Explore the typical size of objects in 3D. | ||
* Orthogonal view **[Image > Stacks > Orthogonal Views]** or **[Ctrl-Shift-H]** | ||
* An example of a wrong calibration: [xyz_8bit__mitotic_plate_badZcalibrated.tif](https://github.com/NEUBIAS/training-resources/raw/master/image_data/xyz_8bit__mitotic_plate_badZcalibrated.tif) | ||
* Appreciate that image calibration might be necessary, e.g. | ||
* 2D distance measurement between two pixels | ||
* One can use the Line tool | ||
* 3D distance measurement between two voxels | ||
* One cannot use the Line tool but needs to measure manually: `sqrt( (x0-x1)^2 + (y0-y1)^2 + (z0-z1)^2 )` | ||
* Note: It is critical to use the calibrated voxel positions and not the voxel indices in above formula! | ||
* Appreciate that image calibration can be confusing, e.g. | ||
* It is not consistently used in image filter parameter specification |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.