This commit is contained in:
gac-x11ma
2025-09-03 16:52:53 +02:00
parent 216ff1c8d5
commit 0f8956cafe
249 changed files with 9 additions and 8 deletions

0
config/AbsortionSpectrum/Co_L3_FINE.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/Co_L3_MEDIUM.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/Co_L3_coarse.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/Co_L3_savetime.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/Fe_L3_fine.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/gold.abs Executable file → Normal file
View File

0
config/AbsortionSpectrum/test.abs Executable file → Normal file
View File

0
config/ROIs/BFO_4nm.roi Executable file → Normal file
View File

0
config/ROIs/test.roi Executable file → Normal file
View File

0
config/ROIs/test2.roi Executable file → Normal file
View File

0
config/administrator.properties Executable file → Normal file
View File

0
config/config.properties Executable file → Normal file
View File

0
config/energy_scan.properties Executable file → Normal file
View File

0
config/filelisting.txt Executable file → Normal file
View File

0
config/mail.properties Executable file → Normal file
View File

0
config/metadata.json Executable file → Normal file
View File

0
config/power.properties Executable file → Normal file
View File

View File

@@ -46,7 +46,7 @@
"simpleEditor" : false,
"hideEditorLineNumbers" : false,
"hideEditorContextMenu" : false,
"consoleLocation" : "Plot",
"consoleLocation" : "Left",
"dataPanelLocation" : "Status",
"openDataFilesInDocTab" : false,
"noVariableEvaluationPropagation" : false,
@@ -58,7 +58,6 @@
"cachedDataPanel" : false,
"dataExtensions" : "log txt xml py png tif tiff mat",
"dataSubFiles" : "*",
"hideFileName" : false,
"showEmergencyStop" : false,
"showHomingButtons" : false,
"showJogButtons" : false,
@@ -114,6 +113,5 @@
}, {
"deviceClassName" : "ch.psi.pshell.device.ReadonlyRegister$ReadonlyRegisterMatrix",
"panelClassName" : "ch.psi.pshell.swing.DeviceValueChart"
} ],
"scriptPopupDialog" : "None"
} ]
}

0
config/remote.properties Executable file → Normal file
View File

0
config/scicat.properties Executable file → Normal file
View File

0
config/session_metadata.properties Executable file → Normal file
View File

View File

@@ -1,4 +1,4 @@
#Thu Aug 28 10:36:26 CEST 2025
#Wed Sep 03 16:47:25 CEST 2025
ALPHA_ID_2=0.0
AUTO_SWITCH_BEAMLINE=false
AUTO_SWITCH_SHUTTER=true

0
config/setup.properties Executable file → Normal file
View File

0
config/standard.properties Executable file → Normal file
View File

0
config/sys Executable file → Normal file
View File

0
config/tasks.properties Executable file → Normal file
View File

View File

@@ -1,4 +1,4 @@
#Mon Aug 25 11:01:59 CEST 2025
#Thu Aug 28 14:45:05 CEST 2025
DaySequentialNumber=0
FileSequentialNumber=58
LastRunDate=240407

0
devices/0000.tif.properties Executable file → Normal file
View File

0
devices/1_2_0002.tif.properties Executable file → Normal file
View File

0
devices/axis.properties Executable file → Normal file
View File

0
devices/float.tif.properties Executable file → Normal file
View File

0
devices/i344_1_0.tif.properties Executable file → Normal file
View File

0
devices/i364_0.tif.properties Executable file → Normal file
View File

0
devices/image2.properties Executable file → Normal file
View File

0
devices/int.tif.properties Executable file → Normal file
View File

0
devices/m.properties Executable file → Normal file
View File

0
devices/norm.properties Executable file → Normal file
View File

0
devices/obj_stig_a.properties Executable file → Normal file
View File

0
devices/obj_stig_b.properties Executable file → Normal file
View File

0
devices/objective.properties Executable file → Normal file
View File

