Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,16 @@ namespace Isis { return QString(m_ui->inputControlNetCombo->currentText()); } /** * @brief updateBundleObservationSolveSettings: This function sets the parameters of * a BundleObservationSolveSettings object by reading user settings from the BOSS * tab, as well as reading in the selected images on the BOSS QTreeView these * BOSS settings are to be applied to. * @param BundleObservationSolveSettings &boss The object which stores user-specified * settings from the BOSS tab. */ void JigsawSetupDialog::updateBundleObservationSolveSettings(BundleObservationSolveSettings &boss) { Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ namespace Isis { * createObservationSolveSettingsTreeView() function. References #497. * @history 2018-06-25 Ian Humphrey - Implemented the position and pointing a priori sigma * tables in the observation solve settings tab. References #497. * @history 2018-06-26 Tyler Wilson - Added the function * updateBundleObservationSolveSettings(BundleObservationSolveSettings &) * which grabs BOSS settings from the JSD BOSS tab for selected images * in the BOSS QTreeView and saves them in a BOSS object. */ class JigsawSetupDialog : public QDialog { Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.cpp +10 −0 Original line number Diff line number Diff line Loading @@ -785,6 +785,16 @@ namespace Isis { return QString(m_ui->inputControlNetCombo->currentText()); } /** * @brief updateBundleObservationSolveSettings: This function sets the parameters of * a BundleObservationSolveSettings object by reading user settings from the BOSS * tab, as well as reading in the selected images on the BOSS QTreeView these * BOSS settings are to be applied to. * @param BundleObservationSolveSettings &boss The object which stores user-specified * settings from the BOSS tab. */ void JigsawSetupDialog::updateBundleObservationSolveSettings(BundleObservationSolveSettings &boss) { Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +4 −0 Original line number Diff line number Diff line Loading @@ -73,6 +73,10 @@ namespace Isis { * createObservationSolveSettingsTreeView() function. References #497. * @history 2018-06-25 Ian Humphrey - Implemented the position and pointing a priori sigma * tables in the observation solve settings tab. References #497. * @history 2018-06-26 Tyler Wilson - Added the function * updateBundleObservationSolveSettings(BundleObservationSolveSettings &) * which grabs BOSS settings from the JSD BOSS tab for selected images * in the BOSS QTreeView and saves them in a BOSS object. */ class JigsawSetupDialog : public QDialog { Loading