You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/releases/index.md
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## v1.0.4 (July 21, 2019)
2
2
This release primarily improves the interactivity with the spectrum.
3
-
Download Windows, Linux, and macOS binaries from: https://github.com/sandialabs/InterSpec/releases/tag/v1.0.4
3
+
Download Windows, Linux, and macOS binaries from: [https://github.com/sandialabs/InterSpec/releases/tag/v1.0.4](https://github.com/sandialabs/InterSpec/releases/tag/v1.0.4)
4
4
5
5
* Bug fixes:
6
6
* InterSpec would not start for Windows users with some non-English characters (ex, an umlaut) in their user names. Paths with these letters also affected the file query tool, or if the open file menu item was used to open spectrum file.
* This new charting mechanism will make it easier to implement richer, more interactive features in the future.
13
13
* On touch-devices, some touch interactions are working, but there is no timeline for when the rest will be implemented, so for now phone and tablet versions of the app will use the old charting mechanism
14
14
* There are significant additional performance improvements and user experience improvements possible, but there is no timeline for this work
15
-
* Added some example problems and solutions available at https://sandialabs.github.io/InterSpec/tutorials/
15
+
* Added some example problems and solutions available at [https://sandialabs.github.io/InterSpec/tutorials/](https://sandialabs.github.io/InterSpec/tutorials/)
16
16
* Added a few new file formats (TKA, MultiAct), and some new N42 format variants
17
17
* A number of smaller bug fixes and improvements
18
18
19
19
### Interactions with the spectra:
20
20
All these videos are also available within `InterSpec` by going to the **Help**→**Welcome...** menu item, and then selecting the **Controls** tab.
21
21
22
-
*
22
+
* Zoom In and Zoom Out
23
+

23
24
* Left-click and drag to the right to zoom in, and left-click and drag to the left to zoom out (same as before).
24
25
* Or use the energy slider chart (see below)
25
26
26
-
*
27
+
* Drag The Spectrum Left and Right
28
+

27
29
* Use the right mouse button to grab and drag the spectrum left and right.
28
30
* You can also use the vertical scroll-wheel (if your mouse or trackpad supports this) to move the chart left and right.
29
31
* You can also "grab" the x-axis using the left mouse button to drag it left and right.
30
32
* Or use the energy slider chart (see below)
31
33
32
-
*
34
+
*_**New**_ Energy Slider Chart:
35
+

33
36
* Select the **View**→**Chart Options**→**Show Energy Slider** menu item to enable the slider chart. Whether this chart is shown or not is remembered by `InterSpec` in future sessions.
* Select the **View**→**Chart Options**→**Show Y-Axis Scalers** menu option to enable the scalers on the right side of the chart. Scalers are only shown for the background and secondary spectra, and only when they are plotted (eg, if you are only displaying a foreground spectrum, no sliders will be shown). The **Spectrum Files** tab has a button to re-Live-Time normalize the spectra (which `InterSpec` does by default) if you wish. Whether these scalers are shown or not is remembered by `InterSpec` in future sessions.
37
41
38
-
*
42
+
*_**New**_ Graphically Adjust Peak Fit Range
43
+

39
44
* Move your mouse to within 10 pixels of the edge of a ROI, and the cursor will change indicating you can left-click and drag the ROI edge to where you would like. Your mouse must also be approximately within the Y-axis range of the peak as well (this is so when you have HPGe spectra with many peaks, you wont accidentally grab a ROI edge when zooming in and out).
40
45
* Dragging one side of a ROI past the other side of a ROI will delete the ROI.
46
+
* You can also adjust the ROI range (and everything else about the peak) using the **Peak Editor** that can be gotten to by right-clicking on a peak
41
47
42
-
*
48
+
* Fitting for Peaks
49
+

43
50
* Same as before. The easiest way to fit a peak is to just double click in the vicinity of the peak region. If you want to add another peak nearby, just double click again. You can also right-click on a peak and select to add a peak in the same region of interest (ROI).
44
51
45
-
*
52
+
* Fit for Multiple Peaks in a ROI at Once
53
+

46
54
* <kbd>CTRL</kbd> + Left-Click-and-Drag. When you release the mouse a menu will pop up and allow you to select how many peaks you would like in the ROI.
47
55
48
-
*
56
+
*_**New**_ Adjust Axis Ranges by Dragging On Axis
57
+

49
58
* You can change the axis ranges by clicking and dragging the ticks.
50
59
* The y-axis also responds to the mouse wheel, which lets you adjust the padding both on the top, and the bottom of the y-axis
51
60
52
-
*
61
+
*_**Improved**_ Graphical Energy Calibration
62
+

* If you do this twice in a row, like first on a low energy peak, then a high energy peak (or vice versa), the dialog that pops up will have an option that will make it so both of your calibrations points will be preserved by adjusting both the gain and offset.
0 commit comments