SlideShare a Scribd company logo
1 of 8
Download to read offline
0
Title: A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter
Data
Article Type: Manuscript Draft - Full Length Article
Section/Category: Radioactivity and Radiation Measurements - Elsevier Editorial System™ for Applied
Radiation and Isotopes
Keywords: thermoluminescent dosimeters; glow curve analysis; region of interest; computer code;
TLDs; GCA; ROI; radiation dosimetry
Corresponding Author: Dr. John A Harvey, BS,MS,PhD; Dr. Kimberlee Jane Kearfott, Sc.D.
Corresponding Author’s Institution: University of Michigan
First Author: Douglas Kripke
Order of Authors: Douglas Kripke; Dr. John A Harvey, BS,MS,PhD; Dr. Kimberlee Jane Kearfott, Sc.D.
Manuscript Region of Origin: USA
Abstract: Thermoluminescent dosimeters (TLDs) are small crystalline materials that measure ionizing
radiation dose to a person or the environment. When heated after receiving a radiation dose, TLDs emit
light proportional to the dose received. The light signal is recorded as a function of temperature known
as a glow curve, which consists of several peaks corresponding to different electron trap state energies.
The area under the curve is directly proportional to the radiation dose. Various dosimetry applications
require the individual glow peak areas. In order to determine these, a glow curve analysis (GCA)
program was written to deconstruct the glow curve into its individual peaks. If individual glow peak
areas are not required, a simpler region of interest (ROI) analysis program was written to determine the
area under the glow curve while ignoring any noise appearing in the high temperature region.
A comparison of using ROIs versus GCA will be made.
This comparison will be made based on 10 TLD readings each containing the same 100 TLD chips all of
which are type TLD-100 (LiF doped with Mg and Ti) irradiated at 4.4 mGy. The ROI and GCA programs
will both be run over this data, and statistical analysis will be used to determine if the GCA program
increases the standard deviation of glow curve areas when it generates a line of best fit to approximate
the glow curve. Results show that the GCA program does not add additional variation when used to
calculate the area under the glow curve.
1
A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data
A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent
Dosimeter Data
Douglas Kripkea, John A. Harveya, Kimberlee J. Kearfotta,*
aDepartment of Nuclear Engineering and Radiological Sciences, Radiological Health
Engineering Laboratory, University of Michigan, 2355 Bonisteel Blvd., Ann Arbor, MI
48109-2104, USA
*Corresponding author at: Department of Nuclear Engineering and Radiological Sciences,
Radiological Health Engineering Laboratory, University of Michigan, 2355 Bonisteel
Blvd., Ann Arbor, MI 48109-2104, USA. Tel.: +1 734 763 9117; fax: +1 734 763 4540.
E-mail address: kearfott@umich.edu (K. J. Kearfott)
ABSTRACT
Thermoluminescent dosimeters (TLDs) are small crystalline materials that measure
ionizing radiation dose to a person or the environment. When heated after receiving a radiation
dose, TLDs emit light proportional to the dose received. The light signal is recorded as a
function of temperature known as a glow curve, which consists of several peaks corresponding to
different electron trap state energies. The area under the curve is directly proportional to the
radiation dose. Various dosimetry applications require the individual glow peak areas. In order
to determine these, a glow curve analysis (GCA) program was written to deconstruct the glow
curve into its individual peaks. If individual glow peak areas are not required, a simpler region of
interest (ROI) analysis program was written to determine the area under the glow curve while
ignoring any noise appearing in the high temperature region. A comparison of using ROIs
versus GCA peaks will be made.
This comparison will be made based on 10 TLD readings each containing the same 100
TLD chips all of which are type TLD-100 (LiF doped with Mg and Ti) irradiated at 4.4 mGy.
2
The ROI and GCA programs will both be run over this data, and statistical analysis will be used
to determine if the GCA program increases the standard deviation of glow curve areas when it
generates a line of best fit to approximate the glow curve. Results show that the GCA program
does not add additional variation when used to calculate the area under the glow curve.
INTRODUCTION
Various techniques are used to analyze the glow curves of thermoluminescent
dosimeters. A computerized glow curve analysis (GCA) program separates the glow curve into
glow peaks, which is useful for studying fading but takes a long time since it requires generating
a line of best fit for each TLD reading. A simpler method is looking at the area under the glow
curve ignoring noise in the high temperature region known as a region of interest (ROI). A
program was recently written in VBA for Microsoft Excel to automate the process of taking
ROIs. The ROI program is quicker than the GCA program, and it uses the original data points to
determine the glow curve area.
A lot of writing and editing of computer programs was needed before a quantitative
comparison of ROIs versus GCA peaks could be made. The GCA code was recently re-written
(in Matlab R2008b with Curve Fitting Toolbox, The MathWorks Inc., 3 Apple Hill Drive,
Natrick, MA 01760) to work for all different TLD types instead of just one, and it plots the light
signal versus temperature. The high constant temperature at the end of a TLD reading created a
vertical cluster of data which caused additional error in the fitting function. Therefore, the
constant temperature data and accompanying light signal data were truncated. All data was
generated using a Harshaw TLD reader (WinREMS version PL-26732.8.0.0.0,
BICRON/Harshaw, 6801 Cochran Road, Solon, OH 44139, USA). However, when light signal
3
data is exported, it is converted to arbitrary units. The conversion factor was determined, and it
was written into the GCA code to convert the light signal data back into nanoamperes.
METHODS
The data used for comparison was collected in 2008 by Elizabeth Thomas. A group of
100 TLDs (type TLD-100) was irradiated at 4.4 mGy and read out within two hours afterwards.
This same set was irradiated and then read out 10 times within a two week period using a
Harshaw Model 4500 TLD Reader with nitrogen gas. The GCA Program used Matlab to fit and
then deconstruct the glow curve. The sum of the area of peaks two, three, four, and five was
used as the GCA glow curve area (Fig 1). Many chips were not read out properly due to
improper placing on the heating plate in the reader. Readings with a figure of merit (FOM)
greater than 2 were either thrown out or refit using altered fitting parameters. 27 readings were
thrown out. The ROI program used VBA for Microsoft Excel and determined a region of
interest using the original glow curve data points ignoring noise in the high temperature region.
Once the ROI program was written, it was necessary to compare it to the old method of
taking ROIs by hand. The Radiological Health Engineering Lab at the University of Michigan
had a set of approximately 3000 TLD readings in which the old ROI method had been used.
ROIs were then generated using the program over this same data set for comparison (Table 1).
The ROI program varies greatly in run time depending on how many charts it is told to generate.
When used on a set of 100 TLDs, the average runtime with no graphs generated was 9 seconds
compared to 48 seconds with ninety graphs generated. To determine the same number of ROIs
via the old method would take anywhere from 30 minutes to an hour. For the program to work,
4
the TLD numbers or identifiers must be less than six characters long. Also, errors may arise
when using different WinREMS export scripts. (See suggested export script)
For TLD types 200, 300, 400, and 900, a ROI program is not necessary because there is
no high temperature region. Hence, the ROI is equal to the entire glow curve area, and this value
can be exported from WinREMS provided it is in the export script (ROI1). Nevertheless, the
ROI program prompts the user for TLD type, and if it is a TLD type listed above, then the
program will sum the entire glow curve generating the same values as the WinREMS export
glow curve areas.
TLD-100 does have a high temperature which the ROI program ignores. It does this
based on the unique shape of TLD-100 glow curves (Fig 3&4). The program first finds the
absolute maximum of the glow curve. From this point, it continues along the glow curve until
there is an increase in the light signal between consecutive data points. If the increase is above a
certain light signal value, it continues along the glow curve. Once an increase is found below the
threshold, the program determines the local slope of the glow curve. It moves a certain distance
from the increase on each side, and determines if the slope is close to zero. These two
parameters are called interval and SlopeCheck respectively, and their value was determined
experimentally to be 1 and 0.2 (See Fig 2 and Table 1)
Data was collected and analyzed in Microsoft Excel. Each glow curve area (sum of
peaks 2, 3, 4, and 5) generated by the GCA program was compared to the corresponding ROI
generated by the ROI Program (Fig 5) without outliers. Outliers were removed using
Chauvenet’s criterion as follows. A glow curve area was deemed an outlier if it fell outside of its
confidence interval.
𝐶𝑜𝑛𝑓𝑖𝑑𝑒𝑛𝑐𝑒 𝐼𝑛𝑡𝑒𝑟𝑣𝑎𝑙 = 1 −
1
2 ∗ 𝑆𝑎𝑚𝑝𝑙𝑒 𝑆𝑖𝑧𝑒
5
Every glow curve was compared across all ten readings, across the set of one-hundred TLDs it
was read with, and across all 1000 TLDs read to determine if it was an outlier. If a reading was
an outlier in one program, it was thrown out in both. For the most part, reading that were an
outlier in the ROI method were also outliers according to the GCA method. 45 pairs of glow
curves were deemed outliers. Additionally, the standard deviation for each method was divided
by the average glow curve area for each method to calculate the coefficient of variation (Fig 6)
including outliers.
RESULTS
Quantitatively, the old and new methods for calculating ROIs have no practical
difference. The ROI program tends to underestimate the ROIs by .1, but the ROIs generated
have the exact same spread as the values determined with the old method. The ROI program is
approximately 40 to 400 times faster than the old method.
The GCA and ROI programs were compared using the methods outlines above.
Individual glow curves for both the GCA and ROI program ranged from 220 to 320. The GCA
glow curves averaged 268.6 nC, which was 6.3 nC less than the ROI program ROIs. The
normalized standard deviation for the GCA program was .03% less than that of the ROI
program. This was the case for both outliers removed and outliers included.
CONCLUSION
Since the ROI program generates nearly the same ROIs as the old method, the large time
difference in the ROI program run time versus the old method makes the ROI program a much
better way of calculating ROIs.
6
With outliers removed, the average of the 100 TLD chips divided by the average standard
deviation of these 100 chips for the ROI program was 5.00%, compared to 4.97% for the GCA
program. Therefore, while the GCA program has inherent error in using a function to
approximate the glow curve data, this has no statistically significant effect on the relative
standard deviation of glow curve areas for TLD-100 irradiated at 4.4 mGy. The lower GCA
relative standard deviation can be explained by the fitting function smoothing out glow curves
and removing spontaneous spikes in the glow curve. The average lower glow curve area
generated by the GCA program is as expected since the program removes background noise (Fig
3) while the ROI program does not (Fig 4).
More research needs to be done to determine if this is the case for different TLD types
and at different levels of irradiation (see Harvey doctoral dissertation, Chapter VIII: Does
Response Linearity and Practical Factors Influencing Minimum Detectable Dose for Various
Thermoluminescent Detector Types, pgs.159-177). As the does level is lowered, the GCA
program has a harder time fitting the data, and the ROI program may fail altogether. It is likely
that the ROI program would need to be modified to look for an increase in the mean of several
data points after the absolute maximum.
7
Fig 1 “Flow chart of entire computerized glow curve analysis program. The fitting function called by the
main code is given in the dashed box” (Harvey, 2011, pg.149).
Fig 2 Flow chart of the ROI program, written in VBA for Microsoft Excel.
Fig 3 Output of GCA program for TLD-100 (LiF:Mg, Ti) irradiated to 4.4 mGy. The area under peaks two,
three, four, and five were added together and compared to the region of interest of the ROI program.
Fig 4 Output of ROI program for TLD-100 (LiF:Mg, Ti) irradiated to 4.4 mGy. The ROI was compared to
the area under peaks two, three, four, and five the GCA program.
Fig 5 Coefficient of Variation for GCD versus ROI with outliers
Fig 6 Glow Curve Areas Comparison with outliers removed
Table 1 Comparison between ROI program and ROI old method using Gunter data (approximately 3,000
glow curves for 1,000 TLDs).
Table 2 Different methods of glow curve analysis comparison using Elizabeth Thomas Data
(approximately 1000 glow curves for 100 TLDs in 2008) run through each program.
REFERENCES
Harvey J. A., Rodrigues, M. L., Kearfott, K. J., "A Computerized Glow Curve Analysis (GCA)
Method for WinREMS Thermoluminescent Dosimeter Data using MATLAB”, Appl Radiat Isot, submitted
November 11, 2010; accepted April 26, 2011.

