Closedown
This commit is contained in:
@@ -14,9 +14,6 @@ FILE = 'pshell-test'
|
||||
ALPHA=0
|
||||
"""
|
||||
|
||||
FOLDER = 'XAS/20190930/o_XAS_NCM111'
|
||||
#FILE = 'o_NCM111'
|
||||
|
||||
count.initialize()
|
||||
data.initialize()
|
||||
fdata.initialize()
|
||||
@@ -155,7 +152,7 @@ try:
|
||||
if not os.path.isfile(name):
|
||||
raise Exception("Data file not found: " + name)
|
||||
|
||||
convert_file_full(name, newName)
|
||||
convert_file(name, newName)
|
||||
|
||||
plot_file(newName)
|
||||
print("Success")
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
print('test')
|
||||
print('test')
|
||||
otf(start=700, end=740, time=2, delay=10.0, mode='LINEAR', alpha = 0.0, offset=0.0, name='Test', folder='XAS/20190930/o_XAS_NCM111')
|
||||
Reference in New Issue
Block a user