<string>Factor to use for downsampling the image before SEP for plate solving. Can speed it up. Note: This should ONLY be used for SEP used for solving, not for Sextraction</string>
<string>Factor to use for downsampling the image before SEP for plate solving. Can speed it up.</string>
</property>
<propertyname="minimum">
<number>1</number>
...
...
@@ -584,24 +577,21 @@
</property>
</widget>
</item>
<itemrow="0"column="0">
<widgetclass="QCheckBox"name="resort">
<propertyname="toolTip">
<string>Whether to resort the stars based on magnitude. NOTE: This is REQUIRED to be true for the filters above</string>
</property>
<itemrow="5"column="3">
<widgetclass="QLabel"name="label_9">
<propertyname="text">
<string>Resort</string>
<string>Search Radius</string>
</property>
</widget>
</item>
<itemrow="2"column="0">
<itemrow="4"column="0">
<widgetclass="QLabel"name="label_16">
<propertyname="text">
<string>DownSample</string>
</property>
</widget>
</item>
<itemrow="1"column="1">
<itemrow="3"column="2">
<widgetclass="QComboBox"name="multiAlgo">
<propertyname="toolTip">
<string>Algorithm for running multiple threads on possibly multiple cores to solve faster</string>
...
...
@@ -631,24 +621,37 @@
</item>
</widget>
</item>
<itemrow="1"column="0">
<widgetclass="QLabel"name="label_33">
<itemrow="4"column="4">
<widgetclass="QLineEdit"name="maxWidth">
<propertyname="toolTip">
<string>If no scale estimate is given, this is the limit on the maximum field width in degrees.</string>
</property>
<propertyname="text">
<string>Parallel Algorithm</string>
<string>180</string>
</property>
</widget>
</item>
<itemrow="3"column="1">
<widgetclass="QLineEdit"name="solverTimeLimit">
<itemrow="5"column="4">
<widgetclass="QLineEdit"name="radius">
<propertyname="toolTip">
<string>Give up solving after the specified number of seconds of CPU time</string>
<string>Only search in indexes within 'radius' of the field center given by RA and DEC</string>
</property>
<propertyname="text">
<string>600</string>
<string>15</string>
</property>
</widget>
</item>
<itemrow="1"column="3">
<itemrow="0"column="0">
<widgetclass="QCheckBox"name="resort">
<propertyname="toolTip">
<string>Whether to resort the stars based on magnitude. NOTE: This is REQUIRED to be true for the filters above</string>
</property>
<propertyname="text">
<string>Resort</string>
</property>
</widget>
</item>
<itemrow="3"column="4">
<widgetclass="QLineEdit"name="minWidth">
<propertyname="toolTip">
<string>If no scale estimate is given, this is the limit on the minimum field width in degrees.</string>
...
...
@@ -658,41 +661,51 @@
</property>
</widget>
</item>
<itemrow="2"column="2">
<widgetclass="QLabel"name="label_28">
<itemrow="3"column="3">
<widgetclass="QLabel"name="label_27">
<propertyname="text">
<string>Max Degree Width</string>
<string>Min Degree Width</string>
</property>
</widget>
</item>
<itemrow="2"column="3">
<widgetclass="QLineEdit"name="maxWidth">
<propertyname="toolTip">
<string>If no scale estimate is given, this is the limit on the maximum field width in degrees.</string>
<itemrow="3"column="0">
<widgetclass="QLabel"name="label_33">
<propertyname="text">
<string>Parallel Algorithm</string>
</property>
</widget>
</item>
<itemrow="4"column="3">
<widgetclass="QLabel"name="label_28">
<propertyname="text">
<string>180</string>
<string>Max Degree Width</string>
</property>
</widget>
</item>
<itemrow="3"column="2">
<widgetclass="QLabel"name="label_9">
<itemrow="5"column="2">
<widgetclass="QLineEdit"name="solverTimeLimit">
<propertyname="toolTip">
<string>Give up solving after the specified number of seconds of CPU time</string>
</property>
<propertyname="text">
<string>Search Radius</string>
<string>600</string>
</property>
</widget>
</item>
<itemrow="3"column="3">
<widgetclass="QLineEdit"name="radius">
<itemrow="0"column="2">
<widgetclass="QCheckBox"name="autoDownsample">
<propertyname="toolTip">
<string>Only search in indexes within 'radius' of the field center given by RA and DEC</string>
<string>Automatically Downsamples the image based on the image size</string>
</property>
<propertyname="text">
<string>15</string>
<string>Auto DownSample</string>
</property>
<propertyname="checked">
<bool>true</bool>
</property>
</widget>
</item>
<itemrow="0"column="1"colspan="3">
<itemrow="0"column="3"colspan="2">
<widgetclass="QCheckBox"name="inParallel">
<propertyname="toolTip">
<string>Check the indices in parallel by loading them simultaneously into memory? If the indices you are using take less than 2 GB of space, and you have at least as much physical memory as indices, you want this enabled.</string>