Skip to content

Commit

Permalink
Fixes to Calibration Bar, Added Extract ROI Pixel Value function; Upd…
Browse files Browse the repository at this point in the history
…ated readme with new order. v 1.5
  • Loading branch information
gtatters committed Jul 23, 2019
1 parent e4d33e7 commit d36433c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Installation Instructions
- Launch FIJI-->Help-->Update, allow it to update any plug-ins, then while the update window is open, select **Manage update websites**, and ensure that the FFMPEG box is ticked. Select **ok**, then click the **Apply** option, and restart FIJI. This FFMPEG plugin is required for importing avi files created during the conversion process, although it might require that you have FFMPEG installed at the command line.
- Navigate to where FIJI is installed to find all the subfolders.
- Download the **ThermImageJ.ijm** file from this site and copy into the FIJI/macros/toolsets folder.
- Open the **ThermImageJ.ijm** file in any text editor, and verify the paths are properly set for your respective operating system. See the comments with the text file for guidance.
- Open the **ThermImageJ.ijm** file in any text editor, and verify the paths are properly set for your respective operating system. See the comments with the text file for guidance. Most of the default locations are likely fine, although FFMPEG is sometimes installed in different folders depending on what the user might have selected.
- Download the additional **luts** files from this site and copy into your FIJI/luts folder. These are palettes that are commonly used in thermal imaging.
- Download the perl script, **split.pl** from this site and copy into a FIJI/scripts folder.
- Download **Byte\_Swapper.class** to the plugins folder.
Expand Down Expand Up @@ -340,14 +340,14 @@ Typical Workflow
- The Import SEQ and Import CSQ macros will automatically attempt to calculate temperature
- Once the file is converted and imported, double check that the calibration constants and object parameters are appropriate and select ok. If you escape at this stage, you should still have a 16-bit grayscale image stack, and could run the Raw2Temp function later

ROI analysis
------------
Custom ROI analysis
-------------------

- First set the parameters you are interested in extracting in the Analyze->Set Measurements menu.
- Typical values are min, max, mean, modal, median, standard deviation, but ImageJ offers so many other values.
- In ImageJ terminology, "Intensity" or "Gray Value" corresponds to the number stored in each pixel. This might be the 16-bit raw value or it might be the 32-bit decimal converted temperature, depending on when analysis is performed.
- Take advantage of all the ImageJ ROI tools, or Tools->ROI Manager to draw regions of interest over sites of interest.
- Or, use the ROI 1 through 4 macros included as described earlier in the document.
- Or, use the ROI 1-6 macros included as described earlier in the document.

Sample files to test:
---------------------
Expand Down

0 comments on commit d36433c

Please sign in to comment.