Warning, /education/kstars/kstars/fitsviewer/platesolve.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>PlateSolveUI</class>
0004  <widget class="QDialog" name="PlateSolveUI">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>435</width>
0010     <height>405</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Plate Solving</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="groupBox_1">
0034      <property name="title">
0035       <string/>
0036      </property>
0037      <layout class="QGridLayout" name="gridLayout_1">
0038       <item row="0" column="0" colspan="3">
0039        <widget class="QPushButton" name="SolveButton">
0040         <property name="maximumSize">
0041          <size>
0042           <width>80</width>
0043           <height>16777215</height>
0044          </size>
0045         </property>
0046         <property name="toolTip">
0047          <string>Plate solve the image using the parameters below.</string>
0048         </property>
0049         <property name="text">
0050          <string>Solve</string>
0051         </property>
0052        </widget>
0053       </item>
0054       <item row="2" column="0">
0055        <widget class="QCheckBox" name="kcfg_FitsSolverUseScale">
0056         <property name="toolTip">
0057          <string>Set image scale to speed up solver as it does not have to search index files of different image scales.</string>
0058         </property>
0059         <property name="text">
0060          <string>Use Scale</string>
0061         </property>
0062         <property name="checked">
0063          <bool>false</bool>
0064         </property>
0065        </widget>
0066       </item>
0067       <item row="2" column="1">
0068        <widget class="QDoubleSpinBox" name="kcfg_FitsSolverScale">
0069         <property name="toolTip">
0070          <string>Set image scale to speed up solver as it does not have to search index files of different image scales.</string>
0071         </property>
0072         <property name="decimals">
0073          <number>3</number>
0074         </property>
0075         <property name="minimum">
0076          <double>0.000000000000000</double>
0077         </property>
0078         <property name="maximum">
0079          <double>999.000000000000000</double>
0080         </property>
0081         <property name="value">
0082          <double>30.000000000000000</double>
0083         </property>
0084        </widget>
0085       </item>
0086       <item row="2" column="2">
0087        <widget class="QComboBox" name="kcfg_FitsSolverImageScaleUnits">
0088         <property name="sizePolicy">
0089          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0090           <horstretch>0</horstretch>
0091           <verstretch>0</verstretch>
0092          </sizepolicy>
0093         </property>
0094         <property name="maximumSize">
0095          <size>
0096           <width>120</width>
0097           <height>16777215</height>
0098          </size>
0099         </property>
0100         <property name="toolTip">
0101          <string>&lt;p&gt;The units of the imager scale bounds.</string>
0102         </property>
0103         <property name="currentIndex">
0104          <number>2</number>
0105         </property>
0106         <item>
0107          <property name="text">
0108           <string>image width ยบ</string>
0109          </property>
0110         </item>
0111         <item>
0112          <property name="text">
0113           <string>image width '</string>
0114          </property>
0115         </item>
0116         <item>
0117          <property name="text">
0118           <string>arcsec/pixel</string>
0119          </property>
0120         </item>
0121        </widget>
0122       </item>
0123       <item row="2" column="3">
0124        <spacer name="hSpacer1">
0125         <property name="orientation">
0126          <enum>Qt::Horizontal</enum>
0127         </property>
0128         <property name="sizeHint" stdset="0">
0129          <size>
0130           <width>-1</width>
0131           <height>-1</height>
0132          </size>
0133         </property>
0134        </spacer>
0135       </item>
0136       <item row="4" column="0">
0137        <widget class="QCheckBox" name="kcfg_FitsSolverUsePosition">
0138         <property name="toolTip">
0139          <string>Use the given position to speed up astrometry solver as it does not have to search in other areas of the sky.</string>
0140         </property>
0141         <property name="text">
0142          <string>Use Position</string>
0143         </property>
0144         <property name="checked">
0145          <bool>false</bool>
0146         </property>
0147        </widget>
0148       </item>
0149       <item row="5" column="0">
0150        <widget class="QPushButton" name="UpdatePosition">
0151         <property name="minimumSize">
0152          <size>
0153           <width>22</width>
0154           <height>22</height>
0155          </size>
0156         </property>
0157         <property name="maximumSize">
0158          <size>
0159           <width>22</width>
0160           <height>22</height>
0161          </size>
0162         </property>
0163         <property name="toolTip">
0164          <string>Set the approximate RA/DEC positions using the center position of the SkyMap.</string>
0165         </property>
0166         <property name="text">
0167          <string/>
0168         </property>
0169        </widget>
0170       </item>
0171       <item row="4" column="1">
0172        <widget class="QLabel" name="FitsSolverRALabel">
0173         <property name="toolTip">
0174          <string>The RA of the Estimated Telescope/Image Field Position in hh:mm:ss notation</string>
0175         </property>
0176         <property name="text">
0177          <string>RA</string>
0178         </property>
0179        </widget>
0180       </item>
0181       <item row="4" column="2">
0182        <widget class="dmsBox" name="FitsSolverEstRA">
0183         <property name="enabled">
0184          <bool>true</bool>
0185         </property>
0186         <property name="sizePolicy">
0187          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0188           <horstretch>0</horstretch>
0189           <verstretch>0</verstretch>
0190          </sizepolicy>
0191         </property>
0192         <property name="maximumSize">
0193          <size>
0194           <width>120</width>
0195           <height>16777215</height>
0196          </size>
0197         </property>
0198         <property name="toolTip">
0199          <string>The RA of the Estimated Telescope/Image Field Position in hh:mm:ss notation</string>
0200         </property>
0201        </widget>
0202       </item>
0203       <item row="4" column="3">
0204        <spacer name="hSpacer2">
0205         <property name="orientation">
0206          <enum>Qt::Horizontal</enum>
0207         </property>
0208         <property name="sizeHint" stdset="0">
0209          <size>
0210           <width>-1</width>
0211           <height>-1</height>
0212          </size>
0213         </property>
0214        </spacer>
0215       </item>
0216       <item row="5" column="1">
0217        <widget class="QLabel" name="FitsSolverDECLabel">
0218         <property name="toolTip">
0219          <string>The DEC of the Estimated Telescope/Image Field Position in dd:mm:ss notation</string>
0220         </property>
0221         <property name="text">
0222          <string>DEC</string>
0223         </property>
0224        </widget>
0225       </item>
0226       <item row="5" column="2">
0227        <widget class="dmsBox" name="FitsSolverEstDec">
0228         <property name="enabled">
0229          <bool>true</bool>
0230         </property>
0231         <property name="sizePolicy">
0232          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0233           <horstretch>0</horstretch>
0234           <verstretch>0</verstretch>
0235          </sizepolicy>
0236         </property>
0237         <property name="minimumSize">
0238          <size>
0239           <width>0</width>
0240           <height>0</height>
0241          </size>
0242         </property>
0243         <property name="maximumSize">
0244          <size>
0245           <width>120</width>
0246           <height>16777215</height>
0247          </size>
0248         </property>
0249         <property name="toolTip">
0250          <string>The DEC of the Estimated Telescope/Image Field Position in dd:mm:ss notation</string>
0251         </property>
0252        </widget>
0253       </item>
0254       <item row="5" column="3">
0255        <spacer name="hSpacer3">
0256         <property name="orientation">
0257          <enum>Qt::Horizontal</enum>
0258         </property>
0259         <property name="sizeHint" stdset="0">
0260          <size>
0261           <width>-1</width>
0262           <height>-1</height>
0263          </size>
0264         </property>
0265        </spacer>
0266       </item>
0267       <item row="6" column="1">
0268        <widget class="QLabel" name="FitsSolverRadiusLabel">
0269         <property name="toolTip">
0270          <string>The Search Radius for the Estimated Telescope/Image Field Position in degrees.</string>
0271         </property>
0272         <property name="text">
0273          <string>Radius</string>
0274         </property>
0275        </widget>
0276       </item>
0277       <item row="6" column="2">
0278        <widget class="QDoubleSpinBox" name="kcfg_FitsSolverRadius">
0279         <property name="maximumSize">
0280          <size>
0281           <width>70</width>
0282           <height>16777215</height>
0283          </size>
0284         </property>
0285         <property name="toolTip">
0286          <string>The Search Radius for the Estimated Telescope/Image Field Position in degrees.</string>
0287         </property>
0288         <property name="minimum">
0289          <double>1.000000000000000</double>
0290         </property>
0291         <property name="maximum">
0292          <double>360.000000000000000</double>
0293         </property>
0294         <property name="value">
0295          <double>30.000000000000000</double>
0296         </property>
0297        </widget>
0298       </item>
0299       <item row="6" column="3">
0300        <spacer name="hSpacer4">
0301         <property name="orientation">
0302          <enum>Qt::Horizontal</enum>
0303         </property>
0304         <property name="sizeHint" stdset="0">
0305          <size>
0306           <width>-1</width>
0307           <height>-1</height>
0308          </size>
0309         </property>
0310        </spacer>
0311       </item>
0312       <item row="7" column="1">
0313        <widget class="QLabel" name="FitsSolverAngleLabel">
0314         <property name="toolTip">
0315          <string>The solved image position angle, East of North (degrees).</string>
0316         </property>
0317         <property name="text">
0318          <string>PA</string>
0319         </property>
0320        </widget>
0321       </item>
0322       <item row="7" column="2">
0323        <widget class="QLabel" name="FitsSolverAngle">
0324         <property name="maximumSize">
0325          <size>
0326           <width>70</width>
0327           <height>16777215</height>
0328          </size>
0329         </property>
0330         <property name="toolTip">
0331          <string>The solved image position angle, East of North (degrees).</string>
0332         </property>
0333        </widget>
0334       </item>
0335       <item row="7" column="3">
0336        <spacer name="hSpacer4">
0337         <property name="orientation">
0338          <enum>Qt::Horizontal</enum>
0339         </property>
0340         <property name="sizeHint" stdset="0">
0341          <size>
0342           <width>-1</width>
0343           <height>-1</height>
0344          </size>
0345         </property>
0346        </spacer>
0347       </item>
0348       <item row="9" column="0">
0349        <widget class="QLabel" name="FitsSolverProfileLabel">
0350         <property name="sizePolicy">
0351          <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
0352           <horstretch>0</horstretch>
0353           <verstretch>0</verstretch>
0354          </sizepolicy>
0355         </property>
0356         <property name="toolTip">
0357          <string>Selects the Options Profile (from Align) to use for Plate Solving</string>
0358         </property>
0359         <property name="text">
0360          <string>Profile</string>
0361         </property>
0362        </widget>
0363       </item>
0364       <item row="9" column="1" colspan="2">
0365        <widget class="QComboBox" name="kcfg_FitsSolverProfile">
0366         <property name="sizePolicy">
0367          <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
0368           <horstretch>0</horstretch>
0369           <verstretch>0</verstretch>
0370          </sizepolicy>
0371         </property>
0372         <property name="toolTip">
0373          <string>Selects the Options Profile (from Align) to use for Plate Solving</string>
0374         </property>
0375         <property name="currentIndex">
0376          <number>-1</number>
0377         </property>
0378        </widget>
0379       </item>
0380       <item row="9" column="3">
0381        <spacer name="hSpacer5">
0382         <property name="orientation">
0383          <enum>Qt::Horizontal</enum>
0384         </property>
0385         <property name="sizeHint" stdset="0">
0386          <size>
0387           <width>-1</width>
0388           <height>-1</height>
0389          </size>
0390         </property>
0391        </spacer>
0392       </item>
0393      </layout>
0394     </widget>
0395    </item>
0396    <item>
0397     <widget class="QGroupBox" name="SolutionGroupBox">
0398      <property name="title">
0399       <string>Solution</string>
0400      </property>
0401      <layout class="QVBoxLayout" name="solutionLayout">
0402       <item>
0403        <widget class="QLabel" name="Solution1">
0404         <property name="text">
0405          <string/>
0406         </property>
0407        </widget>
0408       </item>
0409       <item>
0410        <widget class="QLabel" name="Solution2">
0411         <property name="text">
0412          <string/>
0413         </property>
0414        </widget>
0415       </item>
0416      </layout>
0417     </widget>
0418    </item>
0419    <item>
0420     <spacer name="verticalSpacer">
0421      <property name="orientation">
0422       <enum>Qt::Vertical</enum>
0423      </property>
0424      <property name="sizeHint" stdset="0">
0425       <size>
0426        <width>-1</width>
0427        <height>-1</height>
0428       </size>
0429      </property>
0430     </spacer>
0431    </item>
0432   </layout>
0433  </widget>
0434  <customwidgets>
0435   <customwidget>
0436    <class>dmsBox</class>
0437    <extends>QLineEdit</extends>
0438    <header>widgets/dmsbox.h</header>
0439    <container>1</container>
0440   </customwidget>
0441  </customwidgets>
0442  <resources/>
0443  <connections/>
0444 </ui>