Skip to content

Commit

Permalink
Added manual setting of all weights
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicDirkx committed Nov 8, 2023
1 parent 55e8428 commit ecf7834
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/tudat/astro/orbit_determination/podInputOutputTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@ class CovarianceAnalysisInput
return weightsMatrixDiagonals_;
}

void setWeightsMatrixDiagonals( const Eigen::VectorXd& weightsMatrixDiagonals )
{
weightsMatrixDiagonals_ = weightsMatrixDiagonals;
}
//! Function to return the boolean denoting whether the dynamics and variational equations are reintegrated on first iteration
/*!
* Function to return the boolean denoting whether the dynamics and variational equations are to be reintegrated on first
Expand Down

0 comments on commit ecf7834

Please sign in to comment.