Fixing another lint problem
This commit is contained in:
parent
67ba03dc0c
commit
4b74ea4592
1 changed files with 3 additions and 9 deletions
|
|
@ -2,9 +2,9 @@ import pandas as pd
|
|||
import numpy as np
|
||||
import os
|
||||
import matplotlib.pyplot as plt
|
||||
import beamtime.auxillary as aux
|
||||
import beamtime.xanes as xas
|
||||
import beamtime.xanes.io as io
|
||||
import nafuma.auxillary as aux
|
||||
import nafuma.xanes as xas
|
||||
import nafuma.xanes.io as io
|
||||
def rbkerbest():
|
||||
print("ROSENBORG!<3")
|
||||
|
||||
|
|
@ -24,7 +24,6 @@ def finding_edge(df):
|
|||
edge='Ni'
|
||||
return(edge)
|
||||
|
||||
<<<<<<< HEAD:beamtime/xanes/calib.py
|
||||
#def pre_edge_subtraction(df,filenames, options={}):
|
||||
def test(innmat):
|
||||
df_test= xas.io.put_in_dataframe(innmat)
|
||||
|
|
@ -41,11 +40,6 @@ def pre_edge_subtraction(path, options={}):
|
|||
filenames = xas.io.get_filenames(path)
|
||||
df= xas.io.put_in_dataframe(path)
|
||||
edge=finding_edge(df)
|
||||
=======
|
||||
def split_xanes_scan(filename, destination=None, replace=False):
|
||||
#root is the path to the beamtime-folder
|
||||
#destination should be the path to the processed data
|
||||
>>>>>>> master:nafuma/xanes/calib.py
|
||||
|
||||
#Defining the end of the region used to define the background, thus start of the edge
|
||||
#implement widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue