Merge branch 'master' of https://github.uio.no/rasmusvt/beamtime
This commit is contained in:
commit
795c111807
2 changed files with 4 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
df = pd.DataFrame()
|
||||
Loading…
Add table
Add a link
Reference in a new issue