More Related Content

What's hot

Pairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valuePairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valueSergio A. Guerra
 
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...kavitha.s kavi
 
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...Sergio A. Guerra
 
Effects of Wind Direction on Trace Metal Concentration in Southeast Kansas
Effects of Wind Direction on  Trace Metal Concentration in Southeast KansasEffects of Wind Direction on  Trace Metal Concentration in Southeast Kansas
Effects of Wind Direction on Trace Metal Concentration in Southeast KansasSergio A. Guerra
 
CALPUFF versus AERMOD comparison
CALPUFF versus AERMOD comparisonCALPUFF versus AERMOD comparison
CALPUFF versus AERMOD comparisonkonder71
 
Evaluation of procedures to improve solar resource assessments presented WREF...
Evaluation of procedures to improve solar resource assessments presented WREF...Evaluation of procedures to improve solar resource assessments presented WREF...
Evaluation of procedures to improve solar resource assessments presented WREF...Gwendalyn Bender
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Integrated Carbon Observation System (ICOS)
 
Calibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression TechniqueCalibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression Techniqueijtsrd
 
Yangetal Efficient Letkf
Yangetal Efficient LetkfYangetal Efficient Letkf
Yangetal Efficient LetkfShuChih.Yang
 
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...Sergio A. Guerra
 
