Warning, /education/kstars/kstars/ekos/analyze/analyze.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>Analyze</class>
0004  <widget class="QWidget" name="Analyze">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>980</width>
0010     <height>824</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="AnalyzeLayout">
0014    <property name="spacing">
0015     <number>1</number>
0016    </property>
0017    <item>
0018     <layout class="QHBoxLayout" name="horizontalLayout_4">
0019      <item>
0020       <widget class="QCheckBox" name="timelineCB">
0021        <property name="maximumSize">
0022         <size>
0023          <width>20</width>
0024          <height>16777215</height>
0025         </size>
0026        </property>
0027        <property name="text">
0028         <string/>
0029        </property>
0030        <property name="checked">
0031         <bool>true</bool>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <widget class="QLabel" name="timelineLabel">
0037        <property name="text">
0038         <string>Timeline</string>
0039        </property>
0040       </widget>
0041      </item>
0042      <item>
0043       <spacer name="horizontalSpacer_2">
0044        <property name="orientation">
0045         <enum>Qt::Horizontal</enum>
0046        </property>
0047        <property name="sizeType">
0048         <enum>QSizePolicy::Fixed</enum>
0049        </property>
0050        <property name="sizeHint" stdset="0">
0051         <size>
0052          <width>40</width>
0053          <height>20</height>
0054         </size>
0055        </property>
0056       </spacer>
0057      </item>
0058      <item>
0059       <widget class="QLabel" name="inputLabel">
0060        <property name="text">
0061         <string>Input:</string>
0062        </property>
0063        <property name="alignment">
0064         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0065        </property>
0066       </widget>
0067      </item>
0068      <item>
0069       <widget class="QComboBox" name="inputCombo">
0070        <property name="toolTip">
0071         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select the input for the plots. This can be the current Ekos session, or it can be read from a file.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0072        </property>
0073        <property name="text" stdset="0">
0074         <string>--</string>
0075        </property>
0076       </widget>
0077      </item>
0078      <item>
0079       <widget class="QLabel" name="inputValue">
0080        <property name="text">
0081         <string/>
0082        </property>
0083        <property name="alignment">
0084         <set>Qt::AlignCenter</set>
0085        </property>
0086       </widget>
0087      </item>
0088      <item>
0089       <widget class="QCheckBox" name="fullWidthCB">
0090        <property name="toolTip">
0091         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Keep the plot at the full input width.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0092        </property>
0093        <property name="text">
0094         <string>Full Width</string>
0095        </property>
0096       </widget>
0097      </item>
0098      <item>
0099       <widget class="QCheckBox" name="keepCurrentCB">
0100        <property name="toolTip">
0101         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;While recording live, Keep the plot recent. That is, the most recent actions performed by Ekos are shown on the right side of the plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0102        </property>
0103        <property name="text">
0104         <string>Latest</string>
0105        </property>
0106       </widget>
0107      </item>
0108      <item>
0109       <widget class="QPushButton" name="helpB">
0110        <property name="text">
0111         <string>Help...</string>
0112        </property>
0113       </widget>
0114      </item>
0115     </layout>
0116    </item>
0117    <item>
0118     <widget class="QCustomPlot" name="timelinePlot" native="true">
0119      <property name="sizePolicy">
0120       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0121        <horstretch>0</horstretch>
0122        <verstretch>0</verstretch>
0123       </sizepolicy>
0124      </property>
0125      <property name="minimumSize">
0126       <size>
0127        <width>200</width>
0128        <height>150</height>
0129       </size>
0130      </property>
0131      <property name="maximumSize">
0132       <size>
0133        <width>16777215</width>
0134        <height>16777215</height>
0135       </size>
0136      </property>
0137     </widget>
0138    </item>
0139    <item>
0140     <layout class="QHBoxLayout" name="horizontalLayout_5">
0141      <item>
0142       <widget class="QCheckBox" name="graphsCB">
0143        <property name="maximumSize">
0144         <size>
0145          <width>20</width>
0146          <height>16777215</height>
0147         </size>
0148        </property>
0149        <property name="text">
0150         <string/>
0151        </property>
0152        <property name="checked">
0153         <bool>true</bool>
0154        </property>
0155       </widget>
0156      </item>
0157      <item>
0158       <widget class="QCheckBox" name="statsCB">
0159        <property name="maximumSize">
0160         <size>
0161          <width>20</width>
0162          <height>16777215</height>
0163         </size>
0164        </property>
0165        <property name="text">
0166         <string/>
0167        </property>
0168        <property name="checked">
0169         <bool>true</bool>
0170        </property>
0171       </widget>
0172      </item>
0173      <item>
0174       <widget class="QLabel" name="statsLabel">
0175        <property name="text">
0176         <string>Statistics</string>
0177        </property>
0178       </widget>
0179      </item>
0180      <item>
0181       <spacer name="horizontalSpacer_3">
0182        <property name="orientation">
0183         <enum>Qt::Horizontal</enum>
0184        </property>
0185        <property name="sizeHint" stdset="0">
0186         <size>
0187          <width>40</width>
0188          <height>20</height>
0189         </size>
0190        </property>
0191       </spacer>
0192      </item>
0193      <item>
0194       <widget class="QPushButton" name="prevSessionB">
0195        <property name="maximumSize">
0196         <size>
0197          <width>30</width>
0198          <height>16777215</height>
0199         </size>
0200        </property>
0201        <property name="toolTip">
0202         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Move from the selected session to its previous session (on its left). Keyboard: control-left.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0203        </property>
0204        <property name="text">
0205         <string>&lt;</string>
0206        </property>
0207       </widget>
0208      </item>
0209      <item>
0210       <widget class="QPushButton" name="zoomInB">
0211        <property name="toolTip">
0212         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zoom in to the x-axis on the Timeline and Statistics plots. That is, show a shorter time period.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0213        </property>
0214        <property name="text">
0215         <string>+</string>
0216        </property>
0217       </widget>
0218      </item>
0219      <item>
0220       <widget class="QLineEdit" name="cursorTimeOut">
0221        <property name="maximumSize">
0222         <size>
0223          <width>80</width>
0224          <height>16777215</height>
0225         </size>
0226        </property>
0227        <property name="toolTip">
0228         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The number of seconds from the start of the log to the statistics cursor. If there is no cursor and latest is checked, then it is the time at the right-side of the plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0229        </property>
0230        <property name="alignment">
0231         <set>Qt::AlignCenter</set>
0232        </property>
0233        <property name="readOnly">
0234         <bool>true</bool>
0235        </property>
0236       </widget>
0237      </item>
0238      <item>
0239       <widget class="QLineEdit" name="cursorClockTimeOut">
0240        <property name="maximumSize">
0241         <size>
0242          <width>80</width>
0243          <height>16777215</height>
0244         </size>
0245        </property>
0246        <property name="toolTip">
0247         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The clock-time for the statistics plot cursor. If there is no cursor and latest is checked, then it is the clock time at the right-side of the plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0248        </property>
0249        <property name="alignment">
0250         <set>Qt::AlignCenter</set>
0251        </property>
0252        <property name="readOnly">
0253         <bool>true</bool>
0254        </property>
0255       </widget>
0256      </item>
0257      <item>
0258       <widget class="QPushButton" name="zoomOutB">
0259        <property name="toolTip">
0260         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Zoom out on the x-axis on the Timeline and Statistics plots. That is, show a longer time period.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0261        </property>
0262        <property name="text">
0263         <string>-</string>
0264        </property>
0265       </widget>
0266      </item>
0267      <item>
0268       <widget class="QPushButton" name="nextSessionB">
0269        <property name="maximumSize">
0270         <size>
0271          <width>30</width>
0272          <height>16777215</height>
0273         </size>
0274        </property>
0275        <property name="toolTip">
0276         <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Move from the selected session to its next session (on its right). Keyboard: control-right.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0277        </property>
0278        <property name="text">
0279         <string>&gt;</string>
0280        </property>
0281       </widget>
0282      </item>
0283      <item>
0284       <spacer name="horizontalSpacer">
0285        <property name="orientation">
0286         <enum>Qt::Horizontal</enum>
0287        </property>
0288        <property name="sizeHint" stdset="0">
0289         <size>
0290          <width>40</width>
0291          <height>20</height>
0292         </size>
0293        </property>
0294       </spacer>
0295      </item>
0296     </layout>
0297    </item>
0298    <item>
0299     <widget class="QCustomPlot" name="statsPlot" native="true">
0300      <property name="sizePolicy">
0301       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
0302        <horstretch>0</horstretch>
0303        <verstretch>0</verstretch>
0304       </sizepolicy>
0305      </property>
0306      <property name="minimumSize">
0307       <size>
0308        <width>200</width>
0309        <height>125</height>
0310       </size>
0311      </property>
0312      <property name="maximumSize">
0313       <size>
0314        <width>16777215</width>
0315        <height>16777215</height>
0316       </size>
0317      </property>
0318      <property name="font">
0319       <font>
0320        <pointsize>10</pointsize>
0321       </font>
0322      </property>
0323     </widget>
0324    </item>
0325    <item>
0326     <widget class="QScrollBar" name="analyzeSB">
0327      <property name="toolTip">
0328       <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If possible display previous (scroll to left) or future (scroll to right) sections of the Timeline and Statistics plot.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0329      </property>
0330      <property name="orientation">
0331       <enum>Qt::Horizontal</enum>
0332      </property>
0333     </widget>
0334    </item>
0335    <item>
0336     <widget class="QFrame" name="statsGridWidget">
0337      <property name="frameShape">
0338       <enum>QFrame::NoFrame</enum>
0339      </property>
0340      <property name="lineWidth">
0341       <number>0</number>
0342      </property>
0343      <layout class="QGridLayout" name="statsGridLayout">
0344       <property name="sizeConstraint">
0345        <enum>QLayout::SetDefaultConstraint</enum>
0346       </property>
0347       <property name="topMargin">
0348        <number>2</number>
0349       </property>
0350       <property name="bottomMargin">
0351        <number>2</number>
0352       </property>
0353       <property name="verticalSpacing">
0354        <number>2</number>
0355       </property>
0356       <item row="0" column="0">
0357        <widget class="QLabel" name="label2">
0358         <property name="maximumSize">
0359          <size>
0360           <width>40</width>
0361           <height>16777215</height>
0362          </size>
0363         </property>
0364         <property name="font">
0365          <font>
0366           <pointsize>10</pointsize>
0367          </font>
0368         </property>
0369         <property name="text">
0370          <string>Guide:</string>
0371         </property>
0372        </widget>
0373       </item>
0374       <item row="1" column="0">
0375        <widget class="QLabel" name="label3">
0376         <property name="maximumSize">
0377          <size>
0378           <width>40</width>
0379           <height>16777215</height>
0380          </size>
0381         </property>
0382         <property name="font">
0383          <font>
0384           <pointsize>10</pointsize>
0385          </font>
0386         </property>
0387         <property name="text">
0388          <string>Mount:</string>
0389         </property>
0390        </widget>
0391       </item>
0392       <item row="2" column="0">
0393        <widget class="QLabel" name="label">
0394         <property name="maximumSize">
0395          <size>
0396           <width>50</width>
0397           <height>16777215</height>
0398          </size>
0399         </property>
0400         <property name="font">
0401          <font>
0402           <pointsize>10</pointsize>
0403          </font>
0404         </property>
0405         <property name="text">
0406          <string>Capture:</string>
0407         </property>
0408        </widget>
0409       </item>
0410       <item row="0" column="1">
0411        <widget class="QCheckBox" name="raCB">
0412         <property name="maximumSize">
0413          <size>
0414           <width>40</width>
0415           <height>16777215</height>
0416          </size>
0417         </property>
0418         <property name="toolTip">
0419          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the right ascension (RA) drift error in arc-seconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0420         </property>
0421         <property name="styleSheet">
0422          <string notr="true">font-size: 9pt</string>
0423         </property>
0424         <property name="text">
0425          <string>ra</string>
0426         </property>
0427        </widget>
0428       </item>
0429       <item row="0" column="2">
0430        <widget class="QLineEdit" name="raOut">
0431         <property name="maximumSize">
0432          <size>
0433           <width>40</width>
0434           <height>16777215</height>
0435          </size>
0436         </property>
0437         <property name="toolTip">
0438          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The right ascension (RA) drift error in arc-seconds. Click here to view this axis on left-axis values. Shares axis with RA/DEC error, drift, and RMS values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0439         </property>
0440         <property name="styleSheet">
0441          <string notr="true">font-size: 9pt</string>
0442         </property>
0443         <property name="alignment">
0444          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0445         </property>
0446         <property name="readOnly">
0447          <bool>true</bool>
0448         </property>
0449        </widget>
0450       </item>
0451       <item row="0" column="3">
0452        <widget class="QCheckBox" name="decCB">
0453         <property name="maximumSize">
0454          <size>
0455           <width>40</width>
0456           <height>16777215</height>
0457          </size>
0458         </property>
0459         <property name="toolTip">
0460          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the declination (DEC) drift error in arc-seconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0461         </property>
0462         <property name="styleSheet">
0463          <string notr="true">font-size: 9pt</string>
0464         </property>
0465         <property name="text">
0466          <string>dec</string>
0467         </property>
0468        </widget>
0469       </item>
0470       <item row="0" column="4">
0471        <widget class="QLineEdit" name="decOut">
0472         <property name="maximumSize">
0473          <size>
0474           <width>40</width>
0475           <height>16777215</height>
0476          </size>
0477         </property>
0478         <property name="toolTip">
0479          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the declination (DEC) drift error in arc-seconds. Click here to view this axis on left-axis values. Shares axis with RA/DEC error, drift, and RMS values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0480         </property>
0481         <property name="styleSheet">
0482          <string notr="true">font-size: 9pt</string>
0483         </property>
0484         <property name="alignment">
0485          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0486         </property>
0487         <property name="readOnly">
0488          <bool>true</bool>
0489         </property>
0490        </widget>
0491       </item>
0492       <item row="0" column="5">
0493        <widget class="QCheckBox" name="raPulseCB">
0494         <property name="maximumSize">
0495          <size>
0496           <width>65</width>
0497           <height>16777215</height>
0498          </size>
0499         </property>
0500         <property name="toolTip">
0501          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the right ascension (RA) guide pulses in milliseconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0502         </property>
0503         <property name="styleSheet">
0504          <string notr="true">font-size: 9pt</string>
0505         </property>
0506         <property name="text">
0507          <string>ra pulse</string>
0508         </property>
0509        </widget>
0510       </item>
0511       <item row="0" column="6">
0512        <widget class="QLineEdit" name="raPulseOut">
0513         <property name="maximumSize">
0514          <size>
0515           <width>40</width>
0516           <height>16777215</height>
0517          </size>
0518         </property>
0519         <property name="toolTip">
0520          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The right ascension (RA) guide pulses in milliseconds. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0521         </property>
0522         <property name="styleSheet">
0523          <string notr="true">font-size: 9pt</string>
0524         </property>
0525         <property name="alignment">
0526          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0527         </property>
0528         <property name="readOnly">
0529          <bool>true</bool>
0530         </property>
0531        </widget>
0532       </item>
0533       <item row="0" column="7">
0534        <widget class="QCheckBox" name="decPulseCB">
0535         <property name="minimumSize">
0536          <size>
0537           <width>0</width>
0538           <height>0</height>
0539          </size>
0540         </property>
0541         <property name="maximumSize">
0542          <size>
0543           <width>40</width>
0544           <height>16777215</height>
0545          </size>
0546         </property>
0547         <property name="toolTip">
0548          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the declination (DEC) guide pulses in milliseconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0549         </property>
0550         <property name="styleSheet">
0551          <string notr="true">font-size: 9pt</string>
0552         </property>
0553         <property name="text">
0554          <string>dec</string>
0555         </property>
0556        </widget>
0557       </item>
0558       <item row="0" column="8">
0559        <widget class="QLineEdit" name="decPulseOut">
0560         <property name="maximumSize">
0561          <size>
0562           <width>40</width>
0563           <height>16777209</height>
0564          </size>
0565         </property>
0566         <property name="toolTip">
0567          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The declination (DEC) guide pulses in milliseconds. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0568         </property>
0569         <property name="styleSheet">
0570          <string notr="true">font-size: 9pt</string>
0571         </property>
0572         <property name="alignment">
0573          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0574         </property>
0575         <property name="readOnly">
0576          <bool>true</bool>
0577         </property>
0578        </widget>
0579       </item>
0580       <item row="0" column="9">
0581        <widget class="QCheckBox" name="driftCB">
0582         <property name="minimumSize">
0583          <size>
0584           <width>40</width>
0585           <height>0</height>
0586          </size>
0587         </property>
0588         <property name="maximumSize">
0589          <size>
0590           <width>50</width>
0591           <height>16777215</height>
0592          </size>
0593         </property>
0594         <property name="toolTip">
0595          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the combined RA and DEC drift error in arc-seconds.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0596         </property>
0597         <property name="styleSheet">
0598          <string notr="true">font-size: 9pt</string>
0599         </property>
0600         <property name="text">
0601          <string>drift</string>
0602         </property>
0603        </widget>
0604       </item>
0605       <item row="0" column="10">
0606        <widget class="QLineEdit" name="driftOut">
0607         <property name="maximumSize">
0608          <size>
0609           <width>45</width>
0610           <height>16777215</height>
0611          </size>
0612         </property>
0613         <property name="toolTip">
0614          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The combined RA and DEC drift error in arc-seconds. Click here to view this axis on left-axis values. Shares axis with RA/DEC error, drift, and RMS values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0615         </property>
0616         <property name="styleSheet">
0617          <string notr="true">font-size: 9pt</string>
0618         </property>
0619         <property name="alignment">
0620          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0621         </property>
0622         <property name="readOnly">
0623          <bool>true</bool>
0624         </property>
0625        </widget>
0626       </item>
0627       <item row="0" column="11">
0628        <widget class="QCheckBox" name="rmsCB">
0629         <property name="minimumSize">
0630          <size>
0631           <width>40</width>
0632           <height>0</height>
0633          </size>
0634         </property>
0635         <property name="maximumSize">
0636          <size>
0637           <width>40</width>
0638           <height>16777215</height>
0639          </size>
0640         </property>
0641         <property name="toolTip">
0642          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the root-mean-squared (RMS) value of the combined RA and DEC drift in arc-seconds, averaged on approximately the past 40 samples.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0643         </property>
0644         <property name="styleSheet">
0645          <string notr="true">font-size: 9pt</string>
0646         </property>
0647         <property name="text">
0648          <string>rms</string>
0649         </property>
0650        </widget>
0651       </item>
0652       <item row="0" column="12">
0653        <widget class="QLineEdit" name="rmsOut">
0654         <property name="maximumSize">
0655          <size>
0656           <width>40</width>
0657           <height>16777215</height>
0658          </size>
0659         </property>
0660         <property name="toolTip">
0661          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The root-mean-squared (RMS) value of the combined RA and DEC drift in arc-seconds, averaged on approximately the past 40 samples. Click here to view this axis on left-axis values. Shares axis with RA/DEC error, drift, and RMS values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0662         </property>
0663         <property name="styleSheet">
0664          <string notr="true">font-size: 9pt</string>
0665         </property>
0666         <property name="alignment">
0667          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0668         </property>
0669         <property name="readOnly">
0670          <bool>true</bool>
0671         </property>
0672        </widget>
0673       </item>
0674       <item row="0" column="13">
0675        <widget class="QCheckBox" name="skyBgCB">
0676         <property name="minimumSize">
0677          <size>
0678           <width>40</width>
0679           <height>0</height>
0680          </size>
0681         </property>
0682         <property name="maximumSize">
0683          <size>
0684           <width>55</width>
0685           <height>16777215</height>
0686          </size>
0687         </property>
0688         <property name="toolTip">
0689          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the sky background light (computed by SEP from the guide images).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0690         </property>
0691         <property name="styleSheet">
0692          <string notr="true">font-size: 9pt</string>
0693         </property>
0694         <property name="text">
0695          <string>sky</string>
0696         </property>
0697        </widget>
0698       </item>
0699       <item row="0" column="14">
0700        <widget class="QLineEdit" name="skyBgOut">
0701         <property name="maximumSize">
0702          <size>
0703           <width>40</width>
0704           <height>16777215</height>
0705          </size>
0706         </property>
0707         <property name="toolTip">
0708          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The sky background light level (computed by SEP from the guide images). Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0709         </property>
0710         <property name="styleSheet">
0711          <string notr="true">font-size: 9pt</string>
0712         </property>
0713         <property name="alignment">
0714          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0715         </property>
0716         <property name="readOnly">
0717          <bool>true</bool>
0718         </property>
0719        </widget>
0720       </item>
0721       <item row="0" column="15">
0722        <widget class="QCheckBox" name="numStarsCB">
0723         <property name="maximumSize">
0724          <size>
0725           <width>50</width>
0726           <height>16777215</height>
0727          </size>
0728         </property>
0729         <property name="toolTip">
0730          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the number of stars detected in the guide images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0731         </property>
0732         <property name="styleSheet">
0733          <string notr="true">font-size: 9pt</string>
0734         </property>
0735         <property name="text">
0736          <string>stars</string>
0737         </property>
0738        </widget>
0739       </item>
0740       <item row="0" column="16">
0741        <widget class="QLineEdit" name="numStarsOut">
0742         <property name="maximumSize">
0743          <size>
0744           <width>40</width>
0745           <height>16777215</height>
0746          </size>
0747         </property>
0748         <property name="toolTip">
0749          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The number of stars detected in the guide images. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0750         </property>
0751         <property name="styleSheet">
0752          <string notr="true">font-size: 9pt</string>
0753         </property>
0754         <property name="alignment">
0755          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0756         </property>
0757         <property name="readOnly">
0758          <bool>true</bool>
0759         </property>
0760        </widget>
0761       </item>
0762       <item row="0" column="17">
0763        <widget class="QCheckBox" name="snrCB">
0764         <property name="minimumSize">
0765          <size>
0766           <width>0</width>
0767           <height>0</height>
0768          </size>
0769         </property>
0770         <property name="maximumSize">
0771          <size>
0772           <width>40</width>
0773           <height>16777215</height>
0774          </size>
0775         </property>
0776         <property name="toolTip">
0777          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the signal-to-noise ratio (SNR) of the guide star.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0778         </property>
0779         <property name="styleSheet">
0780          <string notr="true">font-size: 9pt</string>
0781         </property>
0782         <property name="text">
0783          <string>snr</string>
0784         </property>
0785        </widget>
0786       </item>
0787       <item row="0" column="18">
0788        <widget class="QLineEdit" name="snrOut">
0789         <property name="maximumSize">
0790          <size>
0791           <width>40</width>
0792           <height>16777215</height>
0793          </size>
0794         </property>
0795         <property name="toolTip">
0796          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The signal-to-noise ratio (SNR) of the guide star. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0797         </property>
0798         <property name="styleSheet">
0799          <string notr="true">font-size: 9pt</string>
0800         </property>
0801         <property name="alignment">
0802          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0803         </property>
0804         <property name="readOnly">
0805          <bool>true</bool>
0806         </property>
0807        </widget>
0808       </item>
0809       <item row="1" column="1">
0810        <widget class="QCheckBox" name="mountRaCB">
0811         <property name="minimumSize">
0812          <size>
0813           <width>0</width>
0814           <height>0</height>
0815          </size>
0816         </property>
0817         <property name="maximumSize">
0818          <size>
0819           <width>40</width>
0820           <height>16777215</height>
0821          </size>
0822         </property>
0823         <property name="toolTip">
0824          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the Right Ascension (RA) where the telescope is pointing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0825         </property>
0826         <property name="styleSheet">
0827          <string notr="true">font-size: 9pt</string>
0828         </property>
0829         <property name="text">
0830          <string>ra</string>
0831         </property>
0832        </widget>
0833       </item>
0834       <item row="1" column="2">
0835        <widget class="QLineEdit" name="mountRaOut">
0836         <property name="minimumSize">
0837          <size>
0838           <width>50</width>
0839           <height>0</height>
0840          </size>
0841         </property>
0842         <property name="maximumSize">
0843          <size>
0844           <width>40</width>
0845           <height>16777215</height>
0846          </size>
0847         </property>
0848         <property name="toolTip">
0849          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The Right Ascension (RA) in HMS where the telescope is pointing. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0850         </property>
0851         <property name="styleSheet">
0852          <string notr="true">font-size: 8pt</string>
0853         </property>
0854         <property name="alignment">
0855          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0856         </property>
0857         <property name="readOnly">
0858          <bool>true</bool>
0859         </property>
0860        </widget>
0861       </item>
0862       <item row="1" column="3">
0863        <widget class="QCheckBox" name="mountDecCB">
0864         <property name="maximumSize">
0865          <size>
0866           <width>40</width>
0867           <height>16777215</height>
0868          </size>
0869         </property>
0870         <property name="toolTip">
0871          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the Declination (DEC) in where the telescope is pointing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0872         </property>
0873         <property name="styleSheet">
0874          <string notr="true">font-size: 9pt</string>
0875         </property>
0876         <property name="text">
0877          <string>dec</string>
0878         </property>
0879        </widget>
0880       </item>
0881       <item row="1" column="4">
0882        <widget class="QLineEdit" name="mountDecOut">
0883         <property name="minimumSize">
0884          <size>
0885           <width>60</width>
0886           <height>0</height>
0887          </size>
0888         </property>
0889         <property name="maximumSize">
0890          <size>
0891           <width>40</width>
0892           <height>16777215</height>
0893          </size>
0894         </property>
0895         <property name="toolTip">
0896          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The Declination (DEC) in degrees:arc-minutes:arc-seconds where the telescope is pointing. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0897         </property>
0898         <property name="styleSheet">
0899          <string notr="true">font-size: 8pt</string>
0900         </property>
0901         <property name="alignment">
0902          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0903         </property>
0904         <property name="readOnly">
0905          <bool>true</bool>
0906         </property>
0907        </widget>
0908       </item>
0909       <item row="1" column="5">
0910        <widget class="QCheckBox" name="azCB">
0911         <property name="maximumSize">
0912          <size>
0913           <width>50</width>
0914           <height>16777215</height>
0915          </size>
0916         </property>
0917         <property name="toolTip">
0918          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the telescope's azimuth (degrees).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0919         </property>
0920         <property name="styleSheet">
0921          <string notr="true">font-size: 9pt</string>
0922         </property>
0923         <property name="text">
0924          <string>az</string>
0925         </property>
0926        </widget>
0927       </item>
0928       <item row="1" column="6">
0929        <widget class="QLineEdit" name="azOut">
0930         <property name="maximumSize">
0931          <size>
0932           <width>40</width>
0933           <height>16777215</height>
0934          </size>
0935         </property>
0936         <property name="toolTip">
0937          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The telescope's azimuth (degrees). Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0938         </property>
0939         <property name="styleSheet">
0940          <string notr="true">font-size: 9pt</string>
0941         </property>
0942         <property name="alignment">
0943          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0944         </property>
0945         <property name="readOnly">
0946          <bool>true</bool>
0947         </property>
0948        </widget>
0949       </item>
0950       <item row="1" column="7">
0951        <widget class="QCheckBox" name="altCB">
0952         <property name="minimumSize">
0953          <size>
0954           <width>30</width>
0955           <height>0</height>
0956          </size>
0957         </property>
0958         <property name="maximumSize">
0959          <size>
0960           <width>40</width>
0961           <height>16777215</height>
0962          </size>
0963         </property>
0964         <property name="toolTip">
0965          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the telescope's altitude (degrees).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0966         </property>
0967         <property name="styleSheet">
0968          <string notr="true">font-size: 9pt</string>
0969         </property>
0970         <property name="text">
0971          <string>alt</string>
0972         </property>
0973        </widget>
0974       </item>
0975       <item row="1" column="8">
0976        <widget class="QLineEdit" name="altOut">
0977         <property name="maximumSize">
0978          <size>
0979           <width>40</width>
0980           <height>16777215</height>
0981          </size>
0982         </property>
0983         <property name="toolTip">
0984          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The telescope's altitude (degrees). Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0985         </property>
0986         <property name="styleSheet">
0987          <string notr="true">font-size: 9pt</string>
0988         </property>
0989         <property name="alignment">
0990          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0991         </property>
0992         <property name="readOnly">
0993          <bool>true</bool>
0994         </property>
0995        </widget>
0996       </item>
0997       <item row="1" column="9">
0998        <widget class="QCheckBox" name="pierSideCB">
0999         <property name="minimumSize">
1000          <size>
1001           <width>40</width>
1002           <height>0</height>
1003          </size>
1004         </property>
1005         <property name="maximumSize">
1006          <size>
1007           <width>50</width>
1008           <height>16777215</height>
1009          </size>
1010         </property>
1011         <property name="toolTip">
1012          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the mount's pier side (left) -&gt; where the mount is pointing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1013         </property>
1014         <property name="styleSheet">
1015          <string notr="true">font-size: 9pt</string>
1016         </property>
1017         <property name="text">
1018          <string>side</string>
1019         </property>
1020        </widget>
1021       </item>
1022       <item row="1" column="10">
1023        <widget class="QLineEdit" name="pierSideOut">
1024         <property name="maximumSize">
1025          <size>
1026           <width>40</width>
1027           <height>16777215</height>
1028          </size>
1029         </property>
1030         <property name="toolTip">
1031          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The mount's pier side (left) -&gt; where the mount is pointing. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1032         </property>
1033         <property name="styleSheet">
1034          <string notr="true">font-size: 9pt</string>
1035         </property>
1036         <property name="alignment">
1037          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1038         </property>
1039         <property name="readOnly">
1040          <bool>true</bool>
1041         </property>
1042        </widget>
1043       </item>
1044       <item row="1" column="11">
1045        <widget class="QCheckBox" name="mountHaCB">
1046         <property name="minimumSize">
1047          <size>
1048           <width>45</width>
1049           <height>0</height>
1050          </size>
1051         </property>
1052         <property name="maximumSize">
1053          <size>
1054           <width>40</width>
1055           <height>16777215</height>
1056          </size>
1057         </property>
1058         <property name="toolTip">
1059          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the mount's hour angle value.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1060         </property>
1061         <property name="styleSheet">
1062          <string notr="true">font-size: 9pt</string>
1063         </property>
1064         <property name="text">
1065          <string>ha</string>
1066         </property>
1067        </widget>
1068       </item>
1069       <item row="1" column="12">
1070        <widget class="QLineEdit" name="mountHaOut">
1071         <property name="minimumSize">
1072          <size>
1073           <width>40</width>
1074           <height>0</height>
1075          </size>
1076         </property>
1077         <property name="maximumSize">
1078          <size>
1079           <width>40</width>
1080           <height>16777215</height>
1081          </size>
1082         </property>
1083         <property name="toolTip">
1084          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The mount's hour angle value. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1085         </property>
1086         <property name="styleSheet">
1087          <string notr="true">font-size: 8pt</string>
1088         </property>
1089         <property name="alignment">
1090          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
1091         </property>
1092         <property name="readOnly">
1093          <bool>true</bool>
1094         </property>
1095        </widget>
1096       </item>
1097       <item row="2" column="1">
1098        <widget class="QCheckBox" name="hfrCB">
1099         <property name="maximumSize">
1100          <size>
1101           <width>40</width>
1102           <height>16777215</height>
1103          </size>
1104         </property>
1105         <property name="toolTip">
1106          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the Half-Flux Radius (in pixels) of the captured images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1107         </property>
1108         <property name="styleSheet">
1109          <string notr="true">font-size: 9pt</string>
1110         </property>
1111         <property name="text">
1112          <string>hfr</string>
1113         </property>
1114        </widget>
1115       </item>
1116       <item row="2" column="2">
1117        <widget class="QLineEdit" name="hfrOut">
1118         <property name="maximumSize">
1119          <size>
1120           <width>40</width>
1121           <height>16777215</height>
1122          </size>
1123         </property>
1124         <property name="toolTip">
1125          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The Half-Flux Radius (in pixels) of the captured images. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1126         </property>
1127         <property name="styleSheet">
1128          <string notr="true">font-size: 9pt</string>
1129         </property>
1130         <property name="alignment">
1131          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1132         </property>
1133         <property name="readOnly">
1134          <bool>true</bool>
1135         </property>
1136        </widget>
1137       </item>
1138       <item row="2" column="3">
1139        <widget class="QCheckBox" name="numCaptureStarsCB">
1140         <property name="maximumSize">
1141          <size>
1142           <width>50</width>
1143           <height>16777215</height>
1144          </size>
1145         </property>
1146         <property name="toolTip">
1147          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the number of stars detected in the captured images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1148         </property>
1149         <property name="styleSheet">
1150          <string notr="true">font-size: 9pt</string>
1151         </property>
1152         <property name="text">
1153          <string>stars</string>
1154         </property>
1155        </widget>
1156       </item>
1157       <item row="2" column="4">
1158        <widget class="QLineEdit" name="numCaptureStarsOut">
1159         <property name="maximumSize">
1160          <size>
1161           <width>40</width>
1162           <height>16777215</height>
1163          </size>
1164         </property>
1165         <property name="toolTip">
1166          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the number of stars detected in the captured images. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1167         </property>
1168         <property name="styleSheet">
1169          <string notr="true">font-size: 9pt</string>
1170         </property>
1171         <property name="alignment">
1172          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1173         </property>
1174         <property name="readOnly">
1175          <bool>true</bool>
1176         </property>
1177        </widget>
1178       </item>
1179       <item row="2" column="5">
1180        <widget class="QCheckBox" name="medianCB">
1181         <property name="maximumSize">
1182          <size>
1183           <width>65</width>
1184           <height>16777215</height>
1185          </size>
1186         </property>
1187         <property name="toolTip">
1188          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the median sample value in the captured images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1189         </property>
1190         <property name="styleSheet">
1191          <string notr="true">font-size: 9pt</string>
1192         </property>
1193         <property name="text">
1194          <string>median</string>
1195         </property>
1196        </widget>
1197       </item>
1198       <item row="2" column="6">
1199        <widget class="QLineEdit" name="medianOut">
1200         <property name="maximumSize">
1201          <size>
1202           <width>40</width>
1203           <height>16777215</height>
1204          </size>
1205         </property>
1206         <property name="toolTip">
1207          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the median sample value in the captured images. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1208         </property>
1209         <property name="styleSheet">
1210          <string notr="true">font-size: 9pt</string>
1211         </property>
1212         <property name="alignment">
1213          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1214         </property>
1215         <property name="readOnly">
1216          <bool>false</bool>
1217         </property>
1218        </widget>
1219       </item>
1220       <item row="2" column="7">
1221        <widget class="QCheckBox" name="eccentricityCB">
1222         <property name="maximumSize">
1223          <size>
1224           <width>40</width>
1225           <height>16777215</height>
1226          </size>
1227         </property>
1228         <property name="toolTip">
1229          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the median star eccentricity in the captured images.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1230         </property>
1231         <property name="styleSheet">
1232          <string notr="true">font-size: 9pt</string>
1233         </property>
1234         <property name="text">
1235          <string>ecc</string>
1236         </property>
1237        </widget>
1238       </item>
1239       <item row="2" column="8">
1240        <widget class="QLineEdit" name="eccentricityOut">
1241         <property name="maximumSize">
1242          <size>
1243           <width>40</width>
1244           <height>16777215</height>
1245          </size>
1246         </property>
1247         <property name="toolTip">
1248          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the median star eccentricity in the captured images. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1249         </property>
1250         <property name="styleSheet">
1251          <string notr="true">font-size: 9pt</string>
1252         </property>
1253         <property name="alignment">
1254          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1255         </property>
1256         <property name="readOnly">
1257          <bool>false</bool>
1258         </property>
1259        </widget>
1260       </item>
1261       <item row="2" column="9">
1262        <widget class="QCheckBox" name="temperatureCB">
1263         <property name="maximumSize">
1264          <size>
1265           <width>50</width>
1266           <height>16777215</height>
1267          </size>
1268         </property>
1269         <property name="toolTip">
1270          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the ambient temperature.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1271         </property>
1272         <property name="styleSheet">
1273          <string notr="true">font-size: 9pt</string>
1274         </property>
1275         <property name="text">
1276          <string>temp</string>
1277         </property>
1278        </widget>
1279       </item>
1280       <item row="2" column="10">
1281        <widget class="QLineEdit" name="temperatureOut">
1282         <property name="maximumSize">
1283          <size>
1284           <width>45</width>
1285           <height>16777215</height>
1286          </size>
1287         </property>
1288         <property name="toolTip">
1289          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the ambient temperature. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1290         </property>
1291         <property name="styleSheet">
1292          <string notr="true">font-size: 9pt</string>
1293         </property>
1294         <property name="alignment">
1295          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1296         </property>
1297         <property name="readOnly">
1298          <bool>false</bool>
1299         </property>
1300        </widget>
1301       </item>
1302       <item row="2" column="11">
1303        <widget class="QCheckBox" name="rmsCCB">
1304         <property name="minimumSize">
1305          <size>
1306           <width>40</width>
1307           <height>0</height>
1308          </size>
1309         </property>
1310         <property name="maximumSize">
1311          <size>
1312           <width>40</width>
1313           <height>16777215</height>
1314          </size>
1315         </property>
1316         <property name="toolTip">
1317          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the root-mean-squared (RMS) value of the combined RA and DEC drift in arc-seconds, averaged on approximately the past 40 samples, but only in during capture.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1318         </property>
1319         <property name="styleSheet">
1320          <string notr="true">font-size: 9pt</string>
1321         </property>
1322         <property name="text">
1323          <string>rms</string>
1324         </property>
1325        </widget>
1326       </item>
1327       <item row="2" column="12">
1328        <widget class="QLineEdit" name="rmsCOut">
1329         <property name="maximumSize">
1330          <size>
1331           <width>40</width>
1332           <height>16777215</height>
1333          </size>
1334         </property>
1335         <property name="toolTip">
1336          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The root-mean-squared (RMS) value of the combined RA and DEC drift in arc-seconds, averaged on approximately the past 40 samples, but only in during capture. Click here to view this axis on left-axis values. Shares axis with RA/DEC error, drift, and RMS values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1337         </property>
1338         <property name="styleSheet">
1339          <string notr="true">font-size: 9pt</string>
1340         </property>
1341         <property name="alignment">
1342          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1343         </property>
1344         <property name="readOnly">
1345          <bool>true</bool>
1346         </property>
1347        </widget>
1348       </item>
1349       <item row="2" column="13">
1350        <widget class="QCheckBox" name="targetDistanceCB">
1351         <property name="minimumSize">
1352          <size>
1353           <width>40</width>
1354           <height>0</height>
1355          </size>
1356         </property>
1357         <property name="maximumSize">
1358          <size>
1359           <width>40</width>
1360           <height>16777215</height>
1361          </size>
1362         </property>
1363         <property name="toolTip">
1364          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the distance between the plate-solved captured image and the target position in arc-seconds. Must be enabled in scheduler options.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1365         </property>
1366         <property name="styleSheet">
1367          <string notr="true">font-size: 9pt</string>
1368         </property>
1369         <property name="text">
1370          <string>dist a-s</string>
1371         </property>
1372        </widget>
1373       </item>
1374       <item row="2" column="14">
1375        <widget class="QLineEdit" name="targetDistanceOut">
1376         <property name="maximumSize">
1377          <size>
1378           <width>40</width>
1379           <height>16777215</height>
1380          </size>
1381         </property>
1382         <property name="toolTip">
1383          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the distance between the plate-solved captured image and the target position in arc-seconds. Must be enabled in scheduler options. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1384         </property>
1385         <property name="styleSheet">
1386          <string notr="true">font-size: 9pt</string>
1387         </property>
1388         <property name="alignment">
1389          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1390         </property>
1391         <property name="readOnly">
1392          <bool>true</bool>
1393         </property>
1394        </widget>
1395       </item>
1396       <item row="2" column="15">
1397        <widget class="QCheckBox" name="focusPositionCB">
1398         <property name="minimumSize">
1399          <size>
1400           <width>50</width>
1401           <height>0</height>
1402          </size>
1403         </property>
1404         <property name="maximumSize">
1405          <size>
1406           <width>50</width>
1407           <height>16777215</height>
1408          </size>
1409         </property>
1410         <property name="toolTip">
1411          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the autofocus solution position.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1412         </property>
1413         <property name="styleSheet">
1414          <string notr="true">font-size: 9pt</string>
1415         </property>
1416         <property name="text">
1417          <string>focus</string>
1418         </property>
1419        </widget>
1420       </item>
1421       <item row="2" column="16">
1422        <widget class="QLineEdit" name="focusPositionOut">
1423         <property name="maximumSize">
1424          <size>
1425           <width>50</width>
1426           <height>16777215</height>
1427          </size>
1428         </property>
1429         <property name="toolTip">
1430          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Plot the autofocus solution position. Click here to view this axis on left-axis values. Double click to update axis.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
1431         </property>
1432         <property name="styleSheet">
1433          <string notr="true">font-size: 9pt</string>
1434         </property>
1435         <property name="alignment">
1436          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1437         </property>
1438         <property name="readOnly">
1439          <bool>true</bool>
1440         </property>
1441        </widget>
1442       </item>
1443      </layout>
1444     </widget>
1445    </item>
1446    <item>
1447     <widget class="QCheckBox" name="detailsCB">
1448      <property name="text">
1449       <string>Details</string>
1450      </property>
1451      <property name="iconSize">
1452       <size>
1453        <width>16</width>
1454        <height>16</height>
1455       </size>
1456      </property>
1457      <property name="checked">
1458       <bool>true</bool>
1459      </property>
1460     </widget>
1461    </item>
1462    <item>
1463     <widget class="QFrame" name="detailsWidget">
1464      <property name="lineWidth">
1465       <number>0</number>
1466      </property>
1467      <layout class="QHBoxLayout" name="detailsLayout">
1468       <property name="topMargin">
1469        <number>0</number>
1470       </property>
1471       <property name="bottomMargin">
1472        <number>0</number>
1473       </property>
1474       <item>
1475        <widget class="QTableWidget" name="detailsTable">
1476         <property name="sizePolicy">
1477          <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
1478           <horstretch>0</horstretch>
1479           <verstretch>0</verstretch>
1480          </sizepolicy>
1481         </property>
1482         <property name="verticalScrollBarPolicy">
1483          <enum>Qt::ScrollBarAsNeeded</enum>
1484         </property>
1485         <property name="horizontalScrollBarPolicy">
1486          <enum>Qt::ScrollBarAsNeeded</enum>
1487         </property>
1488        </widget>
1489       </item>
1490       <item>
1491        <widget class="QCustomPlot" name="graphicsPlot" native="true">
1492         <property name="enabled">
1493          <bool>true</bool>
1494         </property>
1495         <property name="minimumSize">
1496          <size>
1497           <width>400</width>
1498           <height>125</height>
1499          </size>
1500         </property>
1501         <property name="maximumSize">
1502          <size>
1503           <width>16777215</width>
1504           <height>175</height>
1505          </size>
1506         </property>
1507         <property name="font">
1508          <font>
1509           <pointsize>10</pointsize>
1510          </font>
1511         </property>
1512        </widget>
1513       </item>
1514      </layout>
1515     </widget>
1516    </item>
1517   </layout>
1518  </widget>
1519  <customwidgets>
1520   <customwidget>
1521    <class>QCustomPlot</class>
1522    <extends>QWidget</extends>
1523    <header>auxiliary/qcustomplot.h</header>
1524    <container>1</container>
1525   </customwidget>
1526  </customwidgets>
1527  <resources/>
1528  <connections/>
1529 </ui>