A W thesis

From New IAC Wiki
Jump to navigation Jump to search

Introduction

Methods of determining atomic concentration in Material

Neutron Activation Analysis (NAA)

Neutron activation analysis (NAA) is a high-sensitivity and non-destructive multi-elemental analytical technique used for analysis of major, minor, and trace elements in samples. NAA is significantly different from other spectroscopic analytical techniques in that it is based on nuclear transitions rather than electronic transitions. The basic essentials to carry out an analysis of samples by NAA are a source of neutrons to bombard the sample, instruments suitable for detecting gamma rays, and knowledge of the reactions that occur when neutrons interact with target nuclei.

The sequence of events taking place during the most common type of nuclear reaction for NAA, namely neutron capture, is illustrated in the figure. (make figure) Upon irradiation, a neuron interacts with the target nucleus via a non-elastic collision. A compound nucleus forms in an excited and usually unstable state. This unfavourable state will almost instantaneously de-excite into a more stable configuration by emitting one or more characteristic prompt gamma rays. In most cases, this new and stable configuration yields a radioactive nucleus. The newly formed radioactive nucleus now decays by the emission of one of more characteristic delayed gamma rays. This decay process is at a much slower rate according to unique half-life of the radioactive nucleus. Measurement, in principle, falls into two categories: (1) prompt gamma-ray neutron activation analysis (PGNAA), where measurements are taken during the irradiation of a sample, or (2) the more common delayed gamma-ray neutron activation analysis (DGNAA), where measurements follow radioactive decay.

A range of different neutron sources can be used for NAA. These include reactors, accelerators, fusors, and radioisotopic neutron emitters. Since they have high fluxes of neutrons from uranium fission, nuclear reactors offer the highest available sensitivities for most elements.

There are several types of detectors and configurations employed in NAA. Most are designed to detect the emitted gamma radiation. The instrumentation most commonly used consists of scintillation type or semiconductor type detector(s), associated electronics, and a computer-based, multi-channel analyser. Scintillation type detectors use a radiation-sensitive crystal, usually thallium-doped sodium iodide (NaI(Tl)). Hyperpure or intrinsic germanium (HpGe) detectors that operate at liquid nitrogen temperatures (77 degrees K) are the semiconductor type most commonly operated for NAA.

There are a few drawbacks to the use of NAA. Even though the technique is non-destructive, the irradiated sample will remain radioactive for great lengths of time depending on the half-lives, requiring handling and disposal protocols. Also, not all labs have convenient access to a suitable reactor for a neutron source to irradiate a sample. As with any other analytical method, NAA is also not universal. For instance, the determination of low-Z elements, such as C, N, O, F, or several other elements such as Mg, Si, Ca, Ti, Ni, Sr, Y, Zr, Nb, Sn, and Tl, is not sufficiently sensitive or impossible.

Inductively coupled plasma mass spectrometry(ICP-MS)

Inductively coupled plasma atomic emission spectroscopy(ICP-OES)

Atomic Absorption Spectrometry (multi-element AAS)

Particle-induced X-ray Emission (PIXE)

Another method, uses X-ray from a synchrotron light source and look at the de-excitation of atomic electrons to measure the atomic number. Reports are that they can measure pico-gram quantities.

table of detection limits -vs- Method

Coincidence Counting Setup

A_W_CAA_apparatus

Y-88 CAA

Run6980_Y88

Run7023_Y88

Run7108_Y88

Run7161_Y88

Run7204_Y88

Run7236_Y88



Run7023 Y88 scaled.png Run7023 OverlayCoin Cuts.png

Run7023 OverlayCoin Cuts log.png

Using our Y-88 source, our set-up allows us to perform runs with the detectors in coincidence (AND mode) or singles (OR mode). The figure on the left shows the HpGe detector's coincidence events (red) that occurred within a 200 ns timing window. This graph has been overlaid with the same detector’s single events (blue). We can see that by having the detectors in coincidence, the noise is reduced and several peaks, which do not have multiple photons in coincidence, are removed.

The coincidence run does not show the two energy peaks associated with Y-88 decay alone. Even though we require coincidence for the system to trigger, there is still noise. These peaks could be Compton events contaminating the coincidence and accidentals. Photons can loss a portion of their energy traveling to the detector. They do not necessarily have to deposit all of their energy into the detector either. The photon can Compton scatter out. It is not possible to tell the difference between a photon that deposited all of its energy from a scattered photon, since the speed of light is so fast and the resolution of the detector so poor. The photons can, however, be distinguished if an energy cut is applied. In order to remove the Compton events and the accidentals, we can require the photon energy to be completely deposited into the detector. This can be achieved by placing an energy cut on the NaI detector around the high energy Y-88 peak. This will remove other unwanted photon energies. The graph on the right is an overlay of the coincidence signal before (blue) and after (red) an energy cut is applied to the companion detector (NaI detector). The noise seen at low energies is greatly reduced after including the cut and improved the signal.



