In this lab the students will measure some fundamental properties of cosmic rays, as detected by a large size Charge-Coupled Device (CCD). Cosmic rays passing through the detector leave a trail of ionizations which are “visualized” by the CCD with very fine resolution. The students will first familiarize themselves with the basic processes of particle-matter interactions by searching for a variety of “tracks” seen in the CCD. They will then devise a clustering algorithm to reconstruct the tracks and determine the physical properties of the incident cosmic ray – its direction of arrival and the energy deposited in the detector. The ultimate goal of the lab is the measurement of the absolute flux of cosmic rays – the number of particles arriving /cm2/s/sr – and its angular dependence, which we may compare with the literature.
Cosmic Rays in a CCD
Literature
Notes with definitions and relevant calculations for the cosmic ray flux |
The Particle Data Group section on Cosmic Rays (30.1, 30.2. and 30.3) |
Slides (from Katrina Muller, UZH; in particular: dE/dX Bohr classical derivation slides 5-9, Bragg curve slides 24-25, dE/dX fluctuations slides 28-30) |
Particle tracks in a CCD (a measurement of the DAMIC experiment; the data for this lab were taken with one of their CCDs) |
Software
The following software is required for this lab. If you have already installed anaconda you may have already most of it.
Python scripts
All the files required for the lab are contained here : |
ccdlab211_recon.ipynb Read a CCD image and produce a cluster file
ccdlab211_eventdisplay.ipynb Display clusters
ccdlab211_analyse.ipynb Analyse the cluster file
ccdlab211_lib_functions.py Library with functions to read the CCD image
ccdlab211_lib_plots.py Library with functions to make plots
ccdimagelab211_1.fits one CCD image so that you can start working
You will use jupyter notebook to develop your program
CCD Data
The raw data for this lab consist of images taken with a CCD of physical dimensions 6176 pixels x 1032 pixels. Each pixel is 15 μm x 15 μm. For each image, the CCD was exposed to cosmic rays for 16.5 min.
The CCD data sample (100 images, approx 1.5 Gb) can be downloaded here
Advice for report