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 f=@spectrum.chn -F outfmt=raw https://www.spectcon.com/ -o spectrum.txt
To do the same, but with license key "123":
curl -F f=@spectrum.chn -F outfmt=raw -F key=123 https://www.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 f=@spectrum.chn -F outfmt=plot_png -F key=123 https://www.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 1 second enforced delay for 1 US dollar.
Use the PayPal button below to get a license key.
Want zero delay? Use this option, a 50 US cent weekly subscription fee without any enforced delay.
Use the PayPal button below to get a license key.
This application was developed by Jansson Consulting.