Scripts to convert outputs from Pixie-4 GUI to ROOT format
$ git clone https://github.com/physusd/pixie-4.git
- Create Igor text file from the Pixie-4 MCA Spectrum GUI:
- scp the Igor text file, say spectra.itx, from the Windows PC to a Linux machine with ROOT installed.
- run the script to convert the Igor text file to ROOT format:
$ ./itx.sh spectra.itx # convert spectra.itx to spectra.root
$ root spectra.root # open spectra.root
ROOT[] .ls // list histograms saved in mca.root
ROOT[] h2->Draw() // draw spectrum from channel 2