fikifiksi
This commit is contained in:
parent
bd3ca65827
commit
7b02924902
2 changed files with 4 additions and 1 deletions
|
|
@ -2,6 +2,10 @@ import pandas as pd
|
||||||
import numpy as np
|
import numpy as np
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
def rbkerbest():
|
||||||
|
print("ROSENBORG!<3")
|
||||||
|
|
||||||
|
|
||||||
def split_xanes_scan(filename, destination=None):
|
def split_xanes_scan(filename, destination=None):
|
||||||
|
|
||||||
with open(filename, 'r') as f:
|
with open(filename, 'r') as f:
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
df = pd.DataFrame()
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue