Closedown
This commit is contained in:
@@ -162,6 +162,7 @@ public class PhotonEnergy extends Panel {
|
||||
args.put("VECTOR", getVector());
|
||||
args.put("LATENCY", (Double) spinnerLatency.getValue());
|
||||
args.put("MODE", radioSwept.isSelected() ? "swept" :"fixed");
|
||||
args.put("TYPE", radioCis.isSelected() ? "CIS" :"CFS");
|
||||
args.put("STEP", (Double) spinnerStep.getValue());
|
||||
runAsync("PhotonEnergy", args);
|
||||
running = true;
|
||||
|
||||
Reference in New Issue
Block a user