Skip to content
Snippets Groups Projects
Commit c0c5226d authored by Rony Kuriakose's avatar Rony Kuriakose
Browse files
parent c22692ef
No related branches found
No related tags found
1 merge request!50New Doppler OPIs
<?xml version="1.0" encoding="UTF-8"?>
<display version="2.0.0">
<width>360</width>
<height>260</height>
<background_color>
<color red="220" green="225" blue="221" alpha="0">
</color>
</background_color>
<widget type="rectangle" version="2.0.0">
<name>Background</name>
<class>GROUP</class>
<width>360</width>
<height>260</height>
<line_width>2</line_width>
<line_color use_class="true">
<color name="GROUP-BORDER" red="150" green="155" blue="151">
</color>
</line_color>
<background_color use_class="true">
<color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
</color>
</background_color>
<corner_width>10</corner_width>
<corner_height>10</corner_height>
</widget>
<widget type="label" version="2.0.0">
<name>Title</name>
<class>GROUP-TITLE</class>
<text>$(TITLE)</text>
<width>360</width>
<height use_class="true">30</height>
<font use_class="true">
<font name="Header 2" family="Source Sans Pro" style="BOLD_ITALIC" size="21.0">
</font>
</font>
<foreground_color use_class="true">
<color name="GROUP-TEXT" red="25" green="25" blue="25">
</color>
</foreground_color>
<horizontal_alignment use_class="true">1</horizontal_alignment>
<vertical_alignment use_class="true">1</vertical_alignment>
<wrap_words use_class="true">false</wrap_words>
</widget>
<widget type="label" version="2.0.0">
<name>Peak number</name>
<text>Peak number:</text>
<x>20</x>
<y>50</y>
<height>30</height>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="spinner" version="2.0.0">
<name>Peak number</name>
<pv_name>$(P)$(R)PeakNum</pv_name>
<x>130</x>
<y>50</y>
<height>30</height>
</widget>
<widget type="label" version="2.0.0">
<name>Amplitude</name>
<text>Amplitude:</text>
<x>20</x>
<y>90</y>
<height>30</height>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="textentry" version="3.0.0">
<name>Initial amplitude</name>
<x>130</x>
<y>90</y>
<height>30</height>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakAmplitude'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Fitted amplitude</name>
<x>240</x>
<y>90</y>
<height>30</height>
<vertical_alignment>1</vertical_alignment>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakAmplitudeActual'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="label" version="2.0.0">
<name>Mu</name>
<text>Mu:</text>
<x>20</x>
<y>130</y>
<height>30</height>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="textentry" version="3.0.0">
<name>Initial mu</name>
<x>130</x>
<y>130</y>
<height>30</height>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakMu'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Fitted mu</name>
<x>240</x>
<y>130</y>
<height>30</height>
<vertical_alignment>1</vertical_alignment>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakMuActual'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="label" version="2.0.0">
<name>Sigma</name>
<text>Sigma:</text>
<x>20</x>
<y>170</y>
<height>30</height>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="textentry" version="3.0.0">
<name>Initial sigma</name>
<x>130</x>
<y>170</y>
<height>30</height>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakSigma'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Fitted sigma</name>
<x>240</x>
<y>170</y>
<height>30</height>
<vertical_alignment>1</vertical_alignment>
<rules>
<rule name="Update pv_name" prop_id="pv_name" out_exp="true">
<exp bool_exp="true">
<expression>pvStr0+'FIT'+pvStr1+'-'+pvStr2+'-PeakSigmaActual'</expression>
</exp>
<pv_name trigger="false">loc://prefix</pv_name>
<pv_name>$(P)NumOfPeaks</pv_name>
<pv_name>$(P)$(R)PeakNum</pv_name>
</rule>
</rules>
</widget>
<widget type="label" version="2.0.0">
<name>Fraction</name>
<text>Fraction:</text>
<x>20</x>
<y>210</y>
<height>30</height>
<horizontal_alignment>2</horizontal_alignment>
<vertical_alignment>1</vertical_alignment>
</widget>
<widget type="textupdate" version="2.0.0">
<name>Fraction</name>
<pv_name>$(P)$(R)Frac</pv_name>
<x>130</x>
<y>210</y>
<width>210</width>
<height>30</height>
<vertical_alignment>1</vertical_alignment>
</widget>
</display>
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<!--Saved on 2023-08-09 11:21:12 by rony kuriakose-->
<display version="2.0.0">
<macros>
<P>LEBT-010:PBI-Dpl-001:</P>
</macros>
<width>820</width>
<height>210</height>
<widget type="rectangle" version="2.0.0">
<name>Title bar</name>
<class>TITLE-BAR</class>
<x use_class="true">0</x>
<y use_class="true">0</y>
<width>820</width>
<height use_class="true">50</height>
<line_width use_class="true">0</line_width>
<background_color use_class="true">
<color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
</color>
</background_color>
</widget>
<widget type="label" version="2.0.0">
<name>Title</name>
<class>TITLE</class>
<text>Doppler Shift Monitor</text>
<x use_class="true">20</x>
<y use_class="true">0</y>
<width>780</width>
<height use_class="true">50</height>
<font use_class="true">
<font name="Header 1" family="Source Sans Pro" style="BOLD_ITALIC" size="36.0">
</font>
</font>
<foreground_color use_class="true">
<color name="HEADER-TEXT" red="0" green="0" blue="0">
</color>
</foreground_color>
<transparent use_class="true">true</transparent>
<horizontal_alignment use_class="true">0</horizontal_alignment>
<vertical_alignment use_class="true">1</vertical_alignment>
<wrap_words use_class="true">false</wrap_words>
</widget>
<widget type="rectangle" version="2.0.0">
<name>Background</name>
<class>GROUP</class>
<x>20</x>
<y>70</y>
<width>780</width>
<height>120</height>
<line_width>2</line_width>
<line_color use_class="true">
<color name="GROUP-BORDER" red="150" green="155" blue="151">
</color>
</line_color>
<background_color use_class="true">
<color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
</color>
</background_color>
<corner_width>10</corner_width>
<corner_height>10</corner_height>
</widget>
<widget type="action_button" version="3.0.0">
<name>Main</name>
<actions>
<action type="open_display">
<file>dsm_main.bob</file>
<target>tab</target>
</action>
</actions>
<text>Main</text>
<x>40</x>
<y>90</y>
<width>220</width>
<height>80</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Camera</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADAndor/andorApp/op/bob/Andor.bob</file>
<macros>
<R>CAM-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Camera</text>
<x>280</x>
<y>90</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Spectograph</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADAndor/andorApp/op/bob/Shamrock.bob</file>
<macros>
<R>SPECT-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Spectrograph</text>
<x>280</x>
<y>120</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Fit</name>
<actions>
<action type="open_display">
<file>admisc/bob/NDFits.bob</file>
<macros>
<R>FIT1-</R>
</macros>
<target>tab</target>
<description>FIT1</description>
</action>
<action type="open_display">
<file>admisc/bob/NDFits.bob</file>
<macros>
<R>FIT2-</R>
</macros>
<target>tab</target>
<description>FIT2</description>
</action>
<action type="open_display">
<file>admisc/bob/NDFits.bob</file>
<macros>
<R>FIT3-</R>
</macros>
<target>tab</target>
<description>FIT3</description>
</action>
<action type="open_display">
<file>admisc/bob/NDFits.bob</file>
<macros>
<R>FIT4-</R>
</macros>
<target>tab</target>
<description>FIT4</description>
</action>
</actions>
<text>Fit (fix me)</text>
<x>280</x>
<y>150</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Motion</name>
<actions>
<action type="open_display">
<file>ecmcgeneralopi/ecmcOneAxisOperator.bob</file>
<macros>
<M>Mtr</M>
<P>LEBT-010:PBI-DPLA-001:</P>
<R>$(M)-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Motion</text>
<x>410</x>
<y>90</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Temperature</name>
<actions>
<action type="open_display">
<file>ecmcgeneralopi/ecmcEL3314.bob</file>
<macros>
<N1>#m0s003-AI01</N1>
<N2>#m0s003-AI02</N2>
<N3>#m0s003-AI03</N3>
<N4>#m0s003-AI04</N4>
<P>PBI-DPL01:Ctrl-ECAT-100:</P>
</macros>
<target>tab</target>
</action>
</actions>
<text>Temperature</text>
<x>410</x>
<y>120</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Timing</name>
<actions>
<action type="open_display">
<file>/opt/opis/10-Engineer/10-ACC/999-Tim/99-Shared/evr-mtca-300u.bob</file>
<macros>
<EVR>Doppler</EVR>
<P>PBI-DPL01:Ctrl-EVR-101:</P>
<R></R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Timing</text>
<x>410</x>
<y>150</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Image</name>
<actions>
<action type="open_display">
<file>admisc/bob/NDImage.bob</file>
<macros>
<R>IMG-</R>
<ST>STAT-</ST>
</macros>
<target>tab</target>
</action>
</actions>
<text>Image (fix me)</text>
<x>540</x>
<y>90</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>ROI</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADCore/ADApp/op/bob/NDROI.bob</file>
<macros>
<R>ROI-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>ROI</text>
<x>540</x>
<y>120</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Process</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADCore/ADApp/op/bob/NDProcess.bob</file>
<macros>
<R>PROC-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Process</text>
<x>540</x>
<y>150</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Trace</name>
<actions>
<action type="open_display">
<file>admisc/bob/NDTrace.bob</file>
<macros>
<R>TRC-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Trace (fix me)</text>
<x>670</x>
<y>90</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>Statistics</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADCore/ADApp/op/bob/NDStats.bob</file>
<macros>
<R>STAT-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>Statistics</text>
<x>670</x>
<y>120</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
<widget type="action_button" version="3.0.0">
<name>HDF5</name>
<actions>
<action type="open_display">
<file>areadetector-ess-opis/ADCore/ADApp/op/bob/NDFileHDF5.bob</file>
<macros>
<R>HDF-</R>
</macros>
<target>tab</target>
</action>
</actions>
<text>HDF5</text>
<x>670</x>
<y>150</y>
<width>110</width>
<height>20</height>
<tooltip>$(actions)</tooltip>
</widget>
</display>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment