-
Notifications
You must be signed in to change notification settings - Fork 28
List Mode Data Format
The list mode data format is at minimum 4 words per channel. Options in the Channel CSRA allow the user to output more information on the signal as well as traces. The format of the list mode data is firmware dependent, make sure that you have the proper data format for your specific firmware.
#Firmware Released on 02/02/2016
##Firmware Files This firmware is only compatible with the 12-bit 250 MS/s modules.
- System FPGA File : syspixie16_revfvandle_adc250mhz_r34301.bin
- Signal Processing FPGA File : fippixie16_revfvandle_12b250m_r34302.bin
-
DSP Code Files :
- Pixie16DSP_revfvandle_12b250m_r34300.ldr
- Pixie16DSP_revfvandle_12b250m_r34300.var
- Pixie16DSP_revfvandle_12b250m_r34300.lst

The header can contain between 4 and 18 words depending on the choices made in the Channel CSRA. At minimum the header will contain the following four words.

These header words will follow the first four in order of energy sums/baseline, QDC sums and external timestamps. These header words are controlled from the Channel CSRA by enabling the appropriate bits.
Controlled via Channel CSRA bit 12.
Note : The baseline is stored in an IEEE standard number
format. It can be converted to decimal using IEEEFloating2Decimal(unsigned int IEEEFloatingNumber).

Controlled via Channel CSRA bit 9.

Controlled via Channel CSRA bit 21.

Traces immediately follow the last word in the header. The ADC values are 12-bit; so, two values are stored into a single 32-bit word.

Pixie Acquisition and Analysis Software Suite
- Home
- Quick Start
- FAQ
- Installation
- Configuration
- Acquisition
- Analysis
- Troubleshooting
- Developers
- How To