CLEARMiner: Mining of Multitemporal Remote Sensing Images
CLEARMiner: Mining of Multitemporal Remote Sensing ImagesCLEARMiner: Mining of Multitemporal Remote Sensing Images
CLEARMiner: Mining of Multitemporal Remote Sensing ImagesEditor IJCATR
 

What's hot (20)

Pairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored valuePairing aermod concentrations with the 50th percentile monitored value
Pairing aermod concentrations with the 50th percentile monitored value
 
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...
An Efficient Cluster Tree Based Data Collection Scheme for Large Mobile With ...
 
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...
ALTERNATE METHOD TO COMBINE MONITORED AND PREDICTED CONCENTRATIONS IN DISPERS...
 
11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera
 
Effects of Wind Direction on Trace Metal Concentration in Southeast Kansas
Effects of Wind Direction on  Trace Metal Concentration in Southeast KansasEffects of Wind Direction on  Trace Metal Concentration in Southeast Kansas
Effects of Wind Direction on Trace Metal Concentration in Southeast Kansas
 
24 mavromatakis vignola_spectral_corrections_for_pv_performance_modelling
24 mavromatakis vignola_spectral_corrections_for_pv_performance_modelling24 mavromatakis vignola_spectral_corrections_for_pv_performance_modelling
24 mavromatakis vignola_spectral_corrections_for_pv_performance_modelling
 
PRIME2 Model Evaluation
PRIME2 Model EvaluationPRIME2 Model Evaluation
PRIME2 Model Evaluation
 
CALPUFF versus AERMOD comparison
CALPUFF versus AERMOD comparisonCALPUFF versus AERMOD comparison
CALPUFF versus AERMOD comparison
 
Evaluation of procedures to improve solar resource assessments presented WREF...
Evaluation of procedures to improve solar resource assessments presented WREF...Evaluation of procedures to improve solar resource assessments presented WREF...
Evaluation of procedures to improve solar resource assessments presented WREF...
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
21 thomas huld_satellite-based_estimates
21 thomas huld_satellite-based_estimates21 thomas huld_satellite-based_estimates
21 thomas huld_satellite-based_estimates
 
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
19 winter towards_an_energy-based_parameter_for_photovoltaic_classification
 
25 ben duck_improved_prediction_of_site_spectral_impact
25 ben duck_improved_prediction_of_site_spectral_impact25 ben duck_improved_prediction_of_site_spectral_impact
25 ben duck_improved_prediction_of_site_spectral_impact
 
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
Morales, Randulph: Spatio-temporal kriging in estimating local methane source...
 
Calibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression TechniqueCalibration of Environmental Sensor Data Using a Linear Regression Technique
Calibration of Environmental Sensor Data Using a Linear Regression Technique
 
Yangetal Efficient Letkf
Yangetal Efficient LetkfYangetal Efficient Letkf
Yangetal Efficient Letkf
 
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...
NOVEL DATA ANALYSIS TECHNIQUE USED TO EVALUATE NOX AND CO2 CONTINUOUS EMISSIO...
 
66 ueda system_performance_and_degradation_analysis_of_different_pv_technologies
66 ueda system_performance_and_degradation_analysis_of_different_pv_technologies66 ueda system_performance_and_degradation_analysis_of_different_pv_technologies
66 ueda system_performance_and_degradation_analysis_of_different_pv_technologies
 
62 friesen field_data_requirements_for_the_validation_of_pv_module_performanc...
62 friesen field_data_requirements_for_the_validation_of_pv_module_performanc...62 friesen field_data_requirements_for_the_validation_of_pv_module_performanc...
62 friesen field_data_requirements_for_the_validation_of_pv_module_performanc...
 
CLEARMiner: Mining of Multitemporal Remote Sensing Images
CLEARMiner: Mining of Multitemporal Remote Sensing ImagesCLEARMiner: Mining of Multitemporal Remote Sensing Images
CLEARMiner: Mining of Multitemporal Remote Sensing Images
 

Viewers also liked

Doug Kripke recommendation - Julie Slavet
Doug Kripke recommendation - Julie SlavetDoug Kripke recommendation - Julie Slavet
Doug Kripke recommendation - Julie SlavetDoug Kripke
 
Salud sexual y reproductiva
Salud sexual y reproductivaSalud sexual y reproductiva
Salud sexual y reproductivadafne12343
 
Skema pmrbi kertas1set2
Skema pmrbi kertas1set2Skema pmrbi kertas1set2
Skema pmrbi kertas1set2amrida
 
Curso adm 216 oratoria y manejo escénico
Curso adm 216   oratoria y manejo escénicoCurso adm 216   oratoria y manejo escénico
Curso adm 216 oratoria y manejo escénicoProcasecapacita
 
Gelecek yaratma inovasyonu
Gelecek yaratma inovasyonuGelecek yaratma inovasyonu
Gelecek yaratma inovasyonuigdasinovasyon
 
Mapa conceptual web2.0
Mapa conceptual  web2.0Mapa conceptual  web2.0
Mapa conceptual web2.0Mingo28
 
India's advancement in missile defence system
India's advancement in missile defence systemIndia's advancement in missile defence system
India's advancement in missile defence systemRajesh b.k.
 
The skeletal system (slide show)
The skeletal system (slide show)The skeletal system (slide show)
The skeletal system (slide show)William Banaag
 
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...tatiana isabel
 

Viewers also liked (14)

Doug Kripke recommendation - Julie Slavet
Doug Kripke recommendation - Julie SlavetDoug Kripke recommendation - Julie Slavet
Doug Kripke recommendation - Julie Slavet
 
Salud sexual y reproductiva
Salud sexual y reproductivaSalud sexual y reproductiva
Salud sexual y reproductiva
 
Skema pmrbi kertas1set2
Skema pmrbi kertas1set2Skema pmrbi kertas1set2
Skema pmrbi kertas1set2
 
ACTIVIDADES
ACTIVIDADESACTIVIDADES
ACTIVIDADES
 
Curso adm 216 oratoria y manejo escénico
Curso adm 216   oratoria y manejo escénicoCurso adm 216   oratoria y manejo escénico
Curso adm 216 oratoria y manejo escénico
 
Gelecek yaratma inovasyonu
Gelecek yaratma inovasyonuGelecek yaratma inovasyonu
Gelecek yaratma inovasyonu
 
Terminar economia
Terminar economiaTerminar economia
Terminar economia
 
CV-Ganeshkumar D
CV-Ganeshkumar DCV-Ganeshkumar D
CV-Ganeshkumar D
 
Mapa conceptual web2.0
Mapa conceptual  web2.0Mapa conceptual  web2.0
Mapa conceptual web2.0
 
Portada 3 periodo
 Portada 3 periodo Portada 3 periodo
Portada 3 periodo
 
THANK YOU
THANK YOU THANK YOU
THANK YOU
 
India's advancement in missile defence system
India's advancement in missile defence systemIndia's advancement in missile defence system
India's advancement in missile defence system
 
The skeletal system (slide show)
The skeletal system (slide show)The skeletal system (slide show)
The skeletal system (slide show)
 
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...
Implementacion de la NIIF para las pymes en una mediana empresa ubicada en la...
 

Similar to A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data by Doug Kripke

