Warning, /education/kstars/kstars/ekos/capture/rotatorsettings.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>RotatorDialog</class>
0004  <widget class="QDialog" name="RotatorDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>500</width>
0010     <height>450</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>500</width>
0016     <height>450</height>
0017    </size>
0018   </property>
0019   <property name="windowTitle">
0020    <string>Rotator Control</string>
0021   </property>
0022   <property name="autoFillBackground">
0023    <bool>false</bool>
0024   </property>
0025   <layout class="QVBoxLayout" name="verticalLayout_4">
0026    <property name="spacing">
0027     <number>3</number>
0028    </property>
0029    <property name="leftMargin">
0030     <number>3</number>
0031    </property>
0032    <property name="topMargin">
0033     <number>3</number>
0034    </property>
0035    <property name="rightMargin">
0036     <number>3</number>
0037    </property>
0038    <property name="bottomMargin">
0039     <number>3</number>
0040    </property>
0041    <item>
0042     <widget class="QFrame" name="Display">
0043      <property name="maximumSize">
0044       <size>
0045        <width>16777215</width>
0046        <height>240</height>
0047       </size>
0048      </property>
0049      <layout class="QHBoxLayout" name="horizontalLayout_4">
0050       <property name="spacing">
0051        <number>3</number>
0052       </property>
0053       <item>
0054        <layout class="QGridLayout" name="gridLayout_6">
0055         <property name="spacing">
0056          <number>3</number>
0057         </property>
0058         <item row="0" column="0" alignment="Qt::AlignHCenter">
0059          <widget class="QLabel" name="label_5">
0060           <property name="maximumSize">
0061            <size>
0062             <width>20</width>
0063             <height>20</height>
0064            </size>
0065           </property>
0066           <property name="text">
0067            <string>N</string>
0068           </property>
0069          </widget>
0070         </item>
0071         <item row="1" column="0">
0072          <widget class="QRoundProgressBar" name="paGauge" native="true">
0073           <property name="enabled">
0074            <bool>false</bool>
0075           </property>
0076           <property name="minimumSize">
0077            <size>
0078             <width>200</width>
0079             <height>200</height>
0080            </size>
0081           </property>
0082           <property name="maximumSize">
0083            <size>
0084             <width>200</width>
0085             <height>200</height>
0086            </size>
0087           </property>
0088           <property name="baseSize">
0089            <size>
0090             <width>200</width>
0091             <height>0</height>
0092            </size>
0093           </property>
0094           <property name="toolTip">
0095            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The rotator gauge displays the actual camera position angle (yellow) and the raw rotator angle (gray). Calibrate the rotator by plate solving in the Align module.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0096           </property>
0097           <property name="styleSheet">
0098            <string notr="true">selection-background-color: rgb(150, 120, 0);</string>
0099           </property>
0100           <widget class="QRoundProgressBar" name="rotatorGauge" native="true">
0101            <property name="enabled">
0102             <bool>false</bool>
0103            </property>
0104            <property name="geometry">
0105             <rect>
0106              <x>25</x>
0107              <y>25</y>
0108              <width>150</width>
0109              <height>150</height>
0110             </rect>
0111            </property>
0112            <property name="minimumSize">
0113             <size>
0114              <width>150</width>
0115              <height>150</height>
0116             </size>
0117            </property>
0118            <property name="maximumSize">
0119             <size>
0120              <width>150</width>
0121              <height>150</height>
0122             </size>
0123            </property>
0124            <property name="baseSize">
0125             <size>
0126              <width>200</width>
0127              <height>0</height>
0128             </size>
0129            </property>
0130            <property name="toolTip">
0131             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The rotator gauge displays the actual camera position angle (yellow) and the raw rotator angle (gray). To calibrate the rotator, capture and solve an image in the Align module.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0132            </property>
0133            <property name="styleSheet">
0134             <string notr="true">selection-background-color: rgb(46, 52, 54);</string>
0135            </property>
0136            <widget class="QLineEdit" name="CurrentRotatorAngle">
0137             <property name="geometry">
0138              <rect>
0139               <x>30</x>
0140               <y>60</y>
0141               <width>90</width>
0142               <height>30</height>
0143              </rect>
0144             </property>
0145             <property name="maximumSize">
0146              <size>
0147               <width>90</width>
0148               <height>30</height>
0149              </size>
0150             </property>
0151             <property name="font">
0152              <font>
0153               <pointsize>20</pointsize>
0154              </font>
0155             </property>
0156             <property name="toolTip">
0157              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The rotator gauge displays the actual camera position angle (yellow) and the raw rotator angle (gray). Be sure to calibrate the rotator (syncing rotator angle to zero at piersie WEST) after a fresh mount of the rotator in order to have a reasonable display.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0158             </property>
0159             <property name="frame">
0160              <bool>false</bool>
0161             </property>
0162             <property name="alignment">
0163              <set>Qt::AlignCenter</set>
0164             </property>
0165            </widget>
0166           </widget>
0167           <widget class="QCustomPlot" name="paRuler" native="true">
0168            <property name="geometry">
0169             <rect>
0170              <x>-4</x>
0171              <y>-4</y>
0172              <width>208</width>
0173              <height>208</height>
0174             </rect>
0175            </property>
0176           </widget>
0177          </widget>
0178         </item>
0179        </layout>
0180       </item>
0181       <item>
0182        <widget class="QFrame" name="Parameter">
0183         <property name="minimumSize">
0184          <size>
0185           <width>30</width>
0186           <height>0</height>
0187          </size>
0188         </property>
0189         <property name="toolTip">
0190          <string/>
0191         </property>
0192         <layout class="QGridLayout" name="gridLayout_5">
0193          <property name="leftMargin">
0194           <number>3</number>
0195          </property>
0196          <property name="topMargin">
0197           <number>3</number>
0198          </property>
0199          <property name="rightMargin">
0200           <number>3</number>
0201          </property>
0202          <property name="bottomMargin">
0203           <number>3</number>
0204          </property>
0205          <property name="spacing">
0206           <number>3</number>
0207          </property>
0208          <item row="5" column="1" colspan="2">
0209           <widget class="QComboBox" name="FlipPolicy">
0210            <item>
0211             <property name="text">
0212              <string>Preserve Rotator Angle</string>
0213             </property>
0214            </item>
0215            <item>
0216             <property name="text">
0217              <string>Preserve Position Angle</string>
0218             </property>
0219            </item>
0220           </widget>
0221          </item>
0222          <item row="3" column="0" colspan="2">
0223           <widget class="QLabel" name="label">
0224            <property name="font">
0225             <font>
0226              <pointsize>13</pointsize>
0227             </font>
0228            </property>
0229            <property name="toolTip">
0230             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The current pierside of the mount. A red frame indicates an unknown pierside. This is normal if the mount is parked. &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0231            </property>
0232            <property name="text">
0233             <string>Current Pierside</string>
0234            </property>
0235           </widget>
0236          </item>
0237          <item row="3" column="2" alignment="Qt::AlignRight">
0238           <widget class="QComboBox" name="MountPierside">
0239            <property name="minimumSize">
0240             <size>
0241              <width>75</width>
0242              <height>0</height>
0243             </size>
0244            </property>
0245            <property name="maximumSize">
0246             <size>
0247              <width>75</width>
0248              <height>16777215</height>
0249             </size>
0250            </property>
0251            <property name="font">
0252             <font>
0253              <pointsize>13</pointsize>
0254             </font>
0255            </property>
0256            <property name="toolTip">
0257             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Current pierside of the mount&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0258            </property>
0259            <item>
0260             <property name="text">
0261              <string>West</string>
0262             </property>
0263            </item>
0264            <item>
0265             <property name="text">
0266              <string>East</string>
0267             </property>
0268            </item>
0269           </widget>
0270          </item>
0271          <item row="2" column="2" alignment="Qt::AlignRight">
0272           <widget class="QDoubleSpinBox" name="CameraOffset">
0273            <property name="enabled">
0274             <bool>false</bool>
0275            </property>
0276            <property name="minimumSize">
0277             <size>
0278              <width>75</width>
0279              <height>0</height>
0280             </size>
0281            </property>
0282            <property name="maximumSize">
0283             <size>
0284              <width>75</width>
0285              <height>16777215</height>
0286             </size>
0287            </property>
0288            <property name="toolTip">
0289             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Camera offset angle&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0290            </property>
0291            <property name="decimals">
0292             <number>2</number>
0293            </property>
0294            <property name="minimum">
0295             <double>-360.000000000000000</double>
0296            </property>
0297            <property name="maximum">
0298             <double>360.000000000000000</double>
0299            </property>
0300            <property name="singleStep">
0301             <double>10.000000000000000</double>
0302            </property>
0303           </widget>
0304          </item>
0305          <item row="0" column="0" colspan="3">
0306           <widget class="QLabel" name="RotatorName">
0307            <property name="maximumSize">
0308             <size>
0309              <width>16777215</width>
0310              <height>22</height>
0311             </size>
0312            </property>
0313            <property name="frameShape">
0314             <enum>QFrame::Box</enum>
0315            </property>
0316            <property name="text">
0317             <string/>
0318            </property>
0319            <property name="alignment">
0320             <set>Qt::AlignCenter</set>
0321            </property>
0322           </widget>
0323          </item>
0324          <item row="5" column="0">
0325           <widget class="QLabel" name="label_6">
0326            <property name="maximumSize">
0327             <size>
0328              <width>16777215</width>
0329              <height>24</height>
0330             </size>
0331            </property>
0332            <property name="toolTip">
0333             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Flip Policy&lt;/span&gt; determines how the rotator reacts after a flip or if the result of a solved reference image reports a different pierside respective to the actual mount pierside.&lt;/p&gt;&lt;p&gt;Flip Policy can be altered in &lt;span style=&quot; font-weight:600;&quot;&gt;Align Options&lt;/span&gt;&lt;span style=&quot; font-size:12pt;&quot;&gt; under &amp;quot;Rotator Settings&amp;quot;.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0334            </property>
0335            <property name="text">
0336             <string>Flip Policy</string>
0337            </property>
0338           </widget>
0339          </item>
0340          <item row="1" column="2" alignment="Qt::AlignRight">
0341           <widget class="QDoubleSpinBox" name="RotatorAngle">
0342            <property name="enabled">
0343             <bool>false</bool>
0344            </property>
0345            <property name="minimumSize">
0346             <size>
0347              <width>75</width>
0348              <height>0</height>
0349             </size>
0350            </property>
0351            <property name="maximumSize">
0352             <size>
0353              <width>75</width>
0354              <height>16777215</height>
0355             </size>
0356            </property>
0357            <property name="toolTip">
0358             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Raw rotator Angle&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0359            </property>
0360            <property name="styleSheet">
0361             <string notr="true"/>
0362            </property>
0363            <property name="decimals">
0364             <number>2</number>
0365            </property>
0366            <property name="maximum">
0367             <double>360.000000000000000</double>
0368            </property>
0369            <property name="singleStep">
0370             <double>1.000000000000000</double>
0371            </property>
0372           </widget>
0373          </item>
0374          <item row="1" column="0" colspan="2">
0375           <widget class="QLabel" name="label_2">
0376            <property name="font">
0377             <font>
0378              <pointsize>13</pointsize>
0379             </font>
0380            </property>
0381            <property name="toolTip">
0382             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The raw rotator full circle angle of the rotator device, which is calculated as the difference of the rotator origin (zero angle) respective to North on pierside WEST or respective to South on pierside EAST.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0383            </property>
0384            <property name="text">
0385             <string>Rotator Angle</string>
0386            </property>
0387           </widget>
0388          </item>
0389          <item row="2" column="0" colspan="2">
0390           <widget class="QLabel" name="label_4">
0391            <property name="font">
0392             <font>
0393              <pointsize>13</pointsize>
0394             </font>
0395            </property>
0396            <property name="toolTip">
0397             <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;The angle of the camera upright direction (see FOV) respective to the rotator origin direction. The camera offset is determined automatically by a &lt;span style=&quot; font-weight:700;&quot;&gt;Capture &amp;amp; Solve&lt;/span&gt; or a &lt;span style=&quot; font-weight:700;&quot;&gt;Load &amp;amp; Slew&lt;/span&gt; in the Align module. &lt;/p&gt;&lt;p&gt;The camera offset is measured in position angle scope (-179.99° to 180.00°).&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0398            </property>
0399            <property name="text">
0400             <string>Camera Offset</string>
0401            </property>
0402           </widget>
0403          </item>
0404         </layout>
0405        </widget>
0406       </item>
0407      </layout>
0408     </widget>
0409    </item>
0410    <item>
0411     <widget class="QFrame" name="PAControl">
0412      <property name="maximumSize">
0413       <size>
0414        <width>16777215</width>
0415        <height>100</height>
0416       </size>
0417      </property>
0418      <property name="frameShape">
0419       <enum>QFrame::StyledPanel</enum>
0420      </property>
0421      <property name="frameShadow">
0422       <enum>QFrame::Raised</enum>
0423      </property>
0424      <layout class="QGridLayout" name="gridLayout_2">
0425       <property name="leftMargin">
0426        <number>3</number>
0427       </property>
0428       <property name="topMargin">
0429        <number>3</number>
0430       </property>
0431       <property name="rightMargin">
0432        <number>3</number>
0433       </property>
0434       <property name="bottomMargin">
0435        <number>3</number>
0436       </property>
0437       <property name="spacing">
0438        <number>3</number>
0439       </property>
0440       <item row="0" column="0">
0441        <widget class="QLabel" name="label_3">
0442         <property name="maximumSize">
0443          <size>
0444           <width>16777215</width>
0445           <height>20</height>
0446          </size>
0447         </property>
0448         <property name="toolTip">
0449          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Setting the camera position angle shall move the rotator. The gauge reflects the state of the rotator. Depending on the accuracy of the rotator there can be some deviation in the ending position angle.&lt;/p&gt;&lt;p&gt;If &lt;span style=&quot; font-weight:700;&quot;&gt;Save Camera Position Angle to Sequence Job&lt;/span&gt; is toggled, any subsequent jobs added to the sequence queue would always rotate to this position angle before capture begins.&lt;/p&gt;&lt;p&gt;The position angle is measured East of North in degrees.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0450         </property>
0451         <property name="text">
0452          <string>Camera Position Angle</string>
0453         </property>
0454        </widget>
0455       </item>
0456       <item row="0" column="1">
0457        <widget class="QDoubleSpinBox" name="CameraPA">
0458         <property name="minimumSize">
0459          <size>
0460           <width>80</width>
0461           <height>0</height>
0462          </size>
0463         </property>
0464         <property name="maximumSize">
0465          <size>
0466           <width>70</width>
0467           <height>16777215</height>
0468          </size>
0469         </property>
0470         <property name="toolTip">
0471          <string/>
0472         </property>
0473         <property name="styleSheet">
0474          <string notr="true">color: rgb(150, 120, 0);</string>
0475         </property>
0476         <property name="keyboardTracking">
0477          <bool>true</bool>
0478         </property>
0479         <property name="decimals">
0480          <number>2</number>
0481         </property>
0482         <property name="minimum">
0483          <double>-179.990000000000009</double>
0484         </property>
0485         <property name="maximum">
0486          <double>180.000000000000000</double>
0487         </property>
0488         <property name="singleStep">
0489          <double>1.000000000000000</double>
0490         </property>
0491         <property name="stepType">
0492          <enum>QAbstractSpinBox::AdaptiveDecimalStepType</enum>
0493         </property>
0494        </widget>
0495       </item>
0496       <item row="1" column="0" colspan="2">
0497        <widget class="QSlider" name="CameraPASlider">
0498         <property name="minimumSize">
0499          <size>
0500           <width>140</width>
0501           <height>0</height>
0502          </size>
0503         </property>
0504         <property name="toolTip">
0505          <string/>
0506         </property>
0507         <property name="minimum">
0508          <number>-17999</number>
0509         </property>
0510         <property name="maximum">
0511          <number>18000</number>
0512         </property>
0513         <property name="singleStep">
0514          <number>100</number>
0515         </property>
0516         <property name="pageStep">
0517          <number>1000</number>
0518         </property>
0519         <property name="orientation">
0520          <enum>Qt::Horizontal</enum>
0521         </property>
0522        </widget>
0523       </item>
0524      </layout>
0525     </widget>
0526    </item>
0527    <item>
0528     <widget class="QGroupBox" name="Options">
0529      <property name="sizePolicy">
0530       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0531        <horstretch>0</horstretch>
0532        <verstretch>0</verstretch>
0533       </sizepolicy>
0534      </property>
0535      <property name="title">
0536       <string>Options</string>
0537      </property>
0538      <layout class="QHBoxLayout" name="horizontalLayout">
0539       <property name="spacing">
0540        <number>3</number>
0541       </property>
0542       <property name="leftMargin">
0543        <number>3</number>
0544       </property>
0545       <property name="topMargin">
0546        <number>3</number>
0547       </property>
0548       <property name="rightMargin">
0549        <number>3</number>
0550       </property>
0551       <property name="bottomMargin">
0552        <number>3</number>
0553       </property>
0554       <item>
0555        <widget class="QCheckBox" name="reverseDirection">
0556         <property name="text">
0557          <string>Reverse Direction of Rotator</string>
0558         </property>
0559        </widget>
0560       </item>
0561       <item>
0562        <widget class="QPushButton" name="AlignOptions">
0563         <property name="maximumSize">
0564          <size>
0565           <width>100</width>
0566           <height>16777215</height>
0567          </size>
0568         </property>
0569         <property name="text">
0570          <string>Align Options</string>
0571         </property>
0572         <property name="autoDefault">
0573          <bool>false</bool>
0574         </property>
0575        </widget>
0576       </item>
0577      </layout>
0578     </widget>
0579    </item>
0580   </layout>
0581  </widget>
0582  <customwidgets>
0583   <customwidget>
0584    <class>QCustomPlot</class>
0585    <extends>QWidget</extends>
0586    <header>auxiliary/qcustomplot.h</header>
0587    <container>1</container>
0588   </customwidget>
0589   <customwidget>
0590    <class>QRoundProgressBar</class>
0591    <extends>QWidget</extends>
0592    <header>QRoundProgressBar.h</header>
0593    <container>1</container>
0594   </customwidget>
0595  </customwidgets>
0596  <resources/>
0597  <connections/>
0598 </ui>