Open MichaelElmore1 opened 10 months ago
Another thing to check would be the KromekSerialRemoteIsotopeConfirmationStatusReport. There are some fields with the types KromekSerialNuclideIdType and KromekSerialNuclideIdCategory. It would be good to make sure these print out proper and human-readable text.
Currently, nuclideData is stored as an array of bytes. The data is described as "an array of nuclide data, format: KromekSerialNuclideIdType, KromekSerialNuclideIdCategory, Confidence Indication." KromekSerialNuclideIdType and KromekSerialNuclideIdCategory are both enums.
During development, I did not have access to a radiation source, and without one, this data is always empty. When we have the D5 and a radiation source together, let's update this to parse the data correctly.