# creates: volume.csv, B.csv, Bp.csv,  Pt.png
from runpy import run_path

run_path('calculate.py')
run_path('fit.py')
run_path('tables.py')
