From 9777b92d16cb3a3434c43b084d88f59321567e2d Mon Sep 17 00:00:00 2001 From: tlatorre Date: Mon, 26 Nov 2018 09:53:28 -0600 Subject: update electron range tables This commit also adds a script to calculate the CSDA range for electrons from a table of the stopping power as a function of energy. We need this script since the NIST ESTAR website will only output the stopping power above a certain energy threshold (1 GeV for electrons). See https://physics.nist.gov/PhysRefData/Star/Text/ESTAR.html. --- src/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/.gitignore (limited to 'src/.gitignore') diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..2750fd2 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1 @@ +calculate-csda-range -- cgit