Adding Support for ISOMED Spectrwn File formate #524
Replies: 1 comment 6 replies
-
Oh god, not yet another entirely differently formatted CSV file. I won't support that, I'm sorry. CSV files are a nightmare to work on since you have to literally reverse-engineer the exact format that is used by the way it looks in order to tell where to get what kind of data. And every manufacturer, of course, uses their own custom formatting. Is there any other way to export the data? TKA files maybe? Or anything like a cleartext document with a different file extension so that it's more unique? Have you looked into this spectroscopic file conversion tool? Maybe that's one solution: https://github.com/sandialabs/cambio/ What I can offer you is to write a quick tool to convert this kind of CSV to something like XML or JSON which can be handled much more gracefully and both import into the app. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I wanted to ask if it would be possible to add support for the File formate one can get out of a Nuvia ISOMED Device, like the ISOMED 2100 Bohlochmessplatz or ISOMED 2163 Inkorporationsmessplatz.
They can export it as a binary .spe file but also as a Text/CSV file, in those file everything from the Name, Note, Time to The Spectrum and Background is in there. I have attached the files of 3 different Cobalt and on Cesium source here:
CO-57_nr1.csv
CO-57_nr2.csv
CO-57_nr3.csv
CS-137_nr1.csv
Spectren.zip
As a side note, I have tried to enter the Calibration values manually, but since in your interface one needs to enter BIN and KeV but I have a Calibration factor (C2) and an Offset (C1) I was not that successful.
If there is a problem that the files are in German, here is a rough translation of the Fields:
Beta Was this translation helpful? Give feedback.
All reactions