On-line application that converts gamma-ray energy spectra into various formats. As simple as 1-2-3. You can also get a simple plot of the spectrum. Currently accepted input formats, with more to come:
You can also call this conversion utility from the command line. For example, using curl to convert the Ortec CHN spectrum in the file spectrum.chn to a raw text format and save it in file spectrum.txt:
curl -F [email protected] -F outfmt=raw https://app.spectcon.com/ -o spectrum.txt
To do the same, but with license key "123":
curl -F [email protected] -F outfmt=raw -F key=123 https://app.spectcon.com/ -o spectrum.txt
To do the same, but with license key "123" and output to a PNG plot of the spectrum:
curl -F [email protected] -F outfmt=plot_png -F key=123 https://app.spectcon.com/ -o spectrum.png
Available output formats:
Free mode is free. A delay of one minute is enforced during the spectrum conversion process.
Use the site for a month with only 10 seconds enforced delay for 1 US dollar. The license key will be sent to the email address supplied in the payment process.
Use card:
Use cryptocurrency:
1 $
Want zero delay? Use the site for a month without any enforced delay for 10 US dollars. The license key will be sent to the email address supplied in the payment process.
Use card:
Use cryptocurrency:
10 $
This site was developed by Jansson Consulting.