Warning, /education/kstars/kstars/ekos/capture/limits.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>Limits</class>
0004  <widget class="QDialog" name="Limits">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>538</width>
0010     <height>356</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Guide &amp; Focus Limits</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <property name="spacing">
0018     <number>3</number>
0019    </property>
0020    <property name="leftMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="topMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="rightMargin">
0027     <number>3</number>
0028    </property>
0029    <property name="bottomMargin">
0030     <number>3</number>
0031    </property>
0032    <item>
0033     <widget class="QGroupBox" name="guideGroupBox">
0034      <property name="title">
0035       <string>Guide Limits</string>
0036      </property>
0037      <layout class="QGridLayout" name="gridLayout">
0038       <item row="1" column="2">
0039        <widget class="QDoubleSpinBox" name="limitGuideDeviationN">
0040         <property name="enabled">
0041          <bool>true</bool>
0042         </property>
0043         <property name="decimals">
0044          <number>2</number>
0045         </property>
0046         <property name="maximum">
0047          <double>30.000000000000000</double>
0048         </property>
0049         <property name="singleStep">
0050          <double>0.500000000000000</double>
0051         </property>
0052        </widget>
0053       </item>
0054       <item row="2" column="4" colspan="2">
0055        <widget class="QLabel" name="label">
0056         <property name="text">
0057          <string>frames</string>
0058         </property>
0059        </widget>
0060       </item>
0061       <item row="1" column="4">
0062        <widget class="QSpinBox" name="limitGuideDeviationRepsN">
0063         <property name="enabled">
0064          <bool>true</bool>
0065         </property>
0066         <property name="toolTip">
0067          <string>Abort sequence if guiding deviation exceed this value N consecutive times</string>
0068         </property>
0069         <property name="maximum">
0070          <number>20</number>
0071         </property>
0072         <property name="singleStep">
0073          <number>1</number>
0074         </property>
0075         <property name="value">
0076          <number>3</number>
0077         </property>
0078        </widget>
0079       </item>
0080       <item row="2" column="2">
0081        <widget class="QSpinBox" name="limitDitherFrequencyN">
0082         <property name="toolTip">
0083          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;If global dither is enabled, then dither every N number of frames for this job. Set to 0 to use global dither frequency.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0084         </property>
0085         <property name="minimum">
0086          <number>0</number>
0087         </property>
0088         <property name="maximum">
0089          <number>60</number>
0090         </property>
0091        </widget>
0092       </item>
0093       <item row="0" column="2">
0094        <widget class="QDoubleSpinBox" name="startGuiderDriftN">
0095         <property name="enabled">
0096          <bool>true</bool>
0097         </property>
0098         <property name="decimals">
0099          <number>2</number>
0100         </property>
0101         <property name="maximum">
0102          <double>30.000000000000000</double>
0103         </property>
0104         <property name="singleStep">
0105          <double>0.500000000000000</double>
0106         </property>
0107         <property name="value">
0108          <double>2.000000000000000</double>
0109         </property>
0110        </widget>
0111       </item>
0112       <item row="1" column="3">
0113        <widget class="QLabel" name="textLabel1_2_4">
0114         <property name="toolTip">
0115          <string>Number of images to capture</string>
0116         </property>
0117         <property name="whatsThis">
0118          <string/>
0119         </property>
0120         <property name="text">
0121          <string>&quot;</string>
0122         </property>
0123        </widget>
0124       </item>
0125       <item row="1" column="0">
0126        <widget class="QCheckBox" name="limitGuideDeviationS">
0127         <property name="enabled">
0128          <bool>true</bool>
0129         </property>
0130         <property name="toolTip">
0131          <string>Abort sequence if guiding deviation exceed this value N consecutive times</string>
0132         </property>
0133         <property name="text">
0134          <string>Abort if guide deviation &gt;:</string>
0135         </property>
0136         <property name="checked">
0137          <bool>false</bool>
0138         </property>
0139        </widget>
0140       </item>
0141       <item row="0" column="0">
0142        <widget class="QCheckBox" name="startGuiderDriftS">
0143         <property name="enabled">
0144          <bool>true</bool>
0145         </property>
0146         <property name="toolTip">
0147          <string>Start capturing only if guide deviation is below the given threshold (ignored for previews)</string>
0148         </property>
0149         <property name="text">
0150          <string>Only start if guide deviation &lt;:</string>
0151         </property>
0152        </widget>
0153       </item>
0154       <item row="0" column="3">
0155        <widget class="QLabel" name="startGuiderDriftLabel">
0156         <property name="text">
0157          <string>&quot;</string>
0158         </property>
0159        </widget>
0160       </item>
0161       <item row="1" column="5">
0162        <widget class="QLabel" name="limitGuideDeviationLabel">
0163         <property name="enabled">
0164          <bool>true</bool>
0165         </property>
0166         <property name="toolTip">
0167          <string>Abort sequence if guiding deviation exceed this value N consecutive times</string>
0168         </property>
0169         <property name="text">
0170          <string>consecutive times</string>
0171         </property>
0172        </widget>
0173       </item>
0174       <item row="2" column="0">
0175        <widget class="QLabel" name="label_2">
0176         <property name="text">
0177          <string>Dither per job every:</string>
0178         </property>
0179        </widget>
0180       </item>
0181      </layout>
0182     </widget>
0183    </item>
0184    <item>
0185     <widget class="QGroupBox" name="focusGroupBox">
0186      <property name="title">
0187       <string>Focus Limits</string>
0188      </property>
0189      <layout class="QGridLayout" name="gridLayout_2">
0190       <item row="5" column="1">
0191        <widget class="QComboBox" name="limitFocusHFRAlgorithm">
0192         <property name="toolTip">
0193          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The HFR Check algorithm:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Last Autofocus&lt;/span&gt;: This is the default algorithm and uses the HFR value from the most recent Autofocus run as the reference for the check.&lt;/li&gt;&lt;/ul&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Fixed&lt;/span&gt;: This algorithm lets the user specify a fixed HFR to use in the check.&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Relative Measure&lt;/span&gt;: This algorithm collects datapoints from Autofocus and HFR Checks, maintains the data in a sequenced list and uses the median value as the reference for the next HFR Check.&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</string>
0194         </property>
0195         <property name="editable">
0196          <bool>false</bool>
0197         </property>
0198         <item>
0199          <property name="text">
0200           <string>Last Autofocus</string>
0201          </property>
0202         </item>
0203         <item>
0204          <property name="text">
0205           <string>Fixed</string>
0206          </property>
0207         </item>
0208         <item>
0209          <property name="text">
0210           <string>Median Measure</string>
0211          </property>
0212         </item>
0213        </widget>
0214       </item>
0215       <item row="3" column="1">
0216        <widget class="QSpinBox" name="limitRefocusN">
0217         <property name="enabled">
0218          <bool>true</bool>
0219         </property>
0220         <property name="minimum">
0221          <number>1</number>
0222         </property>
0223         <property name="maximum">
0224          <number>999</number>
0225         </property>
0226         <property name="value">
0227          <number>60</number>
0228         </property>
0229        </widget>
0230       </item>
0231       <item row="4" column="1">
0232        <widget class="QDoubleSpinBox" name="limitFocusDeltaTN">
0233         <property name="enabled">
0234          <bool>true</bool>
0235         </property>
0236         <property name="decimals">
0237          <number>2</number>
0238         </property>
0239         <property name="minimum">
0240          <double>0.100000000000000</double>
0241         </property>
0242         <property name="maximum">
0243          <double>10.000000000000000</double>
0244         </property>
0245         <property name="singleStep">
0246          <double>0.100000000000000</double>
0247         </property>
0248         <property name="value">
0249          <double>1.000000000000000</double>
0250         </property>
0251        </widget>
0252       </item>
0253       <item row="4" column="0">
0254        <widget class="QCheckBox" name="limitFocusDeltaTS">
0255         <property name="enabled">
0256          <bool>true</bool>
0257         </property>
0258         <property name="toolTip">
0259          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to force an Autofocus when the change in temperature since last focus exceeded this value.  Reference temperature is reset at each Autofocus.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0260         </property>
0261         <property name="text">
0262          <string>Refocus if ΔT°  &gt;:</string>
0263         </property>
0264        </widget>
0265       </item>
0266       <item row="11" column="0" colspan="2">
0267        <widget class="QCheckBox" name="meridianRefocusS">
0268         <property name="toolTip">
0269          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to force an Autofocus after a Meridian Flip.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0270         </property>
0271         <property name="text">
0272          <string>Refocus after meridian flip</string>
0273         </property>
0274        </widget>
0275       </item>
0276       <item row="3" column="0">
0277        <widget class="QCheckBox" name="limitRefocusS">
0278         <property name="enabled">
0279          <bool>true</bool>
0280         </property>
0281         <property name="toolTip">
0282          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to force an Autofocus every N minutes.  Timer is reset at each Autofocus.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0283         </property>
0284         <property name="text">
0285          <string>Refocus every:</string>
0286         </property>
0287        </widget>
0288       </item>
0289       <item row="5" column="0">
0290        <widget class="QCheckBox" name="limitFocusHFRS">
0291         <property name="enabled">
0292          <bool>true</bool>
0293         </property>
0294         <property name="toolTip">
0295          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Check to perform an HFR Check between Subframes.  The Check may result in an Autofocus.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0296         </property>
0297         <property name="text">
0298          <string>Refocus on ΔHFR.  Use:</string>
0299         </property>
0300        </widget>
0301       </item>
0302       <item row="6" column="0">
0303        <widget class="QLabel" name="label_11">
0304         <property name="toolTip">
0305          <string>Run in-sequence HFR check after this many frames.</string>
0306         </property>
0307         <property name="text">
0308          <string>Check every:</string>
0309         </property>
0310         <property name="alignment">
0311          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0312         </property>
0313        </widget>
0314       </item>
0315       <item row="6" column="1">
0316        <widget class="QSpinBox" name="limitFocusHFRCheckFrames">
0317         <property name="toolTip">
0318          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Run HFR check after this many sub-frames.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0319         </property>
0320         <property name="minimum">
0321          <number>1</number>
0322         </property>
0323         <property name="maximum">
0324          <number>30</number>
0325         </property>
0326        </widget>
0327       </item>
0328       <item row="5" column="3">
0329        <widget class="QDoubleSpinBox" name="limitFocusHFRThresholdPercentage">
0330         <property name="toolTip">
0331          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Specify the % to apply to the HFR Check value appropriate to the selected algorithm, to use as the threshold to perform the HFR Check.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0332         </property>
0333         <property name="maximum">
0334          <double>50.000000000000000</double>
0335         </property>
0336         <property name="value">
0337          <double>10.000000000000000</double>
0338         </property>
0339        </widget>
0340       </item>
0341       <item row="5" column="2">
0342        <widget class="QLabel" name="limitFocusHFRThresholdLabel">
0343         <property name="text">
0344          <string>Threshold:</string>
0345         </property>
0346         <property name="alignment">
0347          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0348         </property>
0349        </widget>
0350       </item>
0351       <item row="3" column="2">
0352        <widget class="QLabel" name="textLabel_1_2_7">
0353         <property name="text">
0354          <string>minutes</string>
0355         </property>
0356        </widget>
0357       </item>
0358       <item row="4" column="2">
0359        <widget class="QLabel" name="label_9">
0360         <property name="text">
0361          <string>°C</string>
0362         </property>
0363        </widget>
0364       </item>
0365       <item row="5" column="4">
0366        <widget class="QLabel" name="limitFocusHFRPercentLabel">
0367         <property name="text">
0368          <string>%</string>
0369         </property>
0370        </widget>
0371       </item>
0372       <item row="6" column="4">
0373        <widget class="QLabel" name="textLabel1_2_5">
0374         <property name="toolTip">
0375          <string>Number of images to capture</string>
0376         </property>
0377         <property name="whatsThis">
0378          <string/>
0379         </property>
0380         <property name="text">
0381          <string>pixels</string>
0382         </property>
0383        </widget>
0384       </item>
0385       <item row="6" column="3">
0386        <widget class="QDoubleSpinBox" name="limitFocusHFRN">
0387         <property name="enabled">
0388          <bool>true</bool>
0389         </property>
0390         <property name="toolTip">
0391          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The HFR Check value in pixels. This is an output field when Last Autofocus or Relative Measure is selected, and an input field for Fixed.  In all cases,  the user can override the system generated value.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0392         </property>
0393         <property name="decimals">
0394          <number>2</number>
0395         </property>
0396         <property name="minimum">
0397          <double>0.000000000000000</double>
0398         </property>
0399         <property name="maximum">
0400          <double>10.000000000000000</double>
0401         </property>
0402         <property name="singleStep">
0403          <double>0.100000000000000</double>
0404         </property>
0405         <property name="value">
0406          <double>0.000000000000000</double>
0407         </property>
0408        </widget>
0409       </item>
0410       <item row="6" column="2">
0411        <widget class="QLabel" name="label_4">
0412         <property name="text">
0413          <string>frames.   HFR:</string>
0414         </property>
0415        </widget>
0416       </item>
0417      </layout>
0418     </widget>
0419    </item>
0420    <item>
0421     <spacer name="verticalSpacer">
0422      <property name="orientation">
0423       <enum>Qt::Vertical</enum>
0424      </property>
0425      <property name="sizeHint" stdset="0">
0426       <size>
0427        <width>20</width>
0428        <height>40</height>
0429       </size>
0430      </property>
0431     </spacer>
0432    </item>
0433    <item>
0434     <widget class="QDialogButtonBox" name="buttonBox">
0435      <property name="orientation">
0436       <enum>Qt::Horizontal</enum>
0437      </property>
0438      <property name="standardButtons">
0439       <set>QDialogButtonBox::Close</set>
0440      </property>
0441     </widget>
0442    </item>
0443   </layout>
0444  </widget>
0445  <tabstops>
0446   <tabstop>startGuiderDriftS</tabstop>
0447   <tabstop>startGuiderDriftN</tabstop>
0448   <tabstop>limitGuideDeviationS</tabstop>
0449   <tabstop>limitGuideDeviationN</tabstop>
0450   <tabstop>limitGuideDeviationRepsN</tabstop>
0451   <tabstop>limitDitherFrequencyN</tabstop>
0452   <tabstop>limitRefocusS</tabstop>
0453   <tabstop>limitRefocusN</tabstop>
0454   <tabstop>limitFocusDeltaTS</tabstop>
0455   <tabstop>limitFocusDeltaTN</tabstop>
0456   <tabstop>limitFocusHFRS</tabstop>
0457   <tabstop>limitFocusHFRAlgorithm</tabstop>
0458   <tabstop>limitFocusHFRThresholdPercentage</tabstop>
0459   <tabstop>limitFocusHFRCheckFrames</tabstop>
0460   <tabstop>limitFocusHFRN</tabstop>
0461   <tabstop>meridianRefocusS</tabstop>
0462  </tabstops>
0463  <resources/>
0464  <connections>
0465   <connection>
0466    <sender>buttonBox</sender>
0467    <signal>accepted()</signal>
0468    <receiver>Limits</receiver>
0469    <slot>accept()</slot>
0470    <hints>
0471     <hint type="sourcelabel">
0472      <x>248</x>
0473      <y>254</y>
0474     </hint>
0475     <hint type="destinationlabel">
0476      <x>157</x>
0477      <y>274</y>
0478     </hint>
0479    </hints>
0480   </connection>
0481   <connection>
0482    <sender>buttonBox</sender>
0483    <signal>rejected()</signal>
0484    <receiver>Limits</receiver>
0485    <slot>reject()</slot>
0486    <hints>
0487     <hint type="sourcelabel">
0488      <x>316</x>
0489      <y>260</y>
0490     </hint>
0491     <hint type="destinationlabel">
0492      <x>286</x>
0493      <y>274</y>
0494     </hint>
0495    </hints>
0496   </connection>
0497  </connections>
0498 </ui>