Background subtraction

Do the fit:

get parameters for line

Then fill 1 histogram with line

Then subtract


TH1F *coin1=new TH1F("coin1","coin1",30,1800,1860);

ntuple->Draw("ADC7*0.604963-49.7001 >>coin1")

TH1F *lin1=new TH1F("lin1","line1",30,1800,1860);

for(int i=1800;i<1861;i++){
lin1->Fill(i,-2028+1.12*i)
}

TH1F *sub1=new TH1F("sub1","sub1",30,1800,1860);

sub1->Add(coin1,1);
sub1->Add(lin1,-1);

sub1->Draw();


A pdf of the Mathematica notebook used to calculate background area, gaussian area, and plot signal/noise vs. activity.

File:AW Background Noise custom4.pdf

All the ROOT fit parameters used to find the background and the resulting peaks.

File:Y-88 Fit Log Scaled&Cut.pdf

Integrating the gaussian of the HpGe detector signal.

File:AW Gaussian Integral2.pdf



[math] f(x)=A \textstyle \int_{\mu-2\sigma}^{\mu+2\sigma} e^{-\frac{1}{2}\left(\frac{x-\mu}{\sigma}\right)^2} \operatorname{d}\!x +B x +C[/math]

898 keV Signal Table

[math]\sigma_Cut[/math]

[math]T_{1/2}[/math] Trig Signal BackG Subtracted Fit Parameters Signal Area Noise Area SNR
0.44 coin Run6980 898 raw.png Run6980 898 sub.png [math]\mu=[/math] 895.744 +/- 5.774e-4 [math]\sigma=[/math] 0.8189 +/- 0.0034 A= 0.0097 +/- 0.0013 B= 4.891e-9 +/- 6.707e-9 C= 2.543e-5 +/- 1.053e-4 0.0217 +/- 6.383e-4 4.643e-4 +/- 5.804e-5 46.678 +/- 0.0124
0.98 sing Run7022 898 raw.png Run7022 898 sub.png [math]\mu=[/math] 897.255 +/- 0.0047 [math]\sigma=[/math] 0.7277 +/- 0.0280 A=0.7027 +/- 0.0129 B= 8.448e-4+/- 4.457e-5 C=-0.7355 +/- 0.0408 1.2938 +/- 0.0381 0.3123 +/- 0.0390 4.143 +/- 0.6977
coin Run7023 898 raw1.png Run7023 898 sub1.png [math]\mu=[/math] 896.818 +/- 0.0075 [math]\sigma=[/math] 0.9856 +/- 0.0276 A= 0.0020 +/- 2.036e-5 B= 1.263e-8 +/- 7.797e-10 C= 1.095e-5 +/- 5.103e-7 0.0049 +/- 1.446e-4 9.518e-5 +/- 1.190e-5 51.591 +/- 0.0036
1.46 sing Run7107 898 raw.png Run7107 898 sub.png [math]\mu=[/math] 897.663 +/- 0.00987 [math]\sigma=[/math] 0.8348 +/- 0.0580 A=0.3925 +/- 0.1107 B=-2.696e-4 +/- 2.725e-7 C= 0.2633 +/- 1.939e-4 1.075 +/- 0.0316 0.0777 +/- 0.0097 13.827 +/- 0.3763
coin Run7108 898 raw.png Run7108 898 sub.png [math]\mu=[/math] 897.780 +/- 0.0025 [math]\sigma=[/math] 0.9737 +/- 0.0186 A= 1.679e-3 +/- 5.996e-7 B= 1.217e-8 +/- 7.211e-11 C= 1.098e-5 +/- 2.962e-8 3.987e-3 +/- 1.174e-4 8.732e-5 +/- 1.092e-5 45.661 +/- 0.0030
2.12 sing Run7203 898 raw.png Run7203 898 sub.png [math]\mu=[/math] 894.701 +/- 0.0127 [math]\sigma=[/math] 0.6371 +/- 0.0569 A=0.3740 +/- 6.200e-5 B= 8.285e-5+/- 4.503e-8 C=-0.0482+/- 5.103e-7 0.6212 +/- 0.0183 0.0723 +/- 0.0090 8.588 +/- 0.3858
coin Run7204 898 raw.png Run7204 898 sub.png [math]\mu=[/math] 890.896 +/- 0.0144 [math]\sigma=[/math] 1.137 +/- 0.0056 A= 7.293e-4 +/- 8.083e-9 B= 8.441e-7 +/- 6.284e-11 C= -7.342e-4 +/- 2.106e-7 0.00199 +/- 5.872e-5 8.296e-5 +/- 1.037e-5 24.032 +/- 0.0015
2.27 sing Run7235 898 raw.png Run7235 898 sub.png [math]\mu=[/math] 903.478 +/- 0.0064 [math]\sigma=[/math] 0.7119 +/- 0.0877 A=0.2041 +/- 0.1536 B= -7.248e-4+/- 9.968e-7 C= 6.816e-1 +/- 8.138e-4 0.6843 +/- 0.0202 0.0912 +/- 0.0114 7.501 +/- 0.1992
coin Run7236 898 raw.png Run7236 898 sub.png [math]\mu=[/math] 905.932 +/- 0.0050 [math]\sigma=[/math] 0.8066 +/- 0.0236 A= 5.888e-4 +/- 2.063e-7 B= 1.238e-6 +/- 4.497e-10 C= -1.106e-3 +/- 4.701e-7 1.170e-3 +/- 3.446e-5 5.310e-5 +/- 6.638e-6 22.033 +/- 8.137e-4


