#!/bin/bash

echo "Benchmark calculations for 133I decay"
cp ./bench/I133.txt .
betashape I133.txt -csv

echo "Benchmark calculations for 130Cs decay"
cp ./bench/Cs130.txt .
betashape Cs130.txt -csv

echo "Benchmark calculations for 40K decay"
cp ./bench/K40.txt .
betashape K40.txt -csv

echo "Benchmark calculations for 205Pb decay"
cp ./bench/Pb205.txt .
betashape Pb205.txt -csv

echo "Checking differences with benchmarked files"
mydiff