0
devices/src1.properties Executable file → Normal file
View File

0
devices/src2.properties Executable file → Normal file
View File

0
plugins/Beamline.form Executable file → Normal file
View File

0
plugins/Beamline.java Executable file → Normal file
View File

View File

@@ -3,10 +3,10 @@ import ch.psi.pshell.epics.GenericChannel;
import ch.psi.pshell.swing.DevicePanel;
import ch.psi.pshell.swing.RegisterPanel;
import ch.psi.pshell.framework.Panel;
import ch.psi.pshell.framework.Setup;
import ch.psi.pshell.stripchart.StripChart;
import ch.psi.pshell.utils.State;
import java.io.File;
import java.io.IOException;
import java.util.logging.Level;
import java.util.logging.Logger;
@@ -27,6 +27,9 @@ public class Cooling extends Panel {
for (DevicePanel p : panels){
GenericChannel channel = new GenericChannel(p.getName(), p.getName());
if (Setup.isSimulation()){
channel.setSimulated();
}
if (p instanceof RegisterPanel){
channel.setPrecision(((RegisterPanel)p).getDecimals());
}
@@ -41,7 +44,7 @@ public class Cooling extends Panel {
}
panelPlot.removeAll();
panelPlot.add(StripChart.getPlotPanel(new File("/sls/X11MA/data/X11MA/strip/PEEM-Pt100.scd")));
panelPlot.add(StripChart.getPlotPanel(new File(Setup.expandPath("{home}/stripchart/PEEM-Pt100.scd"))));
}

0
plugins/DataAcquisition.form Executable file → Normal file
View File

0
plugins/DelayScan.form Executable file → Normal file
View File

0
plugins/DelayScan.java Executable file → Normal file
View File

0
plugins/DelayScanBase.form Executable file → Normal file
View File

0
plugins/DelayScanBase.java Executable file → Normal file
View File

0
plugins/Eiger.form Executable file → Normal file
View File

0
plugins/Eiger.java Executable file → Normal file
View File

0
plugins/EnergyScan.form Executable file → Normal file
View File

0
plugins/EnergyScan.java Executable file → Normal file
View File

0
plugins/EnergyScanBase.form Executable file → Normal file
View File

0
plugins/EnergyScanBase.java Executable file → Normal file
View File

0
plugins/EnergyScan_TBT.form Executable file → Normal file
View File

0
plugins/EnergyScan_TBT.java Executable file → Normal file
View File

0
plugins/OTFScanBase.form Executable file → Normal file
View File

0
plugins/OTFScanBase.java Executable file → Normal file
View File

0
plugins/Settings.form Executable file → Normal file
View File

0
plugins/Settings.java Executable file → Normal file
View File

0
plugins/Test.form Executable file → Normal file
View File

0
plugins/Test.java Executable file → Normal file
View File

0
script/Users/Cinthia/2021_june_Energy.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Cinthia/2021_june_Energy.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Cinthia/field_sweepID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Cinthia/hyst_ID2_Fe.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/Temperature_sweepID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/field_sweepID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/hyst_ID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_Al.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_Fe-one-run.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_Fe.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_Mg.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_OCr.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmcdID2_OCr_fix_drift.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmldID2_Fe.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmldID2_Mg.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Fechner/xmldID2_OCr_fix_drift.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Juraj/B_scan.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Juraj/E_scan.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Juraj/FixedE.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Juraj/Main.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/EnergyScanID1only.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/EnergyScanID2only.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/field_sweep.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/field_sweepID1.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/field_sweepID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/field_sweep_old.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/harmonic_ID1.xml Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/harmonic_ID2.xml Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/hyst_ID1.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/hyst_ID2.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/hyst_ID2_Co.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/hyst_ID2_Fe.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/test.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/test_field.py Executable file → Normal file
View File

0
script/Users/TR-TEY/Sridhar/2017/test_fieldID1.py Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More