[math]\sigma_Fit[/math]

[math]T_{1/2}[/math] Trig Fit Parameters Signal Area Noise Area SNR
0.98 sing [math]\mu=[/math] 897.260 +/- 0.0047 [math]\sigma=[/math] 0.7074 +/- 0.0280 A=0.725 +/- 0.0129 B= 8.448e-4+/- 4.457e-5 C=-0.7355 +/- 0.0408 0.9938 +/- 0.0054 0.3039 +/- 0.0380 3.270 +/- 0.0243
coin [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-
2.27 sing [math]\mu=[/math] 903.482 +/- 0.0064 [math]\sigma=[/math] 0.6595 +/- 0.0877 A= 0.3199 +/- 0.0156 B= -7.248e-4+/- 9.968e-7 C= 6.816e-1 +/- 8.138e-4 0.5146 +/- 0.0073 0.0852 +/- 0.0107 6.037 +/- 0.0082
coin [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-



Signal, Noise, and Signal to Noise Ratio plots for 898 keV singles runs.

SNR 898 singles plot.png Ratio 898 singles plot.png

Signal, Noise, and Signal to Noise Ratio plots for 898 keV coincidence runs.

SNR 898 coin plot.png Ratio 898 coin plot.png

1836.1 keV Signal Table

[math]T_{1/2}[/math] Trig Signal BackG Subtracted Fit Parameters Signal Area Noise Area SNR
0.44 coin Run6980 1836 raw.png Run6980 1836 sub.png [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-
0.98 sing Run7022 1836 raw1.png Run7022 1836 sub.png [math]\mu=[/math] 1837.7 +/- 0.02 [math]\sigma=[/math] 1.126 +/- 0.0264 A=0.3115 +/- 9.318e-6 B=3.759e-5 +/- 2.793e-7 C=-6.575e-2 +/- 5.102e-4 0.8590 +/- 0.0253 0.0200 +/- 0.0025 42.920 +/- 0.6349
coin Run7023 1836 raw.png Run7023 1836 sub.png [math]\mu=[/math] 1835.86 +/- 0.01 [math]\sigma=[/math] 1.406 +/- 0.0201 A= 0.0018 +/- 2.541e-7 B= 4.930e-9 +/- 5.263e-11 C= 8.945e-6 +/- 8.814e-8 0.0063 +/- 1.853e-4 1.037e-4 +/- 1.297e-5 60.662 +/- 0.0047
1.46 sing Run7107 1836 raw.png Run7107 1836 sub.png [math]\mu=[/math]1838.65 +/- 0.0436 [math]\sigma=[/math] 1.117 +/- 0.0569 A=0.1757 +/- 3.782e-5 B=2.046e-4 +/- 1.5e-9 C=-3.713e-1 +/- 4.940e-5 0.4933 +/- 0.0145 0.0234 +/- 0.0029 21.115 +/- 0.3456
coin Run7108 1836 raw.png Run7108 1836 sub.png [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-
2.12 sing Run7203 1836 raw.png Run7203 1836 sub.png [math]\mu=[/math] 1831.333 +/- 0.2887 [math]\sigma=[/math] 0.5219 +/- 0.0555 A= 0.1601+/- 1.321e-4 B=-1.429e-6 +/- 1.565e-10 C=2.260e-2 +/- 5.944e-7 0.2214 +/- 0.0065 0.0462 +/- 0.0058 4.796 +/- 0.1192
coin Run7204 1836 raw.png Run7204 1836 sub.png [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-
2.27 sing Run7235 1836 raw.png Run7235 1836 sub.png [math]\mu=[/math] 1850.08 +/- 0.0361 [math]\sigma=[/math] 1.238 +/- 0.1486 A=0.0741 +/- 3.058e-4 B=4.389e-4 +/- 5.774e-10 C=-8.040e-1 +/- 1.270e-4 0.2471+/- 0.0073 0.0451 +/- 0.0056 5.478 +/- 0.1354
coin Run7236 1836 raw.png Run7236 1836 sub.png [math]\mu=[/math] +/- [math]\sigma=[/math] +/- A= +/- B= +/- C= +/- +/- +/- +/-

898 keV Integral Table

Days [math]T_{1/2}[/math] Trig Integral
47 0.44 coin 0.0214 +/- 1.535e-4
105 0.98 sing 1.364 +/- 0.0457
coin 0.0052 +/- 9.117e-5
156 1.46 sing 0.8697+/- 0.0159
coin 0.0042 +/- 1.103e-4
226 2.12 sing 0.6069 +/- 0.0184
coin 0.0021 +/- 4.305e-5
242 2.27 sing 0.5880 +/- 0.0186
coin 0.0014 +/- 8.033e-5

Integral vs Time for singles:

Use the p-values from the regression analysis to decide which fit is better.  The smaller the p-value the better the fit.

Y-88 HalfLife ln.pngHalfLife Fit.png

Green Line:y=-0.00608611*t+0.894293 Half-life:164.3 +/- 19.9 days

Black Line: y=-0.00580161*t+0.814962 Half-life: 172.4 +/- 8.34 days

Y-88 HalfLife xmgrace.png y=-0.0060861*t+0.89429


Integral vs Time for coincidence:

Y-88 HalfLife ln coin.pngHalfLife Fit coin.png

Green Line: y=-0.00926265*t-4.17913 Half-life:107.96 +/- 20.3 days

Black Line: y=-0.00788375*t-4.36373 Half-life: 126.84 +/- 3.41 days

1836.1 keV Integral Table

Days [math]T_{1/2}[/math] Trig Integral
47 0.44 coin +/-
105 0.98 sing 0.8414 +/- 0.00897
coin 0.0062 +/- 6.463e-5
156 1.46 sing 0.5015 +/- 0.0024
coin +/-
226 2.12 sing 0.1934 +/- 0.0115
coin +/-
242 2.27 sing 0.2449 +/- 0.0084
coin +/-

Y-88 HalfLife 1836 singles.pngHalfLife Fit 1836 singles.png

Green Line: y=-0.0102535*t+0.890494 Half-life:97.53 +/- 18.1 days

Black Line: y=-0.00989653*t+0.85652 Half-life: 101.05 +/- 1.93 days

Efficiency on 2/28/2014

Run Source Energy Expected rate (Hz) HpGe Det B Rate (ADC 7) (Hz) HpGe Eff (%)
7027 Na-22 511 1589.218 +/- 1.842 17.545 +/- 0.4560 1.104
7025 Cs-137 661.657 2548.022 +/- 2.222 25.622+/- 0.3286 1.006
7029 Mn-54 834.848 41.405 +/- 0.0426 0.2911 +/- 0.1667 0.703
7026 Co-60 1173.228 1876.619 +/- 0.2687 11.062 +/- 0.1215 0.589
7027 Na-22 1274.537 888.264 +/- 1.029 4.685 +/- 0.0825 0.527
7026 Co-60 1332.492 1878.167 +/- 0.2690 9.616 +/- 0.1181 0.512

HpGeEffPlot 2 28.png

Efficiency on 7/11/2014

Run Source Energy Expected rate (Hz) HpGe Det B Rate (ADC 7) (Hz) HpGe Eff (%)
7027 Na-22 511
7025 Cs-137 661.657
7029 Mn-54 834.848 4029.470 +/- 0.0121
7026 Co-60 1173.228
7027 Na-22 1274.537
7026 Co-60 1332.492

Ba-133 CAA

BO-08-22-13


Useful commands

Converting CODA data file to ROOT

make sure the CODA and ROOT environmental variables are setup by source the following scripts

source ~/CODA/setup
source ~/ROOT/root/bin/thisroot.csh

Now change to the data subdirectory and execute the program to convert the data file to root

cd /data
~/CODA/CODAreader/ROOT_V5.30/V785V792/evio2nt -fr6994.dat > /dev/null

rename the file so it has the .root extension allowing ROOT to identify it in the browser

mv r6994 r6994.root


Calibration work

AW_ADC_7_Histogram

AW_ADC_3_Histogram


System's intrinsic err

Plot calibration parameters as a function of time

determine the variance of the parameters using several (>20) fits

Impact of higher order fits

Plot [math]E_{expected} - E_{fit} -vs- E_{expected}[/math]

Variance comes from several fits,.

Compare uncertainty when fit is E-vs-Channe to Channel-vs-E

Probably should use %error for the weighting

Concentration measurement

A comparison of the measure concentrations using singles and coincidence counting


PAA_Research

A_W_thesis_old