OMG same as Classification of radioxenon spectra with deep learning algorithm

main
jebba 2022-01-22 23:24:59 -07:00
parent fe605662c7
commit aa5a36d8fb
1 changed files with 18 additions and 1 deletions

View File

@ -34,13 +34,30 @@ HOWTO USE.
Alpha software under development.
## Hardware
# Hardware
* SciAps LIBS Analyzer
* SciAps XRF Analyzer
# Notes
Can use lots from `wut`.
* https://spacecruft.org/spacecruft/satnogs-wut/src/branch/master/wut-worker-mas.py#L67-L79
Amazingly (to me), the paper
*Classification of radioxenon spectra with deep learning algorithm*
(2021) by Azimi, et al. uses nearly the identical CNN `Sequence()` as
`wut` uses, indicating it may be a very good base to start from (!!!).
Will likely work best with binary categorizations. E.g. like this:
Is it element A or not element A?
Is it element B or not element B?
Is it element C or not element C?
Not "is it element A, B, or C?"
# Unofficial
Unofficial, unaffiliated with SciAps.