From 7b029249021630af29fd8cf30dcea7d4e322a8fa Mon Sep 17 00:00:00 2001 From: halvorhv Date: Fri, 10 Sep 2021 16:29:31 +0200 Subject: [PATCH] fikifiksi --- beamtime/xanes/calib.py | 4 ++++ beamtime/xanes/io.py | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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()