diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000000000000000000000000000000000000..7c35cb82ec56619856fb825f50009c1b22909731
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,9 @@
+[submodule "99-Shared/areadetector-ess-opis"]
+	path = 99-Shared/areadetector-ess-opis
+	url = https://gitlab.esss.lu.se/icshwi/areadetector-ess-opis.git
+[submodule "99-Shared/ecmcgeneralopi"]
+	path = 99-Shared/ecmcgeneralopi
+	url = https://gitlab.esss.lu.se/icshwi/ecmcgeneralopi.git
+[submodule "99-Shared/admisc"]
+	path = 99-Shared/admisc
+	url = https://gitlab.esss.lu.se/beam-diagnostics/bde/modules/admisc.git
diff --git a/10-Top/dpl/dsm_hydrogen.bob b/10-Top/dpl/dsm_hydrogen.bob
new file mode 100644
index 0000000000000000000000000000000000000000..13d743631ffa3b10e57a310a8df90fc601b51619
--- /dev/null
+++ b/10-Top/dpl/dsm_hydrogen.bob
@@ -0,0 +1,204 @@
+<?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>
diff --git a/10-Top/dpl/dsm_main.bob b/10-Top/dpl/dsm_main.bob
new file mode 100644
index 0000000000000000000000000000000000000000..f7aef2aaebf18a48cd65218823ff393b2177d168
--- /dev/null
+++ b/10-Top/dpl/dsm_main.bob
@@ -0,0 +1,1390 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<display version="2.0.0">
+  <name>LEBT DSM</name>
+  <width>1670</width>
+  <height>1310</height>
+  <rules>
+    <rule name="New Rule" prop_id="name" out_exp="false">
+      <pv_name>loc://prefix("$(P)")</pv_name>
+    </rule>
+  </rules>
+  <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>1670</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>1630</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="group" version="2.0.0">
+    <name>Andor</name>
+    <x>20</x>
+    <y>70</y>
+    <width>470</width>
+    <height>420</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>470</width>
+      <height>420</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>Andor detector</text>
+      <width>470</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>Sensor size</name>
+      <text>Sensor size:</text>
+      <x>20</x>
+      <y>50</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Sensor width</name>
+      <pv_name>$(P)CAM-MaxSizeX_RBV</pv_name>
+      <x>240</x>
+      <y>50</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>280</x>
+      <y>50</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Sensor heigth</name>
+      <pv_name>$(P)CAM-MaxSizeY_RBV</pv_name>
+      <x>300</x>
+      <y>50</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Image size</name>
+      <text>Image size:</text>
+      <x>20</x>
+      <y>90</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Image width</name>
+      <pv_name>$(P)CAM-ArraySizeX_RBV</pv_name>
+      <x>240</x>
+      <y>90</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>280</x>
+      <y>90</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Image weigth</name>
+      <pv_name>$(P)CAM-ArraySizeY_RBV</pv_name>
+      <x>300</x>
+      <y>90</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Gain</name>
+      <text>Preamp gain:</text>
+      <x>20</x>
+      <y>130</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Gain</name>
+      <pv_name>$(P)CAM-AndorPreAmpGain_RBV</pv_name>
+      <x>240</x>
+      <y>130</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Speed</name>
+      <text>ADC speed:</text>
+      <x>20</x>
+      <y>170</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Speed</name>
+      <pv_name>$(P)CAM-AndorADCSpeed_RBV</pv_name>
+      <x>240</x>
+      <y>170</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Camera status</name>
+      <text>Detector status:</text>
+      <x>20</x>
+      <y>210</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Camera status</name>
+      <pv_name>$(P)CAM-DetectorState_RBV</pv_name>
+      <x>240</x>
+      <y>210</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Counter</name>
+      <text>Image counter:</text>
+      <x>20</x>
+      <y>250</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Counter</name>
+      <pv_name>$(P)CAM-ArrayCounter_RBV</pv_name>
+      <x>240</x>
+      <y>250</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Counter reset</name>
+      <actions>
+        <action type="write_pv">
+          <pv_name>$(P)CAM-ArrayCounter</pv_name>
+          <value>0</value>
+        </action>
+      </actions>
+      <text>Reset</text>
+      <x>350</x>
+      <y>250</y>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Cooler status</name>
+      <text>Cooler status:</text>
+      <x>20</x>
+      <y>290</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Cooler status</name>
+      <pv_name>$(P)CAM-AndorCooler_RBV</pv_name>
+      <x>240</x>
+      <y>290</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Temperature</name>
+      <text>Temperature reading:</text>
+      <x>20</x>
+      <y>330</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Temeprature</name>
+      <pv_name>$(P)CAM-TemperatureActual</pv_name>
+      <x>240</x>
+      <y>330</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Temperature status</name>
+      <text>Temperature status:</text>
+      <x>20</x>
+      <y>370</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Temperature status</name>
+      <pv_name>$(P)CAM-AndorTempStatus_RBV</pv_name>
+      <x>240</x>
+      <y>370</y>
+      <width>210</width>
+      <height>30</height>
+      <format>6</format>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Shamrock</name>
+    <x>20</x>
+    <y>510</y>
+    <width>470</width>
+    <height>220</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>470</width>
+      <height>220</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>Shamrock spectrograph</text>
+      <width>470</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>Gap</name>
+      <text>Slit gap (µm):</text>
+      <x>20</x>
+      <y>50</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Gap</name>
+      <pv_name>$(P)SPECT-SlitSize1</pv_name>
+      <x>240</x>
+      <y>50</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Gap RB</name>
+      <pv_name>$(P)SPECT-SlitSize1_RBV</pv_name>
+      <x>350</x>
+      <y>50</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>WL</name>
+      <text>Grating wavelength (nm):</text>
+      <x>20</x>
+      <y>90</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>WL</name>
+      <pv_name>$(P)SPECT-Wavelength</pv_name>
+      <x>240</x>
+      <y>90</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>WL RB</name>
+      <pv_name>$(P)SPECT-Wavelength_RBV</pv_name>
+      <x>350</x>
+      <y>90</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Min WL</name>
+      <text>Min. wavelength (nm):</text>
+      <x>20</x>
+      <y>130</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Min WL</name>
+      <pv_name>$(P)SPECT-MinWavelength</pv_name>
+      <x>240</x>
+      <y>130</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Max WL</name>
+      <text>Max. wavelength (nm):</text>
+      <x>20</x>
+      <y>170</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Max WL</name>
+      <pv_name>$(P)SPECT-MaxWavelength</pv_name>
+      <x>240</x>
+      <y>170</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Settings</name>
+    <x>20</x>
+    <y>750</y>
+    <width>470</width>
+    <height>340</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>470</width>
+      <height>340</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>Settings</text>
+      <width>470</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>Time</name>
+      <text>Exposure time (s):</text>
+      <x>20</x>
+      <y>50</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Time</name>
+      <pv_name>$(P)CAM-AcquireTime</pv_name>
+      <x>240</x>
+      <y>50</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Time RB</name>
+      <pv_name>$(P)CAM-AcquireTime_RBV</pv_name>
+      <x>350</x>
+      <y>50</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Delay</name>
+      <text>Trigger delay (µs):</text>
+      <x>20</x>
+      <y>90</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Delay</name>
+      <pv_name>$(EVR)DlyGen0-Delay-SP</pv_name>
+      <x>240</x>
+      <y>90</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Delay RB</name>
+      <pv_name>$(EVR)DlyGen0-Delay-RB</pv_name>
+      <x>350</x>
+      <y>90</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Filter strength</name>
+      <text>Num of images on avg filter:</text>
+      <x>20</x>
+      <y>140</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Filter strength</name>
+      <pv_name>$(P)PROC-NumFilter</pv_name>
+      <x>240</x>
+      <y>140</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Filter strength RB</name>
+      <pv_name>$(P)PROC-NumFilter_RBV</pv_name>
+      <x>350</x>
+      <y>140</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>ROI start</name>
+      <text>Fitting region start:</text>
+      <x>20</x>
+      <y>210</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI start x RB</name>
+      <pv_name>$(P)ROI-MinX_RBV</pv_name>
+      <x>240</x>
+      <y>210</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>280</x>
+      <y>210</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI start y RB</name>
+      <pv_name>$(P)ROI-MinY_RBV</pv_name>
+      <x>300</x>
+      <y>210</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>ROI size</name>
+      <text>Fitting region size:</text>
+      <x>20</x>
+      <y>250</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI size x RB</name>
+      <pv_name>$(P)ROI-SizeX_RBV</pv_name>
+      <x>240</x>
+      <y>250</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>280</x>
+      <y>250</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI size y RB</name>
+      <pv_name>$(P)ROI-SizeY_RBV</pv_name>
+      <x>300</x>
+      <y>250</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>ROI bin</name>
+      <text>Fitting region binning:</text>
+      <x>20</x>
+      <y>290</y>
+      <width>210</width>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>ROI bin x</name>
+      <pv_name>$(P)ROI-BinX</pv_name>
+      <x>240</x>
+      <y>290</y>
+      <width>40</width>
+      <height>30</height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>280</x>
+      <y>290</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>ROI bin y</name>
+      <pv_name>$(P)ROI-BinY</pv_name>
+      <x>300</x>
+      <y>290</y>
+      <width>40</width>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI bin x RB</name>
+      <pv_name>$(P)ROI-BinX_RBV</pv_name>
+      <x>350</x>
+      <y>290</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>x</name>
+      <text>x</text>
+      <x>390</x>
+      <y>290</y>
+      <width>20</width>
+      <height>30</height>
+      <horizontal_alignment>1</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>ROI bin y RB</name>
+      <pv_name>$(P)ROI-BinY_RBV</pv_name>
+      <x>410</x>
+      <y>290</y>
+      <width>40</width>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Motion</name>
+    <x>20</x>
+    <y>1110</y>
+    <width>470</width>
+    <height>180</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>470</width>
+      <height>180</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>Motion</text>
+      <width>470</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>
+  <widget type="group" version="2.0.0">
+    <name>Image</name>
+    <x>510</x>
+    <y>70</y>
+    <width>1140</width>
+    <height>420</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>1140</width>
+      <height>420</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>Image</text>
+      <width>1140</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="image" version="2.0.0">
+      <name>Image</name>
+      <pv_name>$(P)IMG-ArrayData</pv_name>
+      <x>20</x>
+      <y>50</y>
+      <width>1095</width>
+      <height>288</height>
+      <x_axis>
+        <visible>true</visible>
+        <title></title>
+        <minimum>0.0</minimum>
+        <maximum>100.0</maximum>
+        <title_font>
+          <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+          </font>
+        </title_font>
+        <scale_font>
+          <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+          </font>
+        </scale_font>
+      </x_axis>
+      <y_axis>
+        <visible>true</visible>
+        <title></title>
+        <minimum>0.0</minimum>
+        <maximum>100.0</maximum>
+        <title_font>
+          <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+          </font>
+        </title_font>
+        <scale_font>
+          <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+          </font>
+        </scale_font>
+      </y_axis>
+      <rules>
+        <rule name="data width" prop_id="data_width" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)IMG-ArraySize0_RBV</pv_name>
+        </rule>
+        <rule name="x axis" prop_id="x_axis.maximum" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)IMG-ArraySize0_RBV</pv_name>
+        </rule>
+        <rule name="data height" prop_id="data_height" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)IMG-ArraySize1_RBV</pv_name>
+        </rule>
+        <rule name="y axis" prop_id="y_axis.maximum" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)IMG-ArraySize1_RBV</pv_name>
+        </rule>
+        <rule name="minimum" prop_id="minimum" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)STAT-MinValue_RBV</pv_name>
+        </rule>
+        <rule name="maximum" prop_id="maximum" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pv0</expression>
+          </exp>
+          <pv_name>$(P)STAT-MaxValue_RBV</pv_name>
+        </rule>
+      </rules>
+      <interpolation>0</interpolation>
+      <rois>
+        <roi>
+          <name>Fitting Region</name>
+          <color>
+            <color red="255" green="0" blue="0">
+            </color>
+          </color>
+          <visible>true</visible>
+          <interactive>true</interactive>
+          <x_pv>$(P)ROI-MinX</x_pv>
+          <y_pv>$(P)ROI-MinY</y_pv>
+          <width_pv>$(P)ROI-SizeX</width_pv>
+          <height_pv>$(P)ROI-SizeY</height_pv>
+          <file></file>
+        </roi>
+      </rois>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Min</name>
+      <text>Min. value:</text>
+      <x>20</x>
+      <y>360</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Min</name>
+      <pv_name>$(P)STAT-MinValue_RBV</pv_name>
+      <x>130</x>
+      <y>360</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Max</name>
+      <text>Max. value:</text>
+      <x>240</x>
+      <y>360</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Max</name>
+      <pv_name>$(P)STAT-MaxValue_RBV</pv_name>
+      <x>350</x>
+      <y>360</y>
+      <height>30</height>
+      <vertical_alignment>1</vertical_alignment>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Save</name>
+      <actions>
+        <action type="open_display">
+          <file>../../99-Shared/areadetector-ess-opis/ADCore/ADApp/op/bob/NDFileHDF5.bob</file>
+          <macros>
+            <R>HDF-</R>
+          </macros>
+          <target>tab</target>
+        </action>
+      </actions>
+      <text>Save</text>
+      <x>765</x>
+      <y>360</y>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Start</name>
+      <actions>
+        <action type="write_pv">
+          <pv_name>$(P)CAM-Acquire</pv_name>
+          <value>1</value>
+        </action>
+      </actions>
+      <text>Start</text>
+      <x>905</x>
+      <y>360</y>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Stop</name>
+      <actions>
+        <action type="write_pv">
+          <pv_name>$(P)CAM-Acquire</pv_name>
+          <value>0</value>
+        </action>
+      </actions>
+      <text>Stop</text>
+      <x>1015</x>
+      <y>360</y>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+  </widget>
+  <widget type="group" version="2.0.0">
+    <name>Fit</name>
+    <x>510</x>
+    <y>510</y>
+    <width>1140</width>
+    <height>780</height>
+    <style>3</style>
+    <widget type="rectangle" version="2.0.0">
+      <name>Background</name>
+      <class>GROUP</class>
+      <width>1140</width>
+      <height>780</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>Fitting</text>
+      <width>1140</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="xyplot" version="2.0.0">
+      <name>Plot</name>
+      <x>20</x>
+      <y>50</y>
+      <width>1090</width>
+      <show_toolbar>true</show_toolbar>
+      <rules>
+        <rule name="Update trace[0] y_pv" prop_id="traces[0].y_pv" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pvStr0+'FIT'+pvStr1+'-Y_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+        <rule name="Update trace[0] y_pv" prop_id="traces[1].y_pv" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pvStr0+'FIT'+pvStr1+'-Fit_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+      <x_axis>
+        <title></title>
+        <autoscale>true</autoscale>
+        <log_scale>false</log_scale>
+        <minimum>0.0</minimum>
+        <maximum>100.0</maximum>
+        <show_grid>true</show_grid>
+        <title_font>
+          <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+          </font>
+        </title_font>
+        <scale_font>
+          <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+          </font>
+        </scale_font>
+        <visible>true</visible>
+      </x_axis>
+      <y_axes>
+        <y_axis>
+          <title></title>
+          <autoscale>true</autoscale>
+          <log_scale>false</log_scale>
+          <minimum>0.0</minimum>
+          <maximum>100.0</maximum>
+          <show_grid>true</show_grid>
+          <title_font>
+            <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
+            </font>
+          </title_font>
+          <scale_font>
+            <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
+            </font>
+          </scale_font>
+          <visible>true</visible>
+        </y_axis>
+      </y_axes>
+      <traces>
+        <trace>
+          <name>Original</name>
+          <x_pv></x_pv>
+          <y_pv></y_pv>
+          <err_pv></err_pv>
+          <axis>0</axis>
+          <trace_type>1</trace_type>
+          <color>
+            <color red="0" green="0" blue="255">
+            </color>
+          </color>
+          <line_width>1</line_width>
+          <line_style>0</line_style>
+          <point_type>0</point_type>
+          <point_size>10</point_size>
+          <visible>true</visible>
+        </trace>
+        <trace>
+          <name>Fitted</name>
+          <x_pv></x_pv>
+          <y_pv></y_pv>
+          <err_pv></err_pv>
+          <axis>0</axis>
+          <trace_type>1</trace_type>
+          <color>
+            <color red="255" green="0" blue="0">
+            </color>
+          </color>
+          <line_width>1</line_width>
+          <line_style>0</line_style>
+          <point_type>0</point_type>
+          <point_size>10</point_size>
+          <visible>true</visible>
+        </trace>
+      </traces>
+    </widget>
+    <widget type="embedded" version="2.0.0">
+      <name>H1</name>
+      <macros>
+        <R>H1</R>
+        <TITLE>H+</TITLE>
+      </macros>
+      <file>dsm_hydrogen.bob</file>
+      <x>20</x>
+      <y>370</y>
+      <width>360</width>
+      <height>260</height>
+      <resize>2</resize>
+    </widget>
+    <widget type="embedded" version="2.0.0">
+      <name>H2</name>
+      <macros>
+        <R>H2</R>
+        <TITLE>H2+</TITLE>
+      </macros>
+      <file>dsm_hydrogen.bob</file>
+      <x>385</x>
+      <y>370</y>
+      <width>360</width>
+      <height>260</height>
+      <resize>2</resize>
+    </widget>
+    <widget type="embedded" version="2.0.0">
+      <name>H3</name>
+      <macros>
+        <R>H3</R>
+        <TITLE>H3+</TITLE>
+      </macros>
+      <file>dsm_hydrogen.bob</file>
+      <x>750</x>
+      <y>370</y>
+      <width>360</width>
+      <height>260</height>
+      <resize>2</resize>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Energy</name>
+      <text>Energy (keV):</text>
+      <x>40</x>
+      <y>650</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Energy</name>
+      <pv_name>$(P)Energy</pv_name>
+      <x>150</x>
+      <y>650</y>
+      <height>30</height>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Num of peaks</name>
+      <text>Num of peaks:</text>
+      <x>40</x>
+      <y>690</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="spinner" version="2.0.0">
+      <name>Num of peaks</name>
+      <pv_name>$(P)NumOfPeaks</pv_name>
+      <x>150</x>
+      <y>690</y>
+      <height>30</height>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Num of peaks RB</name>
+      <x>260</x>
+      <y>690</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+'-Peaks_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Background</name>
+      <text>Background:</text>
+      <x>405</x>
+      <y>650</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textentry" version="3.0.0">
+      <name>Background</name>
+      <x>515</x>
+      <y>650</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+'-Background'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Background RB</name>
+      <x>625</x>
+      <y>650</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+'-BackgroundActual'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Num of iterations</name>
+      <text>Nr. iterations:</text>
+      <x>405</x>
+      <y>690</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Num of iterations</name>
+      <x>515</x>
+      <y>690</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+'-NrIterations_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Residual</name>
+      <text>Residual vector norm:</text>
+      <x>405</x>
+      <y>730</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Residual</name>
+      <x>515</x>
+      <y>730</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+'-ResidVectorNorm_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Fit status</name>
+      <text>Fit status:</text>
+      <x>770</x>
+      <y>650</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Fit status</name>
+      <x>880</x>
+      <y>650</y>
+      <width>210</width>
+      <height>30</height>
+      <rules>
+        <rule name="Update pv_name" prop_id="pv_name" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pvStr0+'FIT'+pvStr1+'-Status_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Success counter</name>
+      <text>Successful fits:</text>
+      <x>770</x>
+      <y>690</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Success counter</name>
+      <x>880</x>
+      <y>690</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+'-GoodCounter_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="label" version="2.0.0">
+      <name>Fail counter</name>
+      <text>Failed fits:</text>
+      <x>770</x>
+      <y>730</y>
+      <height>30</height>
+      <horizontal_alignment>2</horizontal_alignment>
+    </widget>
+    <widget type="textupdate" version="2.0.0">
+      <name>Fail counter</name>
+      <x>880</x>
+      <y>730</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+'-BadCounter_RBV'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Parameters feedback</name>
+      <actions execute_as_one="true">
+        <action type="execute">
+          <script file="EmbeddedPy">
+            <text><![CDATA[from org.csstudio.display.builder.runtime.script import PVUtil
+
+Timeout = 500 # ms
+Prefix = widget.getPropertyValue('pv_name')
+
+PVUtil.writePV(Prefix+"-BackgroundSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-1-PeakAmplitudeSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-1-PeakMuSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-1-PeakSigmaSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-2-PeakAmplitudeSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-2-PeakMuSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-2-PeakSigmaSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-3-PeakAmplitudeSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-3-PeakMuSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-3-PeakSigmaSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-4-PeakAmplitudeSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-4-PeakMuSync.PROC", 1, Timeout)
+PVUtil.writePV(Prefix+"-4-PeakSigmaSync.PROC", 1, Timeout)]]></text>
+          </script>
+        </action>
+      </actions>
+      <text>Sync</text>
+      <x>990</x>
+      <y>690</y>
+      <rules>
+        <rule name="Update pv_name" prop_id="pv_name" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pvStr0+'FIT'+pvStr1</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+    <widget type="action_button" version="3.0.0">
+      <name>Reset counters</name>
+      <actions execute_as_one="true">
+        <action type="execute">
+          <script file="EmbeddedPy">
+            <text><![CDATA[from org.csstudio.display.builder.runtime.script import PVUtil
+
+Timeout = 500 # ms
+PvName = widget.getPropertyValue('pv_name')
+
+PVUtil.writePV(PvName, 0, Timeout)]]></text>
+          </script>
+          <description>Execute Script</description>
+        </action>
+      </actions>
+      <text>Reset</text>
+      <x>990</x>
+      <y>730</y>
+      <rules>
+        <rule name="Update pv_name" prop_id="pv_name" out_exp="true">
+          <exp bool_exp="true">
+            <expression>pvStr0+'FIT'+pvStr1+'-ResetCounters'</expression>
+          </exp>
+          <pv_name trigger="false">loc://prefix</pv_name>
+          <pv_name>$(P)NumOfPeaks</pv_name>
+        </rule>
+      </rules>
+      <tooltip>$(actions)</tooltip>
+    </widget>
+  </widget>
+</display>
diff --git a/10-Top/dpl/dsm_top.bob b/10-Top/dpl/dsm_top.bob
new file mode 100644
index 0000000000000000000000000000000000000000..39c7d3f978e957e71260de106fb5406fe210cede
--- /dev/null
+++ b/10-Top/dpl/dsm_top.bob
@@ -0,0 +1,327 @@
+<?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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/admisc/bob/NDFits.bob</file>
+        <macros>
+          <R>FIT1-</R>
+        </macros>
+        <target>tab</target>
+        <description>FIT1</description>
+      </action>
+      <action type="open_display">
+        <file>../../99-Shared/admisc/bob/NDFits.bob</file>
+        <macros>
+          <R>FIT2-</R>
+        </macros>
+        <target>tab</target>
+        <description>FIT2</description>
+      </action>
+      <action type="open_display">
+        <file>../../99-Shared/admisc/bob/NDFits.bob</file>
+        <macros>
+          <R>FIT3-</R>
+        </macros>
+        <target>tab</target>
+        <description>FIT3</description>
+      </action>
+      <action type="open_display">
+        <file>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>../../99-Shared/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>
diff --git a/10-Top/placeholder.bob b/10-Top/placeholder.bob
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/99-Shared/admisc b/99-Shared/admisc
new file mode 160000
index 0000000000000000000000000000000000000000..548a887c727725215690d00ff4890e61b9fb0ef8
--- /dev/null
+++ b/99-Shared/admisc
@@ -0,0 +1 @@
+Subproject commit 548a887c727725215690d00ff4890e61b9fb0ef8
diff --git a/99-Shared/admisc/ADPlugins.bob b/99-Shared/admisc/ADPlugins.bob
deleted file mode 100644
index ce2bb17446d790095dc282f9d4d52694af984155..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/ADPlugins.bob
+++ /dev/null
@@ -1,385 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>ADPlugins</name>
-  <x>141</x>
-  <y>292</y>
-  <width>350</width>
-  <height>80</height>
-  <background_color>
-    <color red="187" green="187" blue="187">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <width>350</width>
-    <height>80</height>
-    <line_width>1</line_width>
-    <line_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </line_color>
-    <transparent>true</transparent>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <x>122</x>
-    <y>2</y>
-    <width>107</width>
-    <height>21</height>
-    <line_width>0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text></text>
-    <x>122</x>
-    <y>10</y>
-    <width>1</width>
-    <height>40</height>
-    <font>
-      <font family="Sans" style="REGULAR" size="20.792079207920793">
-      </font>
-    </font>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Plugins</text>
-    <x>140</x>
-    <y>3</y>
-    <width>70</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="10" green="0" blue="184">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button</name>
-    <actions>
-      <action type="open_display">
-        <file>NDTraceSimple.opi</file>
-        <macros>
-          <R>TR1:</R>
-        </macros>
-        <target>tab</target>
-        <description>Trace</description>
-      </action>
-      <action type="open_display">
-        <file>NDImage.opi</file>
-        <macros>
-          <R>IM1:</R>
-          <ST>ST1:</ST>
-        </macros>
-        <target>tab</target>
-        <description>Image</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDProcess.opi</file>
-        <macros>
-          <R>PR1:</R>
-        </macros>
-        <target>tab</target>
-        <description>Process</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDROI.opi</file>
-        <macros>
-          <R>RI1:</R>
-        </macros>
-        <target>tab</target>
-        <description>ROI</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDStats.opi</file>
-        <macros>
-          <R>ST1:</R>
-        </macros>
-        <target>tab</target>
-        <description>Stats</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileHDF5.opi</file>
-        <macros>
-          <EXT>h5</EXT>
-          <R>HD1:</R>
-        </macros>
-        <target>tab</target>
-        <description>HDF5 file</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileTIFF.opi</file>
-        <macros>
-          <EXT>tif</EXT>
-          <R>TF1:</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file</description>
-      </action>
-    </actions>
-    <text>Set 1</text>
-    <x>26</x>
-    <y>38</y>
-    <width>64</width>
-    <height>20</height>
-    <background_color>
-      <color red="115" green="223" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button_1</name>
-    <actions>
-      <action type="open_display">
-        <file>NDTraceSimple.opi</file>
-        <macros>
-          <R>TR2:</R>
-        </macros>
-        <target>tab</target>
-        <description>Trace</description>
-      </action>
-      <action type="open_display">
-        <file>NDImage.opi</file>
-        <macros>
-          <R>IM2:</R>
-          <ST>ST2:</ST>
-        </macros>
-        <target>tab</target>
-        <description>Image</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDProcess.opi</file>
-        <macros>
-          <R>PR2:</R>
-        </macros>
-        <target>tab</target>
-        <description>Process</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDROI.opi</file>
-        <macros>
-          <R>RI2:</R>
-        </macros>
-        <target>tab</target>
-        <description>ROI</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDStats.opi</file>
-        <macros>
-          <R>ST2:</R>
-        </macros>
-        <target>tab</target>
-        <description>Stats</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileHDF5.opi</file>
-        <macros>
-          <EXT>h5</EXT>
-          <R>HD2:</R>
-        </macros>
-        <target>tab</target>
-        <description>HDF5 file</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileTIFF.opi</file>
-        <macros>
-          <EXT>tif</EXT>
-          <R>TF2:</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file</description>
-      </action>
-    </actions>
-    <text>Set 2</text>
-    <x>103</x>
-    <y>38</y>
-    <width>64</width>
-    <height>20</height>
-    <background_color>
-      <color red="115" green="223" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button_2</name>
-    <actions>
-      <action type="open_display">
-        <file>NDTraceSimple.opi</file>
-        <macros>
-          <R>TR3:</R>
-        </macros>
-        <target>tab</target>
-        <description>Trace</description>
-      </action>
-      <action type="open_display">
-        <file>NDImage.opi</file>
-        <macros>
-          <R>IM3:</R>
-          <ST>ST3:</ST>
-        </macros>
-        <target>tab</target>
-        <description>Image</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDProcess.opi</file>
-        <macros>
-          <R>PR3:</R>
-        </macros>
-        <target>tab</target>
-        <description>Process</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDROI.opi</file>
-        <macros>
-          <R>RI3:</R>
-        </macros>
-        <target>tab</target>
-        <description>ROI</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDStats.opi</file>
-        <macros>
-          <R>ST3:</R>
-        </macros>
-        <target>tab</target>
-        <description>Stats</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileHDF5.opi</file>
-        <macros>
-          <EXT>h5</EXT>
-          <R>HD3:</R>
-        </macros>
-        <target>tab</target>
-        <description>HDF5 file</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileTIFF.opi</file>
-        <macros>
-          <EXT>tif</EXT>
-          <R>TF3:</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file</description>
-      </action>
-    </actions>
-    <text>Set 3</text>
-    <x>184</x>
-    <y>38</y>
-    <width>64</width>
-    <height>20</height>
-    <background_color>
-      <color red="115" green="223" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button_3</name>
-    <actions>
-      <action type="open_display">
-        <file>NDTraceSimple.opi</file>
-        <macros>
-          <R>TR4:</R>
-        </macros>
-        <target>tab</target>
-        <description>Trace</description>
-      </action>
-      <action type="open_display">
-        <file>NDImage.opi</file>
-        <macros>
-          <R>IM4:</R>
-          <ST>ST4:</ST>
-        </macros>
-        <target>tab</target>
-        <description>Image</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDProcess.opi</file>
-        <macros>
-          <R>PR4:</R>
-        </macros>
-        <target>tab</target>
-        <description>Process</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDROI.opi</file>
-        <macros>
-          <R>RI4:</R>
-        </macros>
-        <target>tab</target>
-        <description>ROI</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDStats.opi</file>
-        <macros>
-          <R>ST4:</R>
-        </macros>
-        <target>tab</target>
-        <description>Stats</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileHDF5.opi</file>
-        <macros>
-          <EXT>h5</EXT>
-          <R>HD4:</R>
-        </macros>
-        <target>tab</target>
-        <description>HDF5 file</description>
-      </action>
-      <action type="open_display">
-        <file>/BDE/adcore-master/NDFileTIFF.opi</file>
-        <macros>
-          <EXT>tif</EXT>
-          <R>TF4:</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file</description>
-      </action>
-    </actions>
-    <text>Set 4</text>
-    <x>266</x>
-    <y>38</y>
-    <width>64</width>
-    <height>20</height>
-    <background_color>
-      <color red="115" green="223" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDFits.bob b/99-Shared/admisc/NDFits.bob
deleted file mode 100644
index d702797a77e809158f9fa11901c48608632ca2bf..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDFits.bob
+++ /dev/null
@@ -1,2320 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>NDFits</name>
-  <x>78</x>
-  <y>136</y>
-  <width>1120</width>
-  <height>1100</height>
-  <background_color>
-    <color name="Gray_4" red="187" green="187" blue="187">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>../adcore-master/NDPluginBase.opi</file>
-    <x>5</x>
-    <y>40</y>
-    <width>383</width>
-    <height>558</height>
-    <resize>2</resize>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>Grouping Container</name>
-    <x>388</x>
-    <y>40</y>
-    <width>730</width>
-    <height>533</height>
-    <style>3</style>
-    <foreground_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="187" green="187" blue="187">
-      </color>
-    </background_color>
-    <transparent>true</transparent>
-    <actions>
-    </actions>
-    <widget type="rectangle" version="2.0.0">
-      <name>Rectangle</name>
-      <x>3</x>
-      <width>726</width>
-      <height>526</height>
-      <line_width>1</line_width>
-      <line_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </line_color>
-      <transparent>true</transparent>
-      <actions>
-      </actions>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    </widget>
-    <widget type="rectangle" version="2.0.0">
-      <name>Rectangle</name>
-      <x>265</x>
-      <y>2</y>
-      <width>107</width>
-      <height>21</height>
-      <line_width>0</line_width>
-      <line_color>
-        <color red="128" green="0" blue="255">
-        </color>
-      </line_color>
-      <actions>
-      </actions>
-      <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Fitting</text>
-      <x>268</x>
-      <y>2</y>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Background</text>
-      <x>5</x>
-      <y>32</y>
-      <width>105</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input</name>
-      <pv_name>$(P)$(R)Background</pv_name>
-      <x>110</x>
-      <y>32</y>
-      <width>87</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)BackgroundActual</pv_name>
-      <x>201</x>
-      <y>33</y>
-      <width>90</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_13</name>
-      <text>Amplitude</text>
-      <x>4</x>
-      <y>102</y>
-      <width>81</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_14</name>
-      <text>Mu</text>
-      <x>4</x>
-      <y>128</y>
-      <width>81</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_15</name>
-      <text>Sigma</text>
-      <x>4</x>
-      <y>155</y>
-      <width>81</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_11</name>
-      <text>Peak 1</text>
-      <x>97</x>
-      <y>60</y>
-      <width>198</width>
-      <height>138</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_width>1</border_width>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Initial</text>
-      <x>106</x>
-      <y>80</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_11</name>
-      <text>Peak 3</text>
-      <x>520</x>
-      <y>60</y>
-      <width>198</width>
-      <height>138</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_width>1</border_width>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_12</name>
-      <text>Result</text>
-      <x>197</x>
-      <y>80</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input</name>
-      <pv_name>$(P)$(R)1-PeakAmplitude</pv_name>
-      <x>107</x>
-      <y>102</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)1-PeakAmplitudeActual</pv_name>
-      <x>214</x>
-      <y>103</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_11</name>
-      <text>Peak 2</text>
-      <x>308</x>
-      <y>60</y>
-      <width>198</width>
-      <height>138</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_width>1</border_width>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_10</name>
-      <text>Initial</text>
-      <x>314</x>
-      <y>80</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_12</name>
-      <text>Result</text>
-      <x>403</x>
-      <y>80</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_2</name>
-      <pv_name>$(P)$(R)1-PeakMu</pv_name>
-      <x>107</x>
-      <y>128</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_2</name>
-      <pv_name>$(P)$(R)1-PeakMuActual</pv_name>
-      <x>214</x>
-      <y>130</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_3</name>
-      <pv_name>$(P)$(R)1-PeakSigma</pv_name>
-      <x>107</x>
-      <y>155</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_3</name>
-      <pv_name>$(P)$(R)1-PeakSigmaActual</pv_name>
-      <x>214</x>
-      <y>155</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input</name>
-      <pv_name>$(P)$(R)2-PeakAmplitude</pv_name>
-      <x>315</x>
-      <y>102</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)2-PeakAmplitudeActual</pv_name>
-      <x>421</x>
-      <y>100</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_2</name>
-      <pv_name>$(P)$(R)2-PeakMu</pv_name>
-      <x>315</x>
-      <y>130</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_2</name>
-      <pv_name>$(P)$(R)2-PeakMuActual</pv_name>
-      <x>421</x>
-      <y>129</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_3</name>
-      <pv_name>$(P)$(R)2-PeakSigma</pv_name>
-      <x>315</x>
-      <y>158</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_3</name>
-      <pv_name>$(P)$(R)2-PeakSigmaActual</pv_name>
-      <x>421</x>
-      <y>158</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input</name>
-      <pv_name>$(P)$(R)3-PeakAmplitude</pv_name>
-      <x>529</x>
-      <y>102</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)3-PeakAmplitudeActual</pv_name>
-      <x>635</x>
-      <y>103</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_2</name>
-      <pv_name>$(P)$(R)3-PeakMu</pv_name>
-      <x>529</x>
-      <y>131</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_2</name>
-      <pv_name>$(P)$(R)3-PeakMuActual</pv_name>
-      <x>635</x>
-      <y>132</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_3</name>
-      <pv_name>$(P)$(R)3-PeakSigma</pv_name>
-      <x>529</x>
-      <y>160</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_3</name>
-      <pv_name>$(P)$(R)3-PeakSigmaActual</pv_name>
-      <x>635</x>
-      <y>161</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_14</name>
-      <text>Result</text>
-      <x>618</x>
-      <y>82</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_13</name>
-      <text>Initial</text>
-      <x>529</x>
-      <y>82</y>
-      <width>80</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_11</name>
-      <text>Fit status parameters</text>
-      <x>6</x>
-      <y>398</y>
-      <width>718</width>
-      <height>110</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_width>1</border_width>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_25</name>
-      <text>Outcome</text>
-      <x>9</x>
-      <y>417</y>
-      <width>167</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_10</name>
-      <pv_name>$(P)$(R)Outcome_RBV</pv_name>
-      <x>183</x>
-      <y>418</y>
-      <width>59</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_26</name>
-      <text>Nr. points</text>
-      <x>372</x>
-      <y>34</y>
-      <width>105</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_11</name>
-      <pv_name>$(P)$(R)Points_RBV</pv_name>
-      <x>472</x>
-      <y>35</y>
-      <width>80</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_27</name>
-      <text>Nr. peaks</text>
-      <x>552</x>
-      <y>34</y>
-      <width>78</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_11</name>
-      <text>Fit control parameters</text>
-      <x>6</x>
-      <y>210</y>
-      <width>718</width>
-      <height>183</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>1</horizontal_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_width>1</border_width>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_12</name>
-      <pv_name>$(P)$(R)Peaks_RBV</pv_name>
-      <x>642</x>
-      <y>35</y>
-      <width>76</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input</name>
-      <pv_name>$(P)$(R)Ftol</pv_name>
-      <x>422</x>
-      <y>233</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)Ftol_RBV</pv_name>
-      <x>573</x>
-      <y>234</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_13</name>
-      <text>Relative error desired in the sum of squares</text>
-      <x>10</x>
-      <y>233</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_11</name>
-      <pv_name>$(P)$(R)Xtol</pv_name>
-      <x>422</x>
-      <y>255</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_14</name>
-      <pv_name>$(P)$(R)Xtol_RBV</pv_name>
-      <x>573</x>
-      <y>256</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_30</name>
-      <text>Relative error between last two approximations</text>
-      <x>10</x>
-      <y>255</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_12</name>
-      <pv_name>$(P)$(R)Gtol</pv_name>
-      <x>422</x>
-      <y>279</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_15</name>
-      <pv_name>$(P)$(R)Gtol_RBV</pv_name>
-      <x>573</x>
-      <y>280</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_31</name>
-      <text>Orthogonality desired between fvec and its derivs</text>
-      <x>10</x>
-      <y>279</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_13</name>
-      <pv_name>$(P)$(R)Epsilon</pv_name>
-      <x>422</x>
-      <y>300</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_16</name>
-      <pv_name>$(P)$(R)Epsilon_RBV</pv_name>
-      <x>573</x>
-      <y>301</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>2</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_32</name>
-      <text>Step used to calculate the Jacobian</text>
-      <x>10</x>
-      <y>300</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_14</name>
-      <pv_name>$(P)$(R)StepBound</pv_name>
-      <x>422</x>
-      <y>322</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_17</name>
-      <pv_name>$(P)$(R)StepBound_RBV</pv_name>
-      <x>573</x>
-      <y>323</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_33</name>
-      <text>Initial step bound</text>
-      <x>10</x>
-      <y>322</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_18</name>
-      <pv_name>$(P)$(R)Patience_RBV</pv_name>
-      <x>573</x>
-      <y>346</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textentry" version="3.0.0">
-      <name>Text Input_15</name>
-      <pv_name>$(P)$(R)Patience</pv_name>
-      <x>422</x>
-      <y>345</y>
-      <width>148</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_34</name>
-      <text>Maximum number of function evaluations</text>
-      <x>10</x>
-      <y>345</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_19</name>
-      <pv_name>$(P)$(R)ScaleDiag_RBV</pv_name>
-      <x>573</x>
-      <y>368</y>
-      <width>146</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_35</name>
-      <text>Rescale the variables internally</text>
-      <x>10</x>
-      <y>367</y>
-      <width>405</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="combo" version="2.0.0">
-      <name>Menu Button</name>
-      <pv_name>$(P)$(R)ScaleDiag</pv_name>
-      <x>422</x>
-      <y>369</y>
-      <width>148</width>
-      <height>20</height>
-      <background_color>
-        <color red="240" green="240" blue="240">
-        </color>
-      </background_color>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_37</name>
-      <text>Fit status</text>
-      <x>256</x>
-      <y>416</y>
-      <width>105</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_20</name>
-      <pv_name>$(P)$(R)Status_RBV</pv_name>
-      <x>372</x>
-      <y>417</y>
-      <width>350</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_38</name>
-      <text>Nr. Iterations</text>
-      <x>9</x>
-      <y>438</y>
-      <width>167</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_21</name>
-      <pv_name>$(P)$(R)NrIterations_RBV</pv_name>
-      <x>183</x>
-      <y>439</y>
-      <width>59</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_39</name>
-      <text>Residual Vector Norm</text>
-      <x>9</x>
-      <y>457</y>
-      <width>167</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_22</name>
-      <pv_name>$(P)$(R)ResidVectorNorm_RBV</pv_name>
-      <x>183</x>
-      <y>458</y>
-      <width>59</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_40</name>
-      <text>Reason</text>
-      <x>258</x>
-      <y>437</y>
-      <width>105</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_23</name>
-      <pv_name>$(P)$(R)OutcomeStr_RBV</pv_name>
-      <x>373</x>
-      <y>438</y>
-      <width>348</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_41</name>
-      <text>Reason Long</text>
-      <x>258</x>
-      <y>458</y>
-      <width>105</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_24</name>
-      <pv_name>$(P)$(R)OutcomeStrLong_RBV</pv_name>
-      <x>373</x>
-      <y>459</y>
-      <width>348</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_42</name>
-      <text>Successful fit count</text>
-      <x>9</x>
-      <y>479</y>
-      <width>167</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_25</name>
-      <pv_name>$(P)$(R)GoodCounter_RBV</pv_name>
-      <x>183</x>
-      <y>480</y>
-      <width>117</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label_43</name>
-      <text>Failed fit count</text>
-      <x>325</x>
-      <y>480</y>
-      <width>117</width>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update_26</name>
-      <pv_name>$(P)$(R)BadCounter_RBV</pv_name>
-      <x>447</x>
-      <y>480</y>
-      <width>103</width>
-      <height>18</height>
-      <font>
-        <font family="Sans" style="REGULAR" size="10.891089108910892">
-        </font>
-      </font>
-      <foreground_color>
-        <color name="ioc_read_fg" red="10" green="0" blue="184">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="Gray_4" red="187" green="187" blue="187">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="action_button" version="3.0.0">
-      <name>Menu Button</name>
-      <actions>
-        <action type="write_pv">
-          <pv_name>$(pv_name)</pv_name>
-          <value>1</value>
-          <description>Reset Counters</description>
-        </action>
-      </actions>
-      <pv_name>$(P)$(R)ResetCounters</pv_name>
-      <x>621</x>
-      <y>483</y>
-      <height>20</height>
-      <foreground_color>
-        <color name="Gray_14" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="ioc_write_bg" red="115" green="223" blue="255">
-        </color>
-      </background_color>
-    </widget>
-  </widget>
-  <widget type="xyplot" version="2.0.0">
-    <name>XY Graph</name>
-    <x>5</x>
-    <y>605</y>
-    <width>1110</width>
-    <height>421</height>
-    <background_color>
-      <color red="240" green="240" blue="240">
-      </color>
-    </background_color>
-    <title>Original and fitted curves</title>
-    <title_font>
-      <font family="Arial" style="BOLD" size="11.881188118811881">
-      </font>
-    </title_font>
-    <show_toolbar>true</show_toolbar>
-    <actions>
-    </actions>
-    <rules>
-      <rule name="data_width" prop_id="axis_0_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="buffer_size" prop_id="trace_0_buffer_size" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="buffer_size" prop_id="trace_1_buffer_size" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-    </rules>
-    <x_axis>
-      <title>Points</title>
-      <autoscale>true</autoscale>
-      <log_scale>false</log_scale>
-      <minimum>0.0</minimum>
-      <maximum>100.0</maximum>
-      <show_grid>true</show_grid>
-      <title_font>
-        <font family="Arial" style="BOLD" size="8.910891089108912">
-        </font>
-      </title_font>
-      <scale_font>
-        <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-        </font>
-      </scale_font>
-      <visible>true</visible>
-    </x_axis>
-    <y_axes>
-      <y_axis>
-        <title>Counts</title>
-        <autoscale>true</autoscale>
-        <log_scale>false</log_scale>
-        <minimum>0.0</minimum>
-        <maximum>100.0</maximum>
-        <show_grid>true</show_grid>
-        <title_font>
-          <font family="Arial" style="BOLD" size="8.910891089108912">
-          </font>
-        </title_font>
-        <scale_font>
-          <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-          </font>
-        </scale_font>
-        <visible>true</visible>
-      </y_axis>
-    </y_axes>
-    <traces>
-      <trace>
-        <name>$(traces[0].y_pv)</name>
-        <x_pv></x_pv>
-        <y_pv>$(P)$(R)Y_RBV</y_pv>
-        <err_pv></err_pv>
-        <axis>0</axis>
-        <trace_type>1</trace_type>
-        <color>
-          <color red="0" green="0" blue="0">
-          </color>
-        </color>
-        <line_width>1</line_width>
-        <line_style>0</line_style>
-        <point_type>0</point_type>
-        <point_size>4</point_size>
-        <visible>true</visible>
-      </trace>
-      <trace>
-        <name>$(traces[1].y_pv)</name>
-        <x_pv></x_pv>
-        <y_pv>$(P)$(R)Fit_RBV</y_pv>
-        <err_pv></err_pv>
-        <axis>0</axis>
-        <trace_type>1</trace_type>
-        <color>
-          <color red="242" green="26" blue="26">
-          </color>
-        </color>
-        <line_width>1</line_width>
-        <line_style>0</line_style>
-        <point_type>0</point_type>
-        <point_size>4</point_size>
-        <visible>true</visible>
-      </trace>
-    </traces>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <x>3</x>
-    <y>4</y>
-    <width>390</width>
-    <height>25</height>
-    <line_width>0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>$(P)$(R)</text>
-    <x>87</x>
-    <y>6</y>
-    <width>216</width>
-    <height>25</height>
-    <font>
-      <font family="Sans" style="REGULAR" size="14.851485148514852">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="ioc_read_fg" red="10" green="0" blue="184">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDImage.bob b/99-Shared/admisc/NDImage.bob
deleted file mode 100644
index 9e6fa898a74b537c229784487ebf043204dcb51f..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDImage.bob
+++ /dev/null
@@ -1,336 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>$(P) Image</name>
-  <x>159</x>
-  <y>196</y>
-  <width>1400</width>
-  <background_color>
-    <color name="Gray_4" red="187" green="187" blue="187">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle_1</name>
-    <x>434</x>
-    <y>4</y>
-    <width>866</width>
-    <height>55</height>
-    <line_width>0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <background_color>
-      <color red="187" green="187" blue="187">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <y>5</y>
-    <width>390</width>
-    <height>25</height>
-    <line_width>0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>/BDE/adcore-master/NDPluginBase.opi</file>
-    <x>5</x>
-    <y>40</y>
-    <width>383</width>
-    <height>558</height>
-    <resize>2</resize>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>$(P)$(R)</text>
-    <x>87</x>
-    <y>6</y>
-    <width>216</width>
-    <height>25</height>
-    <font>
-      <font family="Sans" style="REGULAR" size="14.851485148514852">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="ioc_read_fg" red="10" green="0" blue="184">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="image" version="2.0.0">
-    <name>Intensity Graph</name>
-    <pv_name>$(P)$(R)ArrayData</pv_name>
-    <x>394</x>
-    <y>57</y>
-    <width>1000</width>
-    <height>515</height>
-    <background_color>
-      <color name="Transparent" red="255" green="255" blue="255" alpha="0">
-      </color>
-    </background_color>
-    <color_map>
-      <name>JET</name>
-    </color_map>
-    <x_axis>
-      <visible>true</visible>
-      <title>X Axis</title>
-      <minimum>0.0</minimum>
-      <maximum>100.0</maximum>
-      <title_font>
-        <font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
-        </font>
-      </title_font>
-      <scale_font>
-        <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-        </font>
-      </scale_font>
-    </x_axis>
-    <y_axis>
-      <visible>true</visible>
-      <title>Y Axis</title>
-      <minimum>0.0</minimum>
-      <maximum>100.0</maximum>
-      <title_font>
-        <font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
-        </font>
-      </title_font>
-      <scale_font>
-        <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-        </font>
-      </scale_font>
-    </y_axis>
-    <actions>
-    </actions>
-    <rules>
-      <rule name="data_width" prop_id="data_width" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="data_height" prop_id="data_height" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize1_RBV</pv_name>
-      </rule>
-      <rule name="data_x_max" prop_id="x_axis_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="data_y_max" prop_id="y_axis_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize1_RBV</pv_name>
-      </rule>
-    </rules>
-    <scripts>
-      <script file="image_limits.js">
-        <pv_name>$(P)$(R)ArrayData</pv_name>
-        <pv_name trigger="false">loc://imageLimitsControl</pv_name>
-        <pv_name trigger="false">loc://imageMinimum</pv_name>
-        <pv_name trigger="false">loc://imageMaximum</pv_name>
-        <pv_name trigger="false">$(P)$(ST)MinValue_RBV</pv_name>
-        <pv_name trigger="false">$(P)$(ST)MaxValue_RBV</pv_name>
-        <pv_name trigger="false">$(P)$(ST)ComputeStatistics_RBV</pv_name>
-        <pv_name trigger="false">$(P)$(ST)EnableCallbacks_RBV</pv_name>
-      </script>
-    </scripts>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <data_width>1024</data_width>
-    <data_height>1024</data_height>
-    <autoscale>false</autoscale>
-    <maximum>65536.0</maximum>
-  </widget>
-  <widget type="spinner" version="2.0.0">
-    <name>minimumInput</name>
-    <pv_name>loc://imageMinimum(0)</pv_name>
-    <x>738</x>
-    <y>9</y>
-    <width>116</width>
-    <height>25</height>
-    <format>0</format>
-    <precision>3</precision>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <minimum>-1.7976931348623157E308</minimum>
-    <maximum>1.7976931348623157E308</maximum>
-  </widget>
-  <widget type="spinner" version="2.0.0">
-    <name>maximumInput</name>
-    <pv_name>loc://imageMaximum(1000)</pv_name>
-    <x>876</x>
-    <y>9</y>
-    <width>116</width>
-    <height>25</height>
-    <format>0</format>
-    <precision>3</precision>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <minimum>-1.7976931348623157E308</minimum>
-    <maximum>1.7976931348623157E308</maximum>
-  </widget>
-  <widget type="bool_button" version="2.0.0">
-    <name>Boolean Button</name>
-    <pv_name>loc://imageLimitsControl(0)</pv_name>
-    <bit>-1</bit>
-    <x>548</x>
-    <y>28</y>
-    <width>66</width>
-    <height>22</height>
-    <off_label></off_label>
-    <off_color>
-      <color red="0" green="100" blue="0">
-      </color>
-    </off_color>
-    <on_label></on_label>
-    <on_color>
-      <color red="0" green="255" blue="0">
-      </color>
-    </on_color>
-    <background_color>
-      <color red="240" green="240" blue="240">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label_1</name>
-    <text>Image Limits</text>
-    <x>449</x>
-    <y>6</y>
-    <width>97</width>
-    <height>48</height>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>controlLabel</name>
-    <text>???</text>
-    <x>632</x>
-    <y>26</y>
-    <width>71</width>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>minimumLabel</name>
-    <text>Label</text>
-    <x>738</x>
-    <y>37</y>
-    <width>116</width>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>maximumLabel</name>
-    <text>Label</text>
-    <x>877</x>
-    <y>37</y>
-    <width>116</width>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="execute">
-        <script file="copy_limits.js">
-        </script>
-      </action>
-    </actions>
-    <text>Copy Limits</text>
-    <x>1066</x>
-    <y>15</y>
-    <width>109</width>
-    <height>25</height>
-    <background_color>
-      <color red="240" green="240" blue="240">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label_2</name>
-    <text>Control</text>
-    <x>548</x>
-    <y>4</y>
-    <width>65</width>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDProcess.bob b/99-Shared/admisc/NDProcess.bob
deleted file mode 100644
index 19f8ab94996a4c62cad97f3d7c9d7f4cdb6fc3aa..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDProcess.bob
+++ /dev/null
@@ -1,3222 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>NDProcess</name>
-  <x>10</x>
-  <y>31</y>
-  <width>1400</width>
-  <height>1000</height>
-  <background_color>
-    <color red="240" green="240" blue="240">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>BGGrey02-background_1</name>
-    <x>784</x>
-    <y>69</y>
-    <width>506</width>
-    <height>713</height>
-    <line_width>2</line_width>
-    <line_color>
-      <color name="GROUP-BORDER" red="150" green="155" blue="151">
-      </color>
-    </line_color>
-    <background_color>
-      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
-      </color>
-    </background_color>
-    <corner_height>10</corner_height>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_8</name>
-    <x>800</x>
-    <y>547</y>
-    <width>442</width>
-    <height>223</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="label" version="2.0.0">
-      <name>Label_36</name>
-      <class>HEADER3</class>
-      <text></text>
-      <x>30</x>
-      <y>40</y>
-      <width>140</width>
-      <height>30</height>
-      <font use_class="true">
-        <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-        </font>
-      </font>
-      <foreground_color use_class="true">
-        <color name="Text" red="25" green="25" blue="25">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>On filter reset:</text>
-      <x>15</x>
-      <y>76</y>
-      <width>112</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>F[0] = ROffset + RC1*F[n] + RC2*I[0]</text>
-      <x>15</x>
-      <y>95</y>
-      <width>252</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>I = Input array in callback</text>
-      <x>15</x>
-      <y>119</y>
-      <width>189</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>F = Stored filter (double precision)</text>
-      <x>15</x>
-      <y>138</y>
-      <width>252</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>N = value of NumFiltered</text>
-      <x>15</x>
-      <y>157</y>
-      <width>168</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>O = Output array passed to clients</text>
-      <x>15</x>
-      <y>176</y>
-      <width>238</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_7</name>
-    <x>800</x>
-    <y>313</y>
-    <width>442</width>
-    <height>212</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="label" version="2.0.0">
-      <name>Label_35</name>
-      <class>HEADER3</class>
-      <text></text>
-      <x>30</x>
-      <y>40</y>
-      <width>140</width>
-      <height>30</height>
-      <font use_class="true">
-        <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-        </font>
-      </font>
-      <foreground_color use_class="true">
-        <color name="Text" red="25" green="25" blue="25">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-    </widget>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_6</name>
-    <x>800</x>
-    <y>99</y>
-    <width>442</width>
-    <height>190</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="label" version="2.0.0">
-      <name>Label_34</name>
-      <class>HEADER3</class>
-      <text></text>
-      <x>30</x>
-      <y>40</y>
-      <width>140</width>
-      <height>30</height>
-      <font use_class="true">
-        <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-        </font>
-      </font>
-      <foreground_color use_class="true">
-        <color name="Text" red="25" green="25" blue="25">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-    </widget>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>BGGrey02-background</name>
-    <x>400</x>
-    <y>69</y>
-    <width>370</width>
-    <height>713</height>
-    <line_width>2</line_width>
-    <line_color>
-      <color name="GROUP-BORDER" red="150" green="155" blue="151">
-      </color>
-    </line_color>
-    <background_color>
-      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
-      </color>
-    </background_color>
-    <corner_height>10</corner_height>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_5</name>
-    <x>420</x>
-    <y>712</y>
-    <width>333</width>
-    <height>41</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)DataTypeOut_RBV</pv_name>
-      <x>231</x>
-      <y>12</y>
-      <width>62</width>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <horizontal_alignment>1</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="combo" version="2.0.0">
-      <name>Menu Button</name>
-      <pv_name>$(P)$(R)DataTypeOut</pv_name>
-      <x>145</x>
-      <y>12</y>
-      <width>80</width>
-      <height>20</height>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Data type:</text>
-      <x>44</x>
-      <y>11</y>
-      <width>90</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_4</name>
-    <x>420</x>
-    <y>550</y>
-    <width>333</width>
-    <height>118</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_3</name>
-    <x>420</x>
-    <y>391</y>
-    <width>333</width>
-    <height>115</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_2</name>
-    <x>420</x>
-    <y>228</y>
-    <width>333</width>
-    <height>123</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_1</name>
-    <x>420</x>
-    <y>99</y>
-    <width>333</width>
-    <height>90</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="label" version="2.0.0">
-      <name>Label_30</name>
-      <class>HEADER3</class>
-      <text></text>
-      <x>30</x>
-      <y>40</y>
-      <width>140</width>
-      <height>30</height>
-      <font use_class="true">
-        <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-        </font>
-      </font>
-      <foreground_color use_class="true">
-        <color name="Text" red="25" green="25" blue="25">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-    </widget>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <class>TITLE-BAR</class>
-    <x use_class="true">0</x>
-    <y use_class="true">0</y>
-    <width>1400</width>
-    <height use_class="true">50</height>
-    <line_width use_class="true">0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <background_color use_class="true">
-      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>../adcore/NDPluginBase.opi</file>
-    <x>10</x>
-    <y>69</y>
-    <width>380</width>
-    <height>555</height>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <class>TITLE</class>
-    <text>$(P)$(R)</text>
-    <x use_class="true">20</x>
-    <y use_class="true">0</y>
-    <width>1150</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>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_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>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableFilter_RBV</pv_name>
-    <x>1067</x>
-    <y>109</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable filter:</text>
-    <x>840</x>
-    <y>108</y>
-    <width>130</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableFilter</pv_name>
-    <x>981</x>
-    <y>109</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)NumFilter_RBV</pv_name>
-    <x>1067</x>
-    <y>134</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)NumFilter</pv_name>
-    <x>981</x>
-    <y>134</y>
-    <width>80</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>N filter:</text>
-    <x>890</x>
-    <y>133</y>
-    <width>80</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>N filtered:</text>
-    <x>870</x>
-    <y>158</y>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)NumFiltered_RBV</pv_name>
-    <x>981</x>
-    <y>159</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Filter type:</text>
-    <x>860</x>
-    <y>183</y>
-    <width>110</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)FilterType</pv_name>
-    <x>981</x>
-    <y>184</y>
-    <width>140</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Reset filter:</text>
-    <x>850</x>
-    <y>208</y>
-    <width>120</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)ResetFilter</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)ResetFilter</pv_name>
-    <text>Reset</text>
-    <x>981</x>
-    <y>209</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text></text>
-    <x>800</x>
-    <y>566</y>
-    <width>294</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OOffset</pv_name>
-    <x>857</x>
-    <y>319</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OOffset_RBV</pv_name>
-    <x>912</x>
-    <y>319</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OC1</pv_name>
-    <x>857</x>
-    <y>344</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OC1_RBV</pv_name>
-    <x>912</x>
-    <y>344</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OC2:</text>
-    <x>1020</x>
-    <y>343</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OC2</pv_name>
-    <x>1053</x>
-    <y>344</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OC2_RBV</pv_name>
-    <x>1108</x>
-    <y>344</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OC3</pv_name>
-    <x>857</x>
-    <y>369</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OC3_RBV</pv_name>
-    <x>912</x>
-    <y>369</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OC4:</text>
-    <x>1020</x>
-    <y>368</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OC4</pv_name>
-    <x>1053</x>
-    <y>369</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OC4_RBV</pv_name>
-    <x>1108</x>
-    <y>369</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)ROffset</pv_name>
-    <x>857</x>
-    <y>469</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ROffset_RBV</pv_name>
-    <x>912</x>
-    <y>469</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FOffset</pv_name>
-    <x>857</x>
-    <y>394</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FOffset_RBV</pv_name>
-    <x>912</x>
-    <y>394</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FC1</pv_name>
-    <x>857</x>
-    <y>419</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FC1_RBV</pv_name>
-    <x>912</x>
-    <y>419</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FC2:</text>
-    <x>1020</x>
-    <y>418</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FC2</pv_name>
-    <x>1053</x>
-    <y>419</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FC2_RBV</pv_name>
-    <x>1108</x>
-    <y>419</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FC3</pv_name>
-    <x>857</x>
-    <y>444</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FC3_RBV</pv_name>
-    <x>912</x>
-    <y>444</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FC4:</text>
-    <x>1020</x>
-    <y>443</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FC4</pv_name>
-    <x>1053</x>
-    <y>444</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FC4_RBV</pv_name>
-    <x>1108</x>
-    <y>444</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OScale:</text>
-    <x>990</x>
-    <y>318</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)OScale</pv_name>
-    <x>1053</x>
-    <y>319</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)OScale_RBV</pv_name>
-    <x>1108</x>
-    <y>319</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FScale:</text>
-    <x>990</x>
-    <y>393</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)FScale</pv_name>
-    <x>1053</x>
-    <y>394</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)FScale_RBV</pv_name>
-    <x>1108</x>
-    <y>394</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>F[n] = FOffset + FScale*((FC1+FC2/N)*F[n-1] + (FC3+FC4/N)*I[n])</text>
-    <x>802</x>
-    <y>579</y>
-    <width>440</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>O[n] = OOffset + OScale*((OC1+OC2/N)*F[n-1] + (OC3+OC4/N)*I[n])</text>
-    <x>800</x>
-    <y>547</y>
-    <width>470</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)RC1</pv_name>
-    <x>857</x>
-    <y>494</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)RC1_RBV</pv_name>
-    <x>912</x>
-    <y>494</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>RC2:</text>
-    <x>1020</x>
-    <y>493</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)RC2</pv_name>
-    <x>1053</x>
-    <y>494</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)RC2_RBV</pv_name>
-    <x>1108</x>
-    <y>494</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Auto reset filter:</text>
-    <x>800</x>
-    <y>233</y>
-    <width>170</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)AutoResetFilter</pv_name>
-    <x>981</x>
-    <y>234</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Filter callbacks:</text>
-    <x>810</x>
-    <y>258</y>
-    <width>160</width>
-    <font>
-      <font family="Sans" style="REGULAR" size="10.891089108910892">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)FilterCallbacks</pv_name>
-    <x>981</x>
-    <y>259</y>
-    <width>140</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable background:</text>
-    <x>410</x>
-    <y>132</y>
-    <width>170</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableBackground_RBV</pv_name>
-    <x>677</x>
-    <y>133</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableBackground</pv_name>
-    <x>591</x>
-    <y>133</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OOffset:</text>
-    <x>784</x>
-    <y>318</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OC1:</text>
-    <x>824</x>
-    <y>343</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>OC3:</text>
-    <x>824</x>
-    <y>368</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>ROffset:</text>
-    <x>784</x>
-    <y>468</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FOffset:</text>
-    <x>784</x>
-    <y>393</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FC1:</text>
-    <x>824</x>
-    <y>418</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>FC3:</text>
-    <x>824</x>
-    <y>443</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>RC1:</text>
-    <x>824</x>
-    <y>493</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable low clip:</text>
-    <x>433</x>
-    <y>562</y>
-    <width>150</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableLowClip_RBV</pv_name>
-    <x>680</x>
-    <y>563</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Low clip value:</text>
-    <x>443</x>
-    <y>587</y>
-    <width>140</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)LowClip_RBV</pv_name>
-    <x>680</x>
-    <y>588</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable high clip:</text>
-    <x>423</x>
-    <y>612</y>
-    <width>160</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableHighClip_RBV</pv_name>
-    <x>680</x>
-    <y>613</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)HighClip_RBV</pv_name>
-    <x>680</x>
-    <y>637</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>High clip value:</text>
-    <x>433</x>
-    <y>637</y>
-    <width>150</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableLowClip</pv_name>
-    <x>594</x>
-    <y>563</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)LowClip</pv_name>
-    <x>594</x>
-    <y>588</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableHighClip</pv_name>
-    <x>594</x>
-    <y>613</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)HighClip</pv_name>
-    <x>594</x>
-    <y>637</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Save flat field:</text>
-    <x>434</x>
-    <y>243</y>
-    <width>150</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ValidFlatField_RBV</pv_name>
-    <x>681</x>
-    <y>244</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable flat field:</text>
-    <x>414</x>
-    <y>269</y>
-    <width>170</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableFlatField_RBV</pv_name>
-    <x>681</x>
-    <y>269</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Scale flat field:</text>
-    <x>424</x>
-    <y>294</y>
-    <width>160</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ScaleFlatField_RBV</pv_name>
-    <x>681</x>
-    <y>294</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)SaveFlatField</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)SaveFlatField</pv_name>
-    <text>Save</text>
-    <x>595</x>
-    <y>244</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableFlatField</pv_name>
-    <x>595</x>
-    <y>269</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)ScaleFlatField</pv_name>
-    <x>595</x>
-    <y>294</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Scale value:</text>
-    <x>474</x>
-    <y>451</y>
-    <width>110</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Scale_RBV</pv_name>
-    <x>681</x>
-    <y>452</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)Scale</pv_name>
-    <x>595</x>
-    <y>452</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Offset value:</text>
-    <x>464</x>
-    <y>476</y>
-    <width>120</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)Offset</pv_name>
-    <x>595</x>
-    <y>476</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Offset_RBV</pv_name>
-    <x>681</x>
-    <y>476</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Enable scale/off.:</text>
-    <x>414</x>
-    <y>401</y>
-    <width>170</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)EnableOffsetScale</pv_name>
-    <x>595</x>
-    <y>402</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)EnableOffsetScale_RBV</pv_name>
-    <x>681</x>
-    <y>402</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Auto scale/off.:</text>
-    <x>434</x>
-    <y>426</y>
-    <width>150</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)AutoOffsetScale</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)AutoOffsetScale</pv_name>
-    <text>Auto calc</text>
-    <x>595</x>
-    <y>427</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Save background:</text>
-    <x>430</x>
-    <y>107</y>
-    <width>150</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)SaveBackground</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)SaveBackground</pv_name>
-    <text>Save</text>
-    <x>591</x>
-    <y>108</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ValidBackground_RBV</pv_name>
-    <x>677</x>
-    <y>108</y>
-    <width>62</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Read TIFF file:</text>
-    <x>440</x>
-    <y>157</y>
-    <width>140</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)ReadBackgroundTIFFSeq.PROC</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)ReadBackgroundTIFFSeq.PROC</pv_name>
-    <text>Read</text>
-    <x>591</x>
-    <y>158</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="open_display">
-        <file>../adcore/NDProcessTIFF.opi</file>
-        <macros>
-          <R>$(TIFF)</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file setup</description>
-      </action>
-    </actions>
-    <text>Setup</text>
-    <x>677</x>
-    <y>157</y>
-    <width>62</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Read TIFF file:</text>
-    <x>444</x>
-    <y>318</y>
-    <width>140</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(P)$(R)ReadFlatFieldTIFFSeq</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)ReadFlatFieldTIFFSeq</pv_name>
-    <text>Read</text>
-    <x>595</x>
-    <y>319</y>
-    <width>80</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="open_display">
-        <file>NDProcessTIFF.opi</file>
-        <macros>
-          <R>$(R)TIFF:</R>
-        </macros>
-        <target>tab</target>
-        <description>TIFF file setup</description>
-      </action>
-    </actions>
-    <text>Setup</text>
-    <x>681</x>
-    <y>318</y>
-    <width>62</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_12</name>
-    <text>Background subtraction</text>
-    <x>420</x>
-    <y>69</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_13</name>
-    <text>Flat field normalization</text>
-    <x>420</x>
-    <y>198</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_14</name>
-    <text>Scale and offset </text>
-    <x>420</x>
-    <y>356</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_15</name>
-    <text>Low/High clipping</text>
-    <x>420</x>
-    <y>517</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_17</name>
-    <text>Output data type</text>
-    <x>420</x>
-    <y>678</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label_33</name>
-    <class>HEADER3</class>
-    <text></text>
-    <x>454</x>
-    <y>266</y>
-    <width>140</width>
-    <height>30</height>
-    <font use_class="true">
-      <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-      </font>
-    </font>
-    <foreground_color use_class="true">
-      <color name="Text" red="25" green="25" blue="25">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_18</name>
-    <text>Recursive filter</text>
-    <x>800</x>
-    <y>69</y>
-    <width>333</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDStats.bob b/99-Shared/admisc/NDStats.bob
deleted file mode 100644
index 2856c7d65adbc535e243ca078a6ba94d9b9a6fe3..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDStats.bob
+++ /dev/null
@@ -1,3383 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>NDStats</name>
-  <x>180</x>
-  <y>122</y>
-  <width>1500</width>
-  <height>850</height>
-  <background_color>
-    <color red="240" green="240" blue="240">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>BGGrey02-background_1</name>
-    <x>849</x>
-    <y>80</y>
-    <width>418</width>
-    <height>724</height>
-    <line_width>2</line_width>
-    <line_color>
-      <color name="GROUP-BORDER" red="150" green="155" blue="151">
-      </color>
-    </line_color>
-    <background_color>
-      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
-      </color>
-    </background_color>
-    <corner_height>10</corner_height>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey03_11</name>
-    <x>869</x>
-    <y>620</y>
-    <width>379</width>
-    <height>164</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey03_10</name>
-    <x>870</x>
-    <y>110</y>
-    <width>379</width>
-    <height>209</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey03_8</name>
-    <x>871</x>
-    <y>361</y>
-    <width>381</width>
-    <height>209</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)HistMax_RBV</pv_name>
-      <x>247</x>
-      <y>80</y>
-      <width>90</width>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)HistMin_RBV</pv_name>
-      <x>247</x>
-      <y>55</y>
-      <width>90</width>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)HistSize_RBV</pv_name>
-      <x>247</x>
-      <y>30</y>
-      <width>90</width>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <format>1</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="textupdate" version="2.0.0">
-      <name>Text Update</name>
-      <pv_name>$(P)$(R)ComputeHistogram_RBV</pv_name>
-      <x>247</x>
-      <y>5</y>
-      <width>90</width>
-      <foreground_color>
-        <color name="BLACK" red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <format>6</format>
-      <show_units>false</show_units>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_alarm_sensitive>false</border_alarm_sensitive>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>BGGrey02-background</name>
-    <x>411</x>
-    <y>80</y>
-    <width>418</width>
-    <height>724</height>
-    <line_width>2</line_width>
-    <line_color>
-      <color name="GROUP-BORDER" red="150" green="155" blue="151">
-      </color>
-    </line_color>
-    <background_color>
-      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
-      </color>
-    </background_color>
-    <corner_height>10</corner_height>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey02_1</name>
-    <x>429</x>
-    <y>361</y>
-    <width>379</width>
-    <height>312</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <widget type="label" version="2.0.0">
-      <name>Label_30</name>
-      <class>HEADER3</class>
-      <text></text>
-      <x>30</x>
-      <y>40</y>
-      <width>140</width>
-      <height>30</height>
-      <font use_class="true">
-        <font name="Header 3" family="Source Sans Pro" style="BOLD_ITALIC" size="18.0">
-        </font>
-      </font>
-      <foreground_color use_class="true">
-        <color name="Text" red="25" green="25" blue="25">
-        </color>
-      </foreground_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Time series plots:</text>
-      <x>59</x>
-      <y>283</y>
-      <width>129</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="action_button" version="3.0.0">
-      <name>Menu Button</name>
-      <actions>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSCentroidTotal</RN>
-          </macros>
-          <target>tab</target>
-          <description>Total</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSCentroidY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Centroid X</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSCentroidY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Centroid Y</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSSigmaX</RN>
-          </macros>
-          <target>tab</target>
-          <description>Sigma X</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSSigmaY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Sigma Y</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSSkewX</RN>
-          </macros>
-          <target>tab</target>
-          <description>Skewness X</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSSkewY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Skewness Y</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSKurtosisX</RN>
-          </macros>
-          <target>tab</target>
-          <description>Kurtosis X</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSKurtosisY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Kurtosis Y</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSSigmaXY</RN>
-          </macros>
-          <target>tab</target>
-          <description>Sigma XY</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSEccentricity</RN>
-          </macros>
-          <target>tab</target>
-          <description>Eccentricity</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-          <macros>
-            <R>$(R)TS-</R>
-            <RN>$(R)TSOrientation</RN>
-          </macros>
-          <target>tab</target>
-          <description>Orientation</description>
-        </action>
-        <action type="open_display">
-          <file>../adcore/NDStatsTimeSeriesCentroidAll.opi</file>
-          <target>tab</target>
-          <description>All</description>
-        </action>
-      </actions>
-      <text>Menu Button Label</text>
-      <x>198</x>
-      <y>284</y>
-      <width>60</width>
-      <height>20</height>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <tooltip>$(actions)</tooltip>
-    </widget>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>BGGrey03_6</name>
-    <x>429</x>
-    <y>111</y>
-    <width>379</width>
-    <height>209</height>
-    <style>3</style>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <class>TITLE-BAR</class>
-    <x use_class="true">0</x>
-    <y use_class="true">0</y>
-    <width>1500</width>
-    <height use_class="true">50</height>
-    <line_width use_class="true">0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <background_color use_class="true">
-      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>../adcore/NDPluginBase.opi</file>
-    <x>10</x>
-    <y>80</y>
-    <width>380</width>
-    <height>555</height>
-    <resize>2</resize>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="group" version="2.0.0">
-    <name>Grouping Container</name>
-    <x>429</x>
-    <y>708</y>
-    <width>379</width>
-    <height>78</height>
-    <style>3</style>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BACKGROUND" red="220" green="225" blue="221">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Reset:</text>
-      <x>146</x>
-      <y>20</y>
-      <width>50</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="action_button" version="3.0.0">
-      <name>Menu Button</name>
-      <actions>
-        <action type="open_display">
-          <file>../calc/yySseq_full.opi</file>
-          <macros>
-            <S>$(R)Reset</S>
-          </macros>
-          <target>tab</target>
-          <description>Reset</description>
-        </action>
-        <action type="open_display">
-          <file>../calc/yySseq_full.opi</file>
-          <macros>
-            <S>$(R)Reset1</S>
-          </macros>
-          <target>tab</target>
-          <description>Reset1</description>
-        </action>
-        <action type="open_display">
-          <file>../calc/yySseq_full.opi</file>
-          <macros>
-            <S>$(R)Reset2</S>
-          </macros>
-          <target>tab</target>
-          <description>Reset2</description>
-        </action>
-      </actions>
-      <text>Menu Button Label</text>
-      <x>207</x>
-      <y>45</y>
-      <width>60</width>
-      <height>20</height>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <tooltip>$(actions)</tooltip>
-    </widget>
-    <widget type="label" version="2.0.0">
-      <name>Label</name>
-      <text>Configure:</text>
-      <x>106</x>
-      <y>45</y>
-      <width>90</width>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-      <horizontal_alignment>2</horizontal_alignment>
-      <vertical_alignment>1</vertical_alignment>
-      <wrap_words>false</wrap_words>
-      <actions>
-      </actions>
-      <border_color>
-        <color red="0" green="128" blue="255">
-        </color>
-      </border_color>
-    </widget>
-    <widget type="action_button" version="3.0.0">
-      <name>Action Button</name>
-      <actions>
-        <action type="write_pv">
-          <pv_name>$(P)$(R)Reset.PROC</pv_name>
-          <value>1</value>
-        </action>
-      </actions>
-      <pv_name>$(P)$(R)Reset.PROC</pv_name>
-      <text>Reset</text>
-      <x>207</x>
-      <y>20</y>
-      <width>60</width>
-      <height>20</height>
-      <foreground_color>
-        <color red="0" green="0" blue="0">
-        </color>
-      </foreground_color>
-      <background_color>
-        <color name="BLACK-TEXT" red="255" green="255" blue="255">
-        </color>
-      </background_color>
-    </widget>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <class>TITLE</class>
-    <text>$(P)$(R)</text>
-    <x use_class="true">20</x>
-    <y use_class="true">0</y>
-    <width>1500</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>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_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>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)ComputeStatistics</pv_name>
-    <x>637</x>
-    <y>118</y>
-    <width>60</width>
-    <height>18</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ComputeStatistics_RBV</pv_name>
-    <x>703</x>
-    <y>118</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Compute statistics:</text>
-    <x>448</x>
-    <y>117</y>
-    <width>180</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Background width:</text>
-    <x>467</x>
-    <y>142</y>
-    <width>160</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)BgdWidth</pv_name>
-    <x>636</x>
-    <y>142</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)BgdWidth_RBV</pv_name>
-    <x>702</x>
-    <y>143</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Cursor X</text>
-    <x>950</x>
-    <y>208</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="scrollbar" version="2.0.0">
-    <name>Scrollbar</name>
-    <pv_name>$(P)$(R)CursorX</pv_name>
-    <x>1039</x>
-    <y>208</y>
-    <width>160</width>
-    <actions>
-    </actions>
-    <bar_length>1.0</bar_length>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)CursorX</pv_name>
-    <x>1039</x>
-    <y>186</y>
-    <width>60</width>
-    <height>19</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CursorX_RBV</pv_name>
-    <x>1104</x>
-    <y>186</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Cursor Y</text>
-    <x>950</x>
-    <y>253</y>
-    <width>80</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="scrollbar" version="2.0.0">
-    <name>Scrollbar</name>
-    <pv_name>$(P)$(R)CursorY</pv_name>
-    <x>1039</x>
-    <y>253</y>
-    <width>160</width>
-    <actions>
-    </actions>
-    <bar_length>1.0</bar_length>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)CursorY</pv_name>
-    <x>1039</x>
-    <y>231</y>
-    <width>60</width>
-    <height>19</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CursorY_RBV</pv_name>
-    <x>1104</x>
-    <y>231</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)ComputeProfiles</pv_name>
-    <x>1039</x>
-    <y>137</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ComputeProfiles_RBV</pv_name>
-    <x>1105</x>
-    <y>137</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Compute profiles:</text>
-    <x>870</x>
-    <y>136</y>
-    <width>160</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Size X:</text>
-    <x>889</x>
-    <y>161</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ProfileSizeX_RBV</pv_name>
-    <x>953</x>
-    <y>162</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ProfileSizeY_RBV</pv_name>
-    <x>1105</x>
-    <y>162</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Y</text>
-    <x>1089</x>
-    <y>161</y>
-    <width>10</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button</name>
-    <actions>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileAverageX_RBV</DATA>
-          <TITLE>AverageX</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Average X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileAverageY_RBV</DATA>
-          <TITLE>AverageY</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Average Y</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileThresholdX_RBV</DATA>
-          <TITLE>ThresholdX</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Threshold X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileThresholdY_RBV</DATA>
-          <TITLE>ThresholdY</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Threshold Y</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileCentroidX_RBV</DATA>
-          <TITLE>CentroidX</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Centroid X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileCentroidY_RBV</DATA>
-          <TITLE>CentroidY</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Centroid Y</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileCursorX_RBV</DATA>
-          <TITLE>CursorX</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Cursor X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDPlot.opi</file>
-        <macros>
-          <DATA>ProfileCursorY_RBV</DATA>
-          <TITLE>CursorY</TITLE>
-          <XLABEL>Pixel</XLABEL>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Cursor Y</description>
-      </action>
-    </actions>
-    <text>Menu Button Label</text>
-    <x>1041</x>
-    <y>278</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Plot</text>
-    <x>990</x>
-    <y>278</y>
-    <width>40</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Minimum:</text>
-    <x>458</x>
-    <y>167</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MinValue_RBV</pv_name>
-    <x>532</x>
-    <y>168</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Maximum:</text>
-    <x>628</x>
-    <y>167</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MaxValue_RBV</pv_name>
-    <x>702</x>
-    <y>168</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Min. X:</text>
-    <x>468</x>
-    <y>192</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MinX_RBV</pv_name>
-    <x>532</x>
-    <y>193</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Max. X:</text>
-    <x>638</x>
-    <y>192</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MaxX_RBV</pv_name>
-    <x>702</x>
-    <y>193</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Min. Y:</text>
-    <x>468</x>
-    <y>217</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MinY_RBV</pv_name>
-    <x>532</x>
-    <y>218</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Max. Y:</text>
-    <x>638</x>
-    <y>217</y>
-    <width>60</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MaxY_RBV</pv_name>
-    <x>702</x>
-    <y>218</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Total:</text>
-    <x>476</x>
-    <y>242</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Total_RBV</pv_name>
-    <x>532</x>
-    <y>243</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Net:</text>
-    <x>666</x>
-    <y>242</y>
-    <width>30</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Net_RBV</pv_name>
-    <x>702</x>
-    <y>243</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Mean:</text>
-    <x>488</x>
-    <y>267</y>
-    <width>40</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)MeanValue_RBV</pv_name>
-    <x>532</x>
-    <y>268</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Sigma:</text>
-    <x>648</x>
-    <y>267</y>
-    <width>50</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Sigma_RBV</pv_name>
-    <x>702</x>
-    <y>268</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Menu Button</name>
-    <actions>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(TS)</R>
-          <RN>$(TS)TSTotal</RN>
-        </macros>
-        <target>tab</target>
-        <description>Total</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSNet</RN>
-        </macros>
-        <target>tab</target>
-        <description>Net</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMinValue</RN>
-        </macros>
-        <target>tab</target>
-        <description>Min</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMinX</RN>
-        </macros>
-        <target>tab</target>
-        <description>Min X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMinY</RN>
-        </macros>
-        <target>tab</target>
-        <description>Min Y</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMaxValue</RN>
-        </macros>
-        <target>tab</target>
-        <description>Max</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMaxX</RN>
-        </macros>
-        <target>tab</target>
-        <description>Max X</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMaxY</RN>
-        </macros>
-        <target>tab</target>
-        <description>Max Y</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSMeanValue</RN>
-        </macros>
-        <target>tab</target>
-        <description>Mean</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSSigma</RN>
-        </macros>
-        <target>tab</target>
-        <description>Sigma</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesPlot.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-          <RN>$(R)TSTimestamp</RN>
-        </macros>
-        <target>tab</target>
-        <description>Time stamp</description>
-      </action>
-      <action type="open_display">
-        <file>../adcore/NDStatsTimeSeriesBasicAll.opi</file>
-        <target>tab</target>
-        <description>All</description>
-      </action>
-    </actions>
-    <text>Menu Button Label</text>
-    <x>643</x>
-    <y>292</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Time series plots:</text>
-    <x>468</x>
-    <y>292</y>
-    <width>170</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)ComputeCentroid</pv_name>
-    <x>638</x>
-    <y>369</y>
-    <width>60</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)ComputeCentroid_RBV</pv_name>
-    <x>704</x>
-    <y>369</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Compute centroid:</text>
-    <x>469</x>
-    <y>368</y>
-    <width>160</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Centroid threshold:</text>
-    <x>449</x>
-    <y>393</y>
-    <width>180</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)CentroidThreshold</pv_name>
-    <x>638</x>
-    <y>394</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CentroidThreshold_RBV</pv_name>
-    <x>704</x>
-    <y>394</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)ComputeHistogram</pv_name>
-    <x>1052</x>
-    <y>364</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Compute histogram?</text>
-    <x>858</x>
-    <y>364</y>
-    <width>180</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)HistSize</pv_name>
-    <x>1052</x>
-    <y>388</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Size:</text>
-    <x>1001</x>
-    <y>388</y>
-    <width>40</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)HistMin</pv_name>
-    <x>1052</x>
-    <y>413</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Minimum:</text>
-    <x>971</x>
-    <y>413</y>
-    <width>70</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)HistMax</pv_name>
-    <x>1052</x>
-    <y>438</y>
-    <width>60</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Maximum:</text>
-    <x>971</x>
-    <y>438</y>
-    <width>70</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Centroid X:</text>
-    <x>429</x>
-    <y>450</y>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CentroidX_RBV</pv_name>
-    <x>533</x>
-    <y>451</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CentroidY_RBV</pv_name>
-    <x>704</x>
-    <y>444</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Y</text>
-    <x>688</x>
-    <y>443</y>
-    <width>10</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Centroid total:</text>
-    <x>449</x>
-    <y>419</y>
-    <width>140</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)CentroidTotal_RBV</pv_name>
-    <x>593</x>
-    <y>420</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)SigmaXY_RBV</pv_name>
-    <x>535</x>
-    <y>556</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Sigma XY:</text>
-    <x>451</x>
-    <y>555</y>
-    <width>80</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)SigmaY_RBV</pv_name>
-    <x>704</x>
-    <y>469</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Y</text>
-    <x>688</x>
-    <y>468</y>
-    <width>10</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)SigmaX_RBV</pv_name>
-    <x>533</x>
-    <y>476</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Sigma X:</text>
-    <x>459</x>
-    <y>475</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)SkewY_RBV</pv_name>
-    <x>704</x>
-    <y>494</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Y</text>
-    <x>688</x>
-    <y>493</y>
-    <width>10</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)SkewX_RBV</pv_name>
-    <x>533</x>
-    <y>501</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Skewness X:</text>
-    <x>429</x>
-    <y>500</y>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)KurtosisY_RBV</pv_name>
-    <x>704</x>
-    <y>519</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Y</text>
-    <x>688</x>
-    <y>518</y>
-    <width>10</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)KurtosisX_RBV</pv_name>
-    <x>533</x>
-    <y>526</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Kurtosis X:</text>
-    <x>429</x>
-    <y>525</y>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Eccentricity_RBV</pv_name>
-    <x>535</x>
-    <y>581</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Eccentricity:</text>
-    <x>411</x>
-    <y>580</y>
-    <width>120</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)Orientation_RBV</pv_name>
-    <x>535</x>
-    <y>606</y>
-    <width>90</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Orientation:</text>
-    <x>421</x>
-    <y>605</y>
-    <width>110</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)HistEntropy_RBV</pv_name>
-    <x>1052</x>
-    <y>514</y>
-    <width>61</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Entropy:</text>
-    <x>971</x>
-    <y>513</y>
-    <width>70</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)HistAbove_RBV</pv_name>
-    <x>1052</x>
-    <y>489</y>
-    <width>61</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text># above maximum:</text>
-    <x>891</x>
-    <y>488</y>
-    <width>150</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)HistBelow_RBV</pv_name>
-    <x>1052</x>
-    <y>464</y>
-    <width>61</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text># below minimum:</text>
-    <x>891</x>
-    <y>463</y>
-    <width>150</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="open_display">
-        <file>../adcore/NDPlotXY.opi</file>
-        <macros>
-          <TITLE>Histogram</TITLE>
-          <XDATA>HistogramX_RBV</XDATA>
-          <XLABEL>Intensity</XLABEL>
-          <YDATA>Histogram_RBV</YDATA>
-          <YLABEL>Counts</YLABEL>
-        </macros>
-        <target>tab</target>
-        <description>Histogram plot</description>
-      </action>
-    </actions>
-    <text></text>
-    <x>1052</x>
-    <y>538</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Plot:</text>
-    <x>1001</x>
-    <y>538</y>
-    <width>40</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Current point:</text>
-    <x>908</x>
-    <y>686</y>
-    <width>130</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)TS-TSCurrentPoint</pv_name>
-    <x>1043</x>
-    <y>687</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)TS-TSRead.SCAN</pv_name>
-    <x>1023</x>
-    <y>711</y>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(pv_name)</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)TS-TSRead.PROC</pv_name>
-    <text>Read</text>
-    <x>1128</x>
-    <y>711</y>
-    <width>70</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Read rate:</text>
-    <x>928</x>
-    <y>711</y>
-    <width>90</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)TS-TSNumPoints</pv_name>
-    <x>1043</x>
-    <y>662</y>
-    <width>60</width>
-    <height>19</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>1</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Number of points:</text>
-    <x>878</x>
-    <y>661</y>
-    <width>160</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(pv_name)</pv_name>
-        <value>1</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)TS-TSAcquire</pv_name>
-    <text>Erase/Start</text>
-    <x>948</x>
-    <y>636</y>
-    <width>90</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="write_pv">
-        <pv_name>$(pv_name)</pv_name>
-        <value>0</value>
-      </action>
-    </actions>
-    <pv_name>$(P)$(R)TS-TSAcquire</pv_name>
-    <text>Stop</text>
-    <x>1043</x>
-    <y>636</y>
-    <width>60</width>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)TS-TSAcquiring</pv_name>
-    <x>1108</x>
-    <y>637</y>
-    <width>90</width>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>Acquire:</text>
-    <x>873</x>
-    <y>636</y>
-    <width>70</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="action_button" version="3.0.0">
-    <name>Action Button</name>
-    <actions>
-      <action type="open_display">
-        <file>../adcore/NDPluginTimeSeries.opi</file>
-        <macros>
-          <R>$(R)TS-</R>
-        </macros>
-        <target>tab</target>
-        <description>Time series control</description>
-      </action>
-    </actions>
-    <text>More</text>
-    <x>1128</x>
-    <y>736</y>
-    <width>70</width>
-    <height>20</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <tooltip>$(actions)</tooltip>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>AcquireMode:</text>
-    <x>908</x>
-    <y>735</y>
-    <width>110</width>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="combo" version="2.0.0">
-    <name>Menu Button</name>
-    <pv_name>$(P)$(R)TS-TSAcquireMode</pv_name>
-    <x>1023</x>
-    <y>735</y>
-    <height>20</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_11</name>
-    <text>Statistics</text>
-    <x>448</x>
-    <y>80</y>
-    <width>360</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_12</name>
-    <text>Centroid</text>
-    <x>429</x>
-    <y>327</y>
-    <width>376</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_13</name>
-    <text>Time series</text>
-    <x>873</x>
-    <y>586</y>
-    <width>379</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_14</name>
-    <text>Reset</text>
-    <x>429</x>
-    <y>675</y>
-    <width>379</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_15</name>
-    <text>Histogram</text>
-    <x>871</x>
-    <y>330</y>
-    <width>379</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>BGGrey03-title_16</name>
-    <text>Profiles</text>
-    <x>870</x>
-    <y>80</y>
-    <width>379</width>
-    <height>30</height>
-    <font>
-      <font family="Source Sans Pro" style="BOLD" size="21.0">
-      </font>
-    </font>
-    <foreground_color>
-      <color name="TEXT-LIGHT" red="230" green="230" blue="230">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDTrace.bob b/99-Shared/admisc/NDTrace.bob
deleted file mode 100644
index c9a999e45d411eaae369a8c69a2b00a231889a13..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDTrace.bob
+++ /dev/null
@@ -1,339 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>NDTrace</name>
-  <x>470</x>
-  <y>197</y>
-  <width>1550</width>
-  <height>650</height>
-  <background_color>
-    <color red="240" green="240" blue="240">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>BGGrey02-background</name>
-    <x>400</x>
-    <y>70</y>
-    <width>1150</width>
-    <height>555</height>
-    <line_width>2</line_width>
-    <line_color>
-      <color name="GROUP-BORDER" red="150" green="155" blue="151">
-      </color>
-    </line_color>
-    <background_color>
-      <color name="GROUP-BACKGROUND" red="200" green="205" blue="201">
-      </color>
-    </background_color>
-    <corner_height>10</corner_height>
-  </widget>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <class>TITLE-BAR</class>
-    <x use_class="true">0</x>
-    <y use_class="true">0</y>
-    <width>1550</width>
-    <height use_class="true">50</height>
-    <line_width use_class="true">0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <background_color use_class="true">
-      <color name="PRIMARY-HEADER-BACKGROUND" red="151" green="188" blue="202">
-      </color>
-    </background_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>../adcore/NDPluginBase.opi</file>
-    <x>10</x>
-    <y>70</y>
-    <width>380</width>
-    <height>555</height>
-    <resize>2</resize>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <class>TITLE</class>
-    <text>$(P)$(R)</text>
-    <x use_class="true">20</x>
-    <y use_class="true">0</y>
-    <width>1530</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>
-    <background_color>
-      <color red="255" green="255" blue="255">
-      </color>
-    </background_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>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="xyplot" version="2.0.0">
-    <name>XY Graph</name>
-    <x>424</x>
-    <y>80</y>
-    <width>1105</width>
-    <height>460</height>
-    <foreground_color>
-      <color red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color red="240" green="240" blue="240">
-      </color>
-    </background_color>
-    <title_font>
-      <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
-      </font>
-    </title_font>
-    <show_toolbar>true</show_toolbar>
-    <actions>
-    </actions>
-    <rules>
-      <rule name="buffer_size" prop_id="trace_0_buffer_size" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="data_y_max" prop_id="axis_1_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize1_RBV</pv_name>
-      </rule>
-      <rule name="data_x0_max" prop_id="axis_0_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-    </rules>
-    <x_axis>
-      <title>Samples</title>
-      <autoscale>true</autoscale>
-      <log_scale>false</log_scale>
-      <minimum>0.0</minimum>
-      <maximum>100.0</maximum>
-      <show_grid>true</show_grid>
-      <title_font>
-        <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
-        </font>
-      </title_font>
-      <scale_font>
-        <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
-        </font>
-      </scale_font>
-      <visible>true</visible>
-    </x_axis>
-    <y_axes>
-      <y_axis>
-        <title>ADC counts</title>
-        <autoscale>true</autoscale>
-        <log_scale>false</log_scale>
-        <minimum>0.0</minimum>
-        <maximum>100.0</maximum>
-        <show_grid>true</show_grid>
-        <title_font>
-          <font name="Default Bold" family="Source Sans Pro" style="BOLD" size="16.0">
-          </font>
-        </title_font>
-        <scale_font>
-          <font name="Default" family="Source Sans Pro" style="REGULAR" size="16.0">
-          </font>
-        </scale_font>
-        <visible>true</visible>
-      </y_axis>
-    </y_axes>
-    <traces>
-      <trace>
-        <name>$(traces[0].y_pv)</name>
-        <x_pv>$(P)$(R)ArrayTimeUs</x_pv>
-        <y_pv>$(P)$(R)ArrayData</y_pv>
-        <err_pv></err_pv>
-        <axis>0</axis>
-        <trace_type>1</trace_type>
-        <color>
-          <color red="21" green="21" blue="196">
-          </color>
-        </color>
-        <line_width>1</line_width>
-        <line_style>0</line_style>
-        <point_type>0</point_type>
-        <point_size>4</point_size>
-        <visible>true</visible>
-      </trace>
-    </traces>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label_1</name>
-    <text>Time link or time/point:</text>
-    <x>590</x>
-    <y>560</y>
-    <width>228</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textentry" version="3.0.0">
-    <name>Text Input</name>
-    <pv_name>$(P)$(R)TimePerPointLink.DOL</pv_name>
-    <x>828</x>
-    <y>560</y>
-    <width>391</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>6</format>
-    <show_units>false</show_units>
-    <actions>
-    </actions>
-    <border_alarm_sensitive>false</border_alarm_sensitive>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label_2</name>
-    <text>Time/point:</text>
-    <x>680</x>
-    <y>588</y>
-    <width>138</width>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <horizontal_alignment>2</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update</name>
-    <pv_name>$(P)$(R)TimePerPointR</pv_name>
-    <x>829</x>
-    <y>588</y>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>2</format>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update_1</name>
-    <pv_name>$(P)$(R)TimePerPointUsR</pv_name>
-    <x>1119</x>
-    <y>588</y>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>2</format>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="textupdate" version="2.0.0">
-    <name>Text Update_2</name>
-    <pv_name>$(P)$(R)TimePerPointMsR</pv_name>
-    <x>971</x>
-    <y>588</y>
-    <height>18</height>
-    <foreground_color>
-      <color name="BLACK" red="0" green="0" blue="0">
-      </color>
-    </foreground_color>
-    <background_color>
-      <color name="BLACK-TEXT" red="255" green="255" blue="255">
-      </color>
-    </background_color>
-    <format>2</format>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/NDTraceSimple.bob b/99-Shared/admisc/NDTraceSimple.bob
deleted file mode 100644
index 2603af862c24ab06ebef3231185b212acee57bf2..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/NDTraceSimple.bob
+++ /dev/null
@@ -1,160 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<display version="2.0.0">
-  <name>NDTrace</name>
-  <x>470</x>
-  <y>197</y>
-  <width>1550</width>
-  <background_color>
-    <color red="187" green="187" blue="187">
-    </color>
-  </background_color>
-  <actions>
-  </actions>
-  <widget type="rectangle" version="2.0.0">
-    <name>Rectangle</name>
-    <y>5</y>
-    <width>390</width>
-    <height>25</height>
-    <line_width>0</line_width>
-    <line_color>
-      <color red="128" green="0" blue="255">
-      </color>
-    </line_color>
-    <actions>
-    </actions>
-    <tooltip>$(pv_name)
-$(pv_value)</tooltip>
-  </widget>
-  <widget type="embedded" version="2.0.0">
-    <name>Linking Container</name>
-    <file>/BDE/adcore-master/NDPluginBase.opi</file>
-    <x>5</x>
-    <y>40</y>
-    <width>383</width>
-    <height>558</height>
-    <resize>2</resize>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="label" version="2.0.0">
-    <name>Label</name>
-    <text>$(P)$(R)</text>
-    <y>6</y>
-    <width>390</width>
-    <height>25</height>
-    <font>
-      <font family="Sans" style="REGULAR" size="14.851485148514852">
-      </font>
-    </font>
-    <foreground_color>
-      <color red="10" green="0" blue="184">
-      </color>
-    </foreground_color>
-    <horizontal_alignment>1</horizontal_alignment>
-    <vertical_alignment>1</vertical_alignment>
-    <wrap_words>false</wrap_words>
-    <actions>
-    </actions>
-    <border_color>
-      <color red="0" green="128" blue="255">
-      </color>
-    </border_color>
-  </widget>
-  <widget type="xyplot" version="2.0.0">
-    <name>XY Graph</name>
-    <x>398</x>
-    <y>4</y>
-    <width>1105</width>
-    <height>495</height>
-    <background_color>
-      <color red="240" green="240" blue="240">
-      </color>
-    </background_color>
-    <title_font>
-      <font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
-      </font>
-    </title_font>
-    <show_toolbar>true</show_toolbar>
-    <actions>
-    </actions>
-    <rules>
-      <rule name="buffer_size" prop_id="trace_0_buffer_size" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-      <rule name="data_y_max" prop_id="axis_1_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize1_RBV</pv_name>
-      </rule>
-      <rule name="data_x0_max" prop_id="axis_0_maximum" out_exp="true">
-        <exp bool_exp="true">
-          <expression>pv0</expression>
-        </exp>
-        <pv_name>$(P)$(R)ArraySize0_RBV</pv_name>
-      </rule>
-    </rules>
-    <x_axis>
-      <title>Samples</title>
-      <autoscale>true</autoscale>
-      <log_scale>false</log_scale>
-      <minimum>0.0</minimum>
-      <maximum>100.0</maximum>
-      <show_grid>true</show_grid>
-      <title_font>
-        <font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
-        </font>
-      </title_font>
-      <scale_font>
-        <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-        </font>
-      </scale_font>
-      <visible>true</visible>
-    </x_axis>
-    <y_axes>
-      <y_axis>
-        <title>ADC counts</title>
-        <autoscale>true</autoscale>
-        <log_scale>false</log_scale>
-        <minimum>0.0</minimum>
-        <maximum>100.0</maximum>
-        <show_grid>true</show_grid>
-        <title_font>
-          <font name="Default Bold" family="Liberation Sans" style="BOLD" size="14.0">
-          </font>
-        </title_font>
-        <scale_font>
-          <font name="Default" family="Liberation Sans" style="REGULAR" size="14.0">
-          </font>
-        </scale_font>
-        <visible>true</visible>
-      </y_axis>
-    </y_axes>
-    <traces>
-      <trace>
-        <name>$(traces[0].y_pv)</name>
-        <x_pv></x_pv>
-        <y_pv>$(P)$(R)ArrayData</y_pv>
-        <err_pv></err_pv>
-        <axis>0</axis>
-        <trace_type>1</trace_type>
-        <color>
-          <color red="21" green="21" blue="196">
-          </color>
-        </color>
-        <line_width>1</line_width>
-        <line_style>0</line_style>
-        <point_type>0</point_type>
-        <point_size>4</point_size>
-        <visible>true</visible>
-      </trace>
-    </traces>
-  </widget>
-</display>
diff --git a/99-Shared/admisc/copy_limits.js b/99-Shared/admisc/copy_limits.js
deleted file mode 100644
index f5d51000ca7a35b2e960a42ff643522ebc3e2db9..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/copy_limits.js
+++ /dev/null
@@ -1,7 +0,0 @@
-importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
-
-var min = display.getWidget("minimumLabel").getPropertyValue("text");
-var max = display.getWidget("maximumLabel").getPropertyValue("text");
-
-display.getWidget("minimumInput").setPropertyValue("text", min);
-display.getWidget("maximumInput").setPropertyValue("text", max);
diff --git a/99-Shared/admisc/image_limits.js b/99-Shared/admisc/image_limits.js
deleted file mode 100644
index ba329ec2fe9e9c26273fc663de2a817f3599b284..0000000000000000000000000000000000000000
--- a/99-Shared/admisc/image_limits.js
+++ /dev/null
@@ -1,81 +0,0 @@
-importPackage(Packages.org.csstudio.opibuilder.scriptUtil);
-
-/*
- * AVOID USING CONSOLE PRINT OUT BECAUSE IT SLOWS THE MACHINE DOWN WHEN
- *                  IMAGE RATE IS > 10 PER SECOND
- */
- 
-var min = widget.getPropertyValue("minimum");
-//ConsoleUtil.writeInfo("Minimum " + min);
-var max = widget.getPropertyValue("maximum");
-//ConsoleUtil.writeInfo("Maximum " + max);
-
-// manual (1) or automatic (0) control?
-var ctrl = PVUtil.getLong(pvs[1]);
-//ConsoleUtil.writeInfo("Control is set to " + ctrl);
-var statsEn = PVUtil.getLong(pvs[7]);
-//ConsoleUtil.writeInfo("Stats plugin enabled " + statsEn);
-var statsDo = PVUtil.getLong(pvs[6]);
-//ConsoleUtil.writeInfo("Stats calculation " + statsDo);
-
-// Some sane defaults
-var dMin = 0;
-var dMax = 255;
-
-if (ctrl == 0) {
-//	ConsoleUtil.writeInfo("Automatic detection");
-	display.getWidget("controlLabel").setPropertyValue("text", "AUTO");
-
-	/* Use values from statistics plugin to get min and max
-		Can handle even 100 arrays per second..
-	*/
-	if ((statsEn == 1) && (statsDo == 1)) {
-		dMin = PVUtil.getDouble(pvs[4]);
-		dMax = PVUtil.getDouble(pvs[5]);
-	}
-
-/*
- 
- This is TOO slow!!!! even if GX1050:cam1:AcquireTime is set to 0.100 s
- CSS is not capable of keeping up with new data - CPU > 100% --> unresponsive computer!!!
- 
-	if (statsDo == 0) {
-		dMin = 1000000;
-		dMax = 0;
-
-		// get values of array PV and find minimum and maximum values
-		var data = PVUtil.getDoubleArray(pvs[0]);
-		for (var i = 0; i < data.length; i++) {
-			if (data[i] < dMin) {
-				dMin = data[i];
-				//ConsoleUtil.writeInfo("New detected minimum " + dMin);
-			}
-			if (data[i] > dMax) {
-				dMax = data[i];
-				//ConsoleUtil.writeInfo("New detected maximum " + dMax);
-			}
-		}
-	}
-*/
-
-} else {
-//	ConsoleUtil.writeInfo("Manual input");
-	display.getWidget("controlLabel").setPropertyValue("text", "MANUAL");
-
-	// read the input fields for minimum and maximum limits
-	dMin = PVUtil.getDouble(pvs[2]);
-	dMax = PVUtil.getDouble(pvs[3]);
-	//ConsoleUtil.writeInfo("New users minimum " + dMin);
-	//ConsoleUtil.writeInfo("New users maximum " + dMax);
-}
-
-if (min != dMin) {
-	widget.setPropertyValue("minimum", dMin);
-}
-if (max != dMax) {
-	widget.setPropertyValue("maximum", dMax);
-}
-
-//ConsoleUtil.writeInfo("Final: minimum " + dMin + ", maximum " + dMax);
-display.getWidget("minimumLabel").setPropertyValue("text", dMin);
-display.getWidget("maximumLabel").setPropertyValue("text", dMax);
diff --git a/99-Shared/areadetector-ess-opis b/99-Shared/areadetector-ess-opis
new file mode 160000
index 0000000000000000000000000000000000000000..894108e62948608c4f53bdade52e2720442cf993
--- /dev/null
+++ b/99-Shared/areadetector-ess-opis
@@ -0,0 +1 @@
+Subproject commit 894108e62948608c4f53bdade52e2720442cf993
diff --git a/99-Shared/ecmcgeneralopi b/99-Shared/ecmcgeneralopi
new file mode 160000
index 0000000000000000000000000000000000000000..a1e87c910adf2c2794240ec9ac5ce262584b8308
--- /dev/null
+++ b/99-Shared/ecmcgeneralopi
@@ -0,0 +1 @@
+Subproject commit a1e87c910adf2c2794240ec9ac5ce262584b8308
diff --git a/99-Shared/placeholder.bob b/99-Shared/placeholder.bob
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000