HPLC - Peak integration for chromatography
HPLC - Peak integration for chromatographyHPLC - Peak integration for chromatography
HPLC - Peak integration for chromatographySathish Vemula
 
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...Image Processing for Automated Flaw Detection and CMYK model for Color Image ...
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...IOSR Journals
 
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHM
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHMLIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHM
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHMijnlc
 
Lidar Point Cloud Classification Using Expectation Maximization Algorithm
Lidar Point Cloud Classification Using Expectation Maximization AlgorithmLidar Point Cloud Classification Using Expectation Maximization Algorithm
Lidar Point Cloud Classification Using Expectation Maximization AlgorithmAIRCC Publishing Corporation
 
Jgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging componentJgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging componentNiccolò Tubini
 
New calculation methodology for solar thermal systems
New calculation methodology  for solar thermal systems New calculation methodology  for solar thermal systems
New calculation methodology for solar thermal systems Aiguasol
 
Simulated annealing for location area planning in cellular networks
Simulated annealing for location area planning in cellular networksSimulated annealing for location area planning in cellular networks
Simulated annealing for location area planning in cellular networksgraphhoc
 
IRJET- Wavelet Transform along with SPIHT Algorithm used for Image Compre...
IRJET-  	  Wavelet Transform along with SPIHT Algorithm used for Image Compre...IRJET-  	  Wavelet Transform along with SPIHT Algorithm used for Image Compre...
IRJET- Wavelet Transform along with SPIHT Algorithm used for Image Compre...IRJET Journal
 
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER ecij
 
Forest fire management using gis
Forest fire management using gisForest fire management using gis
Forest fire management using gisKajal Thakkar
 
4th Year Project Presentation Slides
4th Year Project Presentation Slides4th Year Project Presentation Slides
4th Year Project Presentation SlidesItrat Rahman
 
Fault detection in power transformers using random neural networks
Fault detection in power transformers using random neural networksFault detection in power transformers using random neural networks
Fault detection in power transformers using random neural networksIJECEIAES
 
Microwave Radiometer Analysis for Imaging and Vehicular Systems
Microwave Radiometer Analysis for Imaging and Vehicular SystemsMicrowave Radiometer Analysis for Imaging and Vehicular Systems
Microwave Radiometer Analysis for Imaging and Vehicular SystemsIRJET Journal
 
Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...IRJET Journal
 
IGARSS 2011_Priestley.ppt
IGARSS 2011_Priestley.pptIGARSS 2011_Priestley.ppt
IGARSS 2011_Priestley.pptgrssieee
 
IEE572 Final Report
IEE572 Final ReportIEE572 Final Report
IEE572 Final Reportjgoldpac
 

Similar to A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data by Doug Kripke (20)

HPLC - Peak integration for chromatography
HPLC - Peak integration for chromatographyHPLC - Peak integration for chromatography
HPLC - Peak integration for chromatography
 
Lwrb ms
Lwrb msLwrb ms
Lwrb ms
 
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...Image Processing for Automated Flaw Detection and CMYK model for Color Image ...
Image Processing for Automated Flaw Detection and CMYK model for Color Image ...
 
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHM
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHMLIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHM
LIDAR POINT CLOUD CLASSIFICATION USING EXPECTATION MAXIMIZATION ALGORITHM
 
Lidar Point Cloud Classification Using Expectation Maximization Algorithm
Lidar Point Cloud Classification Using Expectation Maximization AlgorithmLidar Point Cloud Classification Using Expectation Maximization Algorithm
Lidar Point Cloud Classification Using Expectation Maximization Algorithm
 
Jgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging componentJgrass-NewAge: Kriging component
Jgrass-NewAge: Kriging component
 
New calculation methodology for solar thermal systems
New calculation methodology  for solar thermal systems New calculation methodology  for solar thermal systems
New calculation methodology for solar thermal systems
 
Simulated annealing for location area planning in cellular networks
Simulated annealing for location area planning in cellular networksSimulated annealing for location area planning in cellular networks
Simulated annealing for location area planning in cellular networks
 
IRJET- Wavelet Transform along with SPIHT Algorithm used for Image Compre...
IRJET-  	  Wavelet Transform along with SPIHT Algorithm used for Image Compre...IRJET-  	  Wavelet Transform along with SPIHT Algorithm used for Image Compre...
IRJET- Wavelet Transform along with SPIHT Algorithm used for Image Compre...
 
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER
PERFORMANCE ASSESSMENT OF ANFIS APPLIED TO FAULT DIAGNOSIS OF POWER TRANSFORMER
 
Forest fire management using gis
Forest fire management using gisForest fire management using gis
Forest fire management using gis
 
4th Year Project Presentation Slides
4th Year Project Presentation Slides4th Year Project Presentation Slides
4th Year Project Presentation Slides
 
Fault detection in power transformers using random neural networks
Fault detection in power transformers using random neural networksFault detection in power transformers using random neural networks
Fault detection in power transformers using random neural networks
 
Microwave Radiometer Analysis for Imaging and Vehicular Systems
Microwave Radiometer Analysis for Imaging and Vehicular SystemsMicrowave Radiometer Analysis for Imaging and Vehicular Systems
Microwave Radiometer Analysis for Imaging and Vehicular Systems
 
Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...Prediction of Critical Temperature of Superconductors using Tree Based Method...
Prediction of Critical Temperature of Superconductors using Tree Based Method...
 
spparksUpdates
spparksUpdatesspparksUpdates
spparksUpdates
 
IGARSS 2011_Priestley.ppt
IGARSS 2011_Priestley.pptIGARSS 2011_Priestley.ppt
IGARSS 2011_Priestley.ppt
 
09 huld presentation_61853_4_a
09 huld presentation_61853_4_a09 huld presentation_61853_4_a
09 huld presentation_61853_4_a
 
IEE572 Final Report
IEE572 Final ReportIEE572 Final Report
IEE572 Final Report
 
Basics of dip
Basics of dipBasics of dip
Basics of dip
 

More from Doug Kripke

Stream Keepers Report for TTF Watershed
Stream Keepers Report for TTF WatershedStream Keepers Report for TTF Watershed
Stream Keepers Report for TTF WatershedDoug Kripke
 
Senior Design Project for UM NERS442
Senior Design Project for UM NERS442Senior Design Project for UM NERS442
Senior Design Project for UM NERS442Doug Kripke
 
Letter to Congress for UM PUBPOL481
Letter to Congress for UM PUBPOL481Letter to Congress for UM PUBPOL481
Letter to Congress for UM PUBPOL481Doug Kripke
 
Waste Confidence Rule Project Presentation for UM NERS 531
Waste Confidence Rule Project Presentation for UM NERS 531Waste Confidence Rule Project Presentation for UM NERS 531
Waste Confidence Rule Project Presentation for UM NERS 531Doug Kripke
 
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...Doug Kripke
 
Interview Matrix
Interview MatrixInterview Matrix
Interview MatrixDoug Kripke
 
Fuel Comparison Calculator User Manual
Fuel Comparison Calculator User ManualFuel Comparison Calculator User Manual
Fuel Comparison Calculator User ManualDoug Kripke
 
EP-ACT 2015 Membership Information Brochure
EP-ACT 2015 Membership Information BrochureEP-ACT 2015 Membership Information Brochure
EP-ACT 2015 Membership Information BrochureDoug Kripke
 

More from Doug Kripke (8)

Stream Keepers Report for TTF Watershed
Stream Keepers Report for TTF WatershedStream Keepers Report for TTF Watershed
Stream Keepers Report for TTF Watershed
 
Senior Design Project for UM NERS442
Senior Design Project for UM NERS442Senior Design Project for UM NERS442
Senior Design Project for UM NERS442
 
Letter to Congress for UM PUBPOL481
Letter to Congress for UM PUBPOL481Letter to Congress for UM PUBPOL481
Letter to Congress for UM PUBPOL481
 
Waste Confidence Rule Project Presentation for UM NERS 531
Waste Confidence Rule Project Presentation for UM NERS 531Waste Confidence Rule Project Presentation for UM NERS 531
Waste Confidence Rule Project Presentation for UM NERS 531
 
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...
Exploring the Use of Computation Fluid Dynamics to Model a T-Junction for UM ...
 
Interview Matrix
Interview MatrixInterview Matrix
Interview Matrix
 
Fuel Comparison Calculator User Manual
Fuel Comparison Calculator User ManualFuel Comparison Calculator User Manual
Fuel Comparison Calculator User Manual
 
EP-ACT 2015 Membership Information Brochure
EP-ACT 2015 Membership Information BrochureEP-ACT 2015 Membership Information Brochure
EP-ACT 2015 Membership Information Brochure
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 

Recently uploaded (20)

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 

