Skip to content

Commit

Permalink
Add activity to open TIF image in ImageJ gui, #720
Browse files Browse the repository at this point in the history
  • Loading branch information
AnniekStok committed Oct 1, 2024
1 parent dde48a6 commit 7d52e6d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _includes/image_file_formats/open_tif.md
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)
8 changes: 8 additions & 0 deletions _includes/image_file_formats/open_tif_imagejgui.md
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]
3 changes: 2 additions & 1 deletion _modules/image_file_formats.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ concept_map: >
MD --> DS("Display settings")
MD --> NA("...")
figure: /figures/image_file_formats.png
figure: /figures/image_file_formats.png
figure_legend: "Image pixel data are saved as binary data on disk. Essential metadata is needed to load the binary data into an image array."

multiactivities:
- ["image_file_formats/open_tif.md", [["ImageJ GUI", "image_file_formats/open_tif_imagejgui.md"],["python BioIO", "image_file_formats/open_tif_bioio.py"]]]
- ["image_file_formats/open_czi.md", [["ImageJ GUI", "image_file_formats/open_czi_imagejgui.md"],["python BioIO", "image_file_formats/open_czi_bioio.py"]]]
- ["image_file_formats/open_em_tiff_series.md", [["ImageJ GUI", "image_file_formats/open_em_tiff_series_imagejgui.md"],["python BioIO", "image_file_formats/open_em_tiff_series_bioio.py"]]]
- ["image_file_formats/open_diverse_file_formats.md", [["ImageJ GUI", "image_file_formats/open_diverse_file_formats_imagejgui.md"],["python BioIO", "image_file_formats/open_diverse_file_formats_bioio.py"]]]
Expand Down

0 comments on commit 7d52e6d

Please sign in to comment.