-
Notifications
You must be signed in to change notification settings - Fork 7
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
1 parent
71b2aa0
commit 5d6a74f
Showing
6 changed files
with
41 additions
and
10 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ Graphical User Interface (GUI) | |
image_view | ||
operations_window | ||
recon_window | ||
spectrum_viewer |
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,29 @@ | ||
Spectrum Viewer | ||
================= | ||
|
||
Mantid Imaging offers a spectrum viewer where users can select many regions of interest (ROI) for time of flight (TOF) data and view the spectrum of each ROI. | ||
The spectrum viewer can be used to export the spectrum of each ROI and its respective coordinates to a separate csv file. | ||
|
||
The spectrum viewer can be accessed from the main menu under "Workflow" > "Spectrum Viewer". | ||
|
||
To try out the spectrum viewer, you find a basic example workflow to follow within `quick start <https://mantidproject.github.io/mantidimaging/user_guide/quick_start.html>`_ | ||
|
||
.. image:: ../../_static/spectrum_viewer.png | ||
:alt: Spectrum Viewer | ||
:width: 90% | ||
|
||
Above you can see that the spectrum viewer consists of a left hand side panel and a right hand side panel. | ||
The left hand side panel contains the ROI selection tools and the right hand side panel contains the spectrum plot. | ||
|
||
Similar to the image view `image_view <https://mantidproject.github.io/mantidimaging/user_guide/gui/image_view.html>`_, the spectrum viewer has a histogram view to the right of the sample image to control the number of pixels for each intensity value. | ||
To read more about the histogram view see `image_view <https://mantidproject.github.io/mantidimaging/user_guide/gui/image_view.html>`_ . | ||
|
||
Below the sample image is the spectrum line plot, which shows the intensity of each ROI as a function of the TOF value. | ||
You can select the TOF range to be displayed by clicking and dragging the mouse over the vertical bars on the left and right of the plot. | ||
|
||
ROIs | ||
---------- | ||
Using the ROI selection tools, you can add, rename and remove many ROIs to the spectrum viewer and view the spectrum of each ROI. | ||
When you are happy with the ROIs you have created and positioned over the sample image, you can export the spectrum of each ROI and its respective coordinates to a separate csv file using the "Export spectrum" button. | ||
|
||
|
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