Closedown

This commit is contained in:
gac-x11ma
2019-10-04 22:43:49 +02:00
parent d3fa2f131a
commit a5d68b9859
2 changed files with 3 additions and 5 deletions
+1 -4
View File
@@ -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")
+2 -1
View File
@@ -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')