Commit 820e1d62 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Added function documentation and a history entry for updateBundleObservationSolveSettings.

parent 74ee278a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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)
    {

+4 −0
Original line number Diff line number Diff line
@@ -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 {