53 lines
2.7 KiB
JSON
Executable File
53 lines
2.7 KiB
JSON
Executable File
{
|
|
"menuFlags":{
|
|
"hasFile": 0,
|
|
"loadInitFile": 0,
|
|
"hasDaq": 0,
|
|
"hasH5": 1,
|
|
"hasEpics": 1
|
|
},
|
|
"hdf": {
|
|
"destination" : "./"
|
|
},
|
|
"SLS" : ["Injector", "Booster", "Ring"],
|
|
"SLS2" : {"test": ["Injector", "Booster", "Ring"]},
|
|
"QTabViking":{
|
|
"Vikings": {
|
|
"radiobutton" : {"data":{ "widget": "QRadioButton", "text" : "Radio Gaga", "value": ["This", "That", "The Other"], "startIdx": 1}},
|
|
"readonly" : {"data":{ "widget": "QLineRead", "text" :"ReadOnly:", "value" : "input"}},
|
|
"npts" : {"data":{ "widget": "QLineEdit", "text" :"No Events:", "value" : 22, "min": 0.01, "max": 0.99}},
|
|
"nspins" : {"data":{ "widget": "QSpinBox", "text" : "No. Points:", "min": 1, "max": 10, "step": 1,"value": 1 }},
|
|
"ndspins" : {"data":{ "widget": "QDoubleSpinBox", "text" : "No. Points:", "min": 1, "max": 10.0, "step": 0.1,"value": 1.5 }},
|
|
"facility": {"data" : {"widget": "QComboBox", "text" : "Facility:", "link": ["SLS2", "test"],"layout" : "Horizontal"}},
|
|
"checkbox" : {"data":{ "widget": "QCheckBox", "orientation" : "Qt.LeftToRight", "text" : "Checkbox", "value" : 1}}
|
|
},
|
|
"Saxons": {
|
|
"nevents" : {"data":{ "widget": "QLineEdit", "text" :"No. Iterations:", "value" : 33}},
|
|
"niter" : {"data":{ "widget": "QSpinBox", "text" : "Step size:", "min": 1, "max": 10, "step": 1,"value": 1 }}
|
|
}
|
|
},
|
|
|
|
"Parameters":{
|
|
"maxmin" : {"flag" : 1, "data":{ "widget": "QRadioButton", "text" : "", "value": ["Maximize", "Minimize" ]}},
|
|
"facility": {"flag": 0, "data" : {"widget": "QComboBox", "text" : "Facility:",
|
|
"link": ["SLS"],"layout" : "Horizontal"}},
|
|
"N_events" : {"flag" : 1, "data":{ "widget": "QLineEdit", "text" : "No. events: ", "value": 2 }},
|
|
"N_points" : {"flag" : 1, "data":{ "widget": "QSpinBox", "text" : "No. points:", "min": 1, "max": 10, "step": 1,"value": 1 }},
|
|
"drawLine" : {"flag" : 0, "data":{ "widget": "QHLine", "text" : "None", "value" : "None"}},
|
|
"checkbox" : {"flag" : 1, "data":{ "widget": "QCheckBox", "orientation" : "Qt.LeftToRight",
|
|
"text" : " Checkbox", "value" : 1}},
|
|
"drawLine2" : {"flag" : 0, "data":{ "widget": "QHLine", "text" : "None", "value" : "None"}},
|
|
"qtabdata" : {"flag" : 1, "data":{ "widget": "QTabWidget", "text" : "Measurement: ", "value" : 0, "link" : "QTabViking", "color" : ["#0080aa", "#0000ff"]}}
|
|
|
|
},
|
|
"Expert":{
|
|
"debug": {"flag" : 1, "data":{ "widget": "None", "text" : "Debug", "value" : 0}},
|
|
"simulation": {"flag" : 1, "data":{ "widget": "None", "text" : "Simulation", "value" : 0}}
|
|
},
|
|
"GUI": {
|
|
"resultsTabTitle" : "Results",
|
|
"subResultsTabTitle" : ["Plots", "Plot-2"],
|
|
"resultsSeq" : [10, 1]
|
|
}
|
|
}
|