This commit is contained in:
gac-x09la
2021-09-29 10:54:59 +02:00
parent 93cf20f0e3
commit fafd190723
8 changed files with 184 additions and 151 deletions
+25
View File
@@ -0,0 +1,25 @@
{
"PASSES" : 1,
"STOP" : [ 1.0 ],
"DIAGS" : [ "phi", "theta", "tilt", "x", "y", "z" ],
"PRE_ACTIONS" : {
"scienta.detectorModeDev" : "ADC",
"scienta.acquisitionModeDev" : "Fixed",
"scienta.slices" : 512,
"scienta.lensModeDev" : "Transmission",
"y" : 0.1,
"scienta.channels" : 512,
"scienta.passEnergyDev" : "20",
"scienta.energyModeDev" : "Kinetic"
},
"COMPRESSION" : true,
"SENSORS" : [ "scienta.dataMatrix", "keithley11" ],
"ZIGZAG" : true,
"SETTLING_TIME" : 0.0,
"MONITORS" : [ "current" ],
"START" : [ 0.0 ],
"RANGE" : [ null, null, null, null ],
"POSITIONERS" : [ "x" ],
"STEPS" : [ 9 ],
"SNAPS" : [ "acmi", "energy", "exit_slit", "fe_horiz_width", "fe_vert_width", "helium_valve", "master", "tcmp", "temp_boot1", "temp_boot2", "temp_cryopump", "temp_cryostat", "temp_headmech", "temp_sample1", "temp_sample2", "temp_shield" ]
}
+25
View File
@@ -0,0 +1,25 @@
{
"PASSES" : 1,
"STOP" : [ 1.0, 1.0 ],
"DIAGS" : [ "phi", "theta", "tilt", "x", "y", "z" ],
"PRE_ACTIONS" : {
"scienta.detectorModeDev" : "ADC",
"scienta.acquisitionModeDev" : "Fixed",
"scienta.slices" : 512,
"scienta.lensModeDev" : "Transmission",
"y" : 0.1,
"scienta.channels" : 512,
"scienta.passEnergyDev" : "20",
"scienta.energyModeDev" : "Kinetic"
},
"COMPRESSION" : true,
"SENSORS" : [ "scienta.dataMatrix", "keithley11" ],
"ZIGZAG" : true,
"SETTLING_TIME" : 0.0,
"MONITORS" : [ "current" ],
"START" : [ 0.0, 0.0 ],
"RANGE" : [ null, null, null, null ],
"POSITIONERS" : [ "x", "z" ],
"STEPS" : [ 3, 4 ],
"SNAPS" : [ "acmi", "energy", "exit_slit", "fe_horiz_width", "fe_vert_width", "helium_valve", "master", "tcmp", "temp_boot1", "temp_boot2", "temp_cryopump", "temp_cryostat", "temp_headmech", "temp_sample1", "temp_sample2", "temp_shield" ]
}
+24
View File
@@ -0,0 +1,24 @@
{
"PASSES" : 1,
"STOP" : [ 1.0 ],
"DIAGS" : [ "phi", "theta", "tilt", "x", "y", "z" ],
"PRE_ACTIONS" : {
"scienta.detectorModeDev" : "ADC",
"scienta.acquisitionModeDev" : "Fixed",
"scienta.slices" : 512,
"scienta.lensModeDev" : "Transmission",
"scienta.channels" : 512,
"scienta.passEnergyDev" : "20",
"scienta.energyModeDev" : "Kinetic"
},
"COMPRESSION" : true,
"SENSORS" : [ "scienta.dataMatrix", "keithley11" ],
"ZIGZAG" : true,
"SETTLING_TIME" : 0.0,
"MONITORS" : [ "current" ],
"START" : [ -1.0 ],
"RANGE" : [ null, null, null, null ],
"POSITIONERS" : [ "master" ],
"STEPS" : [ 11 ],
"SNAPS" : [ "acmi", "energy", "exit_slit", "fe_horiz_width", "fe_vert_width", "helium_valve", "master", "tcmp", "temp_boot1", "temp_boot2", "temp_cryopump", "temp_cryostat", "temp_headmech", "temp_sample1", "temp_sample2", "temp_shield" ]
}