-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add activity to open TIF image in ImageJ gui, #720
- Loading branch information
1 parent
dde48a6
commit 7d52e6d
Showing
3 changed files
with
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<h4 id="open_tif"><a href="#open_tif">Open TIF image data</a></h4> | ||
|
||
- Open a TIF (Tag Image File) file and inspect its pixel and metatdata content | ||
|
||
##### Data | ||
|
||
- [TIF image file (minimal metadata)](https://github.com/NEUBIAS/training-resources/raw/master/image_data/xy_8bit__nuclei_PLK1_control.tif) | ||
- [TIF image file (extensive metadata)](https://github.com/NEUBIAS/training-resources/raw/master/image_data/xy_16bit__collagen.md.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,8 @@ | ||
- Open the file mentioned in the activity by drag and drop into the FIJI window: | ||
- Inspect the image | ||
- Inspect the metadata via [Image > Show info...] | ||
- Close the image and open it again via Bio-Formats Importer: | ||
- [Plugins > Bio-Formats > Bio-Formats Importer] | ||
- Select your image | ||
- [X] Display metadata | ||
- Click [OK] |
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