diff --git a/X_X12SA.json b/X_X12SA.json index e62e930..c31b95a 100644 --- a/X_X12SA.json +++ b/X_X12SA.json @@ -28,6 +28,24 @@ { "type": "separator" }, + { + "type": "title", + "text": "Optics" + }, + { + "type": "caqtdm", + "text": "Double Multilayer Mono", + "panel": "X_X12SA_OP_DMM_User.ui", + "macros": "P=X12SA-OP-DMM1", + "param": "-noMsg -attach -stylefile slses.qss" + }, + { + "type": "caqtdm", + "text": "Channelcut Mono", + "panel": "X_X12SA_OP_CCM_User.ui", + "macros": "P=X12SA-OP-CCM1", + "param": "-noMsg -attach -stylefile slses.qss" + }, { "type": "title", "text": "Special" diff --git a/X_X12SA_OP-tools.json b/X_X12SA_OP-tools.json index ba0e32a..d3eba6a 100644 --- a/X_X12SA_OP-tools.json +++ b/X_X12SA_OP-tools.json @@ -19,9 +19,18 @@ "command": "caqtdm -macro \"FILTER=X12SA-OP-FI\" X_X12SA_filterbox.ui" }, { - "type": "cmd", - "text": "Monochromator", - "command": "caqtdm X_X12SA_expert-mono.ui" + "type": "caqtdm", + "text": "Double Multilayer Mono", + "panel": "X_X12SA_OP_DMM_Axes.ui", + "macros": "IOC=X12SA-CPCL-DMM,DEV=X12SA-OP-DMM1", + "param": "-noMsg -attach -stylefile slses.qss" + }, + { + "type": "caqtdm", + "text": "Channelcut Mono", + "panel": "X_X12SA_OP_CCM_Axes.ui", + "macros": "IOC=X12SA-CPCL-CCM,DEV=X12SA-OP-CCM1", + "param": "-noMsg -attach -stylefile slses.qss" }, { "type": "caqtdm",