You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use anise::almanac::planetary::PlanetaryDataError;
24
24
use anise::almanac::Almanac;
@@ -138,16 +138,20 @@ where
138
138
///
139
139
/// Examples include Solar Radiation Pressure, drag, etc., i.e. forces which do not need to save the current state, only act on it.
140
140
pubtraitForceModel:Send + Sync + fmt::Display{
141
+
/// If a parameter of this force model is stored in the spacecraft state, then this function should return the index where this parameter is being affected
142
+
fnestimation_index(&self) -> Option<usize>;
143
+
141
144
/// Defines the equations of motion for this force model from the provided osculating state.
0 commit comments