This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#Tue Jan 14 17:13:08 CET 2020
|
||||
FileSequentialNumber=86
|
||||
#Wed Jan 15 09:15:11 CET 2020
|
||||
FileSequentialNumber=88
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
#Mon Jan 13 16:25:54 CET 2020
|
||||
colormapLogarithmic=false
|
||||
spatialCalScaleX=NaN
|
||||
spatialCalScaleY=NaN
|
||||
rescaleOffset=0.0
|
||||
roiWidth=-1
|
||||
colormap=Flame
|
||||
invert=false
|
||||
colormapMin=2.906652671323E9
|
||||
rotationCrop=false
|
||||
roiHeight=-1
|
||||
colormapAutomatic=false
|
||||
roiY=0
|
||||
roiX=0
|
||||
#Wed Jan 15 09:14:50 CET 2020
|
||||
spatialCalOffsetY=NaN
|
||||
spatialCalOffsetX=NaN
|
||||
colormapLogarithmic=false
|
||||
scale=1.0
|
||||
grayscale=false
|
||||
colormapMax=3.808717293458E9
|
||||
spatialCalScaleX=NaN
|
||||
spatialCalScaleY=NaN
|
||||
colormapMax=3300.457
|
||||
rescaleOffset=0.0
|
||||
roiWidth=-1
|
||||
colormap=Grayscale
|
||||
invert=false
|
||||
colormapMin=0.0
|
||||
rotationCrop=false
|
||||
rotation=0.0
|
||||
rescaleFactor=1.0
|
||||
spatialCalUnits=null
|
||||
flipVertically=false
|
||||
roiHeight=-1
|
||||
flipHorizontally=false
|
||||
colormapAutomatic=false
|
||||
roiY=0
|
||||
roiX=0
|
||||
transpose=false
|
||||
|
||||
@@ -41,8 +41,8 @@ if METHOD == "Two_Energies":
|
||||
for en in [ENERGY_1, ENERGY_2]:
|
||||
if en < 89.9 or en > 2000:
|
||||
raise Exception("Bad energy argument")
|
||||
|
||||
set_exec_pars(path= path, format="txt", layout="table", open=True)
|
||||
path = "{data}/{year}_{month}/{date}" + "/" + METHOD + "_{seq}%03d"
|
||||
path = "{data}/{year}_{month}/{date}" + "/" + METHOD + "_{seq}%03d"
|
||||
data_path = get_context().setup.expandPath(path)
|
||||
#get_context().incrementFileSequentialNumber()
|
||||
|
||||
Reference in New Issue
Block a user