Difference between revisions of "How to Measure the Decay of n-activated Silver"

From mn/safe/nukwik
Jump to: navigation, search
(Principle)
(Job-description file)
Line 18: Line 18:
 
==== Job-description file ====
 
==== Job-description file ====
  
 
+
  stop
   set_preset_real 60
+
  <br>
   loop 15  
+
   set_preset_real 20
 +
   loop 7  
 
     clear
 
     clear
 
     start
 
     start
 
     wait
 
     wait
 
     save m:\spectra\KJM5911_D130_A???.chn
 
     save m:\spectra\KJM5911_D130_A???.chn
 +
  end_loop
 +
  <br>
 +
  set_preset_real 120
 +
  loop 7 
 +
    clear
 +
    start
 +
    wait
 +
    save m:\spectra\KJM5911_D130_B???.chn
 
   end_loop
 
   end_loop
 
   <br>
 
   <br>
Line 32: Line 41:
 
   wait
 
   wait
 
   save m:\spectra\KJM5911_D130_Background.chn
 
   save m:\spectra\KJM5911_D130_Background.chn
 +
 +
This job-file will perform 8 20-s measurment, then 8 120-s measurements and finally a 5-min background measurement.
  
 
==== Procedure ====
 
==== Procedure ====

Revision as of 21:54, 4 October 2012

Introduction

For this part of the exercise, you will use a NaI detector connected to a Multi-Channel Analyzer (MCA) to determine the disintegration rate of the n-activated silver.

Pre-lab task: Determine what kind of gamma radiation to expect from the silver isotopes produced in the irradiation and their associated realtive intensity (e.g. from [Berkeley/Lund database]).

Principle

This description assumes you have the Maestro MCA software from ORTEC. If you are using an alternative system, you will have to consult the manual to figure out how to use it. The procedure should not be very different, though.

We want to make successive 20-s measurements followed by 120-s ones to determine the half-life curve of the silver isotopes. This can be done manually by succesive starting-waiting-stopping-saving-clearing operations.

However, with a modern system this tiresome procedure can be automated: In Maestro jargong you do this by preparing a job-description file (it would be called a script file or batch file in most other software). This file contain all the instructions you would have to execute, but can be simplified by using the built-in loop structure. Furthermore, once running, it will execute the correct commands at exactly the right time.

Since the commands execute very rapidly, you will also be able to spend practically all the time actually counting, something witch is not possible if you are doing everything manually.

Job-description file

 stop
 
set_preset_real 20 loop 7 clear start wait save m:\spectra\KJM5911_D130_A???.chn end_loop
set_preset_real 120 loop 7 clear start wait save m:\spectra\KJM5911_D130_B???.chn end_loop
set_preset_real 300 clear start wait save m:\spectra\KJM5911_D130_Background.chn

This job-file will perform 8 20-s measurment, then 8 120-s measurements and finally a 5-min background measurement.

Procedure

Contrary to a simple counting system, the MCA will save spectra containing counts vs. energy. Since we are measuring beta particles, the spectra do not contain specially interesting information and we will simply sum up all the counts in the spectrum and use this number for the decay curve.

The procedure for measuring the 234mPa decay is as follows:

  1. Measure a background spectrum for as long as possible (e.g. during preparation of the radionuclide generator). Remember to save the spectrum and the filename!
  2. "Milk" 20 drops into a sample cup from the generator as quickly as possible. Use a stopwatch and start it at the 10 drop.
  3. Put the sample cup on the detector (you should protect the detector surface with a thin plastic sheet to avoid contamination etc.).
  4. Start the job-file and note down the time difference between milking and starting. Now, sit back and relax! Alternatively (better), if the job-file is saving spectra to a network disk, you can analyze the spectra as they are produced (using another pc which can read the same disk).
  5. When the job-file finishes, repeat the measurement. (Remember to renemae or move your spectra, otherwise they will be deleted or the job-file stops.)

From the spectra you should get the following data (by opening each spectrum in Maestro): The measurement start time and the gross count (total number of counts in the spectrum). Use the "sum" command to get the total number of counts (the spectrum must contain no region-of-interest markings).