Loading isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +5 −6 Original line number Diff line number Diff line Loading @@ -77,16 +77,15 @@ namespace Isis { * 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. * @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any * invalid a priori sigma values whenever an a priori sigma values changes. * If any value is invalid, the OK and Apply Settings buttons are disabled * until all the a priori sigma values are valid again. References #497. * @history 2018-06-26 Tyler Wilson - Added support in * updateBundleObservationSolveSettings(BundleObservationSolveSettings &) * for the user to set an arbitrary number of position/pointing Apriori * Sigma values beyond position/velocity/acceleration. References #497. * @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any * invalid a priori sigma values whenever an a priori sigma values changes. * If any value is invalid, the OK and Apply Settings buttons are disabled * until all the a priori sigma values are valid again. References #497. */ class JigsawSetupDialog : public QDialog { Q_OBJECT Loading Loading
isis/src/qisis/objs/JigsawSetupDialog/JigsawSetupDialog.h +5 −6 Original line number Diff line number Diff line Loading @@ -77,16 +77,15 @@ namespace Isis { * 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. * @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any * invalid a priori sigma values whenever an a priori sigma values changes. * If any value is invalid, the OK and Apply Settings buttons are disabled * until all the a priori sigma values are valid again. References #497. * @history 2018-06-26 Tyler Wilson - Added support in * updateBundleObservationSolveSettings(BundleObservationSolveSettings &) * for the user to set an arbitrary number of position/pointing Apriori * Sigma values beyond position/velocity/acceleration. References #497. * @history 2018-06-27 Ian Humphrey - Added validateSigmaTables() that checks if there are any * invalid a priori sigma values whenever an a priori sigma values changes. * If any value is invalid, the OK and Apply Settings buttons are disabled * until all the a priori sigma values are valid again. References #497. */ class JigsawSetupDialog : public QDialog { Q_OBJECT Loading