Commit 18ee6fb3 authored by Ian Humphrey's avatar Ian Humphrey
Browse files

JigsawDialog BOSS RHS now uses correct solve degree

parent b1887887
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -108,6 +108,7 @@ namespace Isis {
    m_ui->pointingComboBox->insertItems(0, pointingOptions);
    m_ui->pointingComboBox->setCurrentIndex(0);


    QStringList tableHeaders;
    tableHeaders << "coefficients" << "description" << "units" << "a priori sigma";
    m_ui->positionAprioriSigmaTable->setHorizontalHeaderLabels(tableHeaders);
@@ -1353,7 +1354,7 @@ namespace Isis {
    int currentIndex = m_ui->positionComboBox->currentIndex();
    QList<QSpinBox *> spkSpinBoxes{m_ui->spkDegreeSpinBox, m_ui->spkSolveDegreeSpinBox};
    for (auto &spinBox : spkSpinBoxes) {
      spinBox->setValue(currentIndex);
      spinBox->setValue(currentIndex - 1);
      if (arg1 == "ALL") {
        spinBox->setEnabled(true);
      }
@@ -1454,7 +1455,7 @@ namespace Isis {
    int currentIndex = m_ui->pointingComboBox->currentIndex();
    QList<QSpinBox *> ckSpinBoxes{m_ui->ckDegreeSpinBox, m_ui->ckSolveDegreeSpinBox};
    for (auto &spinBox : ckSpinBoxes) {
      spinBox->setValue(currentIndex);
      spinBox->setValue(currentIndex - 1);
      if (arg1 == "ALL") {
        spinBox->setReadOnly(false);
      }
+2 −2
Original line number Diff line number Diff line
@@ -1317,7 +1317,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string>
                 </sizepolicy>
                </property>
                <property name="minimum">
                 <number>0</number>
                 <number>-1</number>
                </property>
                <property name="value">
                 <number>1</number>
@@ -1502,7 +1502,7 @@ Valid Range: 1.0e-10 to 1.0e+10</string>
                 </sizepolicy>
                </property>
                <property name="minimum">
                 <number>0</number>
                 <number>-1</number>
                </property>
                <property name="value">
                 <number>2</number>