diff --git a/beamtime/xanes/calib.py b/beamtime/xanes/calib.py index c1aeb5b..6817b69 100644 --- a/beamtime/xanes/calib.py +++ b/beamtime/xanes/calib.py @@ -2,6 +2,10 @@ import pandas as pd import numpy as np import os +def rbkerbest(): + print("ROSENBORG!<3") + + def split_xanes_scan(filename, destination=None): with open(filename, 'r') as f: diff --git a/beamtime/xanes/io.py b/beamtime/xanes/io.py index bf09558..e69de29 100644 --- a/beamtime/xanes/io.py +++ b/beamtime/xanes/io.py @@ -1 +0,0 @@ -df = pd.DataFrame()