A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data by Doug Kripke

  • 1. 0 Title: A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data Article Type: Manuscript Draft - Full Length Article Section/Category: Radioactivity and Radiation Measurements - Elsevier Editorial System™ for Applied Radiation and Isotopes Keywords: thermoluminescent dosimeters; glow curve analysis; region of interest; computer code; TLDs; GCA; ROI; radiation dosimetry Corresponding Author: Dr. John A Harvey, BS,MS,PhD; Dr. Kimberlee Jane Kearfott, Sc.D. Corresponding Author’s Institution: University of Michigan First Author: Douglas Kripke Order of Authors: Douglas Kripke; Dr. John A Harvey, BS,MS,PhD; Dr. Kimberlee Jane Kearfott, Sc.D. Manuscript Region of Origin: USA Abstract: Thermoluminescent dosimeters (TLDs) are small crystalline materials that measure ionizing radiation dose to a person or the environment. When heated after receiving a radiation dose, TLDs emit light proportional to the dose received. The light signal is recorded as a function of temperature known as a glow curve, which consists of several peaks corresponding to different electron trap state energies. The area under the curve is directly proportional to the radiation dose. Various dosimetry applications require the individual glow peak areas. In order to determine these, a glow curve analysis (GCA) program was written to deconstruct the glow curve into its individual peaks. If individual glow peak areas are not required, a simpler region of interest (ROI) analysis program was written to determine the area under the glow curve while ignoring any noise appearing in the high temperature region. A comparison of using ROIs versus GCA will be made. This comparison will be made based on 10 TLD readings each containing the same 100 TLD chips all of which are type TLD-100 (LiF doped with Mg and Ti) irradiated at 4.4 mGy. The ROI and GCA programs will both be run over this data, and statistical analysis will be used to determine if the GCA program increases the standard deviation of glow curve areas when it generates a line of best fit to approximate the glow curve. Results show that the GCA program does not add additional variation when used to calculate the area under the glow curve.
  • 2. 1 A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data A Comparison of Different Methods of Glow Curve Analysis for Thermoluminescent Dosimeter Data Douglas Kripkea, John A. Harveya, Kimberlee J. Kearfotta,* aDepartment of Nuclear Engineering and Radiological Sciences, Radiological Health Engineering Laboratory, University of Michigan, 2355 Bonisteel Blvd., Ann Arbor, MI 48109-2104, USA *Corresponding author at: Department of Nuclear Engineering and Radiological Sciences, Radiological Health Engineering Laboratory, University of Michigan, 2355 Bonisteel Blvd., Ann Arbor, MI 48109-2104, USA. Tel.: +1 734 763 9117; fax: +1 734 763 4540. E-mail address: kearfott@umich.edu (K. J. Kearfott) ABSTRACT Thermoluminescent dosimeters (TLDs) are small crystalline materials that measure ionizing radiation dose to a person or the environment. When heated after receiving a radiation dose, TLDs emit light proportional to the dose received. The light signal is recorded as a function of temperature known as a glow curve, which consists of several peaks corresponding to different electron trap state energies. The area under the curve is directly proportional to the radiation dose. Various dosimetry applications require the individual glow peak areas. In order to determine these, a glow curve analysis (GCA) program was written to deconstruct the glow curve into its individual peaks. If individual glow peak areas are not required, a simpler region of interest (ROI) analysis program was written to determine the area under the glow curve while ignoring any noise appearing in the high temperature region. A comparison of using ROIs versus GCA peaks will be made. This comparison will be made based on 10 TLD readings each containing the same 100 TLD chips all of which are type TLD-100 (LiF doped with Mg and Ti) irradiated at 4.4 mGy.
  • 3. 2 The ROI and GCA programs will both be run over this data, and statistical analysis will be used to determine if the GCA program increases the standard deviation of glow curve areas when it generates a line of best fit to approximate the glow curve. Results show that the GCA program does not add additional variation when used to calculate the area under the glow curve. INTRODUCTION Various techniques are used to analyze the glow curves of thermoluminescent dosimeters. A computerized glow curve analysis (GCA) program separates the glow curve into glow peaks, which is useful for studying fading but takes a long time since it requires generating a line of best fit for each TLD reading. A simpler method is looking at the area under the glow curve ignoring noise in the high temperature region known as a region of interest (ROI). A program was recently written in VBA for Microsoft Excel to automate the process of taking ROIs. The ROI program is quicker than the GCA program, and it uses the original data points to determine the glow curve area. A lot of writing and editing of computer programs was needed before a quantitative comparison of ROIs versus GCA peaks could be made. The GCA code was recently re-written (in Matlab R2008b with Curve Fitting Toolbox, The MathWorks Inc., 3 Apple Hill Drive, Natrick, MA 01760) to work for all different TLD types instead of just one, and it plots the light signal versus temperature. The high constant temperature at the end of a TLD reading created a vertical cluster of data which caused additional error in the fitting function. Therefore, the constant temperature data and accompanying light signal data were truncated. All data was generated using a Harshaw TLD reader (WinREMS version PL-26732.8.0.0.0, BICRON/Harshaw, 6801 Cochran Road, Solon, OH 44139, USA). However, when light signal
  • 4. 3 data is exported, it is converted to arbitrary units. The conversion factor was determined, and it was written into the GCA code to convert the light signal data back into nanoamperes. METHODS The data used for comparison was collected in 2008 by Elizabeth Thomas. A group of 100 TLDs (type TLD-100) was irradiated at 4.4 mGy and read out within two hours afterwards. This same set was irradiated and then read out 10 times within a two week period using a Harshaw Model 4500 TLD Reader with nitrogen gas. The GCA Program used Matlab to fit and then deconstruct the glow curve. The sum of the area of peaks two, three, four, and five was used as the GCA glow curve area (Fig 1). Many chips were not read out properly due to improper placing on the heating plate in the reader. Readings with a figure of merit (FOM) greater than 2 were either thrown out or refit using altered fitting parameters. 27 readings were thrown out. The ROI program used VBA for Microsoft Excel and determined a region of interest using the original glow curve data points ignoring noise in the high temperature region. Once the ROI program was written, it was necessary to compare it to the old method of taking ROIs by hand. The Radiological Health Engineering Lab at the University of Michigan had a set of approximately 3000 TLD readings in which the old ROI method had been used. ROIs were then generated using the program over this same data set for comparison (Table 1). The ROI program varies greatly in run time depending on how many charts it is told to generate. When used on a set of 100 TLDs, the average runtime with no graphs generated was 9 seconds compared to 48 seconds with ninety graphs generated. To determine the same number of ROIs via the old method would take anywhere from 30 minutes to an hour. For the program to work,
  • 5. 4 the TLD numbers or identifiers must be less than six characters long. Also, errors may arise when using different WinREMS export scripts. (See suggested export script) For TLD types 200, 300, 400, and 900, a ROI program is not necessary because there is no high temperature region. Hence, the ROI is equal to the entire glow curve area, and this value can be exported from WinREMS provided it is in the export script (ROI1). Nevertheless, the ROI program prompts the user for TLD type, and if it is a TLD type listed above, then the program will sum the entire glow curve generating the same values as the WinREMS export glow curve areas. TLD-100 does have a high temperature which the ROI program ignores. It does this based on the unique shape of TLD-100 glow curves (Fig 3&4). The program first finds the absolute maximum of the glow curve. From this point, it continues along the glow curve until there is an increase in the light signal between consecutive data points. If the increase is above a certain light signal value, it continues along the glow curve. Once an increase is found below the threshold, the program determines the local slope of the glow curve. It moves a certain distance from the increase on each side, and determines if the slope is close to zero. These two parameters are called interval and SlopeCheck respectively, and their value was determined experimentally to be 1 and 0.2 (See Fig 2 and Table 1) Data was collected and analyzed in Microsoft Excel. Each glow curve area (sum of peaks 2, 3, 4, and 5) generated by the GCA program was compared to the corresponding ROI generated by the ROI Program (Fig 5) without outliers. Outliers were removed using Chauvenet’s criterion as follows. A glow curve area was deemed an outlier if it fell outside of its confidence interval. 𝐶𝑜𝑛𝑓𝑖𝑑𝑒𝑛𝑐𝑒 𝐼𝑛𝑡𝑒𝑟𝑣𝑎𝑙 = 1 − 1 2 ∗ 𝑆𝑎𝑚𝑝𝑙𝑒 𝑆𝑖𝑧𝑒
  • 6. 5 Every glow curve was compared across all ten readings, across the set of one-hundred TLDs it was read with, and across all 1000 TLDs read to determine if it was an outlier. If a reading was an outlier in one program, it was thrown out in both. For the most part, reading that were an outlier in the ROI method were also outliers according to the GCA method. 45 pairs of glow curves were deemed outliers. Additionally, the standard deviation for each method was divided by the average glow curve area for each method to calculate the coefficient of variation (Fig 6) including outliers. RESULTS Quantitatively, the old and new methods for calculating ROIs have no practical difference. The ROI program tends to underestimate the ROIs by .1, but the ROIs generated have the exact same spread as the values determined with the old method. The ROI program is approximately 40 to 400 times faster than the old method. The GCA and ROI programs were compared using the methods outlines above. Individual glow curves for both the GCA and ROI program ranged from 220 to 320. The GCA glow curves averaged 268.6 nC, which was 6.3 nC less than the ROI program ROIs. The normalized standard deviation for the GCA program was .03% less than that of the ROI program. This was the case for both outliers removed and outliers included. CONCLUSION Since the ROI program generates nearly the same ROIs as the old method, the large time difference in the ROI program run time versus the old method makes the ROI program a much better way of calculating ROIs.
  • 7. 6 With outliers removed, the average of the 100 TLD chips divided by the average standard deviation of these 100 chips for the ROI program was 5.00%, compared to 4.97% for the GCA program. Therefore, while the GCA program has inherent error in using a function to approximate the glow curve data, this has no statistically significant effect on the relative standard deviation of glow curve areas for TLD-100 irradiated at 4.4 mGy. The lower GCA relative standard deviation can be explained by the fitting function smoothing out glow curves and removing spontaneous spikes in the glow curve. The average lower glow curve area generated by the GCA program is as expected since the program removes background noise (Fig 3) while the ROI program does not (Fig 4). More research needs to be done to determine if this is the case for different TLD types and at different levels of irradiation (see Harvey doctoral dissertation, Chapter VIII: Does Response Linearity and Practical Factors Influencing Minimum Detectable Dose for Various Thermoluminescent Detector Types, pgs.159-177). As the does level is lowered, the GCA program has a harder time fitting the data, and the ROI program may fail altogether. It is likely that the ROI program would need to be modified to look for an increase in the mean of several data points after the absolute maximum.
  • 8. 7 Fig 1 “Flow chart of entire computerized glow curve analysis program. The fitting function called by the main code is given in the dashed box” (Harvey, 2011, pg.149). Fig 2 Flow chart of the ROI program, written in VBA for Microsoft Excel. Fig 3 Output of GCA program for TLD-100 (LiF:Mg, Ti) irradiated to 4.4 mGy. The area under peaks two, three, four, and five were added together and compared to the region of interest of the ROI program. Fig 4 Output of ROI program for TLD-100 (LiF:Mg, Ti) irradiated to 4.4 mGy. The ROI was compared to the area under peaks two, three, four, and five the GCA program. Fig 5 Coefficient of Variation for GCD versus ROI with outliers Fig 6 Glow Curve Areas Comparison with outliers removed Table 1 Comparison between ROI program and ROI old method using Gunter data (approximately 3,000 glow curves for 1,000 TLDs). Table 2 Different methods of glow curve analysis comparison using Elizabeth Thomas Data (approximately 1000 glow curves for 100 TLDs in 2008) run through each program. REFERENCES Harvey J. A., Rodrigues, M. L., Kearfott, K. J., "A Computerized Glow Curve Analysis (GCA) Method for WinREMS Thermoluminescent Dosimeter Data using MATLAB”, Appl Radiat Isot, submitted November 11, 2010; accepted April 26, 2011.