Warning, /education/kstars/kstars/fitsviewer/opsfits.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>OpsFITS</class>
0004  <widget class="QWidget" name="OpsFITS">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>431</width>
0010     <height>459</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout_4">
0014    <property name="spacing">
0015     <number>3</number>
0016    </property>
0017    <property name="leftMargin">
0018     <number>3</number>
0019    </property>
0020    <property name="topMargin">
0021     <number>3</number>
0022    </property>
0023    <property name="rightMargin">
0024     <number>3</number>
0025    </property>
0026    <property name="bottomMargin">
0027     <number>3</number>
0028    </property>
0029    <item>
0030     <layout class="QHBoxLayout" name="horizontalLayout_3">
0031      <property name="spacing">
0032       <number>3</number>
0033      </property>
0034      <item>
0035       <layout class="QVBoxLayout" name="verticalLayout_3">
0036        <property name="spacing">
0037         <number>3</number>
0038        </property>
0039        <item>
0040         <widget class="QGroupBox" name="FITSViewerGroup">
0041          <property name="enabled">
0042           <bool>true</bool>
0043          </property>
0044          <property name="title">
0045           <string>Look &amp;&amp; Feel</string>
0046          </property>
0047          <layout class="QVBoxLayout" name="verticalLayout_2">
0048           <item>
0049            <widget class="QCheckBox" name="kcfg_useFITSViewer">
0050             <property name="toolTip">
0051              <string>Automatically display received images in the FITS Viewer</string>
0052             </property>
0053             <property name="text">
0054              <string>Use FITS viewer</string>
0055             </property>
0056            </widget>
0057           </item>
0058           <item>
0059            <widget class="QCheckBox" name="kcfg_singlePreviewFITS">
0060             <property name="toolTip">
0061              <string>Display all captured FITS images in a single tab instead of multiple tabs per image.</string>
0062             </property>
0063             <property name="statusTip">
0064              <string/>
0065             </property>
0066             <property name="whatsThis">
0067              <string/>
0068             </property>
0069             <property name="text">
0070              <string>Single preview tab</string>
0071             </property>
0072             <property name="checked">
0073              <bool>true</bool>
0074             </property>
0075            </widget>
0076           </item>
0077           <item>
0078            <widget class="QCheckBox" name="kcfg_singleWindowCapturedFITS">
0079             <property name="toolTip">
0080              <string>Display captured FITS images from all cameras in a single FITS Viewer window instead of a dedicated window to each camera.</string>
0081             </property>
0082             <property name="whatsThis">
0083              <string/>
0084             </property>
0085             <property name="text">
0086              <string>Single window capture</string>
0087             </property>
0088             <property name="checked">
0089              <bool>false</bool>
0090             </property>
0091            </widget>
0092           </item>
0093           <item>
0094            <widget class="QCheckBox" name="kcfg_singleWindowOpenedFITS">
0095             <property name="toolTip">
0096              <string>Display opened FITS images in a single FITS Viewer window instead of a dedicated window to each file.</string>
0097             </property>
0098             <property name="whatsThis">
0099              <string/>
0100             </property>
0101             <property name="text">
0102              <string>Single window open</string>
0103             </property>
0104             <property name="checked">
0105              <bool>true</bool>
0106             </property>
0107            </widget>
0108           </item>
0109           <item>
0110            <widget class="QCheckBox" name="kcfg_focusFITSOnNewImage">
0111             <property name="toolTip">
0112              <string>Bring the FITSViewer window to the foreground when receiving a new image</string>
0113             </property>
0114             <property name="text">
0115              <string>Focus on receiving an image</string>
0116             </property>
0117            </widget>
0118           </item>
0119           <item>
0120            <widget class="QCheckBox" name="kcfg_independentWindowFITS">
0121             <property name="toolTip">
0122              <string>Make FITS Viewer window independent from KStars</string>
0123             </property>
0124             <property name="text">
0125              <string>Independent window</string>
0126             </property>
0127            </widget>
0128           </item>
0129           <item>
0130            <layout class="QGridLayout" name="gridLayout_2">
0131             <item row="0" column="0">
0132              <widget class="QLabel" name="label">
0133               <property name="text">
0134                <string>HiPS opacity:</string>
0135               </property>
0136              </widget>
0137             </item>
0138             <item row="1" column="0">
0139              <widget class="QLabel" name="label_2">
0140               <property name="text">
0141                <string>HiPS offset:</string>
0142               </property>
0143              </widget>
0144             </item>
0145             <item row="1" column="1">
0146              <widget class="QSpinBox" name="hipsOffsetY">
0147               <property name="minimum">
0148                <number>-500</number>
0149               </property>
0150               <property name="maximum">
0151                <number>500</number>
0152               </property>
0153               <property name="singleStep">
0154                <number>10</number>
0155               </property>
0156              </widget>
0157             </item>
0158             <item row="1" column="2">
0159              <widget class="QSpinBox" name="hipsOffsetX">
0160               <property name="minimum">
0161                <number>-500</number>
0162               </property>
0163               <property name="maximum">
0164                <number>500</number>
0165               </property>
0166               <property name="singleStep">
0167                <number>10</number>
0168               </property>
0169              </widget>
0170             </item>
0171             <item row="0" column="1" colspan="2">
0172              <widget class="QSlider" name="hipsOpacity">
0173               <property name="minimum">
0174                <number>1</number>
0175               </property>
0176               <property name="maximum">
0177                <number>100</number>
0178               </property>
0179               <property name="singleStep">
0180                <number>10</number>
0181               </property>
0182               <property name="orientation">
0183                <enum>Qt::Horizontal</enum>
0184               </property>
0185              </widget>
0186             </item>
0187            </layout>
0188           </item>
0189          </layout>
0190         </widget>
0191        </item>
0192        <item>
0193         <widget class="QGroupBox" name="groupBox_2">
0194          <property name="title">
0195           <string>Down Sampling</string>
0196          </property>
0197          <layout class="QGridLayout" name="gridLayout">
0198           <property name="leftMargin">
0199            <number>3</number>
0200           </property>
0201           <property name="topMargin">
0202            <number>3</number>
0203           </property>
0204           <property name="rightMargin">
0205            <number>3</number>
0206           </property>
0207           <property name="bottomMargin">
0208            <number>3</number>
0209           </property>
0210           <property name="spacing">
0211            <number>3</number>
0212           </property>
0213           <item row="0" column="0" colspan="2">
0214            <widget class="QCheckBox" name="kcfg_AdaptiveSampling">
0215             <property name="toolTip">
0216              <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Automatically down sample images based on available resources.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0217             </property>
0218             <property name="text">
0219              <string>Adaptive sampling</string>
0220             </property>
0221            </widget>
0222           </item>
0223           <item row="1" column="0">
0224            <widget class="QLabel" name="stretchPreviewSamplingLabel">
0225             <property name="toolTip">
0226              <string>Set the coarseness of the preview shown when sliding the fitsviewer's stretch parameter sliders. 1 is full resolution, but can be slow, 4 would be coarse resolution and fast.</string>
0227             </property>
0228             <property name="text">
0229              <string>Stretch preview:</string>
0230             </property>
0231            </widget>
0232           </item>
0233           <item row="1" column="1">
0234            <widget class="QSpinBox" name="kcfg_StretchPreviewSampling">
0235             <property name="toolTip">
0236              <string>Set the coarseness of the preview shown when sliding the fitsviewer's stretch parameter sliders. 1 is full resolution, but can be slow, 4 would be coarse resolution and fast.</string>
0237             </property>
0238             <property name="minimum">
0239              <number>1</number>
0240             </property>
0241             <property name="maximum">
0242              <number>5</number>
0243             </property>
0244             <property name="value">
0245              <number>4</number>
0246             </property>
0247            </widget>
0248           </item>
0249          </layout>
0250         </widget>
0251        </item>
0252        <item>
0253         <widget class="QGroupBox" name="clippingBox">
0254          <property name="title">
0255           <string>Clipping Limits</string>
0256          </property>
0257          <layout class="QGridLayout" name="clippingLayout">
0258           <property name="leftMargin">
0259            <number>3</number>
0260           </property>
0261           <property name="topMargin">
0262            <number>3</number>
0263           </property>
0264           <property name="rightMargin">
0265            <number>3</number>
0266           </property>
0267           <property name="bottomMargin">
0268            <number>3</number>
0269           </property>
0270           <property name="spacing">
0271            <number>3</number>
0272           </property>
0273           <item row="0" column="0">
0274            <widget class="QLabel" name="clipping64KLabel">
0275             <property name="toolTip">
0276              <string>Clipping value for 16-bit values.</string>
0277             </property>
0278             <property name="text">
0279              <string>16bit threshold:</string>
0280             </property>
0281            </widget>
0282           </item>
0283           <item row="0" column="1">
0284            <widget class="QSpinBox" name="kcfg_Clipping64KValue">
0285             <property name="toolTip">
0286              <string>64K Clipping value.</string>
0287             </property>
0288             <property name="minimum">
0289              <number>1</number>
0290             </property>
0291             <property name="maximum">
0292              <number>65536</number>
0293             </property>
0294             <property name="value">
0295              <number>60000</number>
0296             </property>
0297            </widget>
0298           </item>
0299           <item row="1" column="0">
0300            <widget class="QLabel" name="clipping256Label">
0301             <property name="toolTip">
0302              <string>Clipping value for 8-bit values.</string>
0303             </property>
0304             <property name="text">
0305              <string>8Bit threshold:</string>
0306             </property>
0307            </widget>
0308           </item>
0309           <item row="1" column="1">
0310            <widget class="QSpinBox" name="kcfg_Clipping256Value">
0311             <property name="toolTip">
0312              <string>Byte Clipping value.</string>
0313             </property>
0314             <property name="minimum">
0315              <number>1</number>
0316             </property>
0317             <property name="maximum">
0318              <number>255</number>
0319             </property>
0320             <property name="value">
0321              <number>250</number>
0322             </property>
0323            </widget>
0324           </item>
0325          </layout>
0326         </widget>
0327        </item>
0328       </layout>
0329      </item>
0330      <item>
0331       <widget class="QGroupBox" name="groupBox">
0332        <property name="title">
0333         <string>Processing</string>
0334        </property>
0335        <layout class="QVBoxLayout" name="verticalLayout">
0336         <property name="spacing">
0337          <number>3</number>
0338         </property>
0339         <property name="leftMargin">
0340          <number>3</number>
0341         </property>
0342         <property name="topMargin">
0343          <number>3</number>
0344         </property>
0345         <property name="rightMargin">
0346          <number>3</number>
0347         </property>
0348         <property name="bottomMargin">
0349          <number>3</number>
0350         </property>
0351         <item>
0352          <widget class="QCheckBox" name="kcfg_AutoStretch">
0353           <property name="toolTip">
0354            <string>Always apply auto stretch to images in FITS Viewer</string>
0355           </property>
0356           <property name="text">
0357            <string>Auto stretch</string>
0358           </property>
0359          </widget>
0360         </item>
0361         <item>
0362          <widget class="QCheckBox" name="kcfg_LimitedResourcesMode">
0363           <property name="toolTip">
0364            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enable limited resource mode to turn off any resource-intensive operations:&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;Auto debayer&lt;/span&gt;: Bayered images will not be debayered. Only grayscale images are shown.&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;Auto WCS&lt;/span&gt;: World Coordinate System data will not be processed. WCS maps sky coordinates to image coordinates. Equatorial grid lines, object identification, and telescope slew within an image are disabled.&lt;/li&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;3D Cube&lt;/span&gt;: RGB images will not be processed. Only grayscale images are shown.&lt;/li&gt;&lt;/ul&gt;&lt;/body&gt;&lt;/html&gt;</string>
0365           </property>
0366           <property name="text">
0367            <string>Limited resources mode</string>
0368           </property>
0369          </widget>
0370         </item>
0371         <item>
0372          <widget class="QCheckBox" name="kcfg_AutoDebayer">
0373           <property name="toolTip">
0374            <string>Automatically debayer captured image if it contains a bayer pattern</string>
0375           </property>
0376           <property name="text">
0377            <string>Auto debayer</string>
0378           </property>
0379           <property name="checked">
0380            <bool>true</bool>
0381           </property>
0382          </widget>
0383         </item>
0384         <item>
0385          <widget class="QCheckBox" name="kcfg_AutoWCS">
0386           <property name="toolTip">
0387            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Automatically load World-Coordinate-System (WCS) data when opening a FITS file.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Warning: Only enable this option on very fast machines as it can lead to unpredictable behavior resulting in crashes on slower machines.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0388           </property>
0389           <property name="text">
0390            <string>Auto WCS</string>
0391           </property>
0392          </widget>
0393         </item>
0394         <item>
0395          <widget class="QCheckBox" name="kcfg_Auto3DCube">
0396           <property name="toolTip">
0397            <string>Process 3D (RGB) FITS images. If unchecked, only first channel is processed.</string>
0398           </property>
0399           <property name="text">
0400            <string>3D cube</string>
0401           </property>
0402           <property name="checked">
0403            <bool>true</bool>
0404           </property>
0405          </widget>
0406         </item>
0407         <item>
0408          <widget class="QCheckBox" name="kcfg_NonLinearHistogram">
0409           <property name="toolTip">
0410            <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Display histogram for the stretched non-linear image.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
0411           </property>
0412           <property name="text">
0413            <string>Non linear histogram</string>
0414           </property>
0415          </widget>
0416         </item>
0417         <item>
0418          <widget class="QCheckBox" name="kcfg_AutoHFR">
0419           <property name="toolTip">
0420            <string>Compute the HFR of images loaded into fitsviewer.</string>
0421           </property>
0422           <property name="text">
0423            <string>Auto compute HFR</string>
0424           </property>
0425           <property name="checked">
0426            <bool>false</bool>
0427           </property>
0428          </widget>
0429         </item>
0430         <item>
0431          <widget class="QCheckBox" name="kcfg_QuickHFR">
0432           <property name="toolTip">
0433            <string>When computing the HFR, run it quickly by only looking at 25% of the image.</string>
0434           </property>
0435           <property name="text">
0436            <string>Quick HFR</string>
0437           </property>
0438           <property name="checked">
0439            <bool>true</bool>
0440           </property>
0441          </widget>
0442         </item>
0443         <item>
0444          <layout class="QHBoxLayout" name="horizontalLayout_2">
0445           <property name="spacing">
0446            <number>2</number>
0447           </property>
0448           <item>
0449            <widget class="QLabel" name="hfrSepLabel">
0450             <property name="toolTip">
0451              <string>Set the StellarSolver SEP profile for Capture-image HFR calculations.</string>
0452             </property>
0453             <property name="text">
0454              <string>HFR SEP profile:</string>
0455             </property>
0456            </widget>
0457           </item>
0458           <item>
0459            <widget class="QComboBox" name="HfrOptionsProfiles"/>
0460           </item>
0461           <item>
0462            <widget class="QPushButton" name="editHfrProfile">
0463             <property name="maximumSize">
0464              <size>
0465               <width>30</width>
0466               <height>16777215</height>
0467              </size>
0468             </property>
0469             <property name="text">
0470              <string/>
0471             </property>
0472            </widget>
0473           </item>
0474          </layout>
0475         </item>
0476         <item>
0477          <widget class="QCheckBox" name="kcfg_StellarSolverPartition">
0478           <property name="toolTip">
0479            <string>Enable StellarSolver partition. Partitions the image in multiple threads to speed up detecting stars. This may significantly speed up source extraction but may result in unstable operation.</string>
0480           </property>
0481           <property name="text">
0482            <string>StellarSolver partitioning</string>
0483           </property>
0484           <property name="checked">
0485            <bool>false</bool>
0486           </property>
0487          </widget>
0488         </item>
0489         <item>
0490          <spacer name="verticalSpacer">
0491           <property name="orientation">
0492            <enum>Qt::Vertical</enum>
0493           </property>
0494           <property name="sizeHint" stdset="0">
0495            <size>
0496             <width>0</width>
0497             <height>0</height>
0498            </size>
0499           </property>
0500          </spacer>
0501         </item>
0502        </layout>
0503       </widget>
0504      </item>
0505     </layout>
0506    </item>
0507    <item>
0508     <spacer name="verticalSpacer_2">
0509      <property name="orientation">
0510       <enum>Qt::Vertical</enum>
0511      </property>
0512      <property name="sizeHint" stdset="0">
0513       <size>
0514        <width>20</width>
0515        <height>3</height>
0516       </size>
0517      </property>
0518     </spacer>
0519    </item>
0520   </layout>
0521  </widget>
0522  <resources/>
0523  <connections/>
0524 </ui>