-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.txt
executable file
·39 lines (34 loc) · 2.87 KB
/
metadata.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[general]
name=Spectre Viewer
qgisMinimumVersion=3.0
description=View spectra stored in a geodataset.
version=1.35
author=Morten Sickel
email=morten@sickel.net
about=The plugin is for plotting georeferenced spectral data, e.g. from carborne or aerial gamma surveys. The spectre must be stored in an array, either as a postgres array datafield or as a comma separated string with an integer for each channel. In the plugin, select the the data set and in which field the spectra are stored. When features in the dataset are selected, the integrated spectra over these features will be displayed. Click in spectra to read values. Use arrow keys to move, esc to remove the reader line. Spectre values can be copied and pasted as a comma separated string of integers. The spectra can be saved as an image.
<b>Peak detection</b>
The plugin will detect peaks in the spectrum. A linear calibration can be set up from channel numbers to energy. The peaks will be listed and each peak can be assigned a value calculate a new calibration. Check "use" to apply the calculated calibration. If a peak corresponds to a known nuclide, the nuclide will be indicated. (The nuclide information is stored in gammas.yml in the plugin directory, any updates to this file will be overwritten when the plugin is updated)
<b>Other plugins</b>
There are three other plugins that are made to be used together with this plugin:
* Spectral data loader: Reads in .spe files or an ascii file exported from RSI software and stores the data in a suitable format for the spectre viewer. It should not be too hard to extend this for other text based spectral formats. Contact the author if that should be needed.
* Stripchartdrawer: Draws a strip chart of one of the numeric values from a data set. Makes it possible to select e.g. points with high dose rates
* Altitudeconverter: To estimate the parameters to calculate ground bases values from airborne gamma surveys.
tracker=https://github.com/sickel/qgisSpectre/issues
repository=https://github.com/sickel/qgisSpectre
# End of mandatory metadata
Recommended items: Stripchartdrawer, spectral data loader,Altitudeconverter
hasProcessingProvider=no
changelog=
* V1.35 Can handle floating point counts
* V1.3 New code for saving image. Error handling of invalid calibration data
* V1.21 Updated metafile, better description of the plugin, some UI and error handling clean up
* V1.2 Can calculate linear calibration. User selectable accuracy for detection
* V1.1 various clean up, indicates nuclides for detected peaks. Updated UI, peak detection, paste spectra
# Tags are comma separated with spaces allowed
tags=gamma monitoring,radiation,Spectrometry
homepage=https://github.com/sickel/qgisSpectre
category=Vector
icon=icon.png
experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False