Warning, /education/kstars/kstars/ekos/align/mountmodel.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>mountModel</class>
0004  <widget class="QDialog" name="mountModel">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>441</width>
0010     <height>535</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Dialog</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout_3">
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="QLabel" name="label">
0034      <property name="text">
0035       <string>&lt;p&gt;This tool can help your mount build a better pointing model by moving the mount to different points in the sky and solving captured images. This can increase the accuracy of your GOTOs. To qualify, your mount must be capable of improving its internal pointing model after each &lt;b&gt;Sync&lt;/b&gt;  commanded by Ekos. If this is not the case, then this tool is not suitable for your mount.&lt;/p&gt;</string>
0036      </property>
0037      <property name="alignment">
0038       <set>Qt::AlignJustify|Qt::AlignVCenter</set>
0039      </property>
0040      <property name="wordWrap">
0041       <bool>true</bool>
0042      </property>
0043     </widget>
0044    </item>
0045    <item>
0046     <widget class="QGroupBox" name="groupBox_2">
0047      <property name="title">
0048       <string>Mount Model Wizard</string>
0049      </property>
0050      <layout class="QGridLayout" name="gridLayout_2">
0051       <item row="2" column="0">
0052        <widget class="QLabel" name="label_7">
0053         <property name="text">
0054          <string>Object Type:</string>
0055         </property>
0056        </widget>
0057       </item>
0058       <item row="2" column="1" colspan="4">
0059        <widget class="QComboBox" name="alignTypeBox">
0060         <property name="toolTip">
0061          <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Select the type of objects/points added by the wizard.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Note:&lt;/span&gt; all of the options except Fixed DEC start with a grid of RA/DEC points.&lt;/p&gt;
0062 &lt;ul&gt;
0063 &lt;li&gt;&lt;b&gt;Any Stars:&lt;/b&gt; The wizard searches for the nearest star.&lt;/li&gt;
0064 &lt;li&gt;&lt;b&gt;Any object:&lt;/b&gt;  The wizard searches for the nearest object of any type.&lt;/li&gt;
0065 &lt;li&gt;&lt;b&gt;Named Stars&lt;/b&gt; The wizard searches for the nearest star in the currently visible star list. Note that the first named star might be fairly far from the intended point and also sometimes the same star could be the closest one for multiple points.&lt;/li&gt;
0066 &lt;li&gt;&lt;b&gt;Fixed DEC:&lt;/b&gt; The wizard generates all points at the chosen DEC.&lt;/li&gt;
0067 &lt;li&gt;&lt;b&gt;Fixed Grid:&lt;/b&gt;  The wizard just uses the original grid without trying to pair it with objects.&lt;/li&gt;
0068 &lt;/ul&gt;
0069 &lt;/body&gt;&lt;/html&gt;</string>
0070         </property>
0071         <item>
0072          <property name="text">
0073           <string>Any Stars</string>
0074          </property>
0075         </item>
0076         <item>
0077          <property name="text">
0078           <string>Named Stars</string>
0079          </property>
0080         </item>
0081         <item>
0082          <property name="text">
0083           <string>Any Object</string>
0084          </property>
0085         </item>
0086         <item>
0087          <property name="text">
0088           <string>Fixed DEC</string>
0089          </property>
0090         </item>
0091         <item>
0092          <property name="text">
0093           <string>Fixed Grid</string>
0094          </property>
0095         </item>
0096        </widget>
0097       </item>
0098       <item row="0" column="5">
0099        <widget class="QPushButton" name="wizardAlignB">
0100         <property name="sizePolicy">
0101          <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
0102           <horstretch>0</horstretch>
0103           <verstretch>0</verstretch>
0104          </sizepolicy>
0105         </property>
0106         <property name="toolTip">
0107          <string>Automatically generate the specified number of alignment points in the table below. They will be generated based on the options selected in this wizard.</string>
0108         </property>
0109         <property name="text">
0110          <string>Generate</string>
0111         </property>
0112        </widget>
0113       </item>
0114       <item row="1" column="4">
0115        <widget class="QSpinBox" name="alignDec">
0116         <property name="enabled">
0117          <bool>false</bool>
0118         </property>
0119         <property name="toolTip">
0120          <string>The Declination of the points that will be generated.  This option only applies to the Fixed DEC Option.</string>
0121         </property>
0122         <property name="minimum">
0123          <number>-89</number>
0124         </property>
0125         <property name="maximum">
0126          <number>89</number>
0127         </property>
0128        </widget>
0129       </item>
0130       <item row="1" column="0">
0131        <widget class="QLabel" name="label_6">
0132         <property name="text">
0133          <string>Minimum Alt:</string>
0134         </property>
0135        </widget>
0136       </item>
0137       <item row="1" column="2">
0138        <widget class="QSpinBox" name="minAltBox">
0139         <property name="toolTip">
0140          <string>This is the minimum altitude above the horizon to use in generating points with the wizard.</string>
0141         </property>
0142         <property name="maximum">
0143          <number>80</number>
0144         </property>
0145         <property name="value">
0146          <number>30</number>
0147         </property>
0148        </widget>
0149       </item>
0150       <item row="0" column="0" colspan="2">
0151        <widget class="QLabel" name="label_3">
0152         <property name="text">
0153          <string>Alignment Points:</string>
0154         </property>
0155        </widget>
0156       </item>
0157       <item row="2" column="5">
0158        <spacer name="horizontalSpacer_6">
0159         <property name="orientation">
0160          <enum>Qt::Horizontal</enum>
0161         </property>
0162         <property name="sizeHint" stdset="0">
0163          <size>
0164           <width>77</width>
0165           <height>20</height>
0166          </size>
0167         </property>
0168        </spacer>
0169       </item>
0170       <item row="1" column="3">
0171        <widget class="QLabel" name="label_8">
0172         <property name="text">
0173          <string>Declination:</string>
0174         </property>
0175        </widget>
0176       </item>
0177       <item row="1" column="5">
0178        <spacer name="horizontalSpacer_5">
0179         <property name="orientation">
0180          <enum>Qt::Horizontal</enum>
0181         </property>
0182         <property name="sizeHint" stdset="0">
0183          <size>
0184           <width>77</width>
0185           <height>20</height>
0186          </size>
0187         </property>
0188        </spacer>
0189       </item>
0190       <item row="0" column="2">
0191        <widget class="QSpinBox" name="alignPtNum">
0192         <property name="toolTip">
0193          <string>The Number of points the wizard should generate. If this number is less than 5, it will generate them at the same DEC. After that they will be evenly distributed over RA and DEC. Note, if Fixed DEC is selected, all of the points will be at the same DEC.</string>
0194         </property>
0195         <property name="minimum">
0196          <number>2</number>
0197         </property>
0198        </widget>
0199       </item>
0200       <item row="0" column="3" colspan="2">
0201        <spacer name="horizontalSpacer_3">
0202         <property name="orientation">
0203          <enum>Qt::Horizontal</enum>
0204         </property>
0205         <property name="sizeHint" stdset="0">
0206          <size>
0207           <width>171</width>
0208           <height>20</height>
0209          </size>
0210         </property>
0211        </spacer>
0212       </item>
0213      </layout>
0214     </widget>
0215    </item>
0216    <item>
0217     <widget class="QGroupBox" name="groupBox_3">
0218      <property name="title">
0219       <string>Add Currently Visible Stars</string>
0220      </property>
0221      <layout class="QGridLayout" name="gridLayout">
0222       <property name="leftMargin">
0223        <number>3</number>
0224       </property>
0225       <property name="topMargin">
0226        <number>3</number>
0227       </property>
0228       <property name="rightMargin">
0229        <number>3</number>
0230       </property>
0231       <property name="bottomMargin">
0232        <number>3</number>
0233       </property>
0234       <item row="0" column="0">
0235        <widget class="QLabel" name="label_4">
0236         <property name="text">
0237          <string>Common Names:</string>
0238         </property>
0239        </widget>
0240       </item>
0241       <item row="0" column="1">
0242        <widget class="QComboBox" name="starListBox">
0243         <property name="sizePolicy">
0244          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0245           <horstretch>0</horstretch>
0246           <verstretch>0</verstretch>
0247          </sizepolicy>
0248         </property>
0249         <property name="toolTip">
0250          <string>These are the common names for the named stars that are currently up at your location.  If you select a star, it will be added to the table below.</string>
0251         </property>
0252        </widget>
0253       </item>
0254       <item row="0" column="2" rowspan="2">
0255        <spacer name="horizontalSpacer_4">
0256         <property name="orientation">
0257          <enum>Qt::Horizontal</enum>
0258         </property>
0259         <property name="sizeHint" stdset="0">
0260          <size>
0261           <width>125</width>
0262           <height>20</height>
0263          </size>
0264         </property>
0265        </spacer>
0266       </item>
0267       <item row="1" column="0">
0268        <widget class="QLabel" name="label_5">
0269         <property name="text">
0270          <string>Greek:</string>
0271         </property>
0272        </widget>
0273       </item>
0274       <item row="1" column="1">
0275        <widget class="QComboBox" name="greekStarListBox">
0276         <property name="sizePolicy">
0277          <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
0278           <horstretch>0</horstretch>
0279           <verstretch>0</verstretch>
0280          </sizepolicy>
0281         </property>
0282         <property name="toolTip">
0283          <string>These are the Greek names for the brighter stars that are currently up at your location.  If you select a star, it will be added to the table below.</string>
0284         </property>
0285        </widget>
0286       </item>
0287      </layout>
0288     </widget>
0289    </item>
0290    <item>
0291     <widget class="QGroupBox" name="groupBox">
0292      <property name="title">
0293       <string>Mount Model Alignment Points</string>
0294      </property>
0295      <layout class="QVBoxLayout" name="verticalLayout_2">
0296       <property name="leftMargin">
0297        <number>3</number>
0298       </property>
0299       <property name="topMargin">
0300        <number>3</number>
0301       </property>
0302       <property name="rightMargin">
0303        <number>3</number>
0304       </property>
0305       <property name="bottomMargin">
0306        <number>3</number>
0307       </property>
0308       <item>
0309        <layout class="QHBoxLayout" name="horizontalLayout_2">
0310         <property name="spacing">
0311          <number>0</number>
0312         </property>
0313         <property name="topMargin">
0314          <number>0</number>
0315         </property>
0316         <item>
0317          <widget class="QPushButton" name="clearAllAlignB">
0318           <property name="minimumSize">
0319            <size>
0320             <width>32</width>
0321             <height>32</height>
0322            </size>
0323           </property>
0324           <property name="maximumSize">
0325            <size>
0326             <width>32</width>
0327             <height>32</height>
0328            </size>
0329           </property>
0330           <property name="toolTip">
0331            <string>Clear the entire table of alignment points below.  Note that this will not affect your mount in any way.  It will not clear your pointing model.  It just clears the list of points so that if you run the mount model routine again, these points will not be included.</string>
0332           </property>
0333           <property name="text">
0334            <string/>
0335           </property>
0336          </widget>
0337         </item>
0338         <item>
0339          <widget class="QPushButton" name="removeAlignB">
0340           <property name="minimumSize">
0341            <size>
0342             <width>32</width>
0343             <height>32</height>
0344            </size>
0345           </property>
0346           <property name="maximumSize">
0347            <size>
0348             <width>32</width>
0349             <height>32</height>
0350            </size>
0351           </property>
0352           <property name="toolTip">
0353            <string>&lt;p&gt;Remove the selected row from the alignment point table below. Note that it does &lt;b&gt;not&lt;/b&gt; command your mount to clear that point from the model, it just means that if you run the mount model routine, that point will not be included in the list.&lt;/p&gt;</string>
0354           </property>
0355           <property name="text">
0356            <string/>
0357           </property>
0358          </widget>
0359         </item>
0360         <item>
0361          <widget class="QPushButton" name="addAlignB">
0362           <property name="minimumSize">
0363            <size>
0364             <width>32</width>
0365             <height>32</height>
0366            </size>
0367           </property>
0368           <property name="maximumSize">
0369            <size>
0370             <width>32</width>
0371             <height>32</height>
0372            </size>
0373           </property>
0374           <property name="toolTip">
0375            <string>Add an empty row to the alignment list so that you can manually add an RA and DE for a position you would like the telescope to slew to when doing the mount model routine.</string>
0376           </property>
0377           <property name="text">
0378            <string/>
0379           </property>
0380          </widget>
0381         </item>
0382         <item>
0383          <widget class="QPushButton" name="findAlignB">
0384           <property name="minimumSize">
0385            <size>
0386             <width>32</width>
0387             <height>32</height>
0388            </size>
0389           </property>
0390           <property name="maximumSize">
0391            <size>
0392             <width>32</width>
0393             <height>32</height>
0394            </size>
0395           </property>
0396           <property name="toolTip">
0397            <string>Open the Find Object dialog so that you can select an object to get an RA and DEC automatically that you would like the telescope to slew to when doing the mount model routine.</string>
0398           </property>
0399           <property name="text">
0400            <string/>
0401           </property>
0402          </widget>
0403         </item>
0404         <item>
0405          <widget class="QPushButton" name="sortAlignB">
0406           <property name="minimumSize">
0407            <size>
0408             <width>32</width>
0409             <height>32</height>
0410            </size>
0411           </property>
0412           <property name="maximumSize">
0413            <size>
0414             <width>32</width>
0415             <height>32</height>
0416            </size>
0417           </property>
0418           <property name="toolTip">
0419            <string>Sort the alignment points, starting with the point closest to the current telescope position, to try to minimize the distance between each slew.</string>
0420           </property>
0421           <property name="text">
0422            <string/>
0423           </property>
0424          </widget>
0425         </item>
0426         <item>
0427          <spacer name="horizontalSpacer_2">
0428           <property name="orientation">
0429            <enum>Qt::Horizontal</enum>
0430           </property>
0431           <property name="sizeHint" stdset="0">
0432            <size>
0433             <width>40</width>
0434             <height>20</height>
0435            </size>
0436           </property>
0437          </spacer>
0438         </item>
0439        </layout>
0440       </item>
0441       <item>
0442        <widget class="QTableWidget" name="alignTable">
0443         <property name="toolTip">
0444          <string>This is a table of alignment points that you would like the mount model routine to use in aligning your telescope.  If you would like to add or remove points, you may use the buttons above.  If you would like to run, pause, or stop the mount model routine, you may use the buttons below.  You can directly edit an RA or DE for a particular point directly in the cells.  Just be sure to follow the format hh:mm:ss. The object name is just provided for convenience and is not used.  If you want to change the order of the alignment points, you can drag the row up or down using the vertical header for that row on the left.</string>
0445         </property>
0446         <column>
0447          <property name="text">
0448           <string>RA (J2000)</string>
0449          </property>
0450         </column>
0451         <column>
0452          <property name="text">
0453           <string>DEC (J2000)</string>
0454          </property>
0455         </column>
0456         <column>
0457          <property name="text">
0458           <string>Object</string>
0459          </property>
0460         </column>
0461         <column>
0462          <property name="text">
0463           <string>~~</string>
0464          </property>
0465         </column>
0466        </widget>
0467       </item>
0468      </layout>
0469     </widget>
0470    </item>
0471    <item>
0472     <layout class="QHBoxLayout" name="horizontalLayout">
0473      <property name="spacing">
0474       <number>0</number>
0475      </property>
0476      <item>
0477       <widget class="QPushButton" name="loadAlignB">
0478        <property name="minimumSize">
0479         <size>
0480          <width>32</width>
0481          <height>32</height>
0482         </size>
0483        </property>
0484        <property name="maximumSize">
0485         <size>
0486          <width>32</width>
0487          <height>32</height>
0488         </size>
0489        </property>
0490        <property name="toolTip">
0491         <string>Load a saved alignment point list so that you can run the same alignment you ran on a previous occasion.</string>
0492        </property>
0493        <property name="text">
0494         <string/>
0495        </property>
0496       </widget>
0497      </item>
0498      <item>
0499       <widget class="QPushButton" name="saveAlignB">
0500        <property name="minimumSize">
0501         <size>
0502          <width>32</width>
0503          <height>32</height>
0504         </size>
0505        </property>
0506        <property name="maximumSize">
0507         <size>
0508          <width>32</width>
0509          <height>32</height>
0510         </size>
0511        </property>
0512        <property name="toolTip">
0513         <string>Save the alignment list so that you can run this alignment again in the future.</string>
0514        </property>
0515        <property name="text">
0516         <string/>
0517        </property>
0518       </widget>
0519      </item>
0520      <item>
0521       <widget class="QPushButton" name="previewB">
0522        <property name="minimumSize">
0523         <size>
0524          <width>32</width>
0525          <height>32</height>
0526         </size>
0527        </property>
0528        <property name="maximumSize">
0529         <size>
0530          <width>32</width>
0531          <height>32</height>
0532         </size>
0533        </property>
0534        <property name="toolTip">
0535         <string>Display the alignment points on the skymap as flags.  Clicking it again will remove the flags.  The flags will not be saved.</string>
0536        </property>
0537        <property name="text">
0538         <string/>
0539        </property>
0540       </widget>
0541      </item>
0542      <item>
0543       <spacer name="horizontalSpacer">
0544        <property name="orientation">
0545         <enum>Qt::Horizontal</enum>
0546        </property>
0547        <property name="sizeHint" stdset="0">
0548         <size>
0549          <width>40</width>
0550          <height>20</height>
0551         </size>
0552        </property>
0553       </spacer>
0554      </item>
0555      <item>
0556       <widget class="QPushButton" name="startAlignB">
0557        <property name="minimumSize">
0558         <size>
0559          <width>32</width>
0560          <height>32</height>
0561         </size>
0562        </property>
0563        <property name="maximumSize">
0564         <size>
0565          <width>32</width>
0566          <height>32</height>
0567         </size>
0568        </property>
0569        <property name="toolTip">
0570         <string>Start or pause the mount model routine.  It will slew to and astrometrically solve the list of points in the table above using the settings in the align module.  If the routine was previously paused, it will pick up where it left off.  If it was stopped or it had finished it will start the routine over again.</string>
0571        </property>
0572        <property name="text">
0573         <string/>
0574        </property>
0575       </widget>
0576      </item>
0577      <item>
0578       <widget class="QPushButton" name="stopAlignB">
0579        <property name="minimumSize">
0580         <size>
0581          <width>32</width>
0582          <height>32</height>
0583         </size>
0584        </property>
0585        <property name="maximumSize">
0586         <size>
0587          <width>32</width>
0588          <height>32</height>
0589         </size>
0590        </property>
0591        <property name="toolTip">
0592         <string>&lt;p&gt;Stop the mount model routine.  It will &lt;b&gt;not&lt;/b&gt; clear any points from your telescope's pointing model.  It will stop the routine and any points currently being solved. If you run the mount model again after hitting stop, it will start the routine over again with the first point.&lt;/p&gt;</string>
0593        </property>
0594        <property name="text">
0595         <string/>
0596        </property>
0597       </widget>
0598      </item>
0599     </layout>
0600    </item>
0601   </layout>
0602  </widget>
0603  <resources/>
0604  <connections/>
0605 </ui>