wxMCA Software Package Reference

wxMCA Package

Introduction

Capabilities MCA-1000

Capabilities MCA-2000

Capabilities MCA-3000

Capabilities eMorpho

Neutron-3000

User's Manual MCA-1000 (pdf)

User's Manual MCA-2000 (pdf)

User's Manual MCA-3000 (pdf)

User's Manual eMorpho (pdf)

Components

Installation

MCA Data Server

Serial Interface

Simulator

Configuration

Code Examples

Introduction

The MCA-2K devices have quite some extraordinary capabilities. Besides automatic gain stabilization, they can measure samples and background, compute alarms and even alarm on a passing radioactive source.

Devices in this family include the PMT-2000 for vacuum photomultiplier tubes (PMT) and the SiPM-2000 for use with SiPM-arrays.

MCA-2K Capabilities
Capability Description
Analog In case of the SiPM-2000, the input of the MCA-2K is DC-coupled to the SiPM-anode. For the PMT-2000 with a positive high voltage unit, signals are AC coupled.
There are four electronic gain settings plus a 16-bit digital gainfor precise gain adjustment. Input pulses are processed by a fast amplifier and are digitized with a 12-bit ADC.
Gain stabilization The MCA-2K uses either built-in or user-programmable look up tables vs temperature to adjust the operating voltage as a function of temperature.
Unlike SiPM, vacuum PMT suffer from a slow gain drift over time, depending very much on the average anode current. Hence, the PMT-2000 can perform gain stabilization using the average energy deposited by a built-in pulsed LED.
Histogram size
Two banks:
2K × 32-bit; or One bank
4K × 32-bit
The MCA histogram memory is about 16KB. There are two banks, one for sample counting and one for background counting. Both include 16 entries for statistical data and a 1024 by 32-bit histogram. There is a histo_4k mode in which the two banks are combined into one large bank, providing a 4K × 32-bit histogram.
Counter and histogram The MCA-2K can count pulses and acquire histograms in either of two active banks, one for samples to be measured and one for storing a background measurement. The device reports count rates and statistical 2-σ errors. Users can choose to see total counts or counts restricted to one region of interest.
Net Counter The MCA-2K reports the difference between sample and background count rate, in a chosen region of interest, together with the combined statistical 2-σ errors.
Analysis The MCA-2K reports the probability that the measured sample count rate is compatible with the background count rate. It also reports the effect of the statistical errors on the alarm computation.
List mode The MCA-2K provides a two-bank list mode operation for loss-less data acquisition. It records 12-bit energies and 20-bit time stamps with user-selectable time resolution from 43ns to 1.37ms
Pulse shape discrimination The MCA-2K implements a 1-layer neural network (percerptron) for for use in phoswiches and neutron detectors.
Dynamic alarming The MCA-2K can analyze and report count rates in time slices of 50ms, ie at a rate of 20/s. The device automatically tracks slowly changing backgrounds and will alarm on a passing source. Its digital output can be used to drive an audio or visual alarm.
Summation weights The perceptron of the MCA-2K can be used to apply summation weights to individual ADC samples when computing the pulse energy. In some scintillators, such as SrI2(Eu) , this can improve the energy resolution signficantly.
Loss-less counting The MCA-2K implements a read-and-clear command, in which the microcontroller clears the counters right after copying data to the output buffer – for near loss-less reading of count rates.
Trigger out The PMT-2000 and some versions of the SiPM-2000 have a trigger output with a line driver. The output pulse width can be programmed from 1µs to infinity.
Communication The MCA-2K implements a USB-2.0 compatible USB 1.2 interface.
The MCA-2K implements a serial interface with a default speed of 115200 baud – and support RS485 for long distance communication (~500m).
Security Software deployed on the MCA-2K can not be read back.
Gain-stabilization parameters and lookup tables can be protected by the developer against read back by programming a lock bit.

Gain stabilization

The MCA-2K can use a 20-point lookup table that describes the desired operating voltage vs temperature behavior. The embedded processor applies this to counteract the gain vs temperature gain drift. Typically, the lookup table starts at lut_tmin=-30°C and increments in lut_dt=5°C steps up to 65°C. However, the developer can configure that to meet their requirements. And the developer can program lookup tables of their own choice into the non-volatile memory of the MCA-2K. If they wish, the developer can protect the lookup tables against read back.

Count rate measurements

The MCA-2K provides independent count rate and histogram measurement in two banks, and this is supported by different operating modes. Count rates can be reported as a histogram total, or be restricted to events falling into a programmable region of interest.

When used in read_and_clear mode, the user reads the sample histogram bank frequently and the bank is cleared at the end of each read. The client simply issues a sequence of read commands.

When used in two-bank mode, the banks switch between being active and inactive. A read is directed towards the inactive bank, and that bank is cleared at the end of the read. The user then switches the active and inactive banks at the desired time. While there is still loss due to data reading, any loss due to latency of the operating system is avoided.

In addition, there is built-in software to compare a sample count rate against the background count rate and compute the statistical probability that the sample counts are caused by the same activity as the established background rate. The developer can set an alarm threshold and let the trigger output of the MCA-2K indicate an alarm when the sample is decidedly more radioactive than the background.

Time-slice operation

There are dynamic situations, where a radioactive source can be measured only for a brief moment. Examples are a vehicle passing through a radiation portal monitor, or a person with a backpack detector walking past a stationary source.

The time-slice operation supports these cases. The built-in software tracks slow changes in the environmental background. An alarm is created when during a summation time (L) of typically 4 seconds, the accumulated counts are significantly more than what is expected from the background. The alarm threshold is defined as the probability that the measured counts (N) during a period L, could have been caused by the established background rate over the same period (B).A threshold of 1.0e-4 means that we alarm when P(Counts ≥ N|BCK) < 1.0e-4.

For example, assume a summation time of 4 seconds and a background rate of 500cps for BCK=2000. Now assume that we count 2224 events in a particular 4s-period. The probability of the established background to cause 2224 counts or more in 4s is P(Counts ≥ 2224|BCK=2000) = 2.86e-7. This smaller than the alarm threshold of 1.0e-4, and the embedded program will generate an alarm.

If the alarm condition is permanent, the software resets all the logic after a period of H time slices and starts counting again. It now will accept the suddenly higher level of radioactivity as the new normal background.

Finally, a 'wait' parameter tells the system to wait a number of time slices after turn-on or reset before being ready to alarm. This is necessary so that the background will be known with sufficient accuracy.

All told, the time-slice firmware provides an unprecedented, and highly configurable, and fully autonomous alarming system for portal monitors. This is ideal for very low-cost mass-produced pedestrian monitors, hand-held sweepers and similar applications.