std :: cout << COE (...);
+ Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE — Open Space Toolkit Astrodynamics Skip to content Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE class COE Classical Orbital Elements (COE )
https://en.wikipedia.org/wiki/Orbital_elements http://help.agi.com/stk/index.htm#stk/vehSat_coordType_classical.htm
Subclassed by ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean
Public Types
enum class Element Values:
enumerator SemiMajorAxis enumerator Eccentricity enumerator Inclination enumerator Raan enumerator Aop enumerator TrueAnomaly enumerator MeanAnomaly enumerator EccentricAnomaly enum class AnomalyType Values:
enumerator True enumerator Mean enumerator Eccentric typedef Pair < Position , Velocity > CartesianState Public Functions
COE ( const Length & aSemiMajorAxis , const Real & anEccentricity , const Angle & anInclination , const Angle & aRaan , const Angle & anAop , const Angle & aTrueAnomaly ) Constructor.
Parameters: aSemiMajorAxis -- A semi-major axis
anEccentricity -- An eccentricity
anInclination -- An inclination
aRaan -- A raan
anAop -- An aop
aTrueAnomaly -- A true anomaly
bool operator == ( const COE & aCOE ) const Equal to operator.
Parameters: aCOE -- A set of COE
Returns: True if COEs are equal
bool operator != ( const COE & aCOE ) const Not Equal to operator.
Parameters: aCOE -- A set of COE
Returns: True if COEs are not equal
bool isDefined ( ) const Check if COE is defined.
Returns: True if COE is defined
Length getSemiMajorAxis ( ) const Get Semi Major Axis.
Returns: Semi Major Axis
Real getEccentricity ( ) const Get Eccentricity.
Returns: Eccentricity
Angle getInclination ( ) const Get Inclination.
Returns: Inclination
Angle getRaan ( ) const Get Right ascenscion of the ascending node.
Returns: Right ascenscion of the ascending node
Angle getAop ( ) const Get Argument of periapsis.
Returns: Argument of periapsis
virtual Angle getTrueAnomaly ( ) const Get True anomaly.
Returns: True anomaly
virtual Angle getMeanAnomaly ( ) const Get Mean anomaly.
Returns: Mean anomaly
virtual Angle getEccentricAnomaly ( ) const Get Eccentric anomaly.
Returns: Eccentric anomaly
Length getPeriapsisRadius ( ) const Get Periapsis radius.
Returns: Periapsis radius
Length getApoapsisRadius ( ) const Get Apoapsis radius.
Returns: Apoapsis radius
Length getSemiLatusRectum ( ) const Get Semi-Latus Rectum.
Returns: Semi-Latus Rectum
Length getRadialDistance ( ) const Get Radial Distance.
Returns: Radiaul Distance
Derived getAngularMomentum ( const Derived & aGravitationalParameter ) const Get Angular Momentum.
Parameters: aGravitationalParameter -- A gravitational parameter
Returns: Angular Momentum
Derived getMeanMotion ( const Derived & aGravitationalParameter ) const Get Mean motion.
Parameters: aGravitationalParameter -- A gravitational parameter
Returns: Mean motion
Derived getNodalPrecessionRate ( const Derived & aGravitationalParameter , const Length & anEquatorialRadius , const Real & aJ2Parameter ) const Get Nodal precession rate.
Parameters: Returns: Nodal precession rate
Duration getOrbitalPeriod ( const Derived & aGravitationalParameter ) const Get Orbital period.
Parameters: aGravitationalParameter -- A gravitational parameter
Returns: Orbital period
COE :: CartesianState getCartesianState ( const Derived & aGravitationalParameter , const Shared < const Frame > & aFrameSPtr ) const Get Cartesian state.
Parameters: Returns: Cartesian state
Vector6d getSIVector ( const AnomalyType & anAnomalyType ) const Get vector of elements in SI units.
Parameters: anAnomalyType -- An anomaly type
Returns: Vector
void print ( std :: ostream & anOutputStream , bool displayDecorator = true ) const Print COE .
Parameters: Public Static Functions
static COE Undefined ( ) Construct an undefined COE .
COE coe = COE :: Undefined ();
+ Returns: Undefined coe
static COE Cartesian ( const COE :: CartesianState & aCartesianState , const Derived & aGravitationalParameter ) Construct a COE from a cartesian state.
Parameters: Returns: COE
static COE FromSIVector ( const Vector6d & aCOEVector , const AnomalyType & anAnomalyType ) Construct a COE from a vector.
Parameters: Returns: COE
static COE FrozenOrbit ( const Length & aSemiMajorAxis , const Shared < const Celestial > & aCelestialObjectSPtr , const Real & anEccentricity = Real :: Undefined ( ) , const Angle & anInclination = Angle :: Undefined ( ) , const Angle & aRaan = Angle :: Degrees ( 0.0 ) , const Angle & anAop = Angle :: Undefined ( ) , const Angle & aTrueAnomaly = Angle :: Degrees ( 0.0 ) ) Construct a frozen orbit from an incomplete set of COEs.
The critical angles for inclination are 63.4349 degrees and 116.5651 degrees. The critical angles for AoP are 90.0 degrees and 270.0 degrees.
At a minimum, a semi-major axis and shared pointer to a central celestial body with a defined J2 and J3 must be provided. In this case, the inclination and AoP are set to critical angles, and the eccentricity is derived from inclination. RAAN and true anomaly default to zero degrees.
Additionally, the following combinations of inputs are supported:
AoP (inclination set to critical value, eccentricity derived)
AoP and eccentricity (inclination derived)
AoP and inclination, but at least one of them must be a critical value (eccentricity derived)
Inclination (AoP set to critical value, eccentricity derived)
Eccentricity (AoP set to critical value, inclination derived)
Note that inclination and eccentricity cannot both be provided.
RAAN and True Anomaly may be provided alongside any of these arguments, and will be passed through to the resulting COE as they do not impact the frozen orbit condition.
Parameters: aSemiMajorAxis -- A semi-major axis
aCelestialObjectSPtr -- A shared pointer to a central celestial body
anEccentricity -- An eccentricity
anInclination -- An inclination
aRaan -- A raan
anAop -- An aop
aTrueAnomaly -- A true anomaly
Returns: COE
static COE FrozenOrbit ( const Length & aSemiMajorAxis , const Length & anEquatorialRadius , const Real & aJ2 , const Real & aJ3 , const Real & anEccentricity = Real :: Undefined ( ) , const Angle & anInclination = Angle :: Undefined ( ) , const Angle & aRaan = Angle :: Degrees ( 0.0 ) , const Angle & anAop = Angle :: Undefined ( ) , const Angle & aTrueAnomaly = Angle :: Degrees ( 0.0 ) ) Construct a frozen orbit from an incomplete set of COEs.
The critical angles for inclination are 63.4349 degrees and 116.5651 degrees. The critical angles for AoP are 90.0 degrees and 270.0 degrees.
At a minimum, a semi-major axis, equatorial radius, J2, and J3 must be provided. In this case, the inclination and AoP are set to critical angles, and the eccentricity is derived from inclination. RAAN and true anomaly default to zero degrees.
Additionally, the following combinations of inputs are supported:
AoP (inclination set to critical value, eccentricity derived)
AoP and eccentricity (inclination derived)
AoP and inclination, but at least one of them must be a critical value (eccentricity derived)
Inclination (AoP set to critical value, eccentricity derived)
Eccentricity (AoP set to critical value, inclination derived)
Note that inclination and eccentricity cannot both be provided.
RAAN and True Anomaly may be provided alongside any of these arguments, and will be passed through to the resulting COE as they do not impact the frozen orbit condition.
Parameters: aSemiMajorAxis -- A semi-major axis
anEquatorialRadius -- An equatorial radius
aJ2 -- A J2
aJ3 -- A J3
anEccentricity -- An eccentricity
anInclination -- An inclination
aRaan -- A raan
anAop -- An aop
aTrueAnomaly -- A true anomaly
Returns: COE
static Angle EccentricAnomalyFromTrueAnomaly ( const Angle & aTrueAnomaly , const Real & anEccentricity ) Convert True anomaly to Eccentric anomaly.
Parameters: Returns: Eccentric anomaly
static Angle TrueAnomalyFromEccentricAnomaly ( const Angle & anEccentricAnomaly , const Real & anEccentricity ) Convert Eccentric anomaly to True anomaly.
Parameters: Returns: True anomaly
static Angle MeanAnomalyFromEccentricAnomaly ( const Angle & anEccentricAnomaly , const Real & anEccentricity ) Convert Mean anomaly to Eccentric anomaly.
Parameters: Returns: Eccentric anomaly
static Angle EccentricAnomalyFromMeanAnomaly ( const Angle & aMeanAnomaly , const Real & anEccentricity , const Real & aTolerance ) Convert Eccentric anomaly to Mean anomaly.
Parameters: anEccentricAnomaly -- An eccentric anomaly
anEccentricity -- An eccentricity
aTolerance -- a tolerance
Returns: Mean anomaly
static Angle TrueAnomalyFromMeanAnomaly ( const Angle & aMeanAnomly , const Real & anEccentricity , const Real & aTolerance ) Convert Mean anomaly to True anomaly.
Parameters: aMeanAnomaly -- A mean anomaly
anEccentricity -- An eccentricity
aTolerance -- a tolerance
Returns: True anomaly
static Real ComputeSemiLatusRectum ( const Real & aSemiMajorAxis , const Real & anEccentricity ) Compute the semi-latus rectum of the orbit.
Parameters: Returns: Semi-latus rectum in meters.
static Real ComputeAngularMomentum ( const Real & aSemiMajorAxis , const Real & anEccentricity , const Derived & aGravitationalParameter ) Compute the angular momentum of the orbit.
Parameters: aSemiMajorAxis -- Semi-major axis of the orbit in meters.
anEccentricity -- Eccentricity of the orbit.
aGravitationalParameter -- Gravitational parameter.
Returns: Angular momentum.
static Real ComputeAngularMomentum ( const Real & aSemiLatusRectum , const Derived & aGravitationalParameter ) Compute the angular momentum of the orbit.
Parameters: Returns: Angular momentum.
static Real ComputeRadialDistance ( const Real & aSemiMajorAxis , const Real & anEccentricity , const Real & trueAnomaly ) Compute the radial distance at a given true anomaly.
Parameters: aSemiMajorAxis -- Semi-major axis of the orbit in meters.
anEccentricity -- Eccentricity of the orbit.
trueAnomaly -- True anomaly in radians.
Returns: Radial distance in meters.
static Time ComputeMeanLTAN ( const Angle & raan , const Instant & anInstant , const Sun & sun = Sun :: Default ( ) ) Compute Mean Local Time of the Ascending Node (MLTAN) from RAAN and instant.
Parameters: Returns: Mean Local Time of the Ascending Node (MLTAN) in hours
static Time ComputeLTAN ( const Angle & raan , const Instant & anInstant , const Sun & sun = Sun :: Default ( ) ) Compute Local Time of the Ascending Node (LTAN) from RAAN and instant.
Parameters: Returns: Local Time of the Ascending Node (LTAN) in hours
static String StringFromElement ( const COE :: Element & anElement ) Convert element to string.
Parameters: anElement -- An element
Returns: String representing the element
Friends
friend std :: ostream & operator << ( std :: ostream & anOutputStream , const COE & aCOE ) Output stream operator.
Parameters: Returns: A reference to output stream
\ No newline at end of file
diff --git a/_build/html/cpp_rst/classlist.html b/_build/html/cpp_rst/classlist.html
index 2cc3df5de..f9f5a24ff 100644
--- a/_build/html/cpp_rst/classlist.html
+++ b/_build/html/cpp_rst/classlist.html
@@ -1 +1 @@
- Class list — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file
+ Class list — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file
diff --git a/_build/html/genindex.html b/_build/html/genindex.html
index 2364d38a3..825513533 100644
--- a/_build/html/genindex.html
+++ b/_build/html/genindex.html
@@ -1 +1 @@
- Index — Open Space Toolkit Astrodynamics Skip to content Index _ A B C D E F G H I K L M N O object (CDM.Metadata property) object_designator (CDM.Metadata property) object_name (CDM.Metadata property) object_type (CDM.Metadata property) object_type_from_string() (CDM static method) observations_available (CDM.Data property) observations_used (CDM.Data property) operator_contact_position (CDM.Metadata property) operator_email (CDM.Metadata property) operator_organization (CDM.Metadata property) operator_phone (CDM.Metadata property) OPM (class in ostk.astrodynamics.trajectory.orbit.message.spacex) OPM.Deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex) OPM.Header (class in ostk.astrodynamics.trajectory.orbit.message.spacex) Orbit (class in ostk.astrodynamics.trajectory) Orbit.FrameType (class in ostk.astrodynamics.trajectory) orbit_center (CDM.Metadata property) OrbitModel (class in ostk.astrodynamics.trajectory.orbit) orientation_generator (Profile.CustomTarget property) orientation_profile (Profile.OrientationProfileTarget property) originator (CDM.Header property) ostk.astrodynamics ostk.astrodynamics.access ostk.astrodynamics.conjunction.message.ccsds ostk.astrodynamics.converters ostk.astrodynamics.dataframe ostk.astrodynamics.display ostk.astrodynamics.dynamics ostk.astrodynamics.event_condition ostk.astrodynamics.flight ostk.astrodynamics.flight.profile ostk.astrodynamics.flight.profile.model ostk.astrodynamics.flight.system ostk.astrodynamics.guidance_law ostk.astrodynamics.solver ostk.astrodynamics.trajectory ostk.astrodynamics.trajectory.orbit ostk.astrodynamics.trajectory.orbit.message.spacex ostk.astrodynamics.trajectory.orbit.model ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean ostk.astrodynamics.trajectory.orbit.model.kepler ostk.astrodynamics.trajectory.orbit.model.sgp4 ostk.astrodynamics.trajectory.state ostk.astrodynamics.trajectory.state.coordinate_subset ostk.astrodynamics.utilities ostk.astrodynamics.viewer ostk::astrodynamics::Access (C++ class) ostk::astrodynamics::Access::Access (C++ function) ostk::astrodynamics::access::Generator (C++ class) ostk::astrodynamics::access::Generator::AerMask (C++ function) ostk::astrodynamics::access::Generator::AerRanges (C++ function) ostk::astrodynamics::access::Generator::computeAccesses (C++ function) ostk::astrodynamics::access::Generator::Generator (C++ function) , [1] ostk::astrodynamics::access::Generator::getAccessFilter (C++ function) ostk::astrodynamics::access::Generator::getAerFilter (C++ function) ostk::astrodynamics::access::Generator::getConditionFunction (C++ function) ostk::astrodynamics::access::Generator::getStateFilter (C++ function) ostk::astrodynamics::access::Generator::getStep (C++ function) ostk::astrodynamics::access::Generator::getTolerance (C++ function) ostk::astrodynamics::access::Generator::isDefined (C++ function) ostk::astrodynamics::access::Generator::setAccessFilter (C++ function) ostk::astrodynamics::access::Generator::setAerFilter (C++ function) ostk::astrodynamics::access::Generator::setStateFilter (C++ function) ostk::astrodynamics::access::Generator::setStep (C++ function) ostk::astrodynamics::access::Generator::setTolerance (C++ function) ostk::astrodynamics::access::Generator::Undefined (C++ function) ostk::astrodynamics::access::GeneratorContext (C++ class) ostk::astrodynamics::access::GeneratorContext::CalculateAer (C++ function) ostk::astrodynamics::access::GeneratorContext::GeneratorContext (C++ function) ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates (C++ function) ostk::astrodynamics::access::GeneratorContext::GetStatesAt (C++ function) ostk::astrodynamics::access::GeneratorContext::isAccessActive (C++ function) ostk::astrodynamics::Access::getAcquisitionOfSignal (C++ function) ostk::astrodynamics::Access::getDuration (C++ function) ostk::astrodynamics::Access::getInterval (C++ function) ostk::astrodynamics::Access::getLossOfSignal (C++ function) ostk::astrodynamics::Access::getMaxElevation (C++ function) ostk::astrodynamics::Access::getTimeOfClosestApproach (C++ function) ostk::astrodynamics::Access::getType (C++ function) ostk::astrodynamics::Access::isComplete (C++ function) ostk::astrodynamics::Access::isDefined (C++ function) ostk::astrodynamics::Access::operator!= (C++ function) ostk::astrodynamics::Access::operator<< (C++ function) ostk::astrodynamics::Access::operator== (C++ function) ostk::astrodynamics::Access::StringFromType (C++ function) ostk::astrodynamics::Access::Type (C++ enum) ostk::astrodynamics::Access::Type::Complete (C++ enumerator) ostk::astrodynamics::Access::Type::Partial (C++ enumerator) ostk::astrodynamics::Access::Type::Undefined (C++ enumerator) ostk::astrodynamics::Access::Undefined (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM (C++ class) ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Load (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType (C++ enum) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<< (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::print (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined (C++ function) ostk::astrodynamics::Dynamics (C++ class) ostk::astrodynamics::dynamics::AtmosphericDrag (C++ class) ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag (C++ function) , [1] ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::operator<< (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::print (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity (C++ class) ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity (C++ function) , [1] ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::operator<< (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::print (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity (C++ function) ostk::astrodynamics::Dynamics::computeContribution (C++ function) ostk::astrodynamics::Dynamics::Context (C++ struct) ostk::astrodynamics::Dynamics::Context::Context (C++ function) ostk::astrodynamics::Dynamics::Context::dynamics (C++ member) ostk::astrodynamics::Dynamics::Context::readIndexes (C++ member) ostk::astrodynamics::Dynamics::Context::readStateSize (C++ member) ostk::astrodynamics::Dynamics::Context::writeIndexes (C++ member) ostk::astrodynamics::Dynamics::Dynamics (C++ function) ostk::astrodynamics::Dynamics::FromEnvironment (C++ function) ostk::astrodynamics::Dynamics::getName (C++ function) ostk::astrodynamics::Dynamics::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::Dynamics::GetSystemOfEquations (C++ function) ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::Dynamics::isDefined (C++ function) ostk::astrodynamics::Dynamics::operator<< (C++ function) ostk::astrodynamics::dynamics::PositionDerivative (C++ class) ostk::astrodynamics::dynamics::PositionDerivative::computeContribution (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::isDefined (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::operator<< (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::print (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative (C++ function) ostk::astrodynamics::Dynamics::print (C++ function) ostk::astrodynamics::dynamics::Tabulated (C++ class) ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile (C++ function) ostk::astrodynamics::dynamics::Tabulated::accessFrame (C++ function) ostk::astrodynamics::dynamics::Tabulated::accessInstants (C++ function) ostk::astrodynamics::dynamics::Tabulated::computeContribution (C++ function) ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr (C++ member) ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::getInterpolationType (C++ function) ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::isDefined (C++ function) ostk::astrodynamics::dynamics::Tabulated::operator<< (C++ function) ostk::astrodynamics::dynamics::Tabulated::print (C++ function) ostk::astrodynamics::dynamics::Tabulated::Tabulated (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity (C++ class) ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<< (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::print (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity (C++ function) , [1] ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity (C++ function) ostk::astrodynamics::dynamics::Thruster (C++ class) ostk::astrodynamics::dynamics::Thruster::computeContribution (C++ function) ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw (C++ function) ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem (C++ function) ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Thruster::isDefined (C++ function) ostk::astrodynamics::dynamics::Thruster::print (C++ function) ostk::astrodynamics::dynamics::Thruster::Thruster (C++ function) ostk::astrodynamics::dynamics::Thruster::~Thruster (C++ function) ostk::astrodynamics::Dynamics::~Dynamics (C++ function) ostk::astrodynamics::EventCondition (C++ class) ostk::astrodynamics::eventcondition::AngularCondition (C++ class) ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition (C++ function) , [1] ostk::astrodynamics::eventcondition::AngularCondition::clone (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::Criterion (C++ enum) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::getCriterion (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::print (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::WithinRange (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition (C++ class) ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::isInversed (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::print (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition (C++ function) ostk::astrodynamics::EventCondition::clone (C++ function) ostk::astrodynamics::eventcondition::COECondition (C++ class) ostk::astrodynamics::eventcondition::COECondition::Aop (C++ function) ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly (C++ function) ostk::astrodynamics::eventcondition::COECondition::Eccentricity (C++ function) ostk::astrodynamics::eventcondition::COECondition::Inclination (C++ function) ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly (C++ function) ostk::astrodynamics::eventcondition::COECondition::Raan (C++ function) ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis (C++ function) ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly (C++ function) ostk::astrodynamics::EventCondition::EventCondition (C++ function) , [1] ostk::astrodynamics::EventCondition::getEvaluator (C++ function) ostk::astrodynamics::EventCondition::getName (C++ function) ostk::astrodynamics::EventCondition::getTarget (C++ function) ostk::astrodynamics::eventcondition::InstantCondition (C++ class) ostk::astrodynamics::eventcondition::InstantCondition::getInstant (C++ function) ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition (C++ function) ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition (C++ function) ostk::astrodynamics::EventCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition (C++ class) ostk::astrodynamics::eventcondition::LogicalCondition::clone (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::getType (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::print (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::Type (C++ enum) ostk::astrodynamics::eventcondition::LogicalCondition::Type::And (C++ enumerator) ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or (C++ enumerator) ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition (C++ function) ostk::astrodynamics::EventCondition::operator<< (C++ function) ostk::astrodynamics::EventCondition::print (C++ function) ostk::astrodynamics::eventcondition::RealCondition (C++ class) ostk::astrodynamics::eventcondition::RealCondition::clone (C++ function) ostk::astrodynamics::eventcondition::RealCondition::Criterion (C++ enum) ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::DurationCondition (C++ function) ostk::astrodynamics::eventcondition::RealCondition::evaluate (C++ function) ostk::astrodynamics::eventcondition::RealCondition::getCriterion (C++ function) ostk::astrodynamics::eventcondition::RealCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::RealCondition::print (C++ function) ostk::astrodynamics::eventcondition::RealCondition::RealCondition (C++ function) , [1] ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion (C++ function) ostk::astrodynamics::eventcondition::RealCondition::~RealCondition (C++ function) ostk::astrodynamics::EventCondition::Target (C++ struct) ostk::astrodynamics::EventCondition::Target::isDefined (C++ function) ostk::astrodynamics::EventCondition::Target::operator!= (C++ function) ostk::astrodynamics::EventCondition::Target::operator== (C++ function) ostk::astrodynamics::EventCondition::Target::StringFromType (C++ function) ostk::astrodynamics::EventCondition::Target::Target (C++ function) , [1] , [2] ostk::astrodynamics::EventCondition::Target::Type (C++ enum) ostk::astrodynamics::EventCondition::Target::type (C++ member) ostk::astrodynamics::EventCondition::Target::Type::Absolute (C++ enumerator) ostk::astrodynamics::EventCondition::Target::Type::Relative (C++ enumerator) ostk::astrodynamics::EventCondition::Target::value (C++ member) ostk::astrodynamics::EventCondition::Target::valueOffset (C++ member) ostk::astrodynamics::EventCondition::updateTarget (C++ function) ostk::astrodynamics::EventCondition::~EventCondition (C++ function) ostk::astrodynamics::flight::Maneuver (C++ class) ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse (C++ function) ostk::astrodynamics::flight::Maneuver::calculateAverageThrust (C++ function) ostk::astrodynamics::flight::Maneuver::calculateDeltaMass (C++ function) ostk::astrodynamics::flight::Maneuver::calculateDeltaV (C++ function) ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile (C++ function) ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr (C++ member) ostk::astrodynamics::flight::Maneuver::getAccelerationProfile (C++ function) ostk::astrodynamics::flight::Maneuver::getInstants (C++ function) ostk::astrodynamics::flight::Maneuver::getInterval (C++ function) ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile (C++ function) ostk::astrodynamics::flight::Maneuver::isDefined (C++ function) ostk::astrodynamics::flight::Maneuver::Maneuver (C++ function) ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval (C++ member) ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration (C++ member) ostk::astrodynamics::flight::Maneuver::operator!= (C++ function) ostk::astrodynamics::flight::Maneuver::operator<< (C++ function) ostk::astrodynamics::flight::Maneuver::operator== (C++ function) ostk::astrodynamics::flight::Maneuver::print (C++ function) ostk::astrodynamics::flight::Maneuver::TabulatedDynamics (C++ function) ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics (C++ function) ostk::astrodynamics::flight::Profile (C++ class) ostk::astrodynamics::flight::Profile::accessModel (C++ function) ostk::astrodynamics::flight::Profile::AlignAndConstrain (C++ function) ostk::astrodynamics::flight::Profile::Axis (C++ enum) ostk::astrodynamics::flight::Profile::Axis::X (C++ enumerator) ostk::astrodynamics::flight::Profile::Axis::Y (C++ enumerator) ostk::astrodynamics::flight::Profile::Axis::Z (C++ enumerator) ostk::astrodynamics::flight::Profile::CustomPointing (C++ function) , [1] ostk::astrodynamics::flight::Profile::CustomTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator (C++ member) , [1] ostk::astrodynamics::flight::Profile::getAxesAt (C++ function) ostk::astrodynamics::flight::Profile::getBodyFrame (C++ function) ostk::astrodynamics::flight::Profile::getStateAt (C++ function) ostk::astrodynamics::flight::Profile::getStatesAt (C++ function) ostk::astrodynamics::flight::Profile::InertialPointing (C++ function) ostk::astrodynamics::flight::Profile::isDefined (C++ function) ostk::astrodynamics::flight::profile::Model (C++ class) ostk::astrodynamics::flight::profile::Model::as (C++ function) ostk::astrodynamics::flight::profile::Model::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::Model::calculateStatesAt (C++ function) ostk::astrodynamics::flight::profile::Model::clone (C++ function) ostk::astrodynamics::flight::profile::Model::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::Model::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::Model::is (C++ function) ostk::astrodynamics::flight::profile::Model::isDefined (C++ function) ostk::astrodynamics::flight::profile::Model::Model (C++ function) ostk::astrodynamics::flight::profile::Model::operator!= (C++ function) ostk::astrodynamics::flight::profile::Model::operator<< (C++ function) ostk::astrodynamics::flight::profile::Model::operator== (C++ function) ostk::astrodynamics::flight::profile::Model::print (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated (C++ class) ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::clone (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getInterval (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::Load (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator<< (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator== (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::print (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::flight::profile::model::Transform (C++ class) ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::model::Transform::clone (C++ function) ostk::astrodynamics::flight::profile::model::Transform::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::model::Transform::InertialPointing (C++ function) ostk::astrodynamics::flight::profile::model::Transform::isDefined (C++ function) ostk::astrodynamics::flight::profile::model::Transform::NadirPointing (C++ function) ostk::astrodynamics::flight::profile::model::Transform::operator<< (C++ function) ostk::astrodynamics::flight::profile::model::Transform::print (C++ function) ostk::astrodynamics::flight::profile::model::Transform::Transform (C++ function) ostk::astrodynamics::flight::profile::model::Transform::Undefined (C++ function) ostk::astrodynamics::flight::profile::Model::~Model (C++ function) ostk::astrodynamics::flight::Profile::NadirPointing (C++ function) ostk::astrodynamics::flight::Profile::operator<< (C++ function) ostk::astrodynamics::flight::Profile::operator= (C++ function) ostk::astrodynamics::flight::Profile::OrientationProfileTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt (C++ function) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile (C++ member) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::PointingMode (C++ enum) ostk::astrodynamics::flight::Profile::PointingMode::Custom (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Inertial (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Nadir (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Target (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Undefined (C++ enumerator) ostk::astrodynamics::flight::Profile::print (C++ function) ostk::astrodynamics::flight::Profile::Profile (C++ function) , [1] ostk::astrodynamics::flight::Profile::Target (C++ class) , [1] ostk::astrodynamics::flight::Profile::Target::antiDirection (C++ member) , [1] ostk::astrodynamics::flight::Profile::Target::axis (C++ member) , [1] ostk::astrodynamics::flight::Profile::Target::Target (C++ function) , [1] ostk::astrodynamics::flight::Profile::Target::type (C++ member) , [1] ostk::astrodynamics::flight::Profile::TargetType (C++ enum) ostk::astrodynamics::flight::Profile::TargetType::Custom (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::GeocentricNadir (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::GeodeticNadir (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Moon (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::OrbitalMomentum (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::OrientationProfile (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Sun (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Trajectory (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::VelocityECEF (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::VelocityECI (C++ enumerator) ostk::astrodynamics::flight::Profile::TrajectoryTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory (C++ member) , [1] ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::Undefined (C++ function) ostk::astrodynamics::flight::System (C++ class) ostk::astrodynamics::flight::System::clone (C++ function) ostk::astrodynamics::flight::System::getGeometry (C++ function) ostk::astrodynamics::flight::System::getMass (C++ function) ostk::astrodynamics::flight::System::isDefined (C++ function) ostk::astrodynamics::flight::System::operator!= (C++ function) ostk::astrodynamics::flight::System::operator<< (C++ function) ostk::astrodynamics::flight::System::operator== (C++ function) ostk::astrodynamics::flight::System::print (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem (C++ class) ostk::astrodynamics::flight::system::PropulsionSystem::Default (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getThrust (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::isDefined (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator!= (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator<< (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator== (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::print (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::Undefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem (C++ class) ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::clone (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::Default (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::isDefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator!= (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator<< (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator== (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::print (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::Undefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder (C++ class) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<< (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder (C++ function) ostk::astrodynamics::flight::System::System (C++ function) ostk::astrodynamics::flight::System::Undefined (C++ function) ostk::astrodynamics::flight::System::~System (C++ function) ostk::astrodynamics::GuidanceLaw (C++ class) ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust (C++ class) ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::operator<< (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::print (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust (C++ function) ostk::astrodynamics::GuidanceLaw::getName (C++ function) ostk::astrodynamics::GuidanceLaw::GuidanceLaw (C++ function) ostk::astrodynamics::GuidanceLaw::operator<< (C++ function) ostk::astrodynamics::GuidanceLaw::print (C++ function) ostk::astrodynamics::guidancelaw::QLaw (C++ class) ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF (C++ function) ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeQ (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getParameters (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE (C++ function) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy (C++ enum) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical (C++ enumerator) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference (C++ enumerator) ostk::astrodynamics::guidancelaw::QLaw::operator<< (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters (C++ struct) ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::b (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::k (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::m (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::n (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::r (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold (C++ member) ostk::astrodynamics::guidancelaw::QLaw::print (C++ function) ostk::astrodynamics::guidancelaw::QLaw::QLaw (C++ function) ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF (C++ function) ostk::astrodynamics::guidancelaw::QLaw::~QLaw (C++ function) ostk::astrodynamics::GuidanceLaw::~GuidanceLaw (C++ function) ostk::astrodynamics::RootSolver (C++ class) ostk::astrodynamics::RootSolver::bisection (C++ function) ostk::astrodynamics::RootSolver::bracketAndSolve (C++ function) ostk::astrodynamics::RootSolver::Default (C++ function) ostk::astrodynamics::RootSolver::getMaximumIterationCount (C++ function) ostk::astrodynamics::RootSolver::getTolerance (C++ function) ostk::astrodynamics::RootSolver::operator<< (C++ function) ostk::astrodynamics::RootSolver::print (C++ function) ostk::astrodynamics::RootSolver::RootSolver (C++ function) ostk::astrodynamics::RootSolver::Solution (C++ struct) ostk::astrodynamics::RootSolver::Solution::hasConverged (C++ member) ostk::astrodynamics::RootSolver::Solution::iterationCount (C++ member) ostk::astrodynamics::RootSolver::Solution::root (C++ member) ostk::astrodynamics::RootSolver::solve (C++ function) ostk::astrodynamics::RootSolver::~RootSolver (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver (C++ class) ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian (C++ function) , [1] ostk::astrodynamics::solver::FiniteDifferenceSolver::Default (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getType (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<< (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::print (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type (C++ enum) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward (C++ enumerator) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central (C++ enumerator) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward (C++ enumerator) ostk::astrodynamics::solver::TemporalConditionSolver (C++ class) ostk::astrodynamics::solver::TemporalConditionSolver::Condition (C++ type) ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::solve (C++ function) , [1] ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver (C++ function) ostk::astrodynamics::Trajectory (C++ class) ostk::astrodynamics::Trajectory::accessModel (C++ function) ostk::astrodynamics::Trajectory::getStateAt (C++ function) ostk::astrodynamics::Trajectory::getStatesAt (C++ function) ostk::astrodynamics::Trajectory::GroundStrip (C++ function) , [1] ostk::astrodynamics::Trajectory::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!= (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<< (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator== (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct (C++ function) , [1] ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TransformGenerator (C++ type) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type (C++ enum) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Custom (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider (C++ function) ostk::astrodynamics::trajectory::Model (C++ class) ostk::astrodynamics::trajectory::Model::as (C++ function) ostk::astrodynamics::trajectory::Model::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::Model::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Model::clone (C++ function) ostk::astrodynamics::trajectory::Model::is (C++ function) ostk::astrodynamics::trajectory::Model::isDefined (C++ function) ostk::astrodynamics::trajectory::Model::Model (C++ function) ostk::astrodynamics::trajectory::Model::operator!= (C++ function) ostk::astrodynamics::trajectory::Model::operator<< (C++ function) ostk::astrodynamics::trajectory::Model::operator== (C++ function) ostk::astrodynamics::trajectory::Model::print (C++ function) ostk::astrodynamics::trajectory::model::Static (C++ class) ostk::astrodynamics::trajectory::model::Static::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::model::Static::clone (C++ function) ostk::astrodynamics::trajectory::model::Static::isDefined (C++ function) ostk::astrodynamics::trajectory::model::Static::operator!= (C++ function) ostk::astrodynamics::trajectory::model::Static::operator<< (C++ function) ostk::astrodynamics::trajectory::model::Static::operator== (C++ function) ostk::astrodynamics::trajectory::model::Static::print (C++ function) ostk::astrodynamics::trajectory::model::Static::Static (C++ function) ostk::astrodynamics::trajectory::model::Tabulated (C++ class) ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::clone (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getFirstState (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getInterval (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getLastState (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::Load (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator<< (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator== (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::print (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::trajectory::Model::~Model (C++ function) ostk::astrodynamics::Trajectory::operator!= (C++ function) ostk::astrodynamics::Trajectory::operator<< (C++ function) ostk::astrodynamics::Trajectory::operator= (C++ function) ostk::astrodynamics::Trajectory::operator== (C++ function) ostk::astrodynamics::trajectory::Orbit (C++ class) ostk::astrodynamics::trajectory::Orbit::Circular (C++ function) ostk::astrodynamics::trajectory::Orbit::CircularEquatorial (C++ function) ostk::astrodynamics::trajectory::Orbit::ComputePasses (C++ function) ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel (C++ function) ostk::astrodynamics::trajectory::Orbit::ConstPassIterator (C++ type) ostk::astrodynamics::trajectory::Orbit::Equatorial (C++ function) ostk::astrodynamics::trajectory::Orbit::FrameType (C++ enum) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::NED (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::QSW (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::TNW (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::VNC (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::GeoSynchronous (C++ function) ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassAt (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber (C++ function) ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::Orbit::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM (C++ class) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment (C++ struct) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header (C++ struct) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::Model (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::Model::clone (C++ function) ostk::astrodynamics::trajectory::orbit::Model::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::Model::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler (C++ class) ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE (C++ class) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType (C++ enum) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState (C++ type) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element (C++ enum) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType (C++ enum) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2 (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4 (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType (C++ function) ostk::astrodynamics::trajectory::orbit::Model::Model (C++ function) ostk::astrodynamics::trajectory::orbit::Model::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated (C++ class) ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4 (C++ class) ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl (C++ class) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl (C++ function) , [1] , [2] , [3] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator= (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator= (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4 (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE (C++ class) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated (C++ class) ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::trajectory::orbit::Model::~Model (C++ function) ostk::astrodynamics::trajectory::Orbit::operator!= (C++ function) ostk::astrodynamics::trajectory::Orbit::operator= (C++ function) ostk::astrodynamics::trajectory::Orbit::operator== (C++ function) ostk::astrodynamics::trajectory::Orbit::Orbit (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::orbit::Pass (C++ class) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getDuration (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getEndInstant (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getInterval (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getStartInstant (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getType (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::isComplete (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Pass (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Phase (C++ enum) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::print (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::StringFromType (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Type (C++ enum) ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Undefined (C++ function) ostk::astrodynamics::trajectory::Orbit::print (C++ function) ostk::astrodynamics::trajectory::Orbit::StringFromFrameType (C++ function) ostk::astrodynamics::trajectory::Orbit::SunSynchronous (C++ function) ostk::astrodynamics::trajectory::Orbit::Undefined (C++ function) ostk::astrodynamics::trajectory::Orbit::~Orbit (C++ function) ostk::astrodynamics::Trajectory::Position (C++ function) ostk::astrodynamics::Trajectory::print (C++ function) ostk::astrodynamics::trajectory::Propagator (C++ class) ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Propagator::addDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::addManeuver (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition (C++ function) ostk::astrodynamics::trajectory::Propagator::clearDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::Default (C++ function) , [1] ostk::astrodynamics::trajectory::Propagator::FromEnvironment (C++ function) ostk::astrodynamics::trajectory::Propagator::getDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates (C++ function) ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr (C++ member) ostk::astrodynamics::trajectory::Propagator::isDefined (C++ function) ostk::astrodynamics::trajectory::Propagator::operator!= (C++ function) ostk::astrodynamics::trajectory::Propagator::operator<< (C++ function) ostk::astrodynamics::trajectory::Propagator::operator= (C++ function) ostk::astrodynamics::trajectory::Propagator::operator== (C++ function) ostk::astrodynamics::trajectory::Propagator::print (C++ function) ostk::astrodynamics::trajectory::Propagator::Propagator (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::Propagator::setDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::Undefined (C++ function) ostk::astrodynamics::trajectory::Segment (C++ class) ostk::astrodynamics::trajectory::Segment::accessDynamics (C++ function) ostk::astrodynamics::trajectory::Segment::accessEventCondition (C++ function) ostk::astrodynamics::trajectory::Segment::accessNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Segment::Coast (C++ function) ostk::astrodynamics::trajectory::Segment::getDynamics (C++ function) ostk::astrodynamics::trajectory::Segment::getEventCondition (C++ function) ostk::astrodynamics::trajectory::Segment::getName (C++ function) ostk::astrodynamics::trajectory::Segment::getNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Segment::getType (C++ function) ostk::astrodynamics::trajectory::Segment::Maneuver (C++ function) ostk::astrodynamics::trajectory::Segment::operator<< (C++ function) ostk::astrodynamics::trajectory::Segment::print (C++ function) ostk::astrodynamics::trajectory::Segment::Solution (C++ struct) ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::dynamics (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getInterval (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::name (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::operator<< (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::print (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::segmentType (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::Solution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::states (C++ member) ostk::astrodynamics::trajectory::Segment::solve (C++ function) ostk::astrodynamics::trajectory::Segment::Type (C++ enum) ostk::astrodynamics::trajectory::Segment::Type::Coast (C++ enumerator) ostk::astrodynamics::trajectory::Segment::Type::Maneuver (C++ enumerator) ostk::astrodynamics::trajectory::Sequence (C++ class) ostk::astrodynamics::trajectory::Sequence::addCoastSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addManeuverSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addSegments (C++ function) ostk::astrodynamics::trajectory::Sequence::getDynamics (C++ function) ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Sequence::getNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Sequence::getSegments (C++ function) ostk::astrodynamics::trajectory::Sequence::operator<< (C++ function) ostk::astrodynamics::trajectory::Sequence::print (C++ function) ostk::astrodynamics::trajectory::Sequence::Sequence (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution (C++ struct) ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete (C++ member) ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getInterval (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getStates (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::operator<< (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::print (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions (C++ member) ostk::astrodynamics::trajectory::Sequence::Solution::Solution (C++ function) ostk::astrodynamics::trajectory::Sequence::solve (C++ function) ostk::astrodynamics::trajectory::Sequence::solveToCondition (C++ function) ostk::astrodynamics::trajectory::State (C++ class) ostk::astrodynamics::trajectory::State::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::State::accessCoordinates (C++ function) ostk::astrodynamics::trajectory::State::accessFrame (C++ function) ostk::astrodynamics::trajectory::State::accessInstant (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker (C++ class) ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker (C++ function) , [1] ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate (C++ function) , [1] ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!= (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::operator== (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset (C++ class) ostk::astrodynamics::trajectory::state::CoordinateSubset::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::~CartesianVelocity (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getId (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getName (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::hash (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!= (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::operator== (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea (C++ function) ostk::astrodynamics::trajectory::State::extractCoordinate (C++ function) ostk::astrodynamics::trajectory::State::extractCoordinates (C++ function) ostk::astrodynamics::trajectory::State::getAngularVelocity (C++ function) ostk::astrodynamics::trajectory::State::getAttitude (C++ function) ostk::astrodynamics::trajectory::State::getCoordinates (C++ function) ostk::astrodynamics::trajectory::State::getCoordinateSubsets (C++ function) ostk::astrodynamics::trajectory::State::getFrame (C++ function) ostk::astrodynamics::trajectory::State::getInstant (C++ function) ostk::astrodynamics::trajectory::State::getPosition (C++ function) ostk::astrodynamics::trajectory::State::getSize (C++ function) ostk::astrodynamics::trajectory::State::getVelocity (C++ function) ostk::astrodynamics::trajectory::State::hasSubset (C++ function) ostk::astrodynamics::trajectory::State::inFrame (C++ function) ostk::astrodynamics::trajectory::State::isDefined (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver (C++ class) ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution (C++ struct) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::Default (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration (C++ function) , [1] ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime (C++ function) , [1] , [2] , [3] , [4] ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined (C++ function) ostk::astrodynamics::trajectory::State::operator!= (C++ function) ostk::astrodynamics::trajectory::State::operator+ (C++ function) ostk::astrodynamics::trajectory::State::operator- (C++ function) ostk::astrodynamics::trajectory::State::operator<< (C++ function) ostk::astrodynamics::trajectory::State::operator= (C++ function) ostk::astrodynamics::trajectory::State::operator== (C++ function) ostk::astrodynamics::trajectory::State::print (C++ function) ostk::astrodynamics::trajectory::State::State (C++ function) , [1] , [2] , [3] , [4] ostk::astrodynamics::trajectory::State::Undefined (C++ function) ostk::astrodynamics::trajectory::StateBuilder (C++ class) ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::StateBuilder::accessFrame (C++ function) ostk::astrodynamics::trajectory::StateBuilder::build (C++ function) ostk::astrodynamics::trajectory::StateBuilder::expand (C++ function) ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets (C++ function) ostk::astrodynamics::trajectory::StateBuilder::getFrame (C++ function) ostk::astrodynamics::trajectory::StateBuilder::isDefined (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator!= (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator+ (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator- (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator<< (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator== (C++ function) ostk::astrodynamics::trajectory::StateBuilder::print (C++ function) ostk::astrodynamics::trajectory::StateBuilder::reduce (C++ function) ostk::astrodynamics::trajectory::StateBuilder::StateBuilder (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::StateBuilder::Undefined (C++ function) ostk::astrodynamics::Trajectory::Trajectory (C++ function) , [1] , [2] ostk::astrodynamics::Trajectory::Undefined (C++ function)
P Q R S T U V W
\ No newline at end of file
+ Index — Open Space Toolkit Astrodynamics Skip to content Index _ A B C D E F G H I K L M N O object (CDM.Metadata property) object_designator (CDM.Metadata property) object_name (CDM.Metadata property) object_type (CDM.Metadata property) object_type_from_string() (CDM static method) observations_available (CDM.Data property) observations_used (CDM.Data property) operator_contact_position (CDM.Metadata property) operator_email (CDM.Metadata property) operator_organization (CDM.Metadata property) operator_phone (CDM.Metadata property) OPM (class in ostk.astrodynamics.trajectory.orbit.message.spacex) OPM.Deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex) OPM.Header (class in ostk.astrodynamics.trajectory.orbit.message.spacex) Orbit (class in ostk.astrodynamics.trajectory) Orbit.FrameType (class in ostk.astrodynamics.trajectory) orbit_center (CDM.Metadata property) OrbitModel (class in ostk.astrodynamics.trajectory.orbit) orientation_generator (Profile.CustomTarget property) orientation_profile (Profile.OrientationProfileTarget property) originator (CDM.Header property) ostk.astrodynamics ostk.astrodynamics.access ostk.astrodynamics.conjunction.message.ccsds ostk.astrodynamics.converters ostk.astrodynamics.dataframe ostk.astrodynamics.display ostk.astrodynamics.dynamics ostk.astrodynamics.event_condition ostk.astrodynamics.flight ostk.astrodynamics.flight.profile ostk.astrodynamics.flight.profile.model ostk.astrodynamics.flight.system ostk.astrodynamics.guidance_law ostk.astrodynamics.solver ostk.astrodynamics.trajectory ostk.astrodynamics.trajectory.orbit ostk.astrodynamics.trajectory.orbit.message.spacex ostk.astrodynamics.trajectory.orbit.model ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean ostk.astrodynamics.trajectory.orbit.model.kepler ostk.astrodynamics.trajectory.orbit.model.sgp4 ostk.astrodynamics.trajectory.state ostk.astrodynamics.trajectory.state.coordinate_subset ostk.astrodynamics.utilities ostk.astrodynamics.viewer ostk::astrodynamics::Access (C++ class) ostk::astrodynamics::Access::Access (C++ function) ostk::astrodynamics::access::Generator (C++ class) ostk::astrodynamics::access::Generator::AerMask (C++ function) ostk::astrodynamics::access::Generator::AerRanges (C++ function) ostk::astrodynamics::access::Generator::computeAccesses (C++ function) ostk::astrodynamics::access::Generator::Generator (C++ function) , [1] ostk::astrodynamics::access::Generator::getAccessFilter (C++ function) ostk::astrodynamics::access::Generator::getAerFilter (C++ function) ostk::astrodynamics::access::Generator::getConditionFunction (C++ function) ostk::astrodynamics::access::Generator::getStateFilter (C++ function) ostk::astrodynamics::access::Generator::getStep (C++ function) ostk::astrodynamics::access::Generator::getTolerance (C++ function) ostk::astrodynamics::access::Generator::isDefined (C++ function) ostk::astrodynamics::access::Generator::setAccessFilter (C++ function) ostk::astrodynamics::access::Generator::setAerFilter (C++ function) ostk::astrodynamics::access::Generator::setStateFilter (C++ function) ostk::astrodynamics::access::Generator::setStep (C++ function) ostk::astrodynamics::access::Generator::setTolerance (C++ function) ostk::astrodynamics::access::Generator::Undefined (C++ function) ostk::astrodynamics::access::GeneratorContext (C++ class) ostk::astrodynamics::access::GeneratorContext::CalculateAer (C++ function) ostk::astrodynamics::access::GeneratorContext::GeneratorContext (C++ function) ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates (C++ function) ostk::astrodynamics::access::GeneratorContext::GetStatesAt (C++ function) ostk::astrodynamics::access::GeneratorContext::isAccessActive (C++ function) ostk::astrodynamics::Access::getAcquisitionOfSignal (C++ function) ostk::astrodynamics::Access::getDuration (C++ function) ostk::astrodynamics::Access::getInterval (C++ function) ostk::astrodynamics::Access::getLossOfSignal (C++ function) ostk::astrodynamics::Access::getMaxElevation (C++ function) ostk::astrodynamics::Access::getTimeOfClosestApproach (C++ function) ostk::astrodynamics::Access::getType (C++ function) ostk::astrodynamics::Access::isComplete (C++ function) ostk::astrodynamics::Access::isDefined (C++ function) ostk::astrodynamics::Access::operator!= (C++ function) ostk::astrodynamics::Access::operator<< (C++ function) ostk::astrodynamics::Access::operator== (C++ function) ostk::astrodynamics::Access::StringFromType (C++ function) ostk::astrodynamics::Access::Type (C++ enum) ostk::astrodynamics::Access::Type::Complete (C++ enumerator) ostk::astrodynamics::Access::Type::Partial (C++ enumerator) ostk::astrodynamics::Access::Type::Undefined (C++ enumerator) ostk::astrodynamics::Access::Undefined (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM (C++ class) ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Load (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType (C++ enum) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown (C++ enumerator) ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<< (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::print (C++ function) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata (C++ struct) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA (C++ member) ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined (C++ function) ostk::astrodynamics::Dynamics (C++ class) ostk::astrodynamics::dynamics::AtmosphericDrag (C++ class) ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag (C++ function) , [1] ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::operator<< (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::print (C++ function) ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity (C++ class) ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity (C++ function) , [1] ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::operator<< (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::print (C++ function) ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity (C++ function) ostk::astrodynamics::Dynamics::computeContribution (C++ function) ostk::astrodynamics::Dynamics::Context (C++ struct) ostk::astrodynamics::Dynamics::Context::Context (C++ function) ostk::astrodynamics::Dynamics::Context::dynamics (C++ member) ostk::astrodynamics::Dynamics::Context::readIndexes (C++ member) ostk::astrodynamics::Dynamics::Context::readStateSize (C++ member) ostk::astrodynamics::Dynamics::Context::writeIndexes (C++ member) ostk::astrodynamics::Dynamics::Dynamics (C++ function) ostk::astrodynamics::Dynamics::FromEnvironment (C++ function) ostk::astrodynamics::Dynamics::getName (C++ function) ostk::astrodynamics::Dynamics::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::Dynamics::GetSystemOfEquations (C++ function) ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::Dynamics::isDefined (C++ function) ostk::astrodynamics::Dynamics::operator<< (C++ function) ostk::astrodynamics::dynamics::PositionDerivative (C++ class) ostk::astrodynamics::dynamics::PositionDerivative::computeContribution (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::isDefined (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::operator<< (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::print (C++ function) ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative (C++ function) ostk::astrodynamics::Dynamics::print (C++ function) ostk::astrodynamics::dynamics::Tabulated (C++ class) ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile (C++ function) ostk::astrodynamics::dynamics::Tabulated::accessFrame (C++ function) ostk::astrodynamics::dynamics::Tabulated::accessInstants (C++ function) ostk::astrodynamics::dynamics::Tabulated::computeContribution (C++ function) ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr (C++ member) ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::getInterpolationType (C++ function) ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Tabulated::isDefined (C++ function) ostk::astrodynamics::dynamics::Tabulated::operator<< (C++ function) ostk::astrodynamics::dynamics::Tabulated::print (C++ function) ostk::astrodynamics::dynamics::Tabulated::Tabulated (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity (C++ class) ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<< (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::print (C++ function) ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity (C++ function) , [1] ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity (C++ function) ostk::astrodynamics::dynamics::Thruster (C++ class) ostk::astrodynamics::dynamics::Thruster::computeContribution (C++ function) ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw (C++ function) ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem (C++ function) ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets (C++ function) ostk::astrodynamics::dynamics::Thruster::isDefined (C++ function) ostk::astrodynamics::dynamics::Thruster::print (C++ function) ostk::astrodynamics::dynamics::Thruster::Thruster (C++ function) ostk::astrodynamics::dynamics::Thruster::~Thruster (C++ function) ostk::astrodynamics::Dynamics::~Dynamics (C++ function) ostk::astrodynamics::EventCondition (C++ class) ostk::astrodynamics::eventcondition::AngularCondition (C++ class) ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition (C++ function) , [1] ostk::astrodynamics::eventcondition::AngularCondition::clone (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::Criterion (C++ enum) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange (C++ enumerator) ostk::astrodynamics::eventcondition::AngularCondition::getCriterion (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::print (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::WithinRange (C++ function) ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition (C++ class) ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::isInversed (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::print (C++ function) ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition (C++ function) ostk::astrodynamics::EventCondition::clone (C++ function) ostk::astrodynamics::eventcondition::COECondition (C++ class) ostk::astrodynamics::eventcondition::COECondition::Aop (C++ function) ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly (C++ function) ostk::astrodynamics::eventcondition::COECondition::Eccentricity (C++ function) ostk::astrodynamics::eventcondition::COECondition::Inclination (C++ function) ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly (C++ function) ostk::astrodynamics::eventcondition::COECondition::Raan (C++ function) ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis (C++ function) ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly (C++ function) ostk::astrodynamics::EventCondition::EventCondition (C++ function) , [1] ostk::astrodynamics::EventCondition::getEvaluator (C++ function) ostk::astrodynamics::EventCondition::getName (C++ function) ostk::astrodynamics::EventCondition::getTarget (C++ function) ostk::astrodynamics::eventcondition::InstantCondition (C++ class) ostk::astrodynamics::eventcondition::InstantCondition::getInstant (C++ function) ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition (C++ function) ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition (C++ function) ostk::astrodynamics::EventCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition (C++ class) ostk::astrodynamics::eventcondition::LogicalCondition::clone (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::getType (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::print (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::Type (C++ enum) ostk::astrodynamics::eventcondition::LogicalCondition::Type::And (C++ enumerator) ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or (C++ enumerator) ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget (C++ function) ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition (C++ function) ostk::astrodynamics::EventCondition::operator<< (C++ function) ostk::astrodynamics::EventCondition::print (C++ function) ostk::astrodynamics::eventcondition::RealCondition (C++ class) ostk::astrodynamics::eventcondition::RealCondition::clone (C++ function) ostk::astrodynamics::eventcondition::RealCondition::Criterion (C++ enum) ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive (C++ enumerator) ostk::astrodynamics::eventcondition::RealCondition::DurationCondition (C++ function) ostk::astrodynamics::eventcondition::RealCondition::evaluate (C++ function) ostk::astrodynamics::eventcondition::RealCondition::getCriterion (C++ function) ostk::astrodynamics::eventcondition::RealCondition::isSatisfied (C++ function) ostk::astrodynamics::eventcondition::RealCondition::print (C++ function) ostk::astrodynamics::eventcondition::RealCondition::RealCondition (C++ function) , [1] ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion (C++ function) ostk::astrodynamics::eventcondition::RealCondition::~RealCondition (C++ function) ostk::astrodynamics::EventCondition::Target (C++ struct) ostk::astrodynamics::EventCondition::Target::isDefined (C++ function) ostk::astrodynamics::EventCondition::Target::operator!= (C++ function) ostk::astrodynamics::EventCondition::Target::operator== (C++ function) ostk::astrodynamics::EventCondition::Target::StringFromType (C++ function) ostk::astrodynamics::EventCondition::Target::Target (C++ function) , [1] , [2] ostk::astrodynamics::EventCondition::Target::Type (C++ enum) ostk::astrodynamics::EventCondition::Target::type (C++ member) ostk::astrodynamics::EventCondition::Target::Type::Absolute (C++ enumerator) ostk::astrodynamics::EventCondition::Target::Type::Relative (C++ enumerator) ostk::astrodynamics::EventCondition::Target::value (C++ member) ostk::astrodynamics::EventCondition::Target::valueOffset (C++ member) ostk::astrodynamics::EventCondition::updateTarget (C++ function) ostk::astrodynamics::EventCondition::~EventCondition (C++ function) ostk::astrodynamics::flight::Maneuver (C++ class) ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse (C++ function) ostk::astrodynamics::flight::Maneuver::calculateAverageThrust (C++ function) ostk::astrodynamics::flight::Maneuver::calculateDeltaMass (C++ function) ostk::astrodynamics::flight::Maneuver::calculateDeltaV (C++ function) ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile (C++ function) ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr (C++ member) ostk::astrodynamics::flight::Maneuver::getAccelerationProfile (C++ function) ostk::astrodynamics::flight::Maneuver::getInstants (C++ function) ostk::astrodynamics::flight::Maneuver::getInterval (C++ function) ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile (C++ function) ostk::astrodynamics::flight::Maneuver::isDefined (C++ function) ostk::astrodynamics::flight::Maneuver::Maneuver (C++ function) ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval (C++ member) ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration (C++ member) ostk::astrodynamics::flight::Maneuver::operator!= (C++ function) ostk::astrodynamics::flight::Maneuver::operator<< (C++ function) ostk::astrodynamics::flight::Maneuver::operator== (C++ function) ostk::astrodynamics::flight::Maneuver::print (C++ function) ostk::astrodynamics::flight::Maneuver::TabulatedDynamics (C++ function) ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics (C++ function) ostk::astrodynamics::flight::Profile (C++ class) ostk::astrodynamics::flight::Profile::accessModel (C++ function) ostk::astrodynamics::flight::Profile::AlignAndConstrain (C++ function) ostk::astrodynamics::flight::Profile::Axis (C++ enum) ostk::astrodynamics::flight::Profile::Axis::X (C++ enumerator) ostk::astrodynamics::flight::Profile::Axis::Y (C++ enumerator) ostk::astrodynamics::flight::Profile::Axis::Z (C++ enumerator) ostk::astrodynamics::flight::Profile::CustomPointing (C++ function) , [1] ostk::astrodynamics::flight::Profile::CustomTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator (C++ member) , [1] ostk::astrodynamics::flight::Profile::getAxesAt (C++ function) ostk::astrodynamics::flight::Profile::getBodyFrame (C++ function) ostk::astrodynamics::flight::Profile::getStateAt (C++ function) ostk::astrodynamics::flight::Profile::getStatesAt (C++ function) ostk::astrodynamics::flight::Profile::InertialPointing (C++ function) ostk::astrodynamics::flight::Profile::isDefined (C++ function) ostk::astrodynamics::flight::profile::Model (C++ class) ostk::astrodynamics::flight::profile::Model::as (C++ function) ostk::astrodynamics::flight::profile::Model::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::Model::calculateStatesAt (C++ function) ostk::astrodynamics::flight::profile::Model::clone (C++ function) ostk::astrodynamics::flight::profile::Model::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::Model::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::Model::is (C++ function) ostk::astrodynamics::flight::profile::Model::isDefined (C++ function) ostk::astrodynamics::flight::profile::Model::Model (C++ function) ostk::astrodynamics::flight::profile::Model::operator!= (C++ function) ostk::astrodynamics::flight::profile::Model::operator<< (C++ function) ostk::astrodynamics::flight::profile::Model::operator== (C++ function) ostk::astrodynamics::flight::profile::Model::print (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated (C++ class) ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::clone (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::getInterval (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::Load (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator<< (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::operator== (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::print (C++ function) ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::flight::profile::model::Transform (C++ class) ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt (C++ function) ostk::astrodynamics::flight::profile::model::Transform::clone (C++ function) ostk::astrodynamics::flight::profile::model::Transform::getAxesAt (C++ function) ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame (C++ function) ostk::astrodynamics::flight::profile::model::Transform::InertialPointing (C++ function) ostk::astrodynamics::flight::profile::model::Transform::isDefined (C++ function) ostk::astrodynamics::flight::profile::model::Transform::NadirPointing (C++ function) ostk::astrodynamics::flight::profile::model::Transform::operator<< (C++ function) ostk::astrodynamics::flight::profile::model::Transform::print (C++ function) ostk::astrodynamics::flight::profile::model::Transform::Transform (C++ function) ostk::astrodynamics::flight::profile::model::Transform::Undefined (C++ function) ostk::astrodynamics::flight::profile::Model::~Model (C++ function) ostk::astrodynamics::flight::Profile::NadirPointing (C++ function) ostk::astrodynamics::flight::Profile::operator<< (C++ function) ostk::astrodynamics::flight::Profile::operator= (C++ function) ostk::astrodynamics::flight::Profile::OrientationProfileTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt (C++ function) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile (C++ member) , [1] ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::PointingMode (C++ enum) ostk::astrodynamics::flight::Profile::PointingMode::Custom (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Inertial (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Nadir (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Target (C++ enumerator) ostk::astrodynamics::flight::Profile::PointingMode::Undefined (C++ enumerator) ostk::astrodynamics::flight::Profile::print (C++ function) ostk::astrodynamics::flight::Profile::Profile (C++ function) , [1] ostk::astrodynamics::flight::Profile::Target (C++ class) , [1] ostk::astrodynamics::flight::Profile::Target::antiDirection (C++ member) , [1] ostk::astrodynamics::flight::Profile::Target::axis (C++ member) , [1] ostk::astrodynamics::flight::Profile::Target::Target (C++ function) , [1] ostk::astrodynamics::flight::Profile::Target::type (C++ member) , [1] ostk::astrodynamics::flight::Profile::TargetType (C++ enum) ostk::astrodynamics::flight::Profile::TargetType::Custom (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::GeocentricNadir (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::GeodeticNadir (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Moon (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::OrbitalMomentum (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::OrientationProfile (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Sun (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::Trajectory (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::VelocityECEF (C++ enumerator) ostk::astrodynamics::flight::Profile::TargetType::VelocityECI (C++ enumerator) ostk::astrodynamics::flight::Profile::TrajectoryTarget (C++ class) , [1] ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory (C++ member) , [1] ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget (C++ function) , [1] ostk::astrodynamics::flight::Profile::Undefined (C++ function) ostk::astrodynamics::flight::System (C++ class) ostk::astrodynamics::flight::System::clone (C++ function) ostk::astrodynamics::flight::System::getGeometry (C++ function) ostk::astrodynamics::flight::System::getMass (C++ function) ostk::astrodynamics::flight::System::isDefined (C++ function) ostk::astrodynamics::flight::System::operator!= (C++ function) ostk::astrodynamics::flight::System::operator<< (C++ function) ostk::astrodynamics::flight::System::operator== (C++ function) ostk::astrodynamics::flight::System::print (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem (C++ class) ostk::astrodynamics::flight::system::PropulsionSystem::Default (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::getThrust (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::isDefined (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator!= (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator<< (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::operator== (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::print (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem (C++ function) ostk::astrodynamics::flight::system::PropulsionSystem::Undefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem (C++ class) ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::clone (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::Default (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::isDefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator!= (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator<< (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::operator== (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::print (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::Undefined (C++ function) ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder (C++ class) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<< (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem (C++ function) ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder (C++ function) ostk::astrodynamics::flight::System::System (C++ function) ostk::astrodynamics::flight::System::Undefined (C++ function) ostk::astrodynamics::flight::System::~System (C++ function) ostk::astrodynamics::GuidanceLaw (C++ class) ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust (C++ class) ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::operator<< (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::print (C++ function) ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust (C++ function) ostk::astrodynamics::GuidanceLaw::getName (C++ function) ostk::astrodynamics::GuidanceLaw::GuidanceLaw (C++ function) ostk::astrodynamics::GuidanceLaw::operator<< (C++ function) ostk::astrodynamics::GuidanceLaw::print (C++ function) ostk::astrodynamics::guidancelaw::QLaw (C++ class) ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF (C++ function) ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeQ (C++ function) ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getParameters (C++ function) ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE (C++ function) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy (C++ enum) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical (C++ enumerator) ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference (C++ enumerator) ostk::astrodynamics::guidancelaw::QLaw::operator<< (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters (C++ struct) ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::b (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::k (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::m (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::n (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters (C++ function) ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::r (C++ member) ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold (C++ member) ostk::astrodynamics::guidancelaw::QLaw::print (C++ function) ostk::astrodynamics::guidancelaw::QLaw::QLaw (C++ function) ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF (C++ function) ostk::astrodynamics::guidancelaw::QLaw::~QLaw (C++ function) ostk::astrodynamics::GuidanceLaw::~GuidanceLaw (C++ function) ostk::astrodynamics::RootSolver (C++ class) ostk::astrodynamics::RootSolver::bisection (C++ function) ostk::astrodynamics::RootSolver::bracketAndSolve (C++ function) ostk::astrodynamics::RootSolver::Default (C++ function) ostk::astrodynamics::RootSolver::getMaximumIterationCount (C++ function) ostk::astrodynamics::RootSolver::getTolerance (C++ function) ostk::astrodynamics::RootSolver::operator<< (C++ function) ostk::astrodynamics::RootSolver::print (C++ function) ostk::astrodynamics::RootSolver::RootSolver (C++ function) ostk::astrodynamics::RootSolver::Solution (C++ struct) ostk::astrodynamics::RootSolver::Solution::hasConverged (C++ member) ostk::astrodynamics::RootSolver::Solution::iterationCount (C++ member) ostk::astrodynamics::RootSolver::Solution::root (C++ member) ostk::astrodynamics::RootSolver::solve (C++ function) ostk::astrodynamics::RootSolver::~RootSolver (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver (C++ class) ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian (C++ function) , [1] ostk::astrodynamics::solver::FiniteDifferenceSolver::Default (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::getType (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<< (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::print (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType (C++ function) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type (C++ enum) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward (C++ enumerator) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central (C++ enumerator) ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward (C++ enumerator) ostk::astrodynamics::solver::TemporalConditionSolver (C++ class) ostk::astrodynamics::solver::TemporalConditionSolver::Condition (C++ type) ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance (C++ function) ostk::astrodynamics::solver::TemporalConditionSolver::solve (C++ function) , [1] ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver (C++ function) ostk::astrodynamics::Trajectory (C++ class) ostk::astrodynamics::Trajectory::accessModel (C++ function) ostk::astrodynamics::Trajectory::getStateAt (C++ function) ostk::astrodynamics::Trajectory::getStatesAt (C++ function) ostk::astrodynamics::Trajectory::GroundStrip (C++ function) , [1] ostk::astrodynamics::Trajectory::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!= (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<< (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator== (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct (C++ function) , [1] ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TransformGenerator (C++ type) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider (C++ class) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType (C++ function) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type (C++ enum) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Custom (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH (C++ enumerator) ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider (C++ function) ostk::astrodynamics::trajectory::Model (C++ class) ostk::astrodynamics::trajectory::Model::as (C++ function) ostk::astrodynamics::trajectory::Model::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::Model::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Model::clone (C++ function) ostk::astrodynamics::trajectory::Model::is (C++ function) ostk::astrodynamics::trajectory::Model::isDefined (C++ function) ostk::astrodynamics::trajectory::Model::Model (C++ function) ostk::astrodynamics::trajectory::Model::operator!= (C++ function) ostk::astrodynamics::trajectory::Model::operator<< (C++ function) ostk::astrodynamics::trajectory::Model::operator== (C++ function) ostk::astrodynamics::trajectory::Model::print (C++ function) ostk::astrodynamics::trajectory::model::Static (C++ class) ostk::astrodynamics::trajectory::model::Static::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::model::Static::clone (C++ function) ostk::astrodynamics::trajectory::model::Static::isDefined (C++ function) ostk::astrodynamics::trajectory::model::Static::operator!= (C++ function) ostk::astrodynamics::trajectory::model::Static::operator<< (C++ function) ostk::astrodynamics::trajectory::model::Static::operator== (C++ function) ostk::astrodynamics::trajectory::model::Static::print (C++ function) ostk::astrodynamics::trajectory::model::Static::Static (C++ function) ostk::astrodynamics::trajectory::model::Tabulated (C++ class) ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::clone (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getFirstState (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getInterval (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::getLastState (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::Load (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator<< (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::operator== (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::print (C++ function) ostk::astrodynamics::trajectory::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::trajectory::Model::~Model (C++ function) ostk::astrodynamics::Trajectory::operator!= (C++ function) ostk::astrodynamics::Trajectory::operator<< (C++ function) ostk::astrodynamics::Trajectory::operator= (C++ function) ostk::astrodynamics::Trajectory::operator== (C++ function) ostk::astrodynamics::trajectory::Orbit (C++ class) ostk::astrodynamics::trajectory::Orbit::Circular (C++ function) ostk::astrodynamics::trajectory::Orbit::CircularEquatorial (C++ function) ostk::astrodynamics::trajectory::Orbit::ComputePasses (C++ function) ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel (C++ function) ostk::astrodynamics::trajectory::Orbit::ConstPassIterator (C++ type) ostk::astrodynamics::trajectory::Orbit::Equatorial (C++ function) ostk::astrodynamics::trajectory::Orbit::FrameType (C++ enum) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::NED (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::QSW (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::TNW (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::VNC (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH (C++ enumerator) ostk::astrodynamics::trajectory::Orbit::Frozen (C++ function) ostk::astrodynamics::trajectory::Orbit::GeoSynchronous (C++ function) ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassAt (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval (C++ function) ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber (C++ function) ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::Orbit::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM (C++ class) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment (C++ struct) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header (C++ struct) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate (C++ member) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print (C++ function) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::Model (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort (C++ class) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE (C++ function) ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::Model::clone (C++ function) ostk::astrodynamics::trajectory::orbit::Model::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::Model::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler (C++ class) ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE (C++ class) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType (C++ enum) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState (C++ type) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element (C++ enum) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType (C++ enum) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2 (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4 (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None (C++ enumerator) ostk::astrodynamics::trajectory::orbit::model::Kepler::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType (C++ function) ostk::astrodynamics::trajectory::orbit::Model::Model (C++ function) ostk::astrodynamics::trajectory::orbit::Model::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated (C++ class) ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4 (C++ class) ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl (C++ class) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl (C++ function) , [1] , [2] , [3] ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator= (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator= (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4 (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE (C++ class) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber (C++ function) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE (C++ function) , [1] ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4 (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated (C++ class) ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::print (C++ function) ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated (C++ function) ostk::astrodynamics::trajectory::orbit::Model::~Model (C++ function) ostk::astrodynamics::trajectory::Orbit::operator!= (C++ function) ostk::astrodynamics::trajectory::Orbit::operator= (C++ function) ostk::astrodynamics::trajectory::Orbit::operator== (C++ function) ostk::astrodynamics::trajectory::Orbit::Orbit (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::orbit::Pass (C++ class) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getDuration (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getEndInstant (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getInterval (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getStartInstant (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::getType (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::isComplete (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::isDefined (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator!= (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator<< (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::operator== (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Pass (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Phase (C++ enum) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::print (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::StringFromType (C++ function) ostk::astrodynamics::trajectory::orbit::Pass::Type (C++ enum) ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined (C++ enumerator) ostk::astrodynamics::trajectory::orbit::Pass::Undefined (C++ function) ostk::astrodynamics::trajectory::Orbit::print (C++ function) ostk::astrodynamics::trajectory::Orbit::StringFromFrameType (C++ function) ostk::astrodynamics::trajectory::Orbit::SunSynchronous (C++ function) ostk::astrodynamics::trajectory::Orbit::Undefined (C++ function) ostk::astrodynamics::trajectory::Orbit::~Orbit (C++ function) ostk::astrodynamics::Trajectory::Position (C++ function) ostk::astrodynamics::Trajectory::print (C++ function) ostk::astrodynamics::trajectory::Propagator (C++ class) ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Propagator::addDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::addManeuver (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStateAt (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition (C++ function) ostk::astrodynamics::trajectory::Propagator::clearDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::Default (C++ function) , [1] ostk::astrodynamics::trajectory::Propagator::FromEnvironment (C++ function) ostk::astrodynamics::trajectory::Propagator::getDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates (C++ function) ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr (C++ member) ostk::astrodynamics::trajectory::Propagator::isDefined (C++ function) ostk::astrodynamics::trajectory::Propagator::operator!= (C++ function) ostk::astrodynamics::trajectory::Propagator::operator<< (C++ function) ostk::astrodynamics::trajectory::Propagator::operator= (C++ function) ostk::astrodynamics::trajectory::Propagator::operator== (C++ function) ostk::astrodynamics::trajectory::Propagator::print (C++ function) ostk::astrodynamics::trajectory::Propagator::Propagator (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::Propagator::setDynamics (C++ function) ostk::astrodynamics::trajectory::Propagator::Undefined (C++ function) ostk::astrodynamics::trajectory::Segment (C++ class) ostk::astrodynamics::trajectory::Segment::accessDynamics (C++ function) ostk::astrodynamics::trajectory::Segment::accessEventCondition (C++ function) ostk::astrodynamics::trajectory::Segment::accessNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Segment::Coast (C++ function) ostk::astrodynamics::trajectory::Segment::getDynamics (C++ function) ostk::astrodynamics::trajectory::Segment::getEventCondition (C++ function) ostk::astrodynamics::trajectory::Segment::getName (C++ function) ostk::astrodynamics::trajectory::Segment::getNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Segment::getType (C++ function) ostk::astrodynamics::trajectory::Segment::Maneuver (C++ function) ostk::astrodynamics::trajectory::Segment::operator<< (C++ function) ostk::astrodynamics::trajectory::Segment::print (C++ function) ostk::astrodynamics::trajectory::Segment::Solution (C++ struct) ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::dynamics (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getInterval (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::name (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::operator<< (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::print (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::segmentType (C++ member) ostk::astrodynamics::trajectory::Segment::Solution::Solution (C++ function) ostk::astrodynamics::trajectory::Segment::Solution::states (C++ member) ostk::astrodynamics::trajectory::Segment::solve (C++ function) ostk::astrodynamics::trajectory::Segment::Type (C++ enum) ostk::astrodynamics::trajectory::Segment::Type::Coast (C++ enumerator) ostk::astrodynamics::trajectory::Segment::Type::Maneuver (C++ enumerator) ostk::astrodynamics::trajectory::Sequence (C++ class) ostk::astrodynamics::trajectory::Sequence::addCoastSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addManeuverSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addSegment (C++ function) ostk::astrodynamics::trajectory::Sequence::addSegments (C++ function) ostk::astrodynamics::trajectory::Sequence::getDynamics (C++ function) ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Sequence::getNumericalSolver (C++ function) ostk::astrodynamics::trajectory::Sequence::getSegments (C++ function) ostk::astrodynamics::trajectory::Sequence::operator<< (C++ function) ostk::astrodynamics::trajectory::Sequence::print (C++ function) ostk::astrodynamics::trajectory::Sequence::Sequence (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution (C++ struct) ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete (C++ member) ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getInterval (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::getStates (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::operator<< (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::print (C++ function) ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions (C++ member) ostk::astrodynamics::trajectory::Sequence::Solution::Solution (C++ function) ostk::astrodynamics::trajectory::Sequence::solve (C++ function) ostk::astrodynamics::trajectory::Sequence::solveToCondition (C++ function) ostk::astrodynamics::trajectory::State (C++ class) ostk::astrodynamics::trajectory::State::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::State::accessCoordinates (C++ function) ostk::astrodynamics::trajectory::State::accessFrame (C++ function) ostk::astrodynamics::trajectory::State::accessInstant (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker (C++ class) ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker (C++ function) , [1] ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate (C++ function) , [1] ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!= (C++ function) ostk::astrodynamics::trajectory::state::CoordinateBroker::operator== (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset (C++ class) ostk::astrodynamics::trajectory::state::CoordinateSubset::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity (C++ class) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract (C++ function) ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::~CartesianVelocity (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getId (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getName (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::hash (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!= (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::operator== (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract (C++ function) ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea (C++ function) ostk::astrodynamics::trajectory::State::extractCoordinate (C++ function) ostk::astrodynamics::trajectory::State::extractCoordinates (C++ function) ostk::astrodynamics::trajectory::State::getAngularVelocity (C++ function) ostk::astrodynamics::trajectory::State::getAttitude (C++ function) ostk::astrodynamics::trajectory::State::getCoordinates (C++ function) ostk::astrodynamics::trajectory::State::getCoordinateSubsets (C++ function) ostk::astrodynamics::trajectory::State::getFrame (C++ function) ostk::astrodynamics::trajectory::State::getInstant (C++ function) ostk::astrodynamics::trajectory::State::getPosition (C++ function) ostk::astrodynamics::trajectory::State::getSize (C++ function) ostk::astrodynamics::trajectory::State::getVelocity (C++ function) ostk::astrodynamics::trajectory::State::hasSubset (C++ function) ostk::astrodynamics::trajectory::State::inFrame (C++ function) ostk::astrodynamics::trajectory::State::isDefined (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver (C++ class) ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution (C++ struct) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state (C++ member) ostk::astrodynamics::trajectory::state::NumericalSolver::Default (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration (C++ function) , [1] ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime (C++ function) , [1] , [2] , [3] , [4] ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver (C++ function) ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined (C++ function) ostk::astrodynamics::trajectory::State::operator!= (C++ function) ostk::astrodynamics::trajectory::State::operator+ (C++ function) ostk::astrodynamics::trajectory::State::operator- (C++ function) ostk::astrodynamics::trajectory::State::operator<< (C++ function) ostk::astrodynamics::trajectory::State::operator= (C++ function) ostk::astrodynamics::trajectory::State::operator== (C++ function) ostk::astrodynamics::trajectory::State::print (C++ function) ostk::astrodynamics::trajectory::State::State (C++ function) , [1] , [2] , [3] , [4] ostk::astrodynamics::trajectory::State::Undefined (C++ function) ostk::astrodynamics::trajectory::StateBuilder (C++ class) ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker (C++ function) ostk::astrodynamics::trajectory::StateBuilder::accessFrame (C++ function) ostk::astrodynamics::trajectory::StateBuilder::build (C++ function) ostk::astrodynamics::trajectory::StateBuilder::expand (C++ function) ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets (C++ function) ostk::astrodynamics::trajectory::StateBuilder::getFrame (C++ function) ostk::astrodynamics::trajectory::StateBuilder::isDefined (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator!= (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator+ (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator- (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator<< (C++ function) ostk::astrodynamics::trajectory::StateBuilder::operator== (C++ function) ostk::astrodynamics::trajectory::StateBuilder::print (C++ function) ostk::astrodynamics::trajectory::StateBuilder::reduce (C++ function) ostk::astrodynamics::trajectory::StateBuilder::StateBuilder (C++ function) , [1] , [2] ostk::astrodynamics::trajectory::StateBuilder::Undefined (C++ function) ostk::astrodynamics::Trajectory::Trajectory (C++ function) , [1] , [2] ostk::astrodynamics::Trajectory::Undefined (C++ function)
P Q R S T U V W
\ No newline at end of file
diff --git a/_build/html/objects.inv b/_build/html/objects.inv
index 2ac9c9f21..2ad0f52a5 100644
Binary files a/_build/html/objects.inv and b/_build/html/objects.inv differ
diff --git a/_build/html/reports/_notebooks/Access Computation.err.log b/_build/html/reports/_notebooks/Access Computation.err.log
index 0beb72f83..cfbd3e2e3 100644
--- a/_build/html/reports/_notebooks/Access Computation.err.log
+++ b/_build/html/reports/_notebooks/Access Computation.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/Area Coverage.err.log b/_build/html/reports/_notebooks/Area Coverage.err.log
index 98b954fd5..b75a04164 100644
--- a/_build/html/reports/_notebooks/Area Coverage.err.log
+++ b/_build/html/reports/_notebooks/Area Coverage.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
@@ -44,7 +44,7 @@ Invoked with: -- Orbit ---------------------------------------------------------
Two-Line Elements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
----------------------------------------------------------------------------------------------------
, -- Frame -------------------------------------------------------------------------------------------
- Name: VVLH @ Orbit [0x29976f0]
+ Name: VVLH @ Orbit [0x2806340]
Quasi-inertial: false
Parent frame: GCRF
----------------------------------------------------------------------------------------------------
diff --git a/_build/html/reports/_notebooks/Constant Thrust Dynamics.err.log b/_build/html/reports/_notebooks/Constant Thrust Dynamics.err.log
index 97c6aa9ab..12142f07a 100644
--- a/_build/html/reports/_notebooks/Constant Thrust Dynamics.err.log
+++ b/_build/html/reports/_notebooks/Constant Thrust Dynamics.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/Find RF Interference Accesses.err.log b/_build/html/reports/_notebooks/Find RF Interference Accesses.err.log
index 701e7bf94..82da3f716 100644
--- a/_build/html/reports/_notebooks/Find RF Interference Accesses.err.log
+++ b/_build/html/reports/_notebooks/Find RF Interference Accesses.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).err.log b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).err.log
index 5d0d5abc9..0aafe9425 100644
--- a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).err.log
+++ b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).err.log b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).err.log
index 96e85398e..4a1d752b6 100644
--- a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).err.log
+++ b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).err.log b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).err.log
index d9368c3f8..508c7e42b 100644
--- a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).err.log
+++ b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).err.log b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).err.log
index 0ce1db780..282570fa5 100644
--- a/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).err.log
+++ b/_build/html/reports/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/Orbit Computation.err.log b/_build/html/reports/_notebooks/Orbit Computation.err.log
index f1fab1651..55d2e24fc 100644
--- a/_build/html/reports/_notebooks/Orbit Computation.err.log
+++ b/_build/html/reports/_notebooks/Orbit Computation.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/reports/_notebooks/Station-Keeping Sequence.err.log b/_build/html/reports/_notebooks/Station-Keeping Sequence.err.log
index 3a1b299ab..5fb3a760f 100644
--- a/_build/html/reports/_notebooks/Station-Keeping Sequence.err.log
+++ b/_build/html/reports/_notebooks/Station-Keeping Sequence.err.log
@@ -1,7 +1,7 @@
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution
executenb(
- File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1314, in execute
+ File "/usr/local/lib/python3.11/dist-packages/nbclient/client.py", line 1319, in execute
return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/jupyter_core/utils/__init__.py", line 165, in wrapped
diff --git a/_build/html/searchindex.js b/_build/html/searchindex.js
index 54ada4b63..1a102e501 100644
--- a/_build/html/searchindex.js
+++ b/_build/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({"alltitles": {"Access": [[116, "access"], [116, "id1"]], "Access Computation": [[116, null]], "Alternatives": [[206, "alternatives"]], "Altitude + Eccentricity Station-keeping Sequence": [[131, null]], "Area Coverage": [[117, null]], "Area Target": [[117, "area-target"]], "Benchmark": [[206, "benchmark"]], "Beta angle condition": [[120, "beta-angle-condition"]], "Build": [[206, "build"]], "C++": [[206, "c"]], "C++ API Documentation": [[134, null]], "Class list": [[205, null]], "Class ostk::astrodynamics::Access": [[135, null]], "Class ostk::astrodynamics::Dynamics": [[136, null]], "Class ostk::astrodynamics::EventCondition": [[137, null]], "Class ostk::astrodynamics::GuidanceLaw": [[138, null]], "Class ostk::astrodynamics::RootSolver": [[139, null]], "Class ostk::astrodynamics::Trajectory": [[140, null]], "Class ostk::astrodynamics::access::Generator": [[141, null]], "Class ostk::astrodynamics::access::GeneratorContext": [[142, null]], "Class ostk::astrodynamics::conjunction::message::ccsds::CDM": [[143, null]], "Class ostk::astrodynamics::dynamics::AtmosphericDrag": [[144, null]], "Class ostk::astrodynamics::dynamics::CentralBodyGravity": [[145, null]], "Class ostk::astrodynamics::dynamics::PositionDerivative": [[146, null]], "Class ostk::astrodynamics::dynamics::Tabulated": [[147, null]], "Class ostk::astrodynamics::dynamics::ThirdBodyGravity": [[148, null]], "Class ostk::astrodynamics::dynamics::Thruster": [[149, null]], "Class ostk::astrodynamics::eventcondition::AngularCondition": [[150, null]], "Class ostk::astrodynamics::eventcondition::BooleanCondition": [[151, null]], "Class ostk::astrodynamics::eventcondition::COECondition": [[152, null]], "Class ostk::astrodynamics::eventcondition::InstantCondition": [[153, null]], "Class ostk::astrodynamics::eventcondition::LogicalCondition": [[154, null]], "Class ostk::astrodynamics::eventcondition::RealCondition": [[155, null]], "Class ostk::astrodynamics::flight::Maneuver": [[156, null]], "Class ostk::astrodynamics::flight::Profile": [[157, null]], "Class ostk::astrodynamics::flight::Profile::CustomTarget": [[158, null]], "Class ostk::astrodynamics::flight::Profile::OrientationProfileTarget": [[159, null]], "Class ostk::astrodynamics::flight::Profile::Target": [[160, null]], "Class ostk::astrodynamics::flight::Profile::TrajectoryTarget": [[161, null]], "Class ostk::astrodynamics::flight::System": [[162, null]], "Class ostk::astrodynamics::flight::profile::Model": [[163, null]], "Class ostk::astrodynamics::flight::profile::model::Tabulated": [[164, null]], "Class ostk::astrodynamics::flight::profile::model::Transform": [[165, null]], "Class ostk::astrodynamics::flight::system::PropulsionSystem": [[166, null]], "Class ostk::astrodynamics::flight::system::SatelliteSystem": [[167, null]], "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder": [[168, null]], "Class ostk::astrodynamics::guidancelaw::ConstantThrust": [[169, null]], "Class ostk::astrodynamics::guidancelaw::QLaw": [[170, null]], "Class ostk::astrodynamics::solver::FiniteDifferenceSolver": [[171, null]], "Class ostk::astrodynamics::solver::TemporalConditionSolver": [[172, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection": [[173, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory": [[174, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider": [[175, null]], "Class ostk::astrodynamics::trajectory::Model": [[176, null]], "Class ostk::astrodynamics::trajectory::Orbit": [[177, null]], "Class ostk::astrodynamics::trajectory::Propagator": [[178, null]], "Class ostk::astrodynamics::trajectory::Segment": [[179, null]], "Class ostk::astrodynamics::trajectory::Sequence": [[180, null]], "Class ostk::astrodynamics::trajectory::State": [[181, null]], "Class ostk::astrodynamics::trajectory::StateBuilder": [[182, null]], "Class ostk::astrodynamics::trajectory::model::Static": [[183, null]], "Class ostk::astrodynamics::trajectory::model::Tabulated": [[184, null]], "Class ostk::astrodynamics::trajectory::orbit::Model": [[185, null]], "Class ostk::astrodynamics::trajectory::orbit::Pass": [[186, null]], "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM": [[187, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Kepler": [[188, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Propagated": [[189, null]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4": [[190, null]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl": [[191, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated": [[192, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean": [[193, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong": [[194, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort": [[195, null]], "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE": [[196, null]], "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE": [[197, null]], "Class ostk::astrodynamics::trajectory::state::CoordinateBroker": [[198, null]], "Class ostk::astrodynamics::trajectory::state::CoordinateSubset": [[199, null]], "Class ostk::astrodynamics::trajectory::state::NumericalSolver": [[200, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity": [[201, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion": [[202, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition": [[203, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity": [[204, null]], "Coast segment": [[131, "coast-segment"]], "Computation": [[117, "computation"], [127, "computation"], [129, "computation"], [132, "computation"]], "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model": [[118, null]], "Constant Thrust Dynamics": [[119, null]], "Contribution": [[206, "contribution"]], "Create a model": [[121, "create-a-model"]], "Cross Validation and Accuracy Tolerances": [[206, "cross-validation-and-accuracy-tolerances"]], "Custom Event Condition": [[120, null]], "Custom Window Generation": [[121, null]], "Debian / Ubuntu": [[206, "debian-ubuntu"]], "Define Satellites": [[122, "define-satellites"]], "Define Scenario": [[122, "define-scenario"]], "Define our condition": [[121, "define-our-condition"]], "Define our solver": [[121, "define-our-solver"]], "Dependencies": [[206, "dependencies"]], "Development Environment": [[206, "development-environment"]], "Docker Images": [[206, "docker-images"]], "Documentation": [[206, "documentation"]], "Eccentricity targeting": [[128, "eccentricity-targeting"]], "Eclipse condition": [[120, "eclipse-condition"]], "Environment": [[116, "environment"], [117, "environment"], [129, "environment"]], "Examples {#Examples}": [[0, "examples-examples"]], "Find RF Interference Accesses": [[122, null]], "Getting Started": [[206, "getting-started"]], "Inclination targeting": [[128, "inclination-targeting"]], "Installation": [[206, "installation"]], "Interference Filter": [[122, "interference-filter"]], "JupyterLab": [[206, "jupyterlab"]], "License": [[206, "license"]], "Maneuver segment": [[131, "maneuver-segment"]], "Multiple targets": [[128, "multiple-targets"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)": [[123, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)": [[124, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)": [[125, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)": [[126, null]], "Open Space Toolkit \u25b8 Astrodynamics": [[206, null]], "Orbit Computation": [[127, null]], "Orbit Station-keeping with QLaw": [[128, null]], "Origin": [[116, "origin"]], "Output": [[116, "output"], [127, "output"]], "Plots": [[122, "plots"]], "Process Cross Platform Results": [[123, "process-cross-platform-results"], [124, "process-cross-platform-results"], [125, "process-cross-platform-results"], [126, "process-cross-platform-results"]], "Propagate with OSTk": [[123, "propagate-with-ostk"], [124, "propagate-with-ostk"], [125, "propagate-with-ostk"], [126, "propagate-with-ostk"]], "Propagation": [[118, "propagation"]], "Python": [[206, "python"]], "Python API Documentation": [[208, null]], "Right Ascension of Ascending Node targeting": [[128, "right-ascension-of-ascending-node-targeting"]], "Run the analysis": [[122, "run-the-analysis"]], "Running the Validation Tests": [[206, "running-the-validation-tests"]], "SGP4": [[127, "sgp4"]], "SMA + Ecc": [[128, "sma-ecc"]], "SMA + Ecc + Inc + Raan targeting": [[128, "sma-ecc-inc-raan-targeting"]], "SMA + Ecc + Inclination": [[128, "sma-ecc-inclination"]], "SMA targeting": [[128, "sma-targeting"]], "Satellite": [[117, "satellite"], [129, "satellite"]], "Scenario Definition": [[206, "scenario-definition"]], "Script": [[206, "script"]], "Semi Major Axis + Inclination": [[128, "semi-major-axis-inclination"]], "Sensor": [[117, "sensor"], [129, "sensor"]], "Sensor Modeling": [[129, null]], "Sequence": [[130, "sequence"], [131, "sequence"]], "Set up Comparison Files": [[123, "set-up-comparison-files"], [124, "set-up-comparison-files"], [125, "set-up-comparison-files"], [126, "set-up-comparison-files"]], "Setup": [[116, "setup"], [117, "setup"], [122, "setup"], [127, "setup"], [129, "setup"], [132, "setup"], [206, "setup"]], "Setup Comparison Scenario in OSTk": [[123, "setup-comparison-scenario-in-ostk"], [124, "setup-comparison-scenario-in-ostk"], [125, "setup-comparison-scenario-in-ostk"], [126, "setup-comparison-scenario-in-ostk"]], "Setup Dynamics, initial state and Satellite System": [[118, "setup-dynamics-initial-state-and-satellite-system"], [130, "setup-dynamics-initial-state-and-satellite-system"]], "Setup environment, initial state and Satellite System": [[128, "setup-environment-initial-state-and-satellite-system"], [131, "setup-environment-initial-state-and-satellite-system"]], "Setup {#Setup}": [[0, "setup-setup"]], "Special Thanks": [[206, "special-thanks"]], "Station-keeping Sequence": [[130, null]], "Target": [[116, "target"], [129, "target"]], "Target Intersection": [[117, "target-intersection"]], "Target Tracking": [[132, null]], "Test": [[206, "test"]], "Trajectory RMS error vs GMAT run in the GCRF frame": [[123, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [124, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [125, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [126, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"]], "Tutorial": [[0, null]], "Tutorial Notebooks": [[207, null]], "Tutorials": [[206, "tutorials"]], "User inputs": [[118, "user-inputs"], [128, "user-inputs"], [130, "user-inputs"], [131, "user-inputs"]], "Utility functions": [[128, "utility-functions"]], "Validation": [[206, "validation"]], "Validation Plots": [[123, "validation-plots"], [124, "validation-plots"], [125, "validation-plots"], [126, "validation-plots"]], "Visualization": [[117, "visualization"], [129, "visualization"]], "Visualize Satellite States (Cesium)": [[133, null]], "Window generation": [[121, "window-generation"]], "iPython": [[206, "ipython"]], "ostk.astrodynamics": [[1, null]], "ostk.astrodynamics.Access": [[2, null]], "ostk.astrodynamics.Dynamics": [[3, null]], "ostk.astrodynamics.EventCondition": [[4, null]], "ostk.astrodynamics.GuidanceLaw": [[5, null]], "ostk.astrodynamics.RootSolver": [[6, null]], "ostk.astrodynamics.Trajectory": [[7, null]], "ostk.astrodynamics.access": [[8, null]], "ostk.astrodynamics.access.Generator": [[9, null]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, null]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, null]], "ostk.astrodynamics.converters": [[12, null]], "ostk.astrodynamics.converters.coerce_to_datetime": [[13, null]], "ostk.astrodynamics.converters.coerce_to_instant": [[14, null]], "ostk.astrodynamics.converters.coerce_to_interval": [[15, null]], "ostk.astrodynamics.converters.coerce_to_iso": [[16, null]], "ostk.astrodynamics.dataframe": [[17, null]], "ostk.astrodynamics.dataframe.generate_column_names": [[18, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit": [[19, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_profile": [[20, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_states": [[21, null]], "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe": [[22, null]], "ostk.astrodynamics.dataframe.generate_profile_from_dataframe": [[23, null]], "ostk.astrodynamics.dataframe.generate_states_from_dataframe": [[24, null]], "ostk.astrodynamics.display": [[25, null]], "ostk.astrodynamics.display.AccessesPlot": [[26, null]], "ostk.astrodynamics.display.convert_to_ground_track_plotting_data": [[27, null]], "ostk.astrodynamics.display.create_2d_map": [[28, null]], "ostk.astrodynamics.display.create_3d_globe": [[29, null]], "ostk.astrodynamics.display.create_plotly_figure": [[30, null]], "ostk.astrodynamics.dynamics": [[31, null]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[32, null]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[33, null]], "ostk.astrodynamics.dynamics.PositionDerivative": [[34, null]], "ostk.astrodynamics.dynamics.Tabulated": [[35, null]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[36, null]], "ostk.astrodynamics.dynamics.Thruster": [[37, null]], "ostk.astrodynamics.event_condition": [[38, null]], "ostk.astrodynamics.event_condition.AngularCondition": [[39, null]], "ostk.astrodynamics.event_condition.BooleanCondition": [[40, null]], "ostk.astrodynamics.event_condition.COECondition": [[41, null]], "ostk.astrodynamics.event_condition.InstantCondition": [[42, null]], "ostk.astrodynamics.event_condition.LogicalCondition": [[43, null]], "ostk.astrodynamics.event_condition.RealCondition": [[44, null]], "ostk.astrodynamics.flight": [[45, null]], "ostk.astrodynamics.flight.Maneuver": [[46, null]], "ostk.astrodynamics.flight.Profile": [[47, null]], "ostk.astrodynamics.flight.System": [[48, null]], "ostk.astrodynamics.flight.profile": [[49, null]], "ostk.astrodynamics.flight.profile.Model": [[50, null]], "ostk.astrodynamics.flight.profile.model": [[51, null]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[52, null]], "ostk.astrodynamics.flight.profile.model.Transform": [[53, null]], "ostk.astrodynamics.flight.system": [[54, null]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[55, null]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[56, null]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[57, null]], "ostk.astrodynamics.guidance_law": [[58, null]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[59, null]], "ostk.astrodynamics.guidance_law.QLaw": [[60, null]], "ostk.astrodynamics.solver": [[61, null]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[62, null]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[63, null]], "ostk.astrodynamics.trajectory": [[64, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[65, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[66, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[67, null]], "ostk.astrodynamics.trajectory.Model": [[68, null]], "ostk.astrodynamics.trajectory.Orbit": [[69, null]], "ostk.astrodynamics.trajectory.Propagator": [[70, null]], "ostk.astrodynamics.trajectory.Segment": [[71, null]], "ostk.astrodynamics.trajectory.Sequence": [[72, null]], "ostk.astrodynamics.trajectory.State": [[73, null]], "ostk.astrodynamics.trajectory.StateBuilder": [[74, null]], "ostk.astrodynamics.trajectory.orbit": [[75, null]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[76, null]], "ostk.astrodynamics.trajectory.orbit.Pass": [[77, null]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[78, null]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[79, null]], "ostk.astrodynamics.trajectory.orbit.model": [[80, null]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[81, null]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[82, null]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[83, null]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[84, null]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[85, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[86, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[87, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[88, null]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[89, null]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[90, null]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[91, null]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[92, null]], "ostk.astrodynamics.trajectory.state": [[93, null]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[94, null]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[95, null]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[96, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[97, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[98, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[99, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[100, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[101, null]], "ostk.astrodynamics.utilities": [[102, null]], "ostk.astrodynamics.utilities.compute_aer": [[103, null]], "ostk.astrodynamics.utilities.compute_ground_track": [[104, null]], "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates": [[105, null]], "ostk.astrodynamics.utilities.compute_trajectory_geometry": [[106, null]], "ostk.astrodynamics.utilities.convert_state": [[107, null]], "ostk.astrodynamics.utilities.lla_from_position": [[108, null]], "ostk.astrodynamics.utilities.lla_from_state": [[109, null]], "ostk.astrodynamics.utilities.position_from_lla": [[110, null]], "ostk.astrodynamics.viewer": [[111, null]], "ostk.astrodynamics.viewer.ConicSensor": [[112, null]], "ostk.astrodynamics.viewer.RectangularSensor": [[113, null]], "ostk.astrodynamics.viewer.Sensor": [[114, null]], "ostk.astrodynamics.viewer.Viewer": [[115, null]]}, "docnames": ["Tutorial", "_autosummary/ostk.astrodynamics", "_autosummary/ostk.astrodynamics.Access", "_autosummary/ostk.astrodynamics.Dynamics", "_autosummary/ostk.astrodynamics.EventCondition", "_autosummary/ostk.astrodynamics.GuidanceLaw", "_autosummary/ostk.astrodynamics.RootSolver", "_autosummary/ostk.astrodynamics.Trajectory", "_autosummary/ostk.astrodynamics.access", "_autosummary/ostk.astrodynamics.access.Generator", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM", "_autosummary/ostk.astrodynamics.converters", "_autosummary/ostk.astrodynamics.converters.coerce_to_datetime", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso", "_autosummary/ostk.astrodynamics.dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_column_names", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states", "_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe", "_autosummary/ostk.astrodynamics.display", "_autosummary/ostk.astrodynamics.display.AccessesPlot", "_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data", "_autosummary/ostk.astrodynamics.display.create_2d_map", "_autosummary/ostk.astrodynamics.display.create_3d_globe", "_autosummary/ostk.astrodynamics.display.create_plotly_figure", "_autosummary/ostk.astrodynamics.dynamics", "_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag", "_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity", "_autosummary/ostk.astrodynamics.dynamics.PositionDerivative", "_autosummary/ostk.astrodynamics.dynamics.Tabulated", "_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity", "_autosummary/ostk.astrodynamics.dynamics.Thruster", "_autosummary/ostk.astrodynamics.event_condition", "_autosummary/ostk.astrodynamics.event_condition.AngularCondition", "_autosummary/ostk.astrodynamics.event_condition.BooleanCondition", "_autosummary/ostk.astrodynamics.event_condition.COECondition", "_autosummary/ostk.astrodynamics.event_condition.InstantCondition", "_autosummary/ostk.astrodynamics.event_condition.LogicalCondition", "_autosummary/ostk.astrodynamics.event_condition.RealCondition", "_autosummary/ostk.astrodynamics.flight", "_autosummary/ostk.astrodynamics.flight.Maneuver", "_autosummary/ostk.astrodynamics.flight.Profile", "_autosummary/ostk.astrodynamics.flight.System", "_autosummary/ostk.astrodynamics.flight.profile", "_autosummary/ostk.astrodynamics.flight.profile.Model", "_autosummary/ostk.astrodynamics.flight.profile.model", "_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated", "_autosummary/ostk.astrodynamics.flight.profile.model.Transform", "_autosummary/ostk.astrodynamics.flight.system", "_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder", "_autosummary/ostk.astrodynamics.guidance_law", "_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust", "_autosummary/ostk.astrodynamics.guidance_law.QLaw", "_autosummary/ostk.astrodynamics.solver", "_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver", "_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver", "_autosummary/ostk.astrodynamics.trajectory", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", "_autosummary/ostk.astrodynamics.trajectory.Model", "_autosummary/ostk.astrodynamics.trajectory.Orbit", "_autosummary/ostk.astrodynamics.trajectory.Propagator", "_autosummary/ostk.astrodynamics.trajectory.Segment", "_autosummary/ostk.astrodynamics.trajectory.Sequence", "_autosummary/ostk.astrodynamics.trajectory.State", "_autosummary/ostk.astrodynamics.trajectory.StateBuilder", "_autosummary/ostk.astrodynamics.trajectory.orbit", "_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel", "_autosummary/ostk.astrodynamics.trajectory.orbit.Pass", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", "_autosummary/ostk.astrodynamics.trajectory.orbit.model", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", "_autosummary/ostk.astrodynamics.trajectory.state", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset", "_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", "_autosummary/ostk.astrodynamics.utilities", "_autosummary/ostk.astrodynamics.utilities.compute_aer", "_autosummary/ostk.astrodynamics.utilities.compute_ground_track", "_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", "_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry", "_autosummary/ostk.astrodynamics.utilities.convert_state", "_autosummary/ostk.astrodynamics.utilities.lla_from_position", "_autosummary/ostk.astrodynamics.utilities.lla_from_state", "_autosummary/ostk.astrodynamics.utilities.position_from_lla", "_autosummary/ostk.astrodynamics.viewer", "_autosummary/ostk.astrodynamics.viewer.ConicSensor", "_autosummary/ostk.astrodynamics.viewer.RectangularSensor", "_autosummary/ostk.astrodynamics.viewer.Sensor", "_autosummary/ostk.astrodynamics.viewer.Viewer", "_notebooks/Access Computation", "_notebooks/Area Coverage", "_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00", "_notebooks/Constant Thrust Dynamics", "_notebooks/Custom Event Condition", "_notebooks/Custom Window Generation", "_notebooks/Find RF Interference Accesses", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4)", "_notebooks/Orbit Computation", "_notebooks/QLaw Examples", "_notebooks/Sensor Modeling", "_notebooks/Station-Keeping Sequence", "_notebooks/Station-Keeping Sequence [QLaw]", "_notebooks/Target Tracking", "_notebooks/Visualize Satellite Trajectory (Cesium)", "cpp", "cpp_rst/class/classostk_1_1astrodynamics_1_1_access", "cpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics", "cpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law", "cpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context", "cpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity", "cpp_rst/classlist", "index", "notebook", "python"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["Tutorial.md", "_autosummary/ostk.astrodynamics.rst", "_autosummary/ostk.astrodynamics.Access.rst", "_autosummary/ostk.astrodynamics.Dynamics.rst", "_autosummary/ostk.astrodynamics.EventCondition.rst", "_autosummary/ostk.astrodynamics.GuidanceLaw.rst", "_autosummary/ostk.astrodynamics.RootSolver.rst", "_autosummary/ostk.astrodynamics.Trajectory.rst", "_autosummary/ostk.astrodynamics.access.rst", "_autosummary/ostk.astrodynamics.access.Generator.rst", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.rst", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.rst", "_autosummary/ostk.astrodynamics.converters.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso.rst", "_autosummary/ostk.astrodynamics.dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_column_names.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe.rst", "_autosummary/ostk.astrodynamics.display.rst", "_autosummary/ostk.astrodynamics.display.AccessesPlot.rst", "_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.rst", "_autosummary/ostk.astrodynamics.display.create_2d_map.rst", "_autosummary/ostk.astrodynamics.display.create_3d_globe.rst", "_autosummary/ostk.astrodynamics.display.create_plotly_figure.rst", "_autosummary/ostk.astrodynamics.dynamics.rst", "_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.rst", "_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.rst", "_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.rst", "_autosummary/ostk.astrodynamics.dynamics.Tabulated.rst", "_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.rst", "_autosummary/ostk.astrodynamics.dynamics.Thruster.rst", "_autosummary/ostk.astrodynamics.event_condition.rst", "_autosummary/ostk.astrodynamics.event_condition.AngularCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.COECondition.rst", "_autosummary/ostk.astrodynamics.event_condition.InstantCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.RealCondition.rst", "_autosummary/ostk.astrodynamics.flight.rst", "_autosummary/ostk.astrodynamics.flight.Maneuver.rst", "_autosummary/ostk.astrodynamics.flight.Profile.rst", "_autosummary/ostk.astrodynamics.flight.System.rst", "_autosummary/ostk.astrodynamics.flight.profile.rst", "_autosummary/ostk.astrodynamics.flight.profile.Model.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.Transform.rst", "_autosummary/ostk.astrodynamics.flight.system.rst", "_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.rst", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.rst", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.rst", "_autosummary/ostk.astrodynamics.guidance_law.rst", "_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.rst", "_autosummary/ostk.astrodynamics.guidance_law.QLaw.rst", "_autosummary/ostk.astrodynamics.solver.rst", "_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.rst", "_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.rst", "_autosummary/ostk.astrodynamics.trajectory.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.rst", "_autosummary/ostk.astrodynamics.trajectory.Model.rst", "_autosummary/ostk.astrodynamics.trajectory.Orbit.rst", "_autosummary/ostk.astrodynamics.trajectory.Propagator.rst", "_autosummary/ostk.astrodynamics.trajectory.Segment.rst", "_autosummary/ostk.astrodynamics.trajectory.Sequence.rst", "_autosummary/ostk.astrodynamics.trajectory.State.rst", "_autosummary/ostk.astrodynamics.trajectory.StateBuilder.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.rst", "_autosummary/ostk.astrodynamics.trajectory.state.rst", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.rst", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.rst", "_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.rst", "_autosummary/ostk.astrodynamics.utilities.rst", "_autosummary/ostk.astrodynamics.utilities.compute_aer.rst", "_autosummary/ostk.astrodynamics.utilities.compute_ground_track.rst", "_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates.rst", "_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.rst", "_autosummary/ostk.astrodynamics.utilities.convert_state.rst", "_autosummary/ostk.astrodynamics.utilities.lla_from_position.rst", "_autosummary/ostk.astrodynamics.utilities.lla_from_state.rst", "_autosummary/ostk.astrodynamics.utilities.position_from_lla.rst", "_autosummary/ostk.astrodynamics.viewer.rst", "_autosummary/ostk.astrodynamics.viewer.ConicSensor.rst", "_autosummary/ostk.astrodynamics.viewer.RectangularSensor.rst", "_autosummary/ostk.astrodynamics.viewer.Sensor.rst", "_autosummary/ostk.astrodynamics.viewer.Viewer.rst", "_notebooks/Access Computation.ipynb", "_notebooks/Area Coverage.ipynb", "_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb", "_notebooks/Constant Thrust Dynamics.ipynb", "_notebooks/Custom Event Condition.ipynb", "_notebooks/Custom Window Generation.ipynb", "_notebooks/Find RF Interference Accesses.ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb", "_notebooks/Orbit Computation.ipynb", "_notebooks/QLaw Examples.ipynb", "_notebooks/Sensor Modeling.ipynb", "_notebooks/Station-Keeping Sequence.ipynb", "_notebooks/Station-Keeping Sequence [QLaw].ipynb", "_notebooks/Target Tracking.ipynb", "_notebooks/Visualize Satellite Trajectory (Cesium).ipynb", "cpp.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_access.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity.rst", "cpp_rst/classlist.rst", "index.md", "notebook.rst", "python.rst"], "indexentries": {"__add__() (state method)": [[73, "ostk.astrodynamics.trajectory.State.__add__", false]], "__add__() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.__add__", false]], "absolute_effectivity_threshold (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.absolute_effectivity_threshold", false]], "access (class in ostk.astrodynamics)": [[2, "ostk.astrodynamics.Access", false]], "access.type (class in ostk.astrodynamics)": [[2, "ostk.astrodynamics.Access.Type", false]], "access_cached_state_array() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_cached_state_array", false]], "access_contribution_profile() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_contribution_profile", false]], "access_coordinate_broker() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.access_coordinate_broker", false]], "access_end_instant() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.access_end_instant", false]], "access_end_instant() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.access_end_instant", false]], "access_frame() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_frame", false]], "access_instants() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_instants", false]], "access_kepler_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_kepler_model", false]], "access_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_model", false]], "access_model() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.access_model", false]], "access_model() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.access_model", false]], "access_numerical_solver() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.access_numerical_solver", false]], "access_parent_frame() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.access_parent_frame", false]], "access_propagated_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_propagated_model", false]], "access_propagator() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_propagator", false]], "access_sgp4_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_sgp4_model", false]], "access_start_instant() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.access_start_instant", false]], "access_start_instant() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.access_start_instant", false]], "access_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.access_subsets", false]], "access_tabulated_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_tabulated_model", false]], "accessesplot (class in ostk.astrodynamics.display)": [[26, "ostk.astrodynamics.display.AccessesPlot", false]], "actual_od_span (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.actual_od_span", false]], "add() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.add", false]], "add() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.add", false]], "add() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.add", false]], "add() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.add", false]], "add() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.add", false]], "add_coast_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_coast_segment", false]], "add_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.add_dynamics", false]], "add_line() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_line", false]], "add_maneuver() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.add_maneuver", false]], "add_maneuver_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_maneuver_segment", false]], "add_profile() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_profile", false]], "add_satellite() (accessesplot method)": [[26, "ostk.astrodynamics.display.AccessesPlot.add_satellite", false]], "add_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_segment", false]], "add_segments() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_segments", false]], "add_subset() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.add_subset", false]], "add_target() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_target", false]], "aer_mask() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.aer_mask", false]], "aer_ranges() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.aer_ranges", false]], "align_and_constrain() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.align_and_constrain", false]], "angularcondition (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition", false]], "angularcondition.criterion (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Criterion", false]], "angularcondition.target (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target", false]], "angularcondition.target.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type", false]], "angularvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", false]], "anti_direction (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.anti_direction", false]], "anti_direction (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.anti_direction", false]], "anti_direction (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.anti_direction", false]], "anti_direction (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.anti_direction", false]], "aop() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.aop", false]], "area_drag (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_drag", false]], "area_pc (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_pc", false]], "area_srp (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_srp", false]], "as_kepler() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_kepler", false]], "as_kepler() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_kepler", false]], "as_kepler() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_kepler", false]], "as_kepler() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_kepler", false]], "as_kepler() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_kepler", false]], "as_propagated() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_propagated", false]], "as_propagated() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_propagated", false]], "as_propagated() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_propagated", false]], "as_propagated() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_propagated", false]], "as_propagated() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_propagated", false]], "as_sgp4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_sgp4", false]], "as_sgp4() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_sgp4", false]], "as_sgp4() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_sgp4", false]], "as_sgp4() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_sgp4", false]], "as_sgp4() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_sgp4", false]], "as_tabulated() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.as_tabulated", false]], "as_tabulated() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.as_tabulated", false]], "as_tabulated() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.as_tabulated", false]], "as_transform() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.as_transform", false]], "as_transform() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.as_transform", false]], "as_transform() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.as_transform", false]], "atmospheric_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.atmospheric_model", false]], "atmosphericdrag (class in ostk.astrodynamics.dynamics)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag", false]], "attitudequaternion (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", false]], "axis (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.axis", false]], "axis (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.axis", false]], "axis (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.axis", false]], "axis (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.axis", false]], "b (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.b", false]], "ballistic_coefficient (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.ballistic_coefficient", false]], "bisection() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.bisection", false]], "booleancondition (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition", false]], "booleancondition.criterion (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion", false]], "booleancondition.target (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target", false]], "booleancondition.target.type (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type", false]], "bracket_and_solve() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.bracket_and_solve", false]], "brouwerlyddanemean (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", false]], "brouwerlyddanemean.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType", false]], "brouwerlyddanemean.element (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element", false]], "brouwerlyddanemeanlong (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", false]], "brouwerlyddanemeanlong.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType", false]], "brouwerlyddanemeanlong.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element", false]], "brouwerlyddanemeanshort (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", false]], "brouwerlyddanemeanshort.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType", false]], "brouwerlyddanemeanshort.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element", false]], "build() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.build", false]], "build() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.build", false]], "calculate_average_specific_impulse() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_average_specific_impulse", false]], "calculate_average_thrust() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_average_thrust", false]], "calculate_delta_mass() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_delta_mass", false]], "calculate_delta_v() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_delta_v", false]], "calculate_revolution_number_at() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_revolution_number_at", false]], "calculate_state_at() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_state_at", false]], "calculate_state_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.calculate_state_at", false], [68, "ostk.astrodynamics.trajectory.Model.calculate_state_at", false]], "calculate_state_at() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_state_at", false]], "calculate_state_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_state_at", false]], "calculate_state_at() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_state_at", false]], "calculate_state_at() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_state_at", false]], "calculate_state_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_state_at", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_state_at", false]], "calculate_state_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.calculate_state_at", false]], "calculate_state_to_condition() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_state_to_condition", false]], "calculate_states_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.calculate_states_at", false], [68, "ostk.astrodynamics.trajectory.Model.calculate_states_at", false]], "calculate_states_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_states_at", false]], "calculate_states_at() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_states_at", false]], "calculate_states_at() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.calculate_states_at", false]], "calculate_states_at() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.calculate_states_at", false]], "calculate_states_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_states_at", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_states_at", false]], "calculate_states_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.calculate_states_at", false]], "calculate_thrust_acceleration_at() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.calculate_thrust_acceleration_at", false]], "calculate_thrust_acceleration_at() (guidancelaw method)": [[5, "ostk.astrodynamics.GuidanceLaw.calculate_thrust_acceleration_at", false]], "calculate_thrust_acceleration_at() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.calculate_thrust_acceleration_at", false]], "can_parse() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.can_parse", false]], "cartesian() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.cartesian", false]], "cartesian() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.cartesian", false]], "cartesian() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.cartesian", false]], "cartesian() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.cartesian", false]], "cartesianposition (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", false]], "cartesianvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", false]], "catalog_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.catalog_name", false]], "ccsds_cdm_version (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.ccsds_cdm_version", false]], "cd_area_over_mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.cd_area_over_mass", false]], "cdm (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM", false]], "cdm.data (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data", false]], "cdm.header (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header", false]], "cdm.metadata (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata", false]], "cdm.objecttype (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType", false]], "cdm.relativemetadata (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata", false]], "centralbodygravity (class in ostk.astrodynamics.dynamics)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity", false]], "circular() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.circular", false]], "circular_equatorial() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.circular_equatorial", false]], "clear_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.clear_dynamics", false]], "coast() (segment static method)": [[71, "ostk.astrodynamics.trajectory.Segment.coast", false]], "coe (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", false]], "coe() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.COE", false]], "coe() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.COE", false]], "coe.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType", false]], "coe.element (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element", false]], "coecondition (class in ostk.astrodynamics.event_condition)": [[41, "ostk.astrodynamics.event_condition.COECondition", false]], "coerce_to_datetime() (in module ostk.astrodynamics.converters)": [[13, "ostk.astrodynamics.converters.coerce_to_datetime", false]], "coerce_to_instant() (in module ostk.astrodynamics.converters)": [[14, "ostk.astrodynamics.converters.coerce_to_instant", false]], "coerce_to_interval() (in module ostk.astrodynamics.converters)": [[15, "ostk.astrodynamics.converters.coerce_to_interval", false]], "coerce_to_iso() (in module ostk.astrodynamics.converters)": [[16, "ostk.astrodynamics.converters.coerce_to_iso", false]], "collision_probability (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.collision_probability", false]], "collision_probability_method (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.collision_probability_method", false]], "comment (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.comment", false]], "comment (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.comment", false]], "comment (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.comment", false]], "compute_accesses() (generator method)": [[9, "ostk.astrodynamics.access.Generator.compute_accesses", false]], "compute_aer() (in module ostk.astrodynamics.utilities)": [[103, "ostk.astrodynamics.utilities.compute_aer", false]], "compute_angular_momentum() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_angular_momentum", false]], "compute_angular_momentum() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_angular_momentum", false]], "compute_contribution() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.compute_contribution", false]], "compute_contribution() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.compute_contribution", false]], "compute_contribution() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.compute_contribution", false]], "compute_contribution() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.compute_contribution", false]], "compute_contribution() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.compute_contribution", false]], "compute_contribution() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.compute_contribution", false]], "compute_contribution() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.compute_contribution", false]], "compute_delta_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_mass", false]], "compute_delta_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_mass", false]], "compute_delta_v() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_v", false]], "compute_delta_v() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_v", false]], "compute_gradient() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_gradient", false]], "compute_ground_track() (in module ostk.astrodynamics.utilities)": [[104, "ostk.astrodynamics.utilities.compute_ground_track", false]], "compute_jacobian() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_jacobian", false]], "compute_ltan() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_ltan", false]], "compute_ltan() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_ltan", false]], "compute_ltan() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_ltan", false]], "compute_ltan() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_ltan", false]], "compute_mean_ltan() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_mean_ltan", false]], "compute_mean_ltan() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_mean_ltan", false]], "compute_mean_ltan() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_mean_ltan", false]], "compute_mean_ltan() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_mean_ltan", false]], "compute_passes() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.compute_passes", false]], "compute_passes_with_model() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.compute_passes_with_model", false]], "compute_radial_distance() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_radial_distance", false]], "compute_radial_distance() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_radial_distance", false]], "compute_semi_latus_rectum() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_semi_latus_rectum", false]], "compute_time_lla_aer_coordinates() (in module ostk.astrodynamics.utilities)": [[105, "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", false]], "compute_trajectory_geometry() (in module ostk.astrodynamics.utilities)": [[106, "ostk.astrodynamics.utilities.compute_trajectory_geometry", false]], "condition_is_satisfied (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.condition_is_satisfied", false]], "condition_is_satisfied (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.condition_is_satisfied", false]], "conditional() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.conditional", false]], "conicsensor (class in ostk.astrodynamics.viewer)": [[112, "ostk.astrodynamics.viewer.ConicSensor", false]], "constant_mass_flow_rate_profile() (maneuver static method)": [[46, "ostk.astrodynamics.flight.Maneuver.constant_mass_flow_rate_profile", false]], "constantthrust (class in ostk.astrodynamics.guidance_law)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust", false]], "construct() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.construct", false]], "construct() (localorbitalframetransformprovider static method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.construct", false]], "construct() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.construct", false]], "convert_state() (in module ostk.astrodynamics.utilities)": [[107, "ostk.astrodynamics.utilities.convert_state", false]], "convert_to_ground_track_plotting_data() (in module ostk.astrodynamics.display)": [[27, "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", false]], "coordinatebroker (class in ostk.astrodynamics.trajectory.state)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker", false]], "coordinatesubset (class in ostk.astrodynamics.trajectory.state)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset", false]], "covariance_matrix (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.covariance_matrix", false]], "covariance_method (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.covariance_method", false]], "cr_area_over_mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.cr_area_over_mass", false]], "create_2d_map() (in module ostk.astrodynamics.display)": [[28, "ostk.astrodynamics.display.create_2d_map", false]], "create_3d_globe() (in module ostk.astrodynamics.display)": [[29, "ostk.astrodynamics.display.create_3d_globe", false]], "create_plotly_figure() (in module ostk.astrodynamics.display)": [[30, "ostk.astrodynamics.display.create_plotly_figure", false]], "creation_date (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.creation_date", false]], "custom_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.custom_pointing", false]], "date (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.date", false]], "default() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.default", false]], "default() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.default", false]], "default() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.default", false]], "default() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.default", false]], "default() (finitedifferencesolver static method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.default", false]], "default() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.default", false]], "default() (propagator static method)": [[70, "ostk.astrodynamics.trajectory.Propagator.default", false]], "default() (propulsionsystem static method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.default", false]], "default() (rootsolver static method)": [[6, "ostk.astrodynamics.RootSolver.default", false]], "default() (satellitesystem static method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.default", false]], "default() (satellitesystembuilder static method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.default", false]], "default_conditional() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.default_conditional", false]], "dictionary() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.dictionary", false]], "dictionary() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.dictionary", false]], "drag_coefficient() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.drag_coefficient", false]], "drag_coefficient() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.drag_coefficient", false]], "drag_coefficient() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.drag_coefficient", false]], "drag_coefficient() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.drag_coefficient", false]], "drag_coefficient() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.drag_coefficient", false]], "duration_condition() (booleancondition static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.duration_condition", false]], "duration_condition() (instantcondition static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.duration_condition", false]], "duration_condition() (realcondition static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.duration_condition", false]], "dynamics (class in ostk.astrodynamics)": [[3, "ostk.astrodynamics.Dynamics", false]], "dynamics (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.dynamics", false]], "earth_tides (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.earth_tides", false]], "eccentric_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.eccentric_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_true_anomaly", false]], "eccentricity() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.eccentricity", false]], "end_screen_period (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.end_screen_period", false]], "ephemeris_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.ephemeris_name", false]], "equatorial() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.equatorial", false]], "evaluate() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.evaluate", false]], "evaluate() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.evaluate", false]], "evaluate() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.evaluate", false]], "eventcondition (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition", false]], "eventcondition.target (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition.Target", false]], "eventcondition.target.type (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition.Target.Type", false]], "execution_is_complete (sequence.solution property)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.execution_is_complete", false]], "expand() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.expand", false]], "extract_coordinate() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinate", false]], "extract_coordinate() (state method)": [[73, "ostk.astrodynamics.trajectory.State.extract_coordinate", false]], "extract_coordinates() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinates", false]], "extract_coordinates() (state method)": [[73, "ostk.astrodynamics.trajectory.State.extract_coordinates", false]], "extract_maneuvers() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.extract_maneuvers", false]], "finitedifferencesolver (class in ostk.astrodynamics.solver)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver", false]], "finitedifferencesolver.type (class in ostk.astrodynamics.solver)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type", false]], "fixed_step_size() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.fixed_step_size", false]], "from_dict() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.from_dict", false]], "from_environment() (atmosphericdrag static method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.from_environment", false]], "from_environment() (centralbodygravity static method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.from_environment", false]], "from_environment() (dynamics static method)": [[3, "ostk.astrodynamics.Dynamics.from_environment", false]], "from_environment() (positionderivative static method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.from_environment", false]], "from_environment() (propagator static method)": [[70, "ostk.astrodynamics.trajectory.Propagator.from_environment", false]], "from_environment() (tabulated static method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.from_environment", false]], "from_environment() (thirdbodygravity static method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.from_environment", false]], "from_environment() (thruster static method)": [[37, "ostk.astrodynamics.dynamics.Thruster.from_environment", false]], "from_si_vector() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.from_SI_vector", false]], "from_si_vector() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.from_SI_vector", false]], "generate_checksum() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.generate_checksum", false]], "generate_column_names() (in module ostk.astrodynamics.dataframe)": [[18, "ostk.astrodynamics.dataframe.generate_column_names", false]], "generate_dataframe_from_orbit() (in module ostk.astrodynamics.dataframe)": [[19, "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", false]], "generate_dataframe_from_profile() (in module ostk.astrodynamics.dataframe)": [[20, "ostk.astrodynamics.dataframe.generate_dataframe_from_profile", false]], "generate_dataframe_from_states() (in module ostk.astrodynamics.dataframe)": [[21, "ostk.astrodynamics.dataframe.generate_dataframe_from_states", false]], "generate_frame() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.generate_frame", false]], "generate_orbit_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[22, "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", false]], "generate_profile_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[23, "ostk.astrodynamics.dataframe.generate_profile_from_dataframe", false]], "generate_states_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[24, "ostk.astrodynamics.dataframe.generate_states_from_dataframe", false]], "generation_date (opm.header property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.generation_date", false]], "generator (class in ostk.astrodynamics.access)": [[9, "ostk.astrodynamics.access.Generator", false]], "geo_synchronous() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.geo_synchronous", false]], "get_absolute_tolerance() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_absolute_tolerance", false]], "get_acceleration() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_acceleration", false]], "get_acceleration_profile() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_acceleration_profile", false]], "get_access_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_access_filter", false]], "get_acquisition_of_signal() (access method)": [[2, "ostk.astrodynamics.Access.get_acquisition_of_signal", false]], "get_aer_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_aer_filter", false]], "get_all_dynamics_contributions() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_all_dynamics_contributions", false]], "get_angular_momentum() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_angular_momentum", false]], "get_angular_momentum() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_angular_momentum", false]], "get_angular_velocity() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_angular_velocity", false]], "get_aop() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_aop", false]], "get_aop() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_aop", false]], "get_aop() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_aop", false]], "get_aop() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_aop", false]], "get_aop() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_aop", false]], "get_apoapsis_radius() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_apoapsis_radius", false]], "get_apoapsis_radius() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_apoapsis_radius", false]], "get_attitude() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_attitude", false]], "get_axes_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.get_axes_at", false]], "get_axes_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_axes_at", false]], "get_axes_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_axes_at", false]], "get_axes_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.get_axes_at", false]], "get_b_star_drag_term() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_b_star_drag_term", false]], "get_body_frame() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.get_body_frame", false]], "get_body_frame() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_body_frame", false]], "get_body_frame() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_body_frame", false]], "get_body_frame() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.get_body_frame", false]], "get_cartesian_state() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_cartesian_state", false]], "get_cartesian_state() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_cartesian_state", false]], "get_ccsds_cdm_version() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_ccsds_cdm_version", false]], "get_celestial() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_celestial", false]], "get_celestial() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_celestial", false]], "get_celestial() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_celestial", false]], "get_classical_orbital_elements() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_classical_orbital_elements", false]], "get_classification() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_classification", false]], "get_collision_probability() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_collision_probability", false]], "get_collision_probability_method() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_collision_probability_method", false]], "get_condition_function() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_condition_function", false]], "get_contribution_profile_from_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_contribution_profile_from_coordinate_subsets", false]], "get_control_weights() (qlaw.parameters method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_control_weights", false]], "get_coordinate_subsets() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_coordinate_subsets", false]], "get_coordinate_subsets() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.get_coordinate_subsets", false]], "get_coordinates() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_coordinates", false]], "get_creation_instant() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_creation_instant", false]], "get_criterion() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_criterion", false]], "get_criterion() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_criterion", false]], "get_criterion() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_criterion", false]], "get_criterion() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_criterion", false]], "get_cross_sectional_surface_area() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_cross_sectional_surface_area", false]], "get_data_array() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_data_array", false]], "get_deployment_at() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_at", false]], "get_deployment_with_name() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_with_name", false]], "get_deployments() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployments", false]], "get_drag_coefficient() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_drag_coefficient", false]], "get_duration() (access method)": [[2, "ostk.astrodynamics.Access.get_duration", false]], "get_duration() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_duration", false]], "get_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.get_dynamics", false]], "get_dynamics() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_dynamics", false]], "get_dynamics() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_dynamics", false]], "get_dynamics_acceleration_contribution() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_acceleration_contribution", false]], "get_dynamics_contribution() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_contribution", false]], "get_eccentric_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentric_anomaly", false]], "get_eccentricity() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentricity", false]], "get_eccentricity() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentricity", false]], "get_eccentricity() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_eccentricity", false]], "get_element_set_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_element_set_number", false]], "get_end_instant() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_end_instant", false]], "get_ephemeris_type() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_ephemeris_type", false]], "get_epoch() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_epoch", false]], "get_epoch() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_epoch", false]], "get_epoch() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_epoch", false]], "get_epoch() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_epoch", false]], "get_epoch() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_epoch", false]], "get_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_epoch", false]], "get_equatorial_radius() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_equatorial_radius", false]], "get_evaluator() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_evaluator", false]], "get_evaluator() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_evaluator", false]], "get_evaluator() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_evaluator", false]], "get_evaluator() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_evaluator", false]], "get_evaluator() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_evaluator", false]], "get_evaluator() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_evaluator", false]], "get_event_condition() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_event_condition", false]], "get_event_conditions() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_event_conditions", false]], "get_final_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_final_mass", false]], "get_final_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_final_mass", false]], "get_first_line() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line", false]], "get_first_line_checksum() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line_checksum", false]], "get_frame() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_frame", false]], "get_frame() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.get_frame", false]], "get_geometry() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_geometry", false]], "get_geometry() (system method)": [[48, "ostk.astrodynamics.flight.System.get_geometry", false]], "get_gradient_strategy() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_gradient_strategy", false]], "get_gravitational_parameter() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_gravitational_parameter", false]], "get_guidance_law() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_guidance_law", false]], "get_header() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_header", false]], "get_header() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_header", false]], "get_id() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_id", false]], "get_id() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_id", false]], "get_id() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_id", false]], "get_id() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_id", false]], "get_id() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_id", false]], "get_inclination() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_inclination", false]], "get_inclination() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_inclination", false]], "get_inclination() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_inclination", false]], "get_inclination() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_inclination", false]], "get_inclination() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_inclination", false]], "get_inertia_tensor() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_inertia_tensor", false]], "get_initial_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_initial_mass", false]], "get_initial_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_initial_mass", false]], "get_instant() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_instant", false]], "get_instant() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_instant", false]], "get_instant_at_ascending_node() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_ascending_node", false]], "get_instant_at_descending_node() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_descending_node", false]], "get_instant_at_north_point() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_north_point", false]], "get_instant_at_pass_break() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_pass_break", false]], "get_instant_at_south_point() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_south_point", false]], "get_instants() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_instants", false]], "get_international_designator() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_international_designator", false]], "get_interpolation_type() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_interpolation_type", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interpolation_type", false]], "get_interval() (access method)": [[2, "ostk.astrodynamics.Access.get_interval", false]], "get_interval() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_interval", false]], "get_interval() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_interval", false]], "get_interval() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_interval", false]], "get_interval() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_interval", false]], "get_interval() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_interval", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interval", false]], "get_j2() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j2", false]], "get_j4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j4", false]], "get_local_orbital_frame_factory() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_local_orbital_frame_factory", false]], "get_local_thrust_direction() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.get_local_thrust_direction", false]], "get_log_type() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_log_type", false]], "get_loss_of_signal() (access method)": [[2, "ostk.astrodynamics.Access.get_loss_of_signal", false]], "get_mass() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_mass", false]], "get_mass() (system method)": [[48, "ostk.astrodynamics.flight.System.get_mass", false]], "get_mass_flow_rate() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_mass_flow_rate", false]], "get_mass_flow_rate_profile() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_mass_flow_rate_profile", false]], "get_max_elevation() (access method)": [[2, "ostk.astrodynamics.Access.get_max_elevation", false]], "get_maximum_iteration_count() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.get_maximum_iteration_count", false]], "get_maximum_iteration_count() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_maximum_iteration_count", false]], "get_maximum_propagation_duration() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_maximum_propagation_duration", false]], "get_mean_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_anomaly", false]], "get_mean_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_anomaly", false]], "get_mean_anomaly() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_anomaly", false]], "get_mean_motion() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_motion", false]], "get_mean_motion() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_motion", false]], "get_mean_motion() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion", false]], "get_mean_motion_first_time_derivative_divided_by_two() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion_first_time_derivative_divided_by_two", false]], "get_mean_motion_second_time_derivative_divided_by_six() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion_second_time_derivative_divided_by_six", false]], "get_message_for() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_message_for", false]], "get_message_id() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_message_id", false]], "get_metadata_array() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_metadata_array", false]], "get_minimum_periapsis_radius() (qlaw.parameters method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_minimum_periapsis_radius", false]], "get_miss_distance() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_miss_distance", false]], "get_name() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_name", false]], "get_name() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_name", false]], "get_name() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_name", false]], "get_name() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_name", false]], "get_name() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_name", false]], "get_name() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_name", false]], "get_name() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_name", false]], "get_name() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_name", false]], "get_name() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.get_name", false]], "get_name() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_name", false]], "get_name() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_name", false]], "get_name() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_name", false]], "get_name() (guidancelaw method)": [[5, "ostk.astrodynamics.GuidanceLaw.get_name", false]], "get_name() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_name", false]], "get_name() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_name", false]], "get_name() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_name", false]], "get_name() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_name", false]], "get_name() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_name", false]], "get_name() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_name", false]], "get_name() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_name", false]], "get_name() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_name", false]], "get_name() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_name", false]], "get_nodal_precession_rate() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_nodal_precession_rate", false]], "get_number_of_coordinates() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_coordinates", false]], "get_number_of_coordinates() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.get_number_of_coordinates", false]], "get_number_of_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_subsets", false]], "get_numerical_solver() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_numerical_solver", false]], "get_numerical_solver() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_numerical_solver", false]], "get_object_data_at() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_object_data_at", false]], "get_object_metadata_at() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_object_metadata_at", false]], "get_observed_state_vectors() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_state_vectors", false]], "get_observed_states() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_states", false]], "get_orbital_frame() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_orbital_frame", false]], "get_orbital_period() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_orbital_period", false]], "get_orbital_period() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_orbital_period", false]], "get_originator() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_originator", false]], "get_parameters() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_parameters", false]], "get_pass_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_pass_at", false]], "get_pass_with_revolution_number() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_pass_with_revolution_number", false]], "get_passes_within_interval() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_passes_within_interval", false]], "get_periapsis_radius() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_periapsis_radius", false]], "get_periapsis_radius() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_periapsis_radius", false]], "get_perturbation_type() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_perturbation_type", false]], "get_position() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_position", false]], "get_propagation_duration() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_propagation_duration", false]], "get_propagation_duration() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_propagation_duration", false]], "get_propulsion_system() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_propulsion_system", false]], "get_raan() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_raan", false]], "get_raan() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_raan", false]], "get_raan() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_raan", false]], "get_raan() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_raan", false]], "get_raan() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_raan", false]], "get_radial_distance() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_radial_distance", false]], "get_radial_distance() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_radial_distance", false]], "get_read_coordinate_subsets() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_read_coordinate_subsets", false]], "get_relative_metadata() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_metadata", false]], "get_relative_position() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_position", false]], "get_relative_tolerance() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_relative_tolerance", false]], "get_relative_velocity() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_velocity", false]], "get_revolution_number() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_revolution_number", false]], "get_revolution_number_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_revolution_number_at", false]], "get_revolution_number_at_epoch() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_revolution_number_at_epoch", false]], "get_root_solver() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_root_solver", false]], "get_satellite_name() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_name", false]], "get_satellite_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_number", false]], "get_satellite_system() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_satellite_system", false]], "get_second_line() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line", false]], "get_second_line_checksum() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line_checksum", false]], "get_segments() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_segments", false]], "get_semi_latus_rectum() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_latus_rectum", false]], "get_semi_major_axis() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_major_axis", false]], "get_semi_major_axis() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_major_axis", false]], "get_si_vector() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_SI_vector", false]], "get_si_vector() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_SI_vector", false]], "get_size() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_size", false]], "get_size() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_size", false]], "get_size() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_size", false]], "get_size() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_size", false]], "get_size() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_size", false]], "get_size() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_size", false]], "get_specific_impulse() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_specific_impulse", false]], "get_start_instant() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_start_instant", false]], "get_state_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_state_at", false]], "get_state_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_state_at", false]], "get_state_at() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.get_state_at", false]], "get_state_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_state_filter", false]], "get_states() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_states", false]], "get_states_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_states_at", false]], "get_states_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_states_at", false]], "get_states_at() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.get_states_at", false]], "get_step() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_step", false]], "get_step_duration() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_duration", false]], "get_step_percentage() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_percentage", false]], "get_stepper_type() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_stepper_type", false]], "get_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_subsets", false]], "get_target() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target", false]], "get_target() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_target", false]], "get_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_target", false]], "get_target() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_target", false]], "get_target() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_target", false]], "get_target() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_target", false]], "get_target_angle() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target_angle", false]], "get_target_coe() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_target_coe", false]], "get_target_range() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target_range", false]], "get_thrust() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_thrust", false]], "get_time_of_closest_approach() (access method)": [[2, "ostk.astrodynamics.Access.get_time_of_closest_approach", false]], "get_time_of_closest_approach() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_time_of_closest_approach", false]], "get_time_step() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_time_step", false]], "get_time_step() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_time_step", false]], "get_tle() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_tle", false]], "get_tolerance() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_tolerance", false]], "get_tolerance() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.get_tolerance", false]], "get_tolerance() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_tolerance", false]], "get_transform_at() (localorbitalframetransformprovider method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_at", false]], "get_transform_generator() (localorbitalframetransformprovider static method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_generator", false]], "get_true_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_true_anomaly", false]], "get_true_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_true_anomaly", false]], "get_type() (access method)": [[2, "ostk.astrodynamics.Access.get_type", false]], "get_type() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_type", false]], "get_type() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_type", false]], "get_type() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_type", false]], "get_type() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_type", false]], "get_value() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_value", false]], "get_velocity() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_velocity", false]], "get_write_coordinate_subsets() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_write_coordinate_subsets", false]], "gravity_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.gravity_model", false]], "ground_strip() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.ground_strip", false]], "ground_strip() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.ground_strip", false]], "guidancelaw (class in ostk.astrodynamics)": [[5, "ostk.astrodynamics.GuidanceLaw", false]], "has_converged (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.has_converged", false]], "has_subset() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.has_subset", false]], "has_subset() (state method)": [[73, "ostk.astrodynamics.trajectory.State.has_subset", false]], "in_frame() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.in_frame", false]], "in_frame() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.in_frame", false]], "in_frame() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.in_frame", false]], "in_frame() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.in_frame", false]], "in_frame() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.in_frame", false]], "in_frame() (state method)": [[73, "ostk.astrodynamics.trajectory.State.in_frame", false]], "in_track_thrust (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.in_track_thrust", false]], "inclination() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.inclination", false]], "inertial_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.inertial_pointing", false]], "inertial_pointing() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.inertial_pointing", false]], "instantcondition (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition", false]], "instantcondition.criterion (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Criterion", false]], "instantcondition.target (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target", false]], "instantcondition.target.type (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type", false]], "integrate_duration() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_duration", false]], "integrate_time() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_time", false]], "international_designator (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.international_designator", false]], "intrack() (constantthrust static method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.intrack", false]], "is_complete() (access method)": [[2, "ostk.astrodynamics.Access.is_complete", false]], "is_complete() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.is_complete", false]], "is_defined() (access method)": [[2, "ostk.astrodynamics.Access.is_defined", false]], "is_defined() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.is_defined", false]], "is_defined() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.is_defined", false]], "is_defined() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.is_defined", false]], "is_defined() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.is_defined", false]], "is_defined() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.is_defined", false]], "is_defined() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.is_defined", false]], "is_defined() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.is_defined", false]], "is_defined() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.is_defined", false]], "is_defined() (generator method)": [[9, "ostk.astrodynamics.access.Generator.is_defined", false]], "is_defined() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_defined", false]], "is_defined() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.is_defined", false]], "is_defined() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.is_defined", false]], "is_defined() (localorbitalframetransformprovider method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.is_defined", false]], "is_defined() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.is_defined", false]], "is_defined() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_defined", false], [68, "ostk.astrodynamics.trajectory.Model.is_defined", false]], "is_defined() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.is_defined", false]], "is_defined() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.is_defined", false]], "is_defined() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.is_defined", false]], "is_defined() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_defined", false]], "is_defined() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.is_defined", false]], "is_defined() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.is_defined", false]], "is_defined() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.is_defined", false]], "is_defined() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_defined", false]], "is_defined() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.is_defined", false]], "is_defined() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.is_defined", false]], "is_defined() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.is_defined", false]], "is_defined() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_defined", false]], "is_defined() (state method)": [[73, "ostk.astrodynamics.trajectory.State.is_defined", false]], "is_defined() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.is_defined", false]], "is_defined() (system method)": [[48, "ostk.astrodynamics.flight.System.is_defined", false]], "is_defined() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.is_defined", false], [52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_defined", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_defined", false]], "is_defined() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.is_defined", false]], "is_defined() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.is_defined", false]], "is_defined() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.is_defined", false]], "is_defined() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.is_defined", false]], "is_defined() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_defined", false]], "is_inversed() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.is_inversed", false]], "is_kepler() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_kepler", false]], "is_kepler() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_kepler", false]], "is_kepler() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_kepler", false]], "is_kepler() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_kepler", false]], "is_kepler() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_kepler", false]], "is_propagated() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_propagated", false]], "is_propagated() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_propagated", false]], "is_propagated() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_propagated", false]], "is_propagated() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_propagated", false]], "is_propagated() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_propagated", false]], "is_satisfied() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.is_satisfied", false]], "is_satisfied() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.is_satisfied", false]], "is_satisfied() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.is_satisfied", false]], "is_satisfied() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.is_satisfied", false]], "is_satisfied() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.is_satisfied", false]], "is_satisfied() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.is_satisfied", false]], "is_sgp4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_sgp4", false]], "is_sgp4() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_sgp4", false]], "is_sgp4() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_sgp4", false]], "is_sgp4() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_sgp4", false]], "is_sgp4() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_sgp4", false]], "is_tabulated() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_tabulated", false]], "is_tabulated() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_tabulated", false]], "is_tabulated() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_tabulated", false]], "is_transform() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_transform", false]], "is_transform() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_transform", false]], "is_transform() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_transform", false]], "iteration_count (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.iteration_count", false]], "iteration_count (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.iteration_count", false]], "k (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.k", false]], "kepler (class in ostk.astrodynamics.trajectory.orbit.model)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler", false]], "kepler.perturbationtype (class in ostk.astrodynamics.trajectory.orbit.model)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType", false]], "launch_date (opm.header property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.launch_date", false]], "lla_from_position() (in module ostk.astrodynamics.utilities)": [[108, "ostk.astrodynamics.utilities.lla_from_position", false]], "lla_from_state() (in module ostk.astrodynamics.utilities)": [[109, "ostk.astrodynamics.utilities.lla_from_state", false]], "load() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.load", false]], "load() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.load", false]], "load() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.load", false]], "localorbitalframedirection (class in ostk.astrodynamics.trajectory)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", false]], "localorbitalframefactory (class in ostk.astrodynamics.trajectory)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", false]], "localorbitalframetransformprovider (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", false]], "localorbitalframetransformprovider.type (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type", false]], "logicalcondition (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition", false]], "logicalcondition.target (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target", false]], "logicalcondition.target.type (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type", false]], "logicalcondition.type (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Type", false]], "lvlh() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.LVLH", false]], "m (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.m", false]], "maneuver (class in ostk.astrodynamics.flight)": [[46, "ostk.astrodynamics.flight.Maneuver", false]], "maneuver() (segment static method)": [[71, "ostk.astrodynamics.trajectory.Segment.maneuver", false]], "maneuverable (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.maneuverable", false]], "mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.mass", false]], "mass() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.mass", false]], "mass() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.mass", false]], "mass() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.mass", false]], "mass() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.mass", false]], "mass() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.mass", false]], "mean_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.mean_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.mean_anomaly_from_eccentric_anomaly", false]], "mean_apogee_altitude (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_apogee_altitude", false]], "mean_argument_of_perigee (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_argument_of_perigee", false]], "mean_inclination (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_inclination", false]], "mean_longitude_ascending_node (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_longitude_ascending_node", false]], "mean_mean_anomaly (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_mean_anomaly", false]], "mean_perigee_altitude (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_perigee_altitude", false]], "message_for (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.message_for", false]], "message_id (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.message_id", false]], "miss_distance (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.miss_distance", false]], "mission_time (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mission_time", false]], "model (class in ostk.astrodynamics.flight.profile)": [[50, "ostk.astrodynamics.flight.profile.Model", false]], "model (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Model", false]], "module": [[1, "module-ostk.astrodynamics", false], [8, "module-ostk.astrodynamics.access", false], [10, "module-ostk.astrodynamics.conjunction.message.ccsds", false], [12, "module-ostk.astrodynamics.converters", false], [17, "module-ostk.astrodynamics.dataframe", false], [25, "module-ostk.astrodynamics.display", false], [31, "module-ostk.astrodynamics.dynamics", false], [38, "module-ostk.astrodynamics.event_condition", false], [45, "module-ostk.astrodynamics.flight", false], [49, "module-ostk.astrodynamics.flight.profile", false], [51, "module-ostk.astrodynamics.flight.profile.model", false], [54, "module-ostk.astrodynamics.flight.system", false], [58, "module-ostk.astrodynamics.guidance_law", false], [61, "module-ostk.astrodynamics.solver", false], [64, "module-ostk.astrodynamics.trajectory", false], [75, "module-ostk.astrodynamics.trajectory.orbit", false], [78, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false], [80, "module-ostk.astrodynamics.trajectory.orbit.model", false], [86, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false], [89, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false], [91, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false], [93, "module-ostk.astrodynamics.trajectory.state", false], [97, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false], [102, "module-ostk.astrodynamics.utilities", false], [111, "module-ostk.astrodynamics.viewer", false]], "n (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.n", false]], "n_body_perturbations (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.n_body_perturbations", false]], "nadir_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.nadir_pointing", false]], "nadir_pointing() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.nadir_pointing", false]], "name (access.type property)": [[2, "ostk.astrodynamics.Access.Type.name", false]], "name (angularcondition.criterion property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Criterion.name", false]], "name (angularcondition.target.type property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type.name", false]], "name (booleancondition.criterion property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion.name", false]], "name (booleancondition.target.type property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type.name", false]], "name (brouwerlyddanemean.anomalytype property)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType.name", false]], "name (brouwerlyddanemean.element property)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element.name", false]], "name (brouwerlyddanemeanlong.anomalytype property)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType.name", false]], "name (brouwerlyddanemeanlong.element property)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element.name", false]], "name (brouwerlyddanemeanshort.anomalytype property)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType.name", false]], "name (brouwerlyddanemeanshort.element property)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element.name", false]], "name (cdm.objecttype property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType.name", false]], "name (coe.anomalytype property)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType.name", false]], "name (coe.element property)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element.name", false]], "name (eventcondition.target.type property)": [[4, "ostk.astrodynamics.EventCondition.Target.Type.name", false]], "name (finitedifferencesolver.type property)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type.name", false]], "name (instantcondition.criterion property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Criterion.name", false]], "name (instantcondition.target.type property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type.name", false]], "name (kepler.perturbationtype property)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType.name", false]], "name (localorbitalframetransformprovider.type property)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type.name", false]], "name (logicalcondition.target.type property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type.name", false]], "name (logicalcondition.type property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Type.name", false]], "name (numericalsolver.logtype property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType.name", false]], "name (numericalsolver.steppertype property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType.name", false]], "name (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.name", false]], "name (orbit.frametype property)": [[69, "ostk.astrodynamics.trajectory.Orbit.FrameType.name", false]], "name (pass.phase property)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Phase.name", false]], "name (pass.type property)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Type.name", false]], "name (profile.axis property)": [[47, "ostk.astrodynamics.flight.Profile.Axis.name", false]], "name (profile.targettype property)": [[47, "ostk.astrodynamics.flight.Profile.TargetType.name", false]], "name (qlaw.gradientstrategy property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy.name", false]], "name (realcondition.criterion property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Criterion.name", false]], "name (realcondition.target.type property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.Type.name", false]], "name (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.name", false]], "name (segment.type property)": [[71, "ostk.astrodynamics.trajectory.Segment.Type.name", false]], "ned() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.NED", false]], "numericalsolver (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver", false]], "numericalsolver.conditionsolution (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution", false]], "numericalsolver.logtype (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType", false]], "numericalsolver.steppertype (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType", false]], "object (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object", false]], "object_designator (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_designator", false]], "object_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_name", false]], "object_type (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_type", false]], "object_type_from_string() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.object_type_from_string", false]], "observations_available (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.observations_available", false]], "observations_used (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.observations_used", false]], "operator_contact_position (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_contact_position", false]], "operator_email (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_email", false]], "operator_organization (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_organization", false]], "operator_phone (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_phone", false]], "opm (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", false]], "opm.deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment", false]], "opm.header (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header", false]], "orbit (class in ostk.astrodynamics.trajectory)": [[69, "ostk.astrodynamics.trajectory.Orbit", false]], "orbit.frametype (class in ostk.astrodynamics.trajectory)": [[69, "ostk.astrodynamics.trajectory.Orbit.FrameType", false]], "orbit_center (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.orbit_center", false]], "orbitmodel (class in ostk.astrodynamics.trajectory.orbit)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel", false]], "orientation_generator (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.orientation_generator", false]], "orientation_profile (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.orientation_profile", false]], "originator (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.originator", false]], "ostk.astrodynamics": [[1, "module-ostk.astrodynamics", false]], "ostk.astrodynamics.access": [[8, "module-ostk.astrodynamics.access", false]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, "module-ostk.astrodynamics.conjunction.message.ccsds", false]], "ostk.astrodynamics.converters": [[12, "module-ostk.astrodynamics.converters", false]], "ostk.astrodynamics.dataframe": [[17, "module-ostk.astrodynamics.dataframe", false]], "ostk.astrodynamics.display": [[25, "module-ostk.astrodynamics.display", false]], "ostk.astrodynamics.dynamics": [[31, "module-ostk.astrodynamics.dynamics", false]], "ostk.astrodynamics.event_condition": [[38, "module-ostk.astrodynamics.event_condition", false]], "ostk.astrodynamics.flight": [[45, "module-ostk.astrodynamics.flight", false]], "ostk.astrodynamics.flight.profile": [[49, "module-ostk.astrodynamics.flight.profile", false]], "ostk.astrodynamics.flight.profile.model": [[51, "module-ostk.astrodynamics.flight.profile.model", false]], "ostk.astrodynamics.flight.system": [[54, "module-ostk.astrodynamics.flight.system", false]], "ostk.astrodynamics.guidance_law": [[58, "module-ostk.astrodynamics.guidance_law", false]], "ostk.astrodynamics.solver": [[61, "module-ostk.astrodynamics.solver", false]], "ostk.astrodynamics.trajectory": [[64, "module-ostk.astrodynamics.trajectory", false]], "ostk.astrodynamics.trajectory.orbit": [[75, "module-ostk.astrodynamics.trajectory.orbit", false]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[78, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false]], "ostk.astrodynamics.trajectory.orbit.model": [[80, "module-ostk.astrodynamics.trajectory.orbit.model", false]], "ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean": [[86, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[89, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[91, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false]], "ostk.astrodynamics.trajectory.state": [[93, "module-ostk.astrodynamics.trajectory.state", false]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[97, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false]], "ostk.astrodynamics.utilities": [[102, "module-ostk.astrodynamics.utilities", false]], "ostk.astrodynamics.viewer": [[111, "module-ostk.astrodynamics.viewer", false]], "ostk::astrodynamics::access (c++ class)": [[135, "_CPPv4N4ostk13astrodynamics6AccessE", false]], "ostk::astrodynamics::access::access (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", false]], "ostk::astrodynamics::access::generator (c++ class)": [[141, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", false]], "ostk::astrodynamics::access::generator::aermask (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::aerranges (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::computeaccesses (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::generator (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", false], [141, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", false]], "ostk::astrodynamics::access::generator::getaccessfilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", false]], "ostk::astrodynamics::access::generator::getaerfilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", false]], "ostk::astrodynamics::access::generator::getconditionfunction (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::getstatefilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", false]], "ostk::astrodynamics::access::generator::getstep (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", false]], "ostk::astrodynamics::access::generator::gettolerance (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", false]], "ostk::astrodynamics::access::generator::isdefined (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", false]], "ostk::astrodynamics::access::generator::setaccessfilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", false]], "ostk::astrodynamics::access::generator::setaerfilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", false]], "ostk::astrodynamics::access::generator::setstatefilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", false]], "ostk::astrodynamics::access::generator::setstep (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", false]], "ostk::astrodynamics::access::generator::settolerance (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", false]], "ostk::astrodynamics::access::generator::undefined (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", false]], "ostk::astrodynamics::access::generatorcontext (c++ class)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", false]], "ostk::astrodynamics::access::generatorcontext::calculateaer (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", false]], "ostk::astrodynamics::access::generatorcontext::generatorcontext (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", false]], "ostk::astrodynamics::access::generatorcontext::getpositionsfromstates (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", false]], "ostk::astrodynamics::access::generatorcontext::getstatesat (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generatorcontext::isaccessactive (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", false]], "ostk::astrodynamics::access::getacquisitionofsignal (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", false]], "ostk::astrodynamics::access::getduration (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", false]], "ostk::astrodynamics::access::getinterval (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", false]], "ostk::astrodynamics::access::getlossofsignal (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", false]], "ostk::astrodynamics::access::getmaxelevation (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", false]], "ostk::astrodynamics::access::gettimeofclosestapproach (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", false]], "ostk::astrodynamics::access::gettype (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", false]], "ostk::astrodynamics::access::iscomplete (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", false]], "ostk::astrodynamics::access::isdefined (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", false]], "ostk::astrodynamics::access::operator!= (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", false]], "ostk::astrodynamics::access::operator<< (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", false]], "ostk::astrodynamics::access::operator== (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", false]], "ostk::astrodynamics::access::stringfromtype (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", false]], "ostk::astrodynamics::access::type (c++ enum)": [[135, "_CPPv4N4ostk13astrodynamics6Access4TypeE", false]], "ostk::astrodynamics::access::type::complete (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", false]], "ostk::astrodynamics::access::type::partial (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", false]], "ostk::astrodynamics::access::type::undefined (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", false]], "ostk::astrodynamics::access::undefined (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm (c++ class)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::cdm (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::actualodspan (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areadrag (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areapc (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areasrp (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::cdareaovermass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::covariancematrix (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::crareaovermass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::mass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsavailable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsused (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::recommendedodspan (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::residualsaccepted (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::sedr (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::state (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::thrustacceleration (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobend (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobstart (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksavailable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksused (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::weightedrms (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::dictionary (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getccsdscdmversion (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobability (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobabilitymethod (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcreationdate (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getdataarray (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getheader (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessagefor (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessageid (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmetadataarray (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmissdistance (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancematrix (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancemethod (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdataat (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdesignator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectephemerisname (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectinternationaldesignator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmaneuverability (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmetadataat (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectname (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectreferenceframe (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectstateattca (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjecttype (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getoriginator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativemetadata (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativeposition (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativevelocity (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::gettca (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::ccsdscdmversion (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::creationdate (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messagefor (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messageid (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::originator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::isdefined (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::load (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::atmosphericmodel (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::catalogname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::covariancemethod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::earthtides (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::ephemerisname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::gravitymodel (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::internationaldesignator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::intrackthrust (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::maneuverable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::nbodyperturbations (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::object (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectdesignator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objecttype (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorcontactposition (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatoremail (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatororgnization (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorphone (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::orbitcenter (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::refframe (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::solarradiationpressure (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype (c++ enum)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::debris (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::other (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::payload (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::rocketbody (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::unknown (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttypefromstring (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::operator<< (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::parse (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::print (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobability (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobabilitymethod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::endscreenperiod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::missdistance (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativeposition (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativevelocity (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenentrytime (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenexittime (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeframe (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeshape (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumex (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumey (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumez (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::startscreenperiod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::tca (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::undefined (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", false]], "ostk::astrodynamics::dynamics (c++ class)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicsE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag (c++ class)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::atmosphericdrag (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", false], [144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::computecontribution (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getcelestial (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getreadcoordinatesubsets (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getwritecoordinatesubsets (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::isdefined (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::operator<< (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::print (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::~atmosphericdrag (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", false]], "ostk::astrodynamics::dynamics::centralbodygravity (c++ class)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::centralbodygravity (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", false], [145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::centralbodygravity::computecontribution (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getcelestial (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getreadcoordinatesubsets (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getwritecoordinatesubsets (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::isdefined (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::operator<< (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", false]], "ostk::astrodynamics::dynamics::centralbodygravity::print (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::centralbodygravity::~centralbodygravity (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::computecontribution (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::context (c++ struct)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", false]], "ostk::astrodynamics::dynamics::context::context (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", false]], "ostk::astrodynamics::dynamics::context::dynamics (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", false]], "ostk::astrodynamics::dynamics::context::readindexes (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", false]], "ostk::astrodynamics::dynamics::context::readstatesize (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", false]], "ostk::astrodynamics::dynamics::context::writeindexes (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", false]], "ostk::astrodynamics::dynamics::dynamics (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", false]], "ostk::astrodynamics::dynamics::fromenvironment (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", false]], "ostk::astrodynamics::dynamics::getname (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", false]], "ostk::astrodynamics::dynamics::getreadcoordinatesubsets (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::getsystemofequations (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::getwritecoordinatesubsets (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::isdefined (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", false]], "ostk::astrodynamics::dynamics::operator<< (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", false]], "ostk::astrodynamics::dynamics::positionderivative (c++ class)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", false]], "ostk::astrodynamics::dynamics::positionderivative::computecontribution (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::positionderivative::getreadcoordinatesubsets (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::getwritecoordinatesubsets (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::isdefined (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", false]], "ostk::astrodynamics::dynamics::positionderivative::operator<< (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", false]], "ostk::astrodynamics::dynamics::positionderivative::positionderivative (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", false]], "ostk::astrodynamics::dynamics::positionderivative::print (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::positionderivative::~positionderivative (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", false]], "ostk::astrodynamics::dynamics::print (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated (c++ class)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", false]], "ostk::astrodynamics::dynamics::tabulated::accesscontributionprofile (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessframe (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessinstants (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", false]], "ostk::astrodynamics::dynamics::tabulated::computecontribution (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::tabulated::defaultcontributionframesptr (c++ member)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", false]], "ostk::astrodynamics::dynamics::tabulated::getcontributionprofilefromcoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::dynamics::tabulated::getinterpolationtype (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::dynamics::tabulated::getreadcoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::getwritecoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::isdefined (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::dynamics::tabulated::operator<< (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::dynamics::tabulated::print (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated::tabulated (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity (c++ class)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::computecontribution (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getcelestial (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getreadcoordinatesubsets (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getwritecoordinatesubsets (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::isdefined (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::operator<< (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::print (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::thirdbodygravity (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", false], [148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::~thirdbodygravity (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::thruster (c++ class)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", false]], "ostk::astrodynamics::dynamics::thruster::computecontribution (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thruster::getguidancelaw (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", false]], "ostk::astrodynamics::dynamics::thruster::getreadcoordinatesubsets (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::getsatellitesystem (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", false]], "ostk::astrodynamics::dynamics::thruster::getwritecoordinatesubsets (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::isdefined (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thruster::print (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thruster::thruster (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", false]], "ostk::astrodynamics::dynamics::thruster::~thruster (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", false]], "ostk::astrodynamics::dynamics::~dynamics (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", false]], "ostk::astrodynamics::eventcondition (c++ class)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition (c++ class)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::angularcondition (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", false], [150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", false]], "ostk::astrodynamics::eventcondition::angularcondition::clone (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion (c++ enum)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::anycrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::negativecrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::positivecrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::withinrange (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", false]], "ostk::astrodynamics::eventcondition::angularcondition::getcriterion (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetangle (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetrange (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::issatisfied (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::angularcondition::print (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::angularcondition::stringfromcriterion (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::angularcondition::withinrange (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", false]], "ostk::astrodynamics::eventcondition::angularcondition::~angularcondition (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::booleancondition (c++ class)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", false]], "ostk::astrodynamics::eventcondition::booleancondition::booleancondition (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", false]], "ostk::astrodynamics::eventcondition::booleancondition::isinversed (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", false]], "ostk::astrodynamics::eventcondition::booleancondition::print (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::booleancondition::~booleancondition (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::clone (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::coecondition (c++ class)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", false]], "ostk::astrodynamics::eventcondition::coecondition::aop (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricanomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricity (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::inclination (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::meananomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::raan (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::semimajoraxis (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::trueanomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::eventcondition (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::getevaluator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", false]], "ostk::astrodynamics::eventcondition::getname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", false]], "ostk::astrodynamics::eventcondition::gettarget (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", false]], "ostk::astrodynamics::eventcondition::instantcondition (c++ class)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", false]], "ostk::astrodynamics::eventcondition::instantcondition::getinstant (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", false]], "ostk::astrodynamics::eventcondition::instantcondition::instantcondition (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", false]], "ostk::astrodynamics::eventcondition::instantcondition::~instantcondition (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::issatisfied (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition (c++ class)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::clone (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::geteventconditions (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::gettype (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::issatisfied (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::logicalcondition (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::print (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type (c++ enum)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::and (c++ enumerator)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::or (c++ enumerator)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::updatetarget (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::~logicalcondition (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::operator<< (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", false]], "ostk::astrodynamics::eventcondition::print (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition (c++ class)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", false]], "ostk::astrodynamics::eventcondition::realcondition::clone (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion (c++ enum)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::anycrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::negativecrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::positivecrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlynegative (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlypositive (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", false]], "ostk::astrodynamics::eventcondition::realcondition::durationcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", false]], "ostk::astrodynamics::eventcondition::realcondition::evaluate (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::getcriterion (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::realcondition::issatisfied (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::print (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition::realcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", false], [155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::realcondition::stringfromcriterion (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::realcondition::~realcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::target (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::target::isdefined (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", false]], "ostk::astrodynamics::eventcondition::target::operator!= (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", false]], "ostk::astrodynamics::eventcondition::target::operator== (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", false]], "ostk::astrodynamics::eventcondition::target::stringfromtype (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", false]], "ostk::astrodynamics::eventcondition::target::target (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", false]], "ostk::astrodynamics::eventcondition::target::type (c++ enum)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", false]], "ostk::astrodynamics::eventcondition::target::type (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", false]], "ostk::astrodynamics::eventcondition::target::type::absolute (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", false]], "ostk::astrodynamics::eventcondition::target::type::relative (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", false]], "ostk::astrodynamics::eventcondition::target::value (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", false]], "ostk::astrodynamics::eventcondition::target::valueoffset (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", false]], "ostk::astrodynamics::eventcondition::updatetarget (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::~eventcondition (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", false]], "ostk::astrodynamics::flight::maneuver (c++ class)": [[156, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragespecificimpulse (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragethrust (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltamass (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltav (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", false]], "ostk::astrodynamics::flight::maneuver::constantmassflowrateprofile (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", false]], "ostk::astrodynamics::flight::maneuver::defaultaccelframesptr (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", false]], "ostk::astrodynamics::flight::maneuver::getaccelerationprofile (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::maneuver::getinstants (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", false]], "ostk::astrodynamics::flight::maneuver::getinterval (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", false]], "ostk::astrodynamics::flight::maneuver::getmassflowrateprofile (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", false]], "ostk::astrodynamics::flight::maneuver::isdefined (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", false]], "ostk::astrodynamics::flight::maneuver::maneuver (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", false]], "ostk::astrodynamics::flight::maneuver::maximumrecommendedinterpolationinterval (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", false]], "ostk::astrodynamics::flight::maneuver::minimumrecommendedduration (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", false]], "ostk::astrodynamics::flight::maneuver::operator!= (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator<< (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator== (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::print (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::maneuver::tabulateddynamics (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", false]], "ostk::astrodynamics::flight::maneuver::totabulateddynamics (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::flight::profile (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", false]], "ostk::astrodynamics::flight::profile::accessmodel (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile11accessModelEv", false]], "ostk::astrodynamics::flight::profile::alignandconstrain (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", false]], "ostk::astrodynamics::flight::profile::axis (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4AxisE", false]], "ostk::astrodynamics::flight::profile::axis::x (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1XE", false]], "ostk::astrodynamics::flight::profile::axis::y (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1YE", false]], "ostk::astrodynamics::flight::profile::axis::z (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1ZE", false]], "ostk::astrodynamics::flight::profile::custompointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", false], [157, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", false]], "ostk::astrodynamics::flight::profile::customtarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", false]], "ostk::astrodynamics::flight::profile::customtarget::customtarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::customtarget::orientationgenerator (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", false]], "ostk::astrodynamics::flight::profile::getaxesat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getbodyframe (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::getstateat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getstatesat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::inertialpointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::isdefined (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model (c++ class)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", false]], "ostk::astrodynamics::flight::profile::model::as (c++ function)": [[163, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", false]], "ostk::astrodynamics::flight::profile::model::calculatestateat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::calculatestatesat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::model::clone (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::getaxesat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::getbodyframe (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::is (c++ function)": [[163, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", false]], "ostk::astrodynamics::flight::profile::model::isdefined (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::model (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", false]], "ostk::astrodynamics::flight::profile::model::operator!= (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator<< (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator== (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", false]], "ostk::astrodynamics::flight::profile::model::print (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated (c++ class)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", false]], "ostk::astrodynamics::flight::profile::model::tabulated::calculatestateat (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::clone (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getaxesat (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getbodyframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getinterval (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::isdefined (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::load (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator!= (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator<< (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator== (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::print (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated::tabulated (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", false]], "ostk::astrodynamics::flight::profile::model::transform (c++ class)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", false]], "ostk::astrodynamics::flight::profile::model::transform::calculatestateat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::clone (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::transform::getaxesat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::getbodyframe (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::transform::inertialpointing (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::model::transform::isdefined (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::transform::nadirpointing (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::model::transform::operator<< (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", false]], "ostk::astrodynamics::flight::profile::model::transform::print (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::transform::transform (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::profile::model::transform::undefined (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", false]], "ostk::astrodynamics::flight::profile::model::~model (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", false]], "ostk::astrodynamics::flight::profile::nadirpointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::operator<< (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", false]], "ostk::astrodynamics::flight::profile::operator= (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::getalignmentvectorat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", false], [159, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::orientationprofile (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::orientationprofiletarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::pointingmode (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", false]], "ostk::astrodynamics::flight::profile::pointingmode::custom (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", false]], "ostk::astrodynamics::flight::profile::pointingmode::inertial (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", false]], "ostk::astrodynamics::flight::profile::pointingmode::nadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", false]], "ostk::astrodynamics::flight::profile::pointingmode::target (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", false]], "ostk::astrodynamics::flight::profile::pointingmode::undefined (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", false]], "ostk::astrodynamics::flight::profile::print (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::profile (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", false], [157, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", false]], "ostk::astrodynamics::flight::profile::target (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", false]], "ostk::astrodynamics::flight::profile::target::antidirection (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", false]], "ostk::astrodynamics::flight::profile::target::axis (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", false]], "ostk::astrodynamics::flight::profile::target::target (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::target::type (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", false]], "ostk::astrodynamics::flight::profile::targettype (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetTypeE", false]], "ostk::astrodynamics::flight::profile::targettype::custom (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType6CustomE", false]], "ostk::astrodynamics::flight::profile::targettype::geocentricnadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15GeocentricNadirE", false]], "ostk::astrodynamics::flight::profile::targettype::geodeticnadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType13GeodeticNadirE", false]], "ostk::astrodynamics::flight::profile::targettype::moon (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType4MoonE", false]], "ostk::astrodynamics::flight::profile::targettype::orbitalmomentum (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15OrbitalMomentumE", false]], "ostk::astrodynamics::flight::profile::targettype::orientationprofile (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType18OrientationProfileE", false]], "ostk::astrodynamics::flight::profile::targettype::sun (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType3SunE", false]], "ostk::astrodynamics::flight::profile::targettype::trajectory (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType10TrajectoryE", false]], "ostk::astrodynamics::flight::profile::targettype::velocityecef (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType12VelocityECEFE", false]], "ostk::astrodynamics::flight::profile::targettype::velocityeci (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType11VelocityECIE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget::trajectory (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget::trajectorytarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::undefined (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", false]], "ostk::astrodynamics::flight::system (c++ class)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemE", false]], "ostk::astrodynamics::flight::system::clone (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", false]], "ostk::astrodynamics::flight::system::getgeometry (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", false]], "ostk::astrodynamics::flight::system::getmass (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", false]], "ostk::astrodynamics::flight::system::isdefined (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", false]], "ostk::astrodynamics::flight::system::operator!= (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", false]], "ostk::astrodynamics::flight::system::operator<< (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", false]], "ostk::astrodynamics::flight::system::operator== (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", false]], "ostk::astrodynamics::flight::system::print (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem (c++ class)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", false]], "ostk::astrodynamics::flight::system::propulsionsystem::default (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getacceleration (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getmassflowrate (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getspecificimpulse (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getthrust (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::isdefined (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator!= (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator<< (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator== (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::print (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem::propulsionsystem (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", false]], "ostk::astrodynamics::flight::system::propulsionsystem::undefined (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem (c++ class)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", false]], "ostk::astrodynamics::flight::system::satellitesystem::accesspropulsionsystem (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::clone (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::default (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getcrosssectionalsurfacearea (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getdragcoefficient (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getinertiatensor (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getpropulsionsystem (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::isdefined (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator!= (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator<< (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator== (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::print (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystem::satellitesystem (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::undefined (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::~satellitesystem (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder (c++ class)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::build (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::clone (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::default (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::operator<< (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::print (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::satellitesystembuilder (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withcrosssectionalsurfacearea (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdragcoefficient (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdrymass (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withgeometry (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withinertiatensor (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withpropulsionsystem (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::~satellitesystembuilder (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", false]], "ostk::astrodynamics::flight::system::system (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", false]], "ostk::astrodynamics::flight::system::undefined (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", false]], "ostk::astrodynamics::flight::system::~system (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", false]], "ostk::astrodynamics::guidancelaw (c++ class)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", false]], "ostk::astrodynamics::guidancelaw::calculatethrustaccelerationat (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust (c++ class)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::calculatethrustaccelerationat (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::constantthrust (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::guidancelaw::constantthrust::getlocalthrustdirection (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", false]], "ostk::astrodynamics::guidancelaw::constantthrust::intrack (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", false]], "ostk::astrodynamics::guidancelaw::constantthrust::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::~constantthrust (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", false]], "ostk::astrodynamics::guidancelaw::getname (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", false]], "ostk::astrodynamics::guidancelaw::guidancelaw (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", false]], "ostk::astrodynamics::guidancelaw::operator<< (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", false]], "ostk::astrodynamics::guidancelaw::print (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw (c++ class)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", false]], "ostk::astrodynamics::guidancelaw::qlaw::calculatethrustaccelerationat (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_doe_df (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_dq_doe (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeorbitalelementsmaximalchange (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeq (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computethrustdirection (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::getgradientstrategy (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::getparameters (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gettargetcoe (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy (c++ enum)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::analytical (c++ enumerator)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::finitedifference (c++ enumerator)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", false]], "ostk::astrodynamics::guidancelaw::qlaw::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters (c++ struct)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::absoluteeffectivitythreshold (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::b (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getcontrolweights (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getminimumperiapsisradius (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::k (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::m (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::n (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::parameters (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::periapsisweight (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::r (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::relativeeffectivitythreshold (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw::qlaw (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", false]], "ostk::astrodynamics::guidancelaw::qlaw::thetarhtogcrf (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::guidancelaw::qlaw::~qlaw (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", false]], "ostk::astrodynamics::guidancelaw::~guidancelaw (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", false]], "ostk::astrodynamics::rootsolver (c++ class)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverE", false]], "ostk::astrodynamics::rootsolver::bisection (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::bracketandsolve (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", false]], "ostk::astrodynamics::rootsolver::default (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", false]], "ostk::astrodynamics::rootsolver::getmaximumiterationcount (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::rootsolver::gettolerance (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", false]], "ostk::astrodynamics::rootsolver::operator<< (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", false]], "ostk::astrodynamics::rootsolver::print (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::rootsolver::rootsolver (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", false]], "ostk::astrodynamics::rootsolver::solution (c++ struct)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", false]], "ostk::astrodynamics::rootsolver::solution::hasconverged (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", false]], "ostk::astrodynamics::rootsolver::solution::iterationcount (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", false]], "ostk::astrodynamics::rootsolver::solution::root (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", false]], "ostk::astrodynamics::rootsolver::solve (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::~rootsolver (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", false]], "ostk::astrodynamics::solver::finitedifferencesolver (c++ class)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computegradient (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computejacobian (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", false], [171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", false]], "ostk::astrodynamics::solver::finitedifferencesolver::default (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::finitedifferencesolver (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getstepduration (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getsteppercentage (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::gettype (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::operator<< (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", false]], "ostk::astrodynamics::solver::finitedifferencesolver::print (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::solver::finitedifferencesolver::stringfromtype (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type (c++ enum)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::backward (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::central (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::forward (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", false]], "ostk::astrodynamics::solver::temporalconditionsolver (c++ class)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::condition (c++ type)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::getmaximumiterationcount (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettimestep (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettolerance (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::solve (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", false], [172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", false]], "ostk::astrodynamics::solver::temporalconditionsolver::temporalconditionsolver (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory (c++ class)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectoryE", false]], "ostk::astrodynamics::trajectory::accessmodel (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", false]], "ostk::astrodynamics::trajectory::getstateat (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::getstatesat (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::groundstrip (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", false]], "ostk::astrodynamics::trajectory::isdefined (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection (c++ class)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::accesslocalorbitalframefactory (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getlocalorbitalframefactory (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getvalue (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::isdefined (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::localorbitalframedirection (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator!= (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator<< (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator== (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::print (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::undefined (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory (c++ class)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::accessparentframe (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::construct (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", false], [174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::generateframe (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::getprovidertype (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::isdefined (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::lvlh (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::ned (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::qsw (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::tnw (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::transformgenerator (c++ type)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory18TransformGeneratorE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::undefined (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vnc (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vvlh (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider (c++ class)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::clone (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::construct (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformgenerator (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::isdefined (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::localorbitalframetransformprovider (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::stringfromtype (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type (c++ enum)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::custom (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6CustomE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlh (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlhgd (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::ned (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::qsw (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::tnw (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::undefined (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vnc (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vvlh (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::~localorbitalframetransformprovider (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", false]], "ostk::astrodynamics::trajectory::model (c++ class)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", false]], "ostk::astrodynamics::trajectory::model::as (c++ function)": [[176, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", false]], "ostk::astrodynamics::trajectory::model::calculatestateat (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::calculatestatesat (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::clone (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::model::is (c++ function)": [[176, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", false]], "ostk::astrodynamics::trajectory::model::isdefined (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::model (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::model::operator!= (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator<< (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator== (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", false]], "ostk::astrodynamics::trajectory::model::print (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static (c++ class)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", false]], "ostk::astrodynamics::trajectory::model::static::calculatestateat (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::static::clone (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", false]], "ostk::astrodynamics::trajectory::model::static::isdefined (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::static::operator!= (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator<< (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator== (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::print (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static::static (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", false]], "ostk::astrodynamics::trajectory::model::tabulated (c++ class)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestateat (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestatesat (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::tabulated::clone (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getfirststate (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterpolationtype (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterval (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getlaststate (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::isdefined (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::load (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator!= (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator<< (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator== (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::print (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::tabulated::tabulated (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::model::~model (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::operator!= (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator<< (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator= (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator== (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", false]], "ostk::astrodynamics::trajectory::orbit (c++ class)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", false]], "ostk::astrodynamics::trajectory::orbit::circular (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::circularequatorial (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::computepasses (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::computepasseswithmodel (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::constpassiterator (c++ type)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", false]], "ostk::astrodynamics::trajectory::orbit::equatorial (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::frametype (c++ enum)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlh (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgd (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgdgt (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::ned (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::qsw (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::tnw (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::undefined (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vnc (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vvlh (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", false]], "ostk::astrodynamics::trajectory::orbit::geosynchronous (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::getorbitalframe (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::getpassat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::getpasseswithininterval (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", false]], "ostk::astrodynamics::trajectory::orbit::getpasswithrevolutionnumber (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", false]], "ostk::astrodynamics::trajectory::orbit::getrevolutionnumberat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::isdefined (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm (c++ class)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment (c++ struct)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::ballisticcoefficient (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::date (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanapogeealtitude (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanargumentofperigee (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meaninclination (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanlongitudeascendingnode (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanmeananomaly (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanperigeealtitude (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::missiontime (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::name (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::position (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::sequencenumber (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::tostate (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::velocity (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::dictionary (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentat (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeployments (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentwithname (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getheader (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header (c++ struct)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::generationdate (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::launchdate (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::isdefined (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::load (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::operator<< (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::opm (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::parse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::print (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::undefined (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model (c++ class)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean (c++ class)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::brouwerlyddanemean (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getcartesianstate (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::geteccentricanomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getmeananomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::gettrueanomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::tocoe (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong (c++ class)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::brouwerlyddanemeanlong (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::cartesian (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::coe (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::tocoe (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::undefined (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort (c++ class)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::brouwerlyddanemeanshort (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::cartesian (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::coe (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::tocoe (c++ function)": [[195, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::undefined (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::calculaterevolutionnumberat (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::calculatestateat (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::clone (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getepoch (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getrevolutionnumberatepoch (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::isdefined (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler (c++ class)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculaterevolutionnumberat (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculatestateat (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::clone (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe (c++ class)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype (c++ enum)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::eccentric (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::mean (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::true (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesian (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesianstate (c++ type)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::coe (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeangularmomentum (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", false], [196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeltan (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computemeanltan (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeradialdistance (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computesemilatusrectum (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfrommeananomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfromtrueanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element (c++ enum)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::aop (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricanomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricity (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::inclination (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::meananomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::raan (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::semimajoraxis (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::trueanomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::fromsivector (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getangularmomentum (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getaop (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getapoapsisradius (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getcartesianstate (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricanomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricity (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getinclination (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeananomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeanmotion (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getnodalprecessionrate (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getorbitalperiod (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getperiapsisradius (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getraan (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getradialdistance (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemilatusrectum (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemimajoraxis (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsivector (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::gettrueanomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::isdefined (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::meananomalyfromeccentricanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator!= (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator<< (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator== (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::print (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::stringfromelement (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfromeccentricanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfrommeananomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::undefined (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getclassicalorbitalelements (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getepoch (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getequatorialradius (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getgravitationalparameter (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj2 (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj4 (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getperturbationtype (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getrevolutionnumberatepoch (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::isdefined (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::kepler (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", false], [188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator!= (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator<< (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator== (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype (c++ enum)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j2 (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j4 (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::none (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::print (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::stringfromperturbationtype (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::model (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::orbit::model::print (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated (c++ class)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesscachedstatearray (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesspropagator (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculaterevolutionnumberat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestateat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestatesat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::clone (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getepoch (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getrevolutionnumberatepoch (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::isdefined (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator!= (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator<< (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator== (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::print (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::propagated (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", false], [189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::setcachedstatearray (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4 (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculatestateat (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::clone (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getepoch (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getrevolutionnumberatepoch (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::gettle (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::calculatestateat (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false], [191, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::impl (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::operator= (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::isdefined (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator!= (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator<< (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator= (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator== (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::print (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::sgp4 (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle (c++ class)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::canparse (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::construct (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::generatechecksum (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getaop (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getbstardragterm (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getclassification (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::geteccentricity (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getelementsetnumber (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getephemeristype (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getepoch (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstline (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstlinechecksum (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinclination (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinternationaldesignator (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeananomaly (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotion (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionfirsttimederivativedividedbytwo (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionsecondtimederivativedividedbysix (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getraan (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getrevolutionnumberatepoch (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitename (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitenumber (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondline (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondlinechecksum (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::isdefined (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::load (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator!= (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator<< (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator== (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::parse (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setepoch (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setrevolutionnumberatepoch (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setsatellitenumber (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::tle (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::undefined (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::~sgp4 (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated (c++ class)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculatestateat (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::clone (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getepoch (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getrevolutionnumberatepoch (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::isdefined (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator!= (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator== (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::print (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::tabulated (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::~model (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::orbit::operator!= (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator= (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator== (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::orbit (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", false], [177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", false], [177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::pass (c++ class)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatascendingnode (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatdescendingnode (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatnorthpoint (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatpassbreak (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatsouthpoint (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getduration (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getendinstant (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass13getEndInstantEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getinterval (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getIntervalEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getrevolutionnumber (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getstartinstant (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass15getStartInstantEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::gettype (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::iscomplete (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::isdefined (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator!= (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator<< (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator== (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::pass (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::ascending (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::descending (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::undefined (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::print (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromphase (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromtype (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::complete (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::partial (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::undefined (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::undefined (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::print (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::stringfromframetype (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::sunsynchronous (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::undefined (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::~orbit (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", false]], "ostk::astrodynamics::trajectory::position (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", false]], "ostk::astrodynamics::trajectory::print (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator (c++ class)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", false]], "ostk::astrodynamics::trajectory::propagator::accesscoordinatebroker (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::propagator::accessnumericalsolver (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::propagator::adddynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", false]], "ostk::astrodynamics::trajectory::propagator::addmaneuver (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestateat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatesat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatetocondition (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", false]], "ostk::astrodynamics::trajectory::propagator::cleardynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::default (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", false]], "ostk::astrodynamics::trajectory::propagator::fromenvironment (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", false]], "ostk::astrodynamics::trajectory::propagator::getdynamics (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::getnumberofcoordinates (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::propagator::integrationframesptr (c++ member)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", false]], "ostk::astrodynamics::trajectory::propagator::isdefined (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", false]], "ostk::astrodynamics::trajectory::propagator::operator!= (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator<< (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator= (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator== (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::print (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator::propagator (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::setdynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", false]], "ostk::astrodynamics::trajectory::propagator::undefined (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", false]], "ostk::astrodynamics::trajectory::segment (c++ class)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", false]], "ostk::astrodynamics::trajectory::segment::accessdynamics (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::accesseventcondition (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::accessnumericalsolver (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::coast (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::getdynamics (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::geteventcondition (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::getname (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", false]], "ostk::astrodynamics::trajectory::segment::getnumericalsolver (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::gettype (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", false]], "ostk::astrodynamics::trajectory::segment::maneuver (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", false]], "ostk::astrodynamics::trajectory::segment::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution (c++ struct)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", false]], "ostk::astrodynamics::trajectory::segment::solution::accessendinstant (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::accessstartinstant (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::calculatestatesat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltamass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltav (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::segment::solution::conditionissatisfied (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::segment::solution::dynamics (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", false]], "ostk::astrodynamics::trajectory::segment::solution::extractmaneuvers (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getalldynamicscontributions (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicsaccelerationcontribution (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicscontribution (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::segment::solution::getfinalmass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinitialmass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinterval (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution11getIntervalEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getpropagationduration (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::segment::solution::name (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", false]], "ostk::astrodynamics::trajectory::segment::solution::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::segment::solution::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution::segmenttype (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::solution (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::states (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", false]], "ostk::astrodynamics::trajectory::segment::solve (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", false]], "ostk::astrodynamics::trajectory::segment::type (c++ enum)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::type::coast (c++ enumerator)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", false]], "ostk::astrodynamics::trajectory::segment::type::maneuver (c++ enumerator)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", false]], "ostk::astrodynamics::trajectory::sequence (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", false]], "ostk::astrodynamics::trajectory::sequence::addcoastsegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", false]], "ostk::astrodynamics::trajectory::sequence::addmaneuversegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", false]], "ostk::astrodynamics::trajectory::sequence::addsegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", false]], "ostk::astrodynamics::trajectory::sequence::addsegments (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", false]], "ostk::astrodynamics::trajectory::sequence::getdynamics (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::sequence::getmaximumpropagationduration (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::getnumericalsolver (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::sequence::getsegments (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", false]], "ostk::astrodynamics::trajectory::sequence::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", false]], "ostk::astrodynamics::trajectory::sequence::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::sequence (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solution (c++ struct)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessendinstant (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessstartinstant (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::calculatestatesat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltamass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltav (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::sequence::solution::executioniscomplete (c++ member)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", false]], "ostk::astrodynamics::trajectory::sequence::solution::getfinalmass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinitialmass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinterval (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution11getIntervalEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getpropagationduration (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getstates (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::sequence::solution::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::solution::segmentsolutions (c++ member)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", false]], "ostk::astrodynamics::trajectory::sequence::solution::solution (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", false]], "ostk::astrodynamics::trajectory::sequence::solve (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solvetocondition (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", false]], "ostk::astrodynamics::trajectory::state (c++ class)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", false]], "ostk::astrodynamics::trajectory::state::accesscoordinatebroker (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::accesscoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::accessframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", false]], "ostk::astrodynamics::trajectory::state::accessinstant (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker (c++ class)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::accesssubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::addsubset (c++ function)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::coordinatebroker (c++ function)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinate (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", false], [198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinates (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofcoordinates (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofsubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getsubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::hassubset (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator!= (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator== (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset (c++ class)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::add (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity (c++ class)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::angularvelocity (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::default (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::inframe (c++ function)": [[201, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::~angularvelocity (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion (c++ class)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::attitudequaternion (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::default (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::inframe (c++ function)": [[202, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::~attitudequaternion (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition (c++ class)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::add (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::cartesianposition (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::default (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::inframe (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::subtract (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::~cartesianposition (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity (c++ class)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::add (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::cartesianvelocity (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::default (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::inframe (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::subtract (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::~cartesianvelocity (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::coordinatesubset (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::dragcoefficient (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getid (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getname (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getsize (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::hash (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset4hashEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::inframe (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::mass (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator!= (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator== (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::subtract (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::surfacearea (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", false]], "ostk::astrodynamics::trajectory::state::extractcoordinate (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::extractcoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::getangularvelocity (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", false]], "ostk::astrodynamics::trajectory::state::getattitude (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinatesubsets (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::getframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", false]], "ostk::astrodynamics::trajectory::state::getinstant (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", false]], "ostk::astrodynamics::trajectory::state::getposition (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", false]], "ostk::astrodynamics::trajectory::state::getsize (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::getvelocity (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", false]], "ostk::astrodynamics::trajectory::state::hassubset (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::inframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::state::isdefined (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver (c++ class)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstates (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstatevectors (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditional (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution (c++ struct)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::conditionissatisfied (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::iterationcount (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::rootsolverhasconverged (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::state (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::default (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::defaultconditional (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::fixedstepsize (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstates (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstatevectors (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getrootsolver (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integrateduration (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integratetime (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::numericalsolver (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::undefined (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", false]], "ostk::astrodynamics::trajectory::state::operator!= (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", false]], "ostk::astrodynamics::trajectory::state::operator+ (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", false]], "ostk::astrodynamics::trajectory::state::operator- (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", false]], "ostk::astrodynamics::trajectory::state::operator<< (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", false]], "ostk::astrodynamics::trajectory::state::operator= (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", false]], "ostk::astrodynamics::trajectory::state::operator== (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", false]], "ostk::astrodynamics::trajectory::state::print (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::state::state (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::undefined (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder (c++ class)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", false]], "ostk::astrodynamics::trajectory::statebuilder::accesscoordinatebroker (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::statebuilder::accessframe (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::build (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", false]], "ostk::astrodynamics::trajectory::statebuilder::expand (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::getcoordinatesubsets (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::statebuilder::getframe (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::isdefined (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder::operator!= (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator+ (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator- (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator<< (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator== (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::print (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::statebuilder::reduce (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::statebuilder (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", false], [182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::statebuilder::undefined (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", false]], "ostk::astrodynamics::trajectory::trajectory (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", false]], "ostk::astrodynamics::trajectory::undefined (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", false]], "parse() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.parse", false]], "parse() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.parse", false]], "parse() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.parse", false]], "pass (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass", false]], "pass.phase (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Phase", false]], "pass.type (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Type", false]], "periapsis_weight (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.periapsis_weight", false]], "position (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.position", false]], "position() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.position", false]], "position() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.position", false]], "position_from_lla() (in module ostk.astrodynamics.utilities)": [[110, "ostk.astrodynamics.utilities.position_from_lla", false]], "positionderivative (class in ostk.astrodynamics.dynamics)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative", false]], "profile (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile", false]], "profile.axis (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.Axis", false]], "profile.customtarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget", false]], "profile.orientationprofiletarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget", false]], "profile.target (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.Target", false]], "profile.targettype (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.TargetType", false]], "profile.trajectorytarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget", false]], "propagated (class in ostk.astrodynamics.trajectory.orbit.model)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated", false]], "propagator (class in ostk.astrodynamics.trajectory)": [[70, "ostk.astrodynamics.trajectory.Propagator", false]], "propulsionsystem (class in ostk.astrodynamics.flight.system)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem", false]], "qlaw (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw", false]], "qlaw.gradientstrategy (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy", false]], "qlaw.parameters (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters", false]], "qsw() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.QSW", false]], "r (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.r", false]], "raan() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.raan", false]], "realcondition (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition", false]], "realcondition.criterion (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Criterion", false]], "realcondition.target (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target", false]], "realcondition.target.type (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.Type", false]], "recommended_od_span (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.recommended_od_span", false]], "rectangularsensor (class in ostk.astrodynamics.viewer)": [[113, "ostk.astrodynamics.viewer.RectangularSensor", false]], "reduce() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.reduce", false]], "reference_frame (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.reference_frame", false]], "relative_effectivity_threshold (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.relative_effectivity_threshold", false]], "relative_position (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.relative_position", false]], "relative_velocity (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.relative_velocity", false]], "render() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.render", false]], "residuals_accepted (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.residuals_accepted", false]], "root (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.root", false]], "root_solver_has_converged (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.root_solver_has_converged", false]], "rootsolver (class in ostk.astrodynamics)": [[6, "ostk.astrodynamics.RootSolver", false]], "rootsolver.solution (class in ostk.astrodynamics)": [[6, "ostk.astrodynamics.RootSolver.Solution", false]], "satellitesystem (class in ostk.astrodynamics.flight.system)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem", false]], "satellitesystembuilder (class in ostk.astrodynamics.flight.system)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder", false]], "screen_entry_time (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_entry_time", false]], "screen_exit_time (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_exit_time", false]], "screen_volume_frame (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_frame", false]], "screen_volume_shape (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_shape", false]], "screen_volume_x (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_x", false]], "screen_volume_y (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_y", false]], "screen_volume_z (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_z", false]], "sedr (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.sedr", false]], "segment (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment", false]], "segment.solution (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution", false]], "segment.type (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment.Type", false]], "segment_solutions (sequence.solution property)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.segment_solutions", false]], "segment_type (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.segment_type", false]], "semi_major_axis() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.semi_major_axis", false]], "sensor (class in ostk.astrodynamics.viewer)": [[114, "ostk.astrodynamics.viewer.Sensor", false]], "sequence (class in ostk.astrodynamics.trajectory)": [[72, "ostk.astrodynamics.trajectory.Sequence", false]], "sequence.solution (class in ostk.astrodynamics.trajectory)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution", false]], "sequence_number (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.sequence_number", false]], "set_access_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_access_filter", false]], "set_aer_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_aer_filter", false]], "set_cached_state_array() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.set_cached_state_array", false]], "set_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.set_dynamics", false]], "set_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_epoch", false]], "set_revolution_number_at_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_revolution_number_at_epoch", false]], "set_satellite_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_satellite_number", false]], "set_state_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_state_filter", false]], "set_step() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_step", false]], "set_tolerance() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_tolerance", false]], "sgp4 (class in ostk.astrodynamics.trajectory.orbit.model)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4", false]], "show() (accessesplot method)": [[26, "ostk.astrodynamics.display.AccessesPlot.show", false]], "solar_radiation_pressure (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.solar_radiation_pressure", false]], "solve() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.solve", false]], "solve() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.solve", false]], "solve() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.solve", false]], "solve() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.solve", false]], "solve_to_condition() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.solve_to_condition", false]], "start_screen_period (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.start_screen_period", false]], "state (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.state", false]], "state (class in ostk.astrodynamics.trajectory)": [[73, "ostk.astrodynamics.trajectory.State", false]], "state (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.state", false]], "statebuilder (class in ostk.astrodynamics.trajectory)": [[74, "ostk.astrodynamics.trajectory.StateBuilder", false]], "states (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.states", false]], "string_from_criterion() (angularcondition static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.string_from_criterion", false]], "string_from_criterion() (booleancondition static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.string_from_criterion", false]], "string_from_criterion() (instantcondition static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.string_from_criterion", false]], "string_from_criterion() (realcondition static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.string_from_criterion", false]], "string_from_element() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.string_from_element", false]], "string_from_element() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.string_from_element", false]], "string_from_element() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.string_from_element", false]], "string_from_element() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.string_from_element", false]], "string_from_log_type() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_log_type", false]], "string_from_perturbation_type() (kepler static method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.string_from_perturbation_type", false]], "string_from_phase() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_phase", false]], "string_from_stepper_type() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_stepper_type", false]], "string_from_type() (access static method)": [[2, "ostk.astrodynamics.Access.string_from_type", false]], "string_from_type() (finitedifferencesolver static method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.string_from_type", false]], "string_from_type() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_type", false]], "stringfromtype() (angularcondition.target static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.StringFromType", false]], "stringfromtype() (booleancondition.target static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.StringFromType", false]], "stringfromtype() (eventcondition.target static method)": [[4, "ostk.astrodynamics.EventCondition.Target.StringFromType", false]], "stringfromtype() (instantcondition.target static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.StringFromType", false]], "stringfromtype() (logicalcondition.target static method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.StringFromType", false]], "stringfromtype() (realcondition.target static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.StringFromType", false]], "subtract() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.subtract", false]], "subtract() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.subtract", false]], "subtract() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.subtract", false]], "subtract() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.subtract", false]], "subtract() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.subtract", false]], "sun_synchronous() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.sun_synchronous", false]], "surface_area() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.surface_area", false]], "surface_area() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.surface_area", false]], "surface_area() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.surface_area", false]], "surface_area() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.surface_area", false]], "surface_area() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.surface_area", false]], "system (class in ostk.astrodynamics.flight)": [[48, "ostk.astrodynamics.flight.System", false]], "tabulated (class in ostk.astrodynamics.dynamics)": [[35, "ostk.astrodynamics.dynamics.Tabulated", false]], "tabulated (class in ostk.astrodynamics.flight.profile.model)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated", false]], "tabulated (class in ostk.astrodynamics.trajectory.orbit.model)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated", false]], "tabulated_dynamics() (maneuver static method)": [[46, "ostk.astrodynamics.flight.Maneuver.tabulated_dynamics", false]], "template() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.template", false]], "temporalconditionsolver (class in ostk.astrodynamics.solver)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver", false]], "thirdbodygravity (class in ostk.astrodynamics.dynamics)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity", false]], "thrust_acceleration (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.thrust_acceleration", false]], "thruster (class in ostk.astrodynamics.dynamics)": [[37, "ostk.astrodynamics.dynamics.Thruster", false]], "time_last_observation_end (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.time_last_observation_end", false]], "time_last_observation_start (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.time_last_observation_start", false]], "time_of_closest_approach (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.time_of_closest_approach", false]], "tle (class in ostk.astrodynamics.trajectory.orbit.model.sgp4)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", false]], "tnw() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.TNW", false]], "to_coe() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.to_coe", false]], "to_coe() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.to_coe", false]], "to_coe() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.to_coe", false]], "to_state() (opm.deployment method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.to_state", false]], "to_tabulated_dynamics() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.to_tabulated_dynamics", false]], "tracks_available (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.tracks_available", false]], "tracks_used (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.tracks_used", false]], "trajectory (class in ostk.astrodynamics)": [[7, "ostk.astrodynamics.Trajectory", false]], "trajectory (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.trajectory", false]], "transform (class in ostk.astrodynamics.flight.profile.model)": [[53, "ostk.astrodynamics.flight.profile.model.Transform", false]], "true_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.true_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_mean_anomaly", false]], "type (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.type", false]], "type (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.type", false]], "type (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.type", false]], "type (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.type", false]], "type (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.type", false]], "type (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.type", false]], "type (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.type", false]], "type (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.type", false]], "type (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.type", false]], "type (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.type", false]], "undefined() (access static method)": [[2, "ostk.astrodynamics.Access.undefined", false]], "undefined() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.undefined", false]], "undefined() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.undefined", false]], "undefined() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.undefined", false]], "undefined() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.undefined", false]], "undefined() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.undefined", false]], "undefined() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.undefined", false]], "undefined() (localorbitalframedirection static method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.undefined", false]], "undefined() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.undefined", false]], "undefined() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.undefined", false]], "undefined() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.undefined", false]], "undefined() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.undefined", false]], "undefined() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.undefined", false]], "undefined() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.undefined", false]], "undefined() (propulsionsystem static method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.undefined", false]], "undefined() (satellitesystem static method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.undefined", false]], "undefined() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.undefined", false]], "undefined() (statebuilder static method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.undefined", false]], "undefined() (system static method)": [[48, "ostk.astrodynamics.flight.System.undefined", false]], "undefined() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.undefined", false]], "undefined() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.undefined", false]], "undefined() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.undefined", false]], "update_target() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.update_target", false]], "update_target() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.update_target", false]], "update_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.update_target", false]], "update_target() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.update_target", false]], "update_target() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.update_target", false]], "update_target() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.update_target", false]], "value (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.value", false]], "value (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value", false]], "value (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value", false]], "value (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.value", false]], "value (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value", false]], "value (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.value", false]], "value_offset (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.value_offset", false]], "value_offset (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value_offset", false]], "value_offset (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value_offset", false]], "value_offset (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.value_offset", false]], "value_offset (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value_offset", false]], "value_offset (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.value_offset", false]], "velocity (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.velocity", false]], "viewer (class in ostk.astrodynamics.viewer)": [[115, "ostk.astrodynamics.viewer.Viewer", false]], "vnc() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VNC", false]], "vvlh() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VVLH", false]], "weighted_rms (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.weighted_rms", false]], "with_cross_sectional_surface_area() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_cross_sectional_surface_area", false]], "with_drag_coefficient() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_drag_coefficient", false]], "with_dry_mass() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_dry_mass", false]], "with_geometry() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_geometry", false]], "with_inertia_tensor() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_inertia_tensor", false]], "with_propulsion_system() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_propulsion_system", false]], "within_range() (angularcondition static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.within_range", false]]}, "objects": {"": [[135, 0, 1, "_CPPv4N4ostk13astrodynamics6AccessE", "ostk::astrodynamics::Access"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aLossOfSignal"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aMaxElevation"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aTimeOfClosestApproach"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aType"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::anAcquisitionOfSignal"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType::aType"], [135, 3, 1, "_CPPv4N4ostk13astrodynamics6Access4TypeE", "ostk::astrodynamics::Access::Type"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", "ostk::astrodynamics::Access::Type::Complete"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", "ostk::astrodynamics::Access::Type::Partial"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", "ostk::astrodynamics::Access::Type::Undefined"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", "ostk::astrodynamics::Access::Undefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", "ostk::astrodynamics::Access::getAcquisitionOfSignal"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", "ostk::astrodynamics::Access::getDuration"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", "ostk::astrodynamics::Access::getInterval"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", "ostk::astrodynamics::Access::getLossOfSignal"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", "ostk::astrodynamics::Access::getMaxElevation"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", "ostk::astrodynamics::Access::getTimeOfClosestApproach"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", "ostk::astrodynamics::Access::getType"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", "ostk::astrodynamics::Access::isComplete"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", "ostk::astrodynamics::Access::isDefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!="], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!=::anAccess"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anAccess"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anOutputStream"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator=="], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator==::anAccess"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics8DynamicsE", "ostk::astrodynamics::Dynamics"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", "ostk::astrodynamics::Dynamics::Context"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aDynamicsSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aReadIndexes"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aWriteIndexes"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", "ostk::astrodynamics::Dynamics::Context::dynamics"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", "ostk::astrodynamics::Dynamics::Context::readIndexes"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", "ostk::astrodynamics::Dynamics::Context::readStateSize"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", "ostk::astrodynamics::Dynamics::Context::writeIndexes"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics::aName"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment::anEnvironment"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aContextArray"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aFrameSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::anInstant"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::aFrameSPtr"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::anInstant"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::x"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", "ostk::astrodynamics::Dynamics::getName"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getReadCoordinateSubsets"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", "ostk::astrodynamics::Dynamics::isDefined"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::aDynamics"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::anOutputStream"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::anOutputStream"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::displayDecorator"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", "ostk::astrodynamics::Dynamics::~Dynamics"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics14EventConditionE", "ostk::astrodynamics::EventCondition"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aTarget"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aTargetValue"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType::aType"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aLength"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aValue"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::anAngle"], [137, 3, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", "ostk::astrodynamics::EventCondition::Target::Type"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", "ostk::astrodynamics::EventCondition::Target::Type::Absolute"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", "ostk::astrodynamics::EventCondition::Target::Type::Relative"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", "ostk::astrodynamics::EventCondition::Target::isDefined"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!="], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!=::aTarget"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator=="], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator==::aTarget"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", "ostk::astrodynamics::EventCondition::Target::type"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", "ostk::astrodynamics::EventCondition::Target::value"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", "ostk::astrodynamics::EventCondition::Target::valueOffset"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5cloneEv", "ostk::astrodynamics::EventCondition::clone"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", "ostk::astrodynamics::EventCondition::getEvaluator"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", "ostk::astrodynamics::EventCondition::getName"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", "ostk::astrodynamics::EventCondition::getTarget"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::currentState"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::previousState"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anEventCondition"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anOutputStream"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::anOutputStream"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::displayDecorator"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget::aState"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", "ostk::astrodynamics::EventCondition::~EventCondition"], [138, 0, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", "ostk::astrodynamics::GuidanceLaw"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw::aName"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::anInstant"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", "ostk::astrodynamics::GuidanceLaw::getName"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::aGuidanceLaw"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::anOutputStream"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::anOutputStream"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::displayDecorator"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", "ostk::astrodynamics::GuidanceLaw::~GuidanceLaw"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolverE", "ostk::astrodynamics::RootSolver"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", "ostk::astrodynamics::RootSolver::Default"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aMaximumIterationCount"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aTolerance"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", "ostk::astrodynamics::RootSolver::Solution"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", "ostk::astrodynamics::RootSolver::Solution::hasConverged"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", "ostk::astrodynamics::RootSolver::Solution::iterationCount"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", "ostk::astrodynamics::RootSolver::Solution::root"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aLowerBound"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::anUpperBound"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFactor"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::anInitialGuess"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::isRising"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", "ostk::astrodynamics::RootSolver::getMaximumIterationCount"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", "ostk::astrodynamics::RootSolver::getTolerance"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::aRootSolver"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::anOutputStream"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::anOutputStream"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::displayDecorator"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aLowerBound"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::anUpperBound"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", "ostk::astrodynamics::RootSolver::~RootSolver"], [140, 0, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryE", "ostk::astrodynamics::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::aCelestial"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aCelestial"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aGroundSpeed"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStartInstant"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::aStartLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStartLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStepSize"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::anEndLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::anEndLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::anInstantArray"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position::aPosition"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory::aModel"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory::aStateArray"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory::aTrajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", "ostk::astrodynamics::Trajectory::Undefined"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", "ostk::astrodynamics::Trajectory::accessModel"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt::anInstant"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt::anInstantArray"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", "ostk::astrodynamics::Trajectory::isDefined"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!="], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!=::aTrajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::aTrajectory"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::anOutputStream"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator="], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=::aTrajectory"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=="], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator==::aTrajectory"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::anOutputStream"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::displayDecorator"], [141, 0, 1, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", "ostk::astrodynamics::access::Generator"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::aRangeRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anAzimuthElevationMask"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::aRangeRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anAzimuthRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anElevationRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStateFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAccessFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAerFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", "ostk::astrodynamics::access::Generator::Undefined"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aFromTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aToTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::anInterval"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", "ostk::astrodynamics::access::Generator::getAccessFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", "ostk::astrodynamics::access::Generator::getAerFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aFromTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aToTrajectory"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", "ostk::astrodynamics::access::Generator::getStateFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", "ostk::astrodynamics::access::Generator::getStep"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", "ostk::astrodynamics::access::Generator::getTolerance"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", "ostk::astrodynamics::access::Generator::isDefined"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter::anAccessFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter::anAerFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter::aStateFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep::aStep"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance::aTolerance"], [142, 0, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", "ostk::astrodynamics::access::GeneratorContext"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aFromPosition"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aToPosition"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anEarthSPtr"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anInstant"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aFromTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aGenerator"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aToTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::anEnvironment"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aFromState"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aToState"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aFromTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aToTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::anInstant"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive::anInstant"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", "ostk::astrodynamics::conjunction::message::ccsds::CDM"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aDataArray"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aHeader"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aMetadataArray"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aRelativeMetadata"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary::aDictionary"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load::aFile"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure"], [143, 3, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString::aString"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse::aString"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anCDM"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anOutputStream"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::anOutputStream"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::displayDecorator"], [144, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", "ostk::astrodynamics::dynamics::AtmosphericDrag"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aName"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::aFrameSPtr"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::anInstant"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::x"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anAtmosphericDrag"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anOutputStream"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::anOutputStream"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::displayDecorator"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", "ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag"], [145, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", "ostk::astrodynamics::dynamics::CentralBodyGravity"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aName"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::aFrameSPtr"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::anInstant"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::x"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::aCentralBodyGravity"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::anOutputStream"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::anOutputStream"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::displayDecorator"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", "ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity"], [146, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", "ostk::astrodynamics::dynamics::PositionDerivative"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", "ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::aFrameSPtr"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::anInstant"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::x"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", "ostk::astrodynamics::dynamics::PositionDerivative::isDefined"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::aPositionDerivative"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::anOutputStream"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::anOutputStream"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::displayDecorator"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", "ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative"], [147, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", "ostk::astrodynamics::dynamics::Tabulated"], [147, 5, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", "ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aContributionProfile"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aFrameSPtr"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aWriteCoordinateSubsets"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInstantArray"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInterpolationType"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", "ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", "ostk::astrodynamics::dynamics::Tabulated::accessFrame"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", "ostk::astrodynamics::dynamics::Tabulated::accessInstants"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::aFrameSPtr"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::anInstant"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::x"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets::aCoordinateSubsetArray"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::dynamics::Tabulated::getInterpolationType"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", "ostk::astrodynamics::dynamics::Tabulated::isDefined"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::aDynamics"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::anOutputStream"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::anOutputStream"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::displayDecorator"], [148, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", "ostk::astrodynamics::dynamics::ThirdBodyGravity"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aName"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::aFrameSPtr"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::anInstant"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::x"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::aThirdBodyGravity"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::anOutputStream"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::anOutputStream"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::displayDecorator"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", "ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity"], [149, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", "ostk::astrodynamics::dynamics::Thruster"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aGuidanceLaw"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aSatelliteSystem"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::aFrameSPtr"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::anInstant"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::x"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", "ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", "ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", "ostk::astrodynamics::dynamics::Thruster::isDefined"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::anOutputStream"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::displayDecorator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", "ostk::astrodynamics::dynamics::Thruster::~Thruster"], [150, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", "ostk::astrodynamics::eventcondition::AngularCondition"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTarget"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTargetAngle"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [150, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion::aCriterion"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aTargetRange"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::anEvaluator"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5cloneEv", "ostk::astrodynamics::eventcondition::AngularCondition::clone"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::AngularCondition::getCriterion"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::currentState"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::previousState"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::anOutputStream"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::displayDecorator"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", "ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition"], [151, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", "ostk::astrodynamics::eventcondition::BooleanCondition"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aCriterion"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aName"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anEvaluator"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anInverseFlag"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", "ostk::astrodynamics::eventcondition::BooleanCondition::isInversed"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::anOutputStream"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::displayDecorator"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", "ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition"], [152, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", "ostk::astrodynamics::eventcondition::COECondition"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aTarget"], [153, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", "ostk::astrodynamics::eventcondition::InstantCondition"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::aCriterion"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", "ostk::astrodynamics::eventcondition::InstantCondition::getInstant"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", "ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition"], [154, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", "ostk::astrodynamics::eventcondition::LogicalCondition"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aConnective"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aName"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::eventConditions"], [154, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type"], [154, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::And"], [154, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5cloneEv", "ostk::astrodynamics::eventcondition::LogicalCondition::clone"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getType"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::currentState"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::previousState"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::anOutputStream"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::displayDecorator"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget::aState"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", "ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition"], [155, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", "ostk::astrodynamics::eventcondition::RealCondition"], [155, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aDuration"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTarget"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTargetValue"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion::aCriterion"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5cloneEv", "ostk::astrodynamics::eventcondition::RealCondition::clone"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate::state"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::RealCondition::getCriterion"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::currentState"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::previousState"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::anOutputStream"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::displayDecorator"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", "ostk::astrodynamics::eventcondition::RealCondition::~RealCondition"], [156, 0, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", "ostk::astrodynamics::flight::Maneuver"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aFrameSPtr"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aMassFlowRate"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anAccelerationProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anInstantArray"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", "ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aFrameSPtr"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aMassFlowRateProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anAccelerationProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anInstantArray"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", "ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", "ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics::aTabulatedDynamics"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse::anInitialSpacecraftMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust::anInitialSpacecraftMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaV"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile::aFrameSPtr"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", "ostk::astrodynamics::flight::Maneuver::getInstants"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", "ostk::astrodynamics::flight::Maneuver::getInterval"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", "ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", "ostk::astrodynamics::flight::Maneuver::isDefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!=::aManeuver"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::aManeuver"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::anOutputStream"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator=="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator==::aManeuver"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::anOutputStream"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::displayDecorator"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::aFrameSPtr"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::anInterpolationType"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", "ostk::astrodynamics::flight::Profile"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::aClockingTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::anAlignmentTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::anAngularOffset"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4AxisE", "ostk::astrodynamics::flight::Profile::Axis"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1XE", "ostk::astrodynamics::flight::Profile::Axis::X"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1YE", "ostk::astrodynamics::flight::Profile::Axis::Y"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1ZE", "ostk::astrodynamics::flight::Profile::Axis::Z"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::aClockingTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anAlignmentTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anAngularOffset"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrientationGenerator"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", "ostk::astrodynamics::flight::Profile::CustomTarget"], [158, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", "ostk::astrodynamics::flight::Profile::CustomTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anAxis"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anOrientationGenerator"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anOrientationGenerator"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::isAntiDirection"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", "ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator"], [158, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", "ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aQuaternion"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aTrajectory"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbitalFrameType"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget"], [159, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anAxis"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anOrientationProfile"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anOrientationProfile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::isAntiDirection"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::isAntiDirection"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt::anInstant"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt::anInstant"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile"], [159, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", "ostk::astrodynamics::flight::Profile::PointingMode"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", "ostk::astrodynamics::flight::Profile::PointingMode::Custom"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", "ostk::astrodynamics::flight::Profile::PointingMode::Inertial"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", "ostk::astrodynamics::flight::Profile::PointingMode::Nadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", "ostk::astrodynamics::flight::Profile::PointingMode::Target"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", "ostk::astrodynamics::flight::Profile::PointingMode::Undefined"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile::aModel"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile::aProfile"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", "ostk::astrodynamics::flight::Profile::Target"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", "ostk::astrodynamics::flight::Profile::Target"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::aType"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::aType"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::anAxis"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::isAntiDirection"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", "ostk::astrodynamics::flight::Profile::Target::antiDirection"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", "ostk::astrodynamics::flight::Profile::Target::antiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", "ostk::astrodynamics::flight::Profile::Target::axis"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", "ostk::astrodynamics::flight::Profile::Target::axis"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", "ostk::astrodynamics::flight::Profile::Target::type"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", "ostk::astrodynamics::flight::Profile::Target::type"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetTypeE", "ostk::astrodynamics::flight::Profile::TargetType"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType6CustomE", "ostk::astrodynamics::flight::Profile::TargetType::Custom"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15GeocentricNadirE", "ostk::astrodynamics::flight::Profile::TargetType::GeocentricNadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType13GeodeticNadirE", "ostk::astrodynamics::flight::Profile::TargetType::GeodeticNadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType4MoonE", "ostk::astrodynamics::flight::Profile::TargetType::Moon"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15OrbitalMomentumE", "ostk::astrodynamics::flight::Profile::TargetType::OrbitalMomentum"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType18OrientationProfileE", "ostk::astrodynamics::flight::Profile::TargetType::OrientationProfile"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType3SunE", "ostk::astrodynamics::flight::Profile::TargetType::Sun"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType10TrajectoryE", "ostk::astrodynamics::flight::Profile::TargetType::Trajectory"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType12VelocityECEFE", "ostk::astrodynamics::flight::Profile::TargetType::VelocityECEF"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType11VelocityECIE", "ostk::astrodynamics::flight::Profile::TargetType::VelocityECI"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget"], [161, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::aTrajectory"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::aTrajectory"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::anAxis"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::isAntiDirection"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory"], [161, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", "ostk::astrodynamics::flight::Profile::Undefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11accessModelEv", "ostk::astrodynamics::flight::Profile::accessModel"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt::anInstant"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame::aFrameName"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt::anInstant"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt::anInstantArray"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", "ostk::astrodynamics::flight::Profile::isDefined"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::aProfile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::anOutputStream"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator="], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator=::aProfile"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::anOutputStream"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::displayDecorator"], [162, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemE", "ostk::astrodynamics::flight::System"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aGeometry"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aMass"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", "ostk::astrodynamics::flight::System::Undefined"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", "ostk::astrodynamics::flight::System::clone"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", "ostk::astrodynamics::flight::System::getGeometry"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", "ostk::astrodynamics::flight::System::getMass"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", "ostk::astrodynamics::flight::System::isDefined"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!="], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!=::aSystem"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::aSystem"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::anOutputStream"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator=="], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator==::aSystem"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::anOutputStream"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::displayDecorator"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", "ostk::astrodynamics::flight::System::~System"], [163, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", "ostk::astrodynamics::flight::profile::Model"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", "ostk::astrodynamics::flight::profile::Model::Model"], [163, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as"], [163, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as::Type"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt::anInstant"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt::anInstantArray"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", "ostk::astrodynamics::flight::profile::Model::clone"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt::anInstant"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame::aFrameName"], [163, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is"], [163, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is::Type"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", "ostk::astrodynamics::flight::profile::Model::isDefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!=::aModel"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::aModel"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::anOutputStream"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator=="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator==::aModel"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::anOutputStream"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::displayDecorator"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", "ostk::astrodynamics::flight::profile::Model::~Model"], [164, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", "ostk::astrodynamics::flight::profile::model::Tabulated"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load::aFile"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated::aStateArray"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", "ostk::astrodynamics::flight::profile::model::Tabulated::clone"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame::aFrameName"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", "ostk::astrodynamics::flight::profile::model::Tabulated::getInterval"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Tabulated::isDefined"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!="], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!=::aTabulatedModel"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::aTabulatedModel"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::anOutputStream"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator=="], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator==::aTabulatedModel"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::anOutputStream"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::displayDecorator"], [165, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", "ostk::astrodynamics::flight::profile::model::Transform"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aQuaternion"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aTrajectory"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbit"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbitalFrameType"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aDynamicTransformProvider"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aFrameSPtr"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::Undefined"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", "ostk::astrodynamics::flight::profile::model::Transform::clone"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame::aFrameName"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::isDefined"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::aTransformModel"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::anOutputStream"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::anOutputStream"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::displayDecorator"], [166, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", "ostk::astrodynamics::flight::system::PropulsionSystem"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Default"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aSpecificImpulseInSIUnit"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aThrustInSIUnit"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Undefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration::aMass"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getThrust"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::isDefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!=::aPropulsionSystem"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::aPropulsionSystem"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::anOutputStream"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator=="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator==::aPropulsionSystem"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::anOutputStream"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::displayDecorator"], [167, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", "ostk::astrodynamics::flight::system::SatelliteSystem"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Default"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aCrossSectionalSurfaceArea"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDragCoefficient"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDryMass"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aPropulsionSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aSatelliteGeometry"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::anInertiaTensor"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Undefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystem::clone"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::isDefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!=::aSatelliteSystem"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::aSatelliteSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::anOutputStream"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator=="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator==::aSatelliteSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::anOutputStream"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::displayDecorator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem"], [168, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::aSatelliteSystemBuilder"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::anOutputStream"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::anOutputStream"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::displayDecorator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea::aCrossSectionalSurfaceArea"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient::aDragCoefficient"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass::aDryMass"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry::aGeometry"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor::anInertiaTensor"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem::aPropulsionSystem"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", "ostk::astrodynamics::guidancelaw::ConstantThrust"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust::aThrustDirection"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack::velocityDirection"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aPositionCoordinates"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aThrustAcceleration"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aVelocityCoordinates"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::anInstant"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::outputFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", "ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::aConstantThrust"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::displayDecorator"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", "ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", "ostk::astrodynamics::guidancelaw::QLaw"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aCOEVector"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aGravitationalParameter"], [170, 3, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy"], [170, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical"], [170, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aBValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aKValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aMValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aNValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aPeriapsisWeight"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aRValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::absoluteEffectivityThreshold"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::anElementWeightsMap"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::minimumPeriapsisradius"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::relativeEffectivityThreshold"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::b"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::k"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::m"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::n"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::r"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aCOE"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGradientStrategy"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGravitationalParameter"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aParameterSet"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aPositionCoordinates"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aVelocityCoordinates"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::anInstant"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", "ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", "ostk::astrodynamics::guidancelaw::QLaw::getParameters"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", "ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::aGuidanceLaw"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::displayDecorator"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", "ostk::astrodynamics::guidancelaw::QLaw::~QLaw"], [171, 0, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", "ostk::astrodynamics::solver::FiniteDifferenceSolver"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Default"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepDuration"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepPercentage"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aType"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType::aType"], [171, 3, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::generateStateCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstant"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstantArray"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getType"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::aFiniteDifference"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::anOutputStream"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::anOutputStream"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::displayDecorator"], [172, 0, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", "ostk::astrodynamics::solver::TemporalConditionSolver"], [172, 7, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", "ostk::astrodynamics::solver::TemporalConditionSolver::Condition"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aMaximumIterationCount"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTimeStep"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTolerance"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aCondition"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aConditionArray"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [173, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aLocalOrbitalFrameFactorySPtr"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aValue"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!=::aLocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::aLocalOrbitalFrameDirection"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::anOutputStream"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator=="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator==::aLocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::anOutputStream"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::displayDecorator"], [174, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aTransformGenerator"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aType"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW::aParentFrame"], [174, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory18TransformGeneratorE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TransformGenerator"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH::aParentFrame"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aPosition"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aVelocity"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::anInstant"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined"], [175, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aPosition"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aType"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aVelocity"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::anInstant"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator::aType"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider::aTransform"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType::aType"], [175, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6CustomE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Custom"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider"], [176, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", "ostk::astrodynamics::trajectory::Model"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", "ostk::astrodynamics::trajectory::Model::Model"], [176, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as"], [176, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as::Type"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt::anInstant"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt::anInstantArray"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", "ostk::astrodynamics::trajectory::Model::clone"], [176, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is"], [176, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is::Type"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", "ostk::astrodynamics::trajectory::Model::isDefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!=::aModel"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::aModel"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::anOutputStream"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator=="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator==::aModel"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::anOutputStream"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::displayDecorator"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", "ostk::astrodynamics::trajectory::Model::~Model"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", "ostk::astrodynamics::trajectory::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anEpoch"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anInclination"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anEpoch"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::aStateArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::anInitialRevolutionNumber"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::aModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::aStartInstant"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::anEndInstant"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::anInitialRevolutionNumber"], [177, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", "ostk::astrodynamics::trajectory::Orbit::ConstPassIterator"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aPeriapsisAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anApoapsisAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anEpoch"], [177, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::FrameType"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::NED"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::QSW"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::TNW"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", "ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VNC"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aLongitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anEpoch"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anInclination"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aStateArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::anInitialRevolutionNumber"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit::anOrbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType::aFrameType"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aLocalTimeAtDescendingNode"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anArgumentOfLatitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anEpoch"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", "ostk::astrodynamics::trajectory::Orbit::Undefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame::aFrameType"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt::anInstant"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aRevolutionNumber"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aStepDuration"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", "ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", "ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval::anInterval"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt::anInstant"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", "ostk::astrodynamics::trajectory::Orbit::isDefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!="], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!=::anOrbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator="], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=::anOrbit"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=="], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator==::anOrbit"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::anOutputStream"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::displayDecorator"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", "ostk::astrodynamics::trajectory::Orbit::~Orbit"], [178, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", "ostk::astrodynamics::trajectory::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", "ostk::astrodynamics::trajectory::Propagator::Default"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default::anEnvironment"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::anEnvironment"], [178, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", "ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aManeuverArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator::aPropagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::anInterpolationType"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", "ostk::astrodynamics::trajectory::Propagator::Undefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics::aDynamicsSPtr"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::aManeuver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::anInterpolationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anEventCondition"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::anInstantArray"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::clearDynamics"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::getDynamics"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", "ostk::astrodynamics::trajectory::Propagator::isDefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!=::aPropagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::aPropagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::anOutputStream"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator="], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=::aPropagator"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator==::aPropagator"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::anOutputStream"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::displayDecorator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics::aDynamicsArray"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", "ostk::astrodynamics::trajectory::Segment"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aNumericalSolver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::anEventConditionSPtr"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aNumericalSolver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aThrusterDynamics"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::anEventConditionSPtr"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", "ostk::astrodynamics::trajectory::Segment::Solution"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aConditionIsSatisfied"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aSegmentType"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aStates"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::aNumericalSolver"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::anInstantArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV::aSpecificImpulse"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", "ostk::astrodynamics::trajectory::Segment::Solution::dynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aDynamicsSPtr"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aCoordinateSubsetSPtrArray"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aDynamicsSPtr"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution11getIntervalEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInterval"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", "ostk::astrodynamics::trajectory::Segment::Solution::name"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::aSolution"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::displayDecorator"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", "ostk::astrodynamics::trajectory::Segment::Solution::segmentType"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", "ostk::astrodynamics::trajectory::Segment::Solution::states"], [179, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Type"], [179, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", "ostk::astrodynamics::trajectory::Segment::Type::Coast"], [179, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", "ostk::astrodynamics::trajectory::Segment::Type::Maneuver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", "ostk::astrodynamics::trajectory::Segment::accessDynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", "ostk::astrodynamics::trajectory::Segment::accessEventCondition"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::accessNumericalSolver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", "ostk::astrodynamics::trajectory::Segment::getDynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", "ostk::astrodynamics::trajectory::Segment::getEventCondition"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", "ostk::astrodynamics::trajectory::Segment::getName"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::getNumericalSolver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", "ostk::astrodynamics::trajectory::Segment::getType"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::aSegment"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::displayDecorator"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::aState"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::maximumPropagationDuration"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", "ostk::astrodynamics::trajectory::Sequence"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aDynamicsArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aNumericalSolver"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aSegmentArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::segmentPropagationDurationLimit"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::verbosity"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", "ostk::astrodynamics::trajectory::Sequence::Solution"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::aSegmentSolutionArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::executionIsComplete"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::aNumericalSolver"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::anInstantArray"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV::aSpecificImpulse"], [180, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", "ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution11getIntervalEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInterval"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getStates"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::aSolution"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::displayDecorator"], [180, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", "ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment::anEventConditionSPtr"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::aThruster"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::anEventConditionSPtr"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment::aTrajectorySegment"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments::aTrajectorySegmentArray"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", "ostk::astrodynamics::trajectory::Sequence::getDynamics"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Sequence::getNumericalSolver"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", "ostk::astrodynamics::trajectory::Sequence::getSegments"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::aSequence"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::displayDecorator"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aRepetitionCount"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aState"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aMaximumPropagationDuration"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aState"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::anEventCondition"], [181, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", "ostk::astrodynamics::trajectory::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinateBrokerSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinateSubsetsArray"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aPosition"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aPosition"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State::aState"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAngularVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitude"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitudeReferenceFrame"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", "ostk::astrodynamics::trajectory::State::Undefined"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::State::accessCoordinateBroker"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", "ostk::astrodynamics::trajectory::State::accessCoordinates"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", "ostk::astrodynamics::trajectory::State::accessFrame"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", "ostk::astrodynamics::trajectory::State::accessInstant"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate::aSubsetSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates::aCoordinateSubsetsArray"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", "ostk::astrodynamics::trajectory::State::getAngularVelocity"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", "ostk::astrodynamics::trajectory::State::getAttitude"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::State::getCoordinateSubsets"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", "ostk::astrodynamics::trajectory::State::getCoordinates"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", "ostk::astrodynamics::trajectory::State::getFrame"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", "ostk::astrodynamics::trajectory::State::getInstant"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", "ostk::astrodynamics::trajectory::State::getPosition"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", "ostk::astrodynamics::trajectory::State::getSize"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", "ostk::astrodynamics::trajectory::State::getVelocity"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset::aCoordinateSubsetSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame::aFrameSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", "ostk::astrodynamics::trajectory::State::isDefined"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!="], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!=::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-::aState"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::aState"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::anOutputStream"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator="], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator=::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator=="], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator==::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::anOutputStream"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::displayDecorator"], [182, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", "ostk::astrodynamics::trajectory::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateBrokerSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateSubsetsArray"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aState"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::Undefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::accessFrame"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::aCoordinates"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::aState"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::defaultState"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::getFrame"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::isDefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!=::aStateBuilder"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+::aCoordinateSubsetSPtr"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-::aCoordinateSubsetSPtr"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::aStateBuilder"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::anOutputStream"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator=="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator==::aStateBuilder"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::anOutputStream"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::displayDecorator"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce::aState"], [183, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", "ostk::astrodynamics::trajectory::model::Static"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static::aPosition"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt::anInstant"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", "ostk::astrodynamics::trajectory::model::Static::clone"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", "ostk::astrodynamics::trajectory::model::Static::isDefined"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!="], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!=::aStaticModel"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::aStaticModel"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::anOutputStream"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator=="], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator==::aStaticModel"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::anOutputStream"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::displayDecorator"], [184, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", "ostk::astrodynamics::trajectory::model::Tabulated"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load::aFile"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::aStateArray"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::anInterpolationType"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt::anInstant"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt::anInstantArray"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::model::Tabulated::clone"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getFirstState"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterval"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getLastState"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::model::Tabulated::isDefined"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!="], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!=::aTabulatedModel"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::aTabulatedModel"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::anOutputStream"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator=="], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator==::aTabulatedModel"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::anOutputStream"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::displayDecorator"], [185, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", "ostk::astrodynamics::trajectory::orbit::Model"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", "ostk::astrodynamics::trajectory::orbit::Model::Model"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt::anInstant"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt::anInstant"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", "ostk::astrodynamics::trajectory::orbit::Model::clone"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getEpoch"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Model::isDefined"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::anOutputStream"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::displayDecorator"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", "ostk::astrodynamics::trajectory::orbit::Model::~Model"], [186, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", "ostk::astrodynamics::trajectory::orbit::Pass"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::aRevolutionNumber"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtAscendingNode"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtDescendingNode"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtNorthPoint"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtPassBreak"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtSouthPoint"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase::aPhase"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType::aType"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::Type"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::Undefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", "ostk::astrodynamics::trajectory::orbit::Pass::getDuration"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass13getEndInstantEv", "ostk::astrodynamics::trajectory::orbit::Pass::getEndInstant"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getIntervalEv", "ostk::astrodynamics::trajectory::orbit::Pass::getInterval"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", "ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass15getStartInstantEv", "ostk::astrodynamics::trajectory::orbit::Pass::getStartInstant"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", "ostk::astrodynamics::trajectory::orbit::Pass::getType"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", "ostk::astrodynamics::trajectory::orbit::Pass::isComplete"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::isDefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!=::aPass"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::aPass"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::anOutputStream"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator=="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator==::aPass"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::anOutputStream"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::displayDecorator"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary::aDictionary"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load::aFile"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aDeploymentArray"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aHeader"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt::anIndex"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName::aName"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOPM"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOutputStream"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::anOutputStream"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::displayDecorator"], [188, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", "ostk::astrodynamics::trajectory::orbit::model::Kepler"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aCelestialObject"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aGravitationalParameter"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ2"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ4"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEquatorialRadius"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::inFixedFrame"], [188, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType::aPerturbationType"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt::anInstant"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt::anInstant"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::clone"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!=::aKeplerianModel"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::aKeplerianModel"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::anOutputStream"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator=="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator==::aKeplerianModel"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::anOutputStream"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::displayDecorator"], [189, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", "ostk::astrodynamics::trajectory::orbit::model::Propagated"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aCachedStateArray"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aState"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt::anInstant"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt::anInstant"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt::anInstantArray"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::clone"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!=::aPropagatedModel"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::aPropagatedModel"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::anOutputStream"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator=="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator==::aPropagatedModel"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::anOutputStream"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::displayDecorator"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray::aStateArray"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", "ostk::astrodynamics::trajectory::orbit::model::SGP4"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [191, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [191, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aSGP4Model"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aTle"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt::anInstant"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::clone"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!="], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!=::aSGP4Model"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::aSGP4Model"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::anOutputStream"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator="], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=::aSGP4Model"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=="], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator==::aSGP4Model"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::anOutputStream"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::displayDecorator"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", "ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4"], [192, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aStateArray"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aType"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::anInitialRevolutionNumber"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt::anInstant"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!="], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!=::aTabulatedModel"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator=="], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator==::aTabulatedModel"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::anOutputStream"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::displayDecorator"], [193, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aMeanAnomaly"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aRaan"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aSemiMajorAxis"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anAop"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anEccentricity"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anInclination"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aGravitationalParameter"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE"], [194, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aMeanAnomaly"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aRaan"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aSemiMajorAxis"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anAop"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anEccentricity"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anInclination"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE::aCOE"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aCartesianState"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aGravitationalParameter"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE"], [195, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aMeanAnomaly"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aRaan"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aSemiMajorAxis"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anAop"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anEccentricity"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anInclination"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE::aCOE"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aCartesianState"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aGravitationalParameter"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined"], [195, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE"], [196, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE"], [196, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aRaan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anAop"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anInclination"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aCartesianState"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aGravitationalParameter"], [196, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiLatusRectum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::anInstant"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::raan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::sun"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::anInstant"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::raan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::sun"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::trueAnomaly"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aTolerance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::anEccentricity"], [196, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::aCOEVector"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::anAnomalyType"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement::anElement"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aMeanAnomly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aTolerance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aFrameSPtr"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aGravitationalParameter"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aJ2Parameter"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::anEquatorialRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector::anAnomalyType"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!="], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!=::aCOE"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::aCOE"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::anOutputStream"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator=="], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator==::aCOE"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::anOutputStream"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::displayDecorator"], [197, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aSecondLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aString"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteName"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum::aLine"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load::aFile"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse::aString"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSatelliteName"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!="], [197, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!=::aTle"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::aTle"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::anOutputStream"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator=="], [197, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator==::aTle"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch::anInstant"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch::aRevolutionNumberAtEpoch"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber::aSatelliteNumber"], [198, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateBroker"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [198, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker::aCoordinateSubsetsArray"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset"], [198, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset::aCoordinateSubsetSPtr"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubset"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubsetSPtr"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aCoordinateSubsetsArray"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aFullCoordinatesVector"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset::aCoordinateSubsetSPtr"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!="], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!=::aCoordinateBroker"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator=="], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator==::aCoordinateBroker"], [199, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateSubset"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset"], [199, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aName"], [199, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aSize"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anotherFullCoordinatesVector"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getId"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getName"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset4hashEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::hash"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::fromFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::toFrameSPtr"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!="], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!=::aCoordinateSubset"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator=="], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator==::aCoordinateSubset"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anotherFullCoordinatesVector"], [200, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", "ostk::astrodynamics::trajectory::state::NumericalSolver"], [200, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aRelativeTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aTimeStep"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::anAbsoluteTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::stateLogger"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Default"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional::stateLogger"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aStepperType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aTimeStep"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aLogType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRelativeTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRootSolver"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aStepperType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aTimeStep"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::anAbsoluteTolerance"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationInSeconds"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEndTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEventCondition"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [201, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity"], [201, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::aName"], [201, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::anAttitudeQuaternionSPtr"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default"], [201, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aCoordinateBrokerSPtr"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aFullCoordinatesVector"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::anInstant"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::fromFrame"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::toFrame"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity"], [202, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion"], [202, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion::aName"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default"], [202, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aCoordinateBrokerSPtr"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aFullCoordinatesVector"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::anInstant"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::fromFrame"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::toFrame"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion"], [203, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition"], [203, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition::aName"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFrameSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anotherFullCoordinatesVector"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::fromFrame"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::toFrame"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFrameSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anotherFullCoordinatesVector"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition"], [204, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity"], [204, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aCartesianPositionSPtr"], [204, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aName"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFrameSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anotherFullCoordinatesVector"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::fromFrame"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::toFrame"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFrameSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anotherFullCoordinatesVector"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::~CartesianVelocity"]], "ostk": [[1, 8, 0, "-", "astrodynamics"]], "ostk.astrodynamics": [[2, 9, 1, "", "Access"], [3, 9, 1, "", "Dynamics"], [4, 9, 1, "", "EventCondition"], [5, 9, 1, "", "GuidanceLaw"], [6, 9, 1, "", "RootSolver"], [7, 9, 1, "", "Trajectory"], [8, 8, 0, "-", "access"], [12, 8, 0, "-", "converters"], [17, 8, 0, "-", "dataframe"], [25, 8, 0, "-", "display"], [31, 8, 0, "-", "dynamics"], [38, 8, 0, "-", "event_condition"], [45, 8, 0, "-", "flight"], [58, 8, 0, "-", "guidance_law"], [61, 8, 0, "-", "solver"], [64, 8, 0, "-", "trajectory"], [102, 8, 0, "-", "utilities"], [111, 8, 0, "-", "viewer"]], "ostk.astrodynamics.Access": [[2, 9, 1, "", "Type"], [2, 11, 1, "", "get_acquisition_of_signal"], [2, 11, 1, "", "get_duration"], [2, 11, 1, "", "get_interval"], [2, 11, 1, "", "get_loss_of_signal"], [2, 11, 1, "", "get_max_elevation"], [2, 11, 1, "", "get_time_of_closest_approach"], [2, 11, 1, "", "get_type"], [2, 11, 1, "", "is_complete"], [2, 11, 1, "", "is_defined"], [2, 11, 1, "", "string_from_type"], [2, 11, 1, "", "undefined"]], "ostk.astrodynamics.Access.Type": [[2, 10, 1, "", "name"]], "ostk.astrodynamics.Dynamics": [[3, 11, 1, "", "compute_contribution"], [3, 11, 1, "", "from_environment"], [3, 11, 1, "", "get_name"], [3, 11, 1, "", "get_read_coordinate_subsets"], [3, 11, 1, "", "get_write_coordinate_subsets"], [3, 11, 1, "", "is_defined"]], "ostk.astrodynamics.EventCondition": [[4, 9, 1, "", "Target"], [4, 11, 1, "", "get_evaluator"], [4, 11, 1, "", "get_name"], [4, 11, 1, "", "get_target"], [4, 11, 1, "", "is_satisfied"], [4, 11, 1, "", "update_target"]], "ostk.astrodynamics.EventCondition.Target": [[4, 11, 1, "", "StringFromType"], [4, 9, 1, "", "Type"], [4, 10, 1, "", "type"], [4, 10, 1, "", "value"], [4, 10, 1, "", "value_offset"]], "ostk.astrodynamics.EventCondition.Target.Type": [[4, 10, 1, "", "name"]], "ostk.astrodynamics.GuidanceLaw": [[5, 11, 1, "", "calculate_thrust_acceleration_at"], [5, 11, 1, "", "get_name"]], "ostk.astrodynamics.RootSolver": [[6, 9, 1, "", "Solution"], [6, 11, 1, "", "bisection"], [6, 11, 1, "", "bracket_and_solve"], [6, 11, 1, "", "default"], [6, 11, 1, "", "get_maximum_iteration_count"], [6, 11, 1, "", "get_tolerance"], [6, 11, 1, "", "solve"]], "ostk.astrodynamics.RootSolver.Solution": [[6, 10, 1, "", "has_converged"], [6, 10, 1, "", "iteration_count"], [6, 10, 1, "", "root"]], "ostk.astrodynamics.Trajectory": [[7, 11, 1, "", "access_model"], [7, 11, 1, "", "get_state_at"], [7, 11, 1, "", "get_states_at"], [7, 11, 1, "", "ground_strip"], [7, 11, 1, "", "is_defined"], [7, 11, 1, "", "position"], [7, 11, 1, "", "undefined"]], "ostk.astrodynamics.access": [[9, 9, 1, "", "Generator"]], "ostk.astrodynamics.access.Generator": [[9, 11, 1, "", "aer_mask"], [9, 11, 1, "", "aer_ranges"], [9, 11, 1, "", "compute_accesses"], [9, 11, 1, "", "get_access_filter"], [9, 11, 1, "", "get_aer_filter"], [9, 11, 1, "", "get_condition_function"], [9, 11, 1, "", "get_state_filter"], [9, 11, 1, "", "get_step"], [9, 11, 1, "", "get_tolerance"], [9, 11, 1, "", "is_defined"], [9, 11, 1, "", "set_access_filter"], [9, 11, 1, "", "set_aer_filter"], [9, 11, 1, "", "set_state_filter"], [9, 11, 1, "", "set_step"], [9, 11, 1, "", "set_tolerance"], [9, 11, 1, "", "undefined"]], "ostk.astrodynamics.conjunction.message": [[10, 8, 0, "-", "ccsds"]], "ostk.astrodynamics.conjunction.message.ccsds": [[11, 9, 1, "", "CDM"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, 9, 1, "", "Data"], [11, 9, 1, "", "Header"], [11, 9, 1, "", "Metadata"], [11, 9, 1, "", "ObjectType"], [11, 9, 1, "", "RelativeMetadata"], [11, 11, 1, "", "dictionary"], [11, 11, 1, "", "get_ccsds_cdm_version"], [11, 11, 1, "", "get_collision_probability"], [11, 11, 1, "", "get_collision_probability_method"], [11, 11, 1, "", "get_creation_instant"], [11, 11, 1, "", "get_data_array"], [11, 11, 1, "", "get_header"], [11, 11, 1, "", "get_message_for"], [11, 11, 1, "", "get_message_id"], [11, 11, 1, "", "get_metadata_array"], [11, 11, 1, "", "get_miss_distance"], [11, 11, 1, "", "get_object_data_at"], [11, 11, 1, "", "get_object_metadata_at"], [11, 11, 1, "", "get_originator"], [11, 11, 1, "", "get_relative_metadata"], [11, 11, 1, "", "get_relative_position"], [11, 11, 1, "", "get_relative_velocity"], [11, 11, 1, "", "get_time_of_closest_approach"], [11, 11, 1, "", "is_defined"], [11, 11, 1, "", "load"], [11, 11, 1, "", "object_type_from_string"], [11, 11, 1, "", "parse"], [11, 11, 1, "", "undefined"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data": [[11, 10, 1, "", "actual_od_span"], [11, 10, 1, "", "area_drag"], [11, 10, 1, "", "area_pc"], [11, 10, 1, "", "area_srp"], [11, 10, 1, "", "cd_area_over_mass"], [11, 10, 1, "", "covariance_matrix"], [11, 10, 1, "", "cr_area_over_mass"], [11, 10, 1, "", "mass"], [11, 10, 1, "", "observations_available"], [11, 10, 1, "", "observations_used"], [11, 10, 1, "", "recommended_od_span"], [11, 10, 1, "", "residuals_accepted"], [11, 10, 1, "", "sedr"], [11, 10, 1, "", "state"], [11, 10, 1, "", "thrust_acceleration"], [11, 10, 1, "", "time_last_observation_end"], [11, 10, 1, "", "time_last_observation_start"], [11, 10, 1, "", "tracks_available"], [11, 10, 1, "", "tracks_used"], [11, 10, 1, "", "weighted_rms"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header": [[11, 10, 1, "", "ccsds_cdm_version"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "creation_date"], [11, 10, 1, "", "message_for"], [11, 10, 1, "", "message_id"], [11, 10, 1, "", "originator"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata": [[11, 10, 1, "", "atmospheric_model"], [11, 10, 1, "", "catalog_name"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "covariance_method"], [11, 10, 1, "", "earth_tides"], [11, 10, 1, "", "ephemeris_name"], [11, 10, 1, "", "gravity_model"], [11, 10, 1, "", "in_track_thrust"], [11, 10, 1, "", "international_designator"], [11, 10, 1, "", "maneuverable"], [11, 10, 1, "", "n_body_perturbations"], [11, 10, 1, "", "object"], [11, 10, 1, "", "object_designator"], [11, 10, 1, "", "object_name"], [11, 10, 1, "", "object_type"], [11, 10, 1, "", "operator_contact_position"], [11, 10, 1, "", "operator_email"], [11, 10, 1, "", "operator_organization"], [11, 10, 1, "", "operator_phone"], [11, 10, 1, "", "orbit_center"], [11, 10, 1, "", "reference_frame"], [11, 10, 1, "", "solar_radiation_pressure"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType": [[11, 10, 1, "", "name"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata": [[11, 10, 1, "", "collision_probability"], [11, 10, 1, "", "collision_probability_method"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "end_screen_period"], [11, 10, 1, "", "miss_distance"], [11, 10, 1, "", "relative_position"], [11, 10, 1, "", "relative_velocity"], [11, 10, 1, "", "screen_entry_time"], [11, 10, 1, "", "screen_exit_time"], [11, 10, 1, "", "screen_volume_frame"], [11, 10, 1, "", "screen_volume_shape"], [11, 10, 1, "", "screen_volume_x"], [11, 10, 1, "", "screen_volume_y"], [11, 10, 1, "", "screen_volume_z"], [11, 10, 1, "", "start_screen_period"], [11, 10, 1, "", "time_of_closest_approach"]], "ostk.astrodynamics.converters": [[13, 12, 1, "", "coerce_to_datetime"], [14, 12, 1, "", "coerce_to_instant"], [15, 12, 1, "", "coerce_to_interval"], [16, 12, 1, "", "coerce_to_iso"]], "ostk.astrodynamics.dataframe": [[18, 12, 1, "", "generate_column_names"], [19, 12, 1, "", "generate_dataframe_from_orbit"], [20, 12, 1, "", "generate_dataframe_from_profile"], [21, 12, 1, "", "generate_dataframe_from_states"], [22, 12, 1, "", "generate_orbit_from_dataframe"], [23, 12, 1, "", "generate_profile_from_dataframe"], [24, 12, 1, "", "generate_states_from_dataframe"]], "ostk.astrodynamics.display": [[26, 9, 1, "", "AccessesPlot"], [27, 12, 1, "", "convert_to_ground_track_plotting_data"], [28, 12, 1, "", "create_2d_map"], [29, 12, 1, "", "create_3d_globe"], [30, 12, 1, "", "create_plotly_figure"]], "ostk.astrodynamics.display.AccessesPlot": [[26, 11, 1, "", "add_satellite"], [26, 11, 1, "", "show"]], "ostk.astrodynamics.dynamics": [[32, 9, 1, "", "AtmosphericDrag"], [33, 9, 1, "", "CentralBodyGravity"], [34, 9, 1, "", "PositionDerivative"], [35, 9, 1, "", "Tabulated"], [36, 9, 1, "", "ThirdBodyGravity"], [37, 9, 1, "", "Thruster"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[32, 11, 1, "", "compute_contribution"], [32, 11, 1, "", "from_environment"], [32, 11, 1, "", "get_celestial"], [32, 11, 1, "", "get_name"], [32, 11, 1, "", "get_read_coordinate_subsets"], [32, 11, 1, "", "get_write_coordinate_subsets"], [32, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[33, 11, 1, "", "compute_contribution"], [33, 11, 1, "", "from_environment"], [33, 11, 1, "", "get_celestial"], [33, 11, 1, "", "get_name"], [33, 11, 1, "", "get_read_coordinate_subsets"], [33, 11, 1, "", "get_write_coordinate_subsets"], [33, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[34, 11, 1, "", "compute_contribution"], [34, 11, 1, "", "from_environment"], [34, 11, 1, "", "get_name"], [34, 11, 1, "", "get_read_coordinate_subsets"], [34, 11, 1, "", "get_write_coordinate_subsets"], [34, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Tabulated": [[35, 11, 1, "", "access_contribution_profile"], [35, 11, 1, "", "access_frame"], [35, 11, 1, "", "access_instants"], [35, 11, 1, "", "compute_contribution"], [35, 11, 1, "", "from_environment"], [35, 11, 1, "", "get_contribution_profile_from_coordinate_subsets"], [35, 11, 1, "", "get_interpolation_type"], [35, 11, 1, "", "get_name"], [35, 11, 1, "", "get_read_coordinate_subsets"], [35, 11, 1, "", "get_write_coordinate_subsets"], [35, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[36, 11, 1, "", "compute_contribution"], [36, 11, 1, "", "from_environment"], [36, 11, 1, "", "get_celestial"], [36, 11, 1, "", "get_name"], [36, 11, 1, "", "get_read_coordinate_subsets"], [36, 11, 1, "", "get_write_coordinate_subsets"], [36, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Thruster": [[37, 11, 1, "", "compute_contribution"], [37, 11, 1, "", "from_environment"], [37, 11, 1, "", "get_guidance_law"], [37, 11, 1, "", "get_name"], [37, 11, 1, "", "get_read_coordinate_subsets"], [37, 11, 1, "", "get_satellite_system"], [37, 11, 1, "", "get_write_coordinate_subsets"], [37, 11, 1, "", "is_defined"]], "ostk.astrodynamics.event_condition": [[39, 9, 1, "", "AngularCondition"], [40, 9, 1, "", "BooleanCondition"], [41, 9, 1, "", "COECondition"], [42, 9, 1, "", "InstantCondition"], [43, 9, 1, "", "LogicalCondition"], [44, 9, 1, "", "RealCondition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[39, 9, 1, "", "Criterion"], [39, 9, 1, "", "Target"], [39, 11, 1, "", "get_criterion"], [39, 11, 1, "", "get_evaluator"], [39, 11, 1, "", "get_name"], [39, 11, 1, "", "get_target"], [39, 11, 1, "", "get_target_angle"], [39, 11, 1, "", "get_target_range"], [39, 11, 1, "", "is_satisfied"], [39, 11, 1, "", "string_from_criterion"], [39, 11, 1, "", "update_target"], [39, 11, 1, "", "within_range"]], "ostk.astrodynamics.event_condition.AngularCondition.Criterion": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.AngularCondition.Target": [[39, 11, 1, "", "StringFromType"], [39, 9, 1, "", "Type"], [39, 10, 1, "", "type"], [39, 10, 1, "", "value"], [39, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.AngularCondition.Target.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[40, 9, 1, "", "Criterion"], [40, 9, 1, "", "Target"], [40, 11, 1, "", "duration_condition"], [40, 11, 1, "", "evaluate"], [40, 11, 1, "", "get_criterion"], [40, 11, 1, "", "get_evaluator"], [40, 11, 1, "", "get_name"], [40, 11, 1, "", "get_target"], [40, 11, 1, "", "is_inversed"], [40, 11, 1, "", "is_satisfied"], [40, 11, 1, "", "string_from_criterion"], [40, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.BooleanCondition.Criterion": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target": [[40, 11, 1, "", "StringFromType"], [40, 9, 1, "", "Type"], [40, 10, 1, "", "type"], [40, 10, 1, "", "value"], [40, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.COECondition": [[41, 11, 1, "", "aop"], [41, 11, 1, "", "eccentric_anomaly"], [41, 11, 1, "", "eccentricity"], [41, 11, 1, "", "inclination"], [41, 11, 1, "", "mean_anomaly"], [41, 11, 1, "", "raan"], [41, 11, 1, "", "semi_major_axis"], [41, 11, 1, "", "true_anomaly"]], "ostk.astrodynamics.event_condition.InstantCondition": [[42, 9, 1, "", "Criterion"], [42, 9, 1, "", "Target"], [42, 11, 1, "", "duration_condition"], [42, 11, 1, "", "evaluate"], [42, 11, 1, "", "get_criterion"], [42, 11, 1, "", "get_evaluator"], [42, 11, 1, "", "get_instant"], [42, 11, 1, "", "get_name"], [42, 11, 1, "", "get_target"], [42, 11, 1, "", "is_satisfied"], [42, 11, 1, "", "string_from_criterion"], [42, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.InstantCondition.Criterion": [[42, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.InstantCondition.Target": [[42, 11, 1, "", "StringFromType"], [42, 9, 1, "", "Type"], [42, 10, 1, "", "type"], [42, 10, 1, "", "value"], [42, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.InstantCondition.Target.Type": [[42, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[43, 9, 1, "", "Target"], [43, 9, 1, "", "Type"], [43, 11, 1, "", "get_evaluator"], [43, 11, 1, "", "get_event_conditions"], [43, 11, 1, "", "get_name"], [43, 11, 1, "", "get_target"], [43, 11, 1, "", "get_type"], [43, 11, 1, "", "is_satisfied"], [43, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target": [[43, 11, 1, "", "StringFromType"], [43, 9, 1, "", "Type"], [43, 10, 1, "", "type"], [43, 10, 1, "", "value"], [43, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type": [[43, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition.Type": [[43, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition": [[44, 9, 1, "", "Criterion"], [44, 9, 1, "", "Target"], [44, 11, 1, "", "duration_condition"], [44, 11, 1, "", "evaluate"], [44, 11, 1, "", "get_criterion"], [44, 11, 1, "", "get_evaluator"], [44, 11, 1, "", "get_name"], [44, 11, 1, "", "get_target"], [44, 11, 1, "", "is_satisfied"], [44, 11, 1, "", "string_from_criterion"], [44, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.RealCondition.Criterion": [[44, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition.Target": [[44, 11, 1, "", "StringFromType"], [44, 9, 1, "", "Type"], [44, 10, 1, "", "type"], [44, 10, 1, "", "value"], [44, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.RealCondition.Target.Type": [[44, 10, 1, "", "name"]], "ostk.astrodynamics.flight": [[46, 9, 1, "", "Maneuver"], [47, 9, 1, "", "Profile"], [48, 9, 1, "", "System"], [49, 8, 0, "-", "profile"], [54, 8, 0, "-", "system"]], "ostk.astrodynamics.flight.Maneuver": [[46, 11, 1, "", "calculate_average_specific_impulse"], [46, 11, 1, "", "calculate_average_thrust"], [46, 11, 1, "", "calculate_delta_mass"], [46, 11, 1, "", "calculate_delta_v"], [46, 11, 1, "", "constant_mass_flow_rate_profile"], [46, 11, 1, "", "get_acceleration_profile"], [46, 11, 1, "", "get_instants"], [46, 11, 1, "", "get_interval"], [46, 11, 1, "", "get_mass_flow_rate_profile"], [46, 11, 1, "", "is_defined"], [46, 11, 1, "", "tabulated_dynamics"], [46, 11, 1, "", "to_tabulated_dynamics"]], "ostk.astrodynamics.flight.Profile": [[47, 9, 1, "", "Axis"], [47, 9, 1, "", "CustomTarget"], [47, 9, 1, "", "OrientationProfileTarget"], [47, 9, 1, "", "Target"], [47, 9, 1, "", "TargetType"], [47, 9, 1, "", "TrajectoryTarget"], [47, 11, 1, "", "access_model"], [47, 11, 1, "", "align_and_constrain"], [47, 11, 1, "", "custom_pointing"], [47, 11, 1, "", "get_axes_at"], [47, 11, 1, "", "get_body_frame"], [47, 11, 1, "", "get_state_at"], [47, 11, 1, "", "get_states_at"], [47, 11, 1, "", "inertial_pointing"], [47, 11, 1, "", "is_defined"], [47, 11, 1, "", "nadir_pointing"], [47, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.Profile.Axis": [[47, 10, 1, "", "name"]], "ostk.astrodynamics.flight.Profile.CustomTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "orientation_generator"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.OrientationProfileTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "orientation_profile"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.Target": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.TargetType": [[47, 10, 1, "", "name"]], "ostk.astrodynamics.flight.Profile.TrajectoryTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "trajectory"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.System": [[48, 11, 1, "", "get_geometry"], [48, 11, 1, "", "get_mass"], [48, 11, 1, "", "is_defined"], [48, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.profile": [[50, 9, 1, "", "Model"], [51, 8, 0, "-", "model"]], "ostk.astrodynamics.flight.profile.Model": [[50, 11, 1, "", "as_tabulated"], [50, 11, 1, "", "as_transform"], [50, 11, 1, "", "calculate_state_at"], [50, 11, 1, "", "calculate_states_at"], [50, 11, 1, "", "get_axes_at"], [50, 11, 1, "", "get_body_frame"], [50, 11, 1, "", "is_defined"], [50, 11, 1, "", "is_tabulated"], [50, 11, 1, "", "is_transform"]], "ostk.astrodynamics.flight.profile.model": [[52, 9, 1, "", "Tabulated"], [53, 9, 1, "", "Transform"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[52, 11, 1, "", "as_tabulated"], [52, 11, 1, "", "as_transform"], [52, 11, 1, "", "calculate_state_at"], [52, 11, 1, "", "calculate_states_at"], [52, 11, 1, "", "get_axes_at"], [52, 11, 1, "", "get_body_frame"], [52, 11, 1, "", "get_interval"], [52, 11, 1, "", "is_defined"], [52, 11, 1, "", "is_tabulated"], [52, 11, 1, "", "is_transform"]], "ostk.astrodynamics.flight.profile.model.Transform": [[53, 11, 1, "", "as_tabulated"], [53, 11, 1, "", "as_transform"], [53, 11, 1, "", "calculate_state_at"], [53, 11, 1, "", "calculate_states_at"], [53, 11, 1, "", "get_axes_at"], [53, 11, 1, "", "get_body_frame"], [53, 11, 1, "", "inertial_pointing"], [53, 11, 1, "", "is_defined"], [53, 11, 1, "", "is_tabulated"], [53, 11, 1, "", "is_transform"], [53, 11, 1, "", "nadir_pointing"], [53, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system": [[55, 9, 1, "", "PropulsionSystem"], [56, 9, 1, "", "SatelliteSystem"], [57, 9, 1, "", "SatelliteSystemBuilder"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[55, 11, 1, "", "default"], [55, 11, 1, "", "get_acceleration"], [55, 11, 1, "", "get_mass_flow_rate"], [55, 11, 1, "", "get_specific_impulse"], [55, 11, 1, "", "get_thrust"], [55, 11, 1, "", "is_defined"], [55, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[56, 11, 1, "", "default"], [56, 11, 1, "", "get_cross_sectional_surface_area"], [56, 11, 1, "", "get_drag_coefficient"], [56, 11, 1, "", "get_geometry"], [56, 11, 1, "", "get_inertia_tensor"], [56, 11, 1, "", "get_mass"], [56, 11, 1, "", "get_propulsion_system"], [56, 11, 1, "", "is_defined"], [56, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[57, 11, 1, "", "build"], [57, 11, 1, "", "default"], [57, 11, 1, "", "with_cross_sectional_surface_area"], [57, 11, 1, "", "with_drag_coefficient"], [57, 11, 1, "", "with_dry_mass"], [57, 11, 1, "", "with_geometry"], [57, 11, 1, "", "with_inertia_tensor"], [57, 11, 1, "", "with_propulsion_system"]], "ostk.astrodynamics.guidance_law": [[59, 9, 1, "", "ConstantThrust"], [60, 9, 1, "", "QLaw"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[59, 11, 1, "", "calculate_thrust_acceleration_at"], [59, 11, 1, "", "get_local_thrust_direction"], [59, 11, 1, "", "get_name"], [59, 11, 1, "", "intrack"]], "ostk.astrodynamics.guidance_law.QLaw": [[60, 9, 1, "", "GradientStrategy"], [60, 9, 1, "", "Parameters"], [60, 11, 1, "", "calculate_thrust_acceleration_at"], [60, 11, 1, "", "get_gradient_strategy"], [60, 11, 1, "", "get_name"], [60, 11, 1, "", "get_parameters"], [60, 11, 1, "", "get_target_coe"]], "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy": [[60, 10, 1, "", "name"]], "ostk.astrodynamics.guidance_law.QLaw.Parameters": [[60, 10, 1, "", "absolute_effectivity_threshold"], [60, 10, 1, "", "b"], [60, 11, 1, "", "get_control_weights"], [60, 11, 1, "", "get_minimum_periapsis_radius"], [60, 10, 1, "", "k"], [60, 10, 1, "", "m"], [60, 10, 1, "", "n"], [60, 10, 1, "", "periapsis_weight"], [60, 10, 1, "", "r"], [60, 10, 1, "", "relative_effectivity_threshold"]], "ostk.astrodynamics.solver": [[62, 9, 1, "", "FiniteDifferenceSolver"], [63, 9, 1, "", "TemporalConditionSolver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[62, 9, 1, "", "Type"], [62, 11, 1, "", "compute_gradient"], [62, 11, 1, "", "compute_jacobian"], [62, 11, 1, "", "default"], [62, 11, 1, "", "get_step_duration"], [62, 11, 1, "", "get_step_percentage"], [62, 11, 1, "", "get_type"], [62, 11, 1, "", "string_from_type"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type": [[62, 10, 1, "", "name"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[63, 11, 1, "", "get_maximum_iteration_count"], [63, 11, 1, "", "get_time_step"], [63, 11, 1, "", "get_tolerance"], [63, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory": [[65, 9, 1, "", "LocalOrbitalFrameDirection"], [66, 9, 1, "", "LocalOrbitalFrameFactory"], [67, 9, 1, "", "LocalOrbitalFrameTransformProvider"], [68, 9, 1, "", "Model"], [69, 9, 1, "", "Orbit"], [70, 9, 1, "", "Propagator"], [71, 9, 1, "", "Segment"], [72, 9, 1, "", "Sequence"], [73, 9, 1, "", "State"], [74, 9, 1, "", "StateBuilder"], [75, 8, 0, "-", "orbit"], [93, 8, 0, "-", "state"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[65, 11, 1, "", "get_local_orbital_frame_factory"], [65, 11, 1, "", "get_value"], [65, 11, 1, "", "is_defined"], [65, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[66, 11, 1, "", "LVLH"], [66, 11, 1, "", "NED"], [66, 11, 1, "", "QSW"], [66, 11, 1, "", "TNW"], [66, 11, 1, "", "VNC"], [66, 11, 1, "", "VVLH"], [66, 11, 1, "", "access_parent_frame"], [66, 11, 1, "", "construct"], [66, 11, 1, "", "generate_frame"], [66, 11, 1, "", "is_defined"], [66, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[67, 9, 1, "", "Type"], [67, 11, 1, "", "construct"], [67, 11, 1, "", "get_transform_at"], [67, 11, 1, "", "get_transform_generator"], [67, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type": [[67, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Model": [[68, 11, 1, "", "calculate_state_at"], [68, 11, 1, "", "calculate_states_at"], [68, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.Orbit": [[69, 9, 1, "", "FrameType"], [69, 11, 1, "", "access_kepler_model"], [69, 11, 1, "", "access_model"], [69, 11, 1, "", "access_propagated_model"], [69, 11, 1, "", "access_sgp4_model"], [69, 11, 1, "", "access_tabulated_model"], [69, 11, 1, "", "circular"], [69, 11, 1, "", "circular_equatorial"], [69, 11, 1, "", "compute_passes"], [69, 11, 1, "", "compute_passes_with_model"], [69, 11, 1, "", "equatorial"], [69, 11, 1, "", "geo_synchronous"], [69, 11, 1, "", "get_orbital_frame"], [69, 11, 1, "", "get_pass_at"], [69, 11, 1, "", "get_pass_with_revolution_number"], [69, 11, 1, "", "get_passes_within_interval"], [69, 11, 1, "", "get_revolution_number_at"], [69, 11, 1, "", "get_state_at"], [69, 11, 1, "", "get_states_at"], [69, 11, 1, "", "ground_strip"], [69, 11, 1, "", "is_defined"], [69, 11, 1, "", "position"], [69, 11, 1, "", "sun_synchronous"], [69, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.Orbit.FrameType": [[69, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Propagator": [[70, 11, 1, "", "access_numerical_solver"], [70, 11, 1, "", "add_dynamics"], [70, 11, 1, "", "add_maneuver"], [70, 11, 1, "", "calculate_state_at"], [70, 11, 1, "", "calculate_state_to_condition"], [70, 11, 1, "", "calculate_states_at"], [70, 11, 1, "", "clear_dynamics"], [70, 11, 1, "", "default"], [70, 11, 1, "", "from_environment"], [70, 11, 1, "", "get_dynamics"], [70, 11, 1, "", "get_number_of_coordinates"], [70, 11, 1, "", "is_defined"], [70, 11, 1, "", "set_dynamics"]], "ostk.astrodynamics.trajectory.Segment": [[71, 9, 1, "", "Solution"], [71, 9, 1, "", "Type"], [71, 11, 1, "", "coast"], [71, 11, 1, "", "get_dynamics"], [71, 11, 1, "", "get_event_condition"], [71, 11, 1, "", "get_name"], [71, 11, 1, "", "get_numerical_solver"], [71, 11, 1, "", "get_type"], [71, 11, 1, "", "maneuver"], [71, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory.Segment.Solution": [[71, 11, 1, "", "access_end_instant"], [71, 11, 1, "", "access_start_instant"], [71, 11, 1, "", "calculate_states_at"], [71, 11, 1, "", "compute_delta_mass"], [71, 11, 1, "", "compute_delta_v"], [71, 10, 1, "", "condition_is_satisfied"], [71, 10, 1, "", "dynamics"], [71, 11, 1, "", "extract_maneuvers"], [71, 11, 1, "", "get_all_dynamics_contributions"], [71, 11, 1, "", "get_dynamics_acceleration_contribution"], [71, 11, 1, "", "get_dynamics_contribution"], [71, 11, 1, "", "get_final_mass"], [71, 11, 1, "", "get_initial_mass"], [71, 11, 1, "", "get_interval"], [71, 11, 1, "", "get_propagation_duration"], [71, 10, 1, "", "name"], [71, 10, 1, "", "segment_type"], [71, 10, 1, "", "states"]], "ostk.astrodynamics.trajectory.Segment.Type": [[71, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Sequence": [[72, 9, 1, "", "Solution"], [72, 11, 1, "", "add_coast_segment"], [72, 11, 1, "", "add_maneuver_segment"], [72, 11, 1, "", "add_segment"], [72, 11, 1, "", "add_segments"], [72, 11, 1, "", "get_dynamics"], [72, 11, 1, "", "get_maximum_propagation_duration"], [72, 11, 1, "", "get_numerical_solver"], [72, 11, 1, "", "get_segments"], [72, 11, 1, "", "solve"], [72, 11, 1, "", "solve_to_condition"]], "ostk.astrodynamics.trajectory.Sequence.Solution": [[72, 11, 1, "", "access_end_instant"], [72, 11, 1, "", "access_start_instant"], [72, 11, 1, "", "calculate_states_at"], [72, 11, 1, "", "compute_delta_mass"], [72, 11, 1, "", "compute_delta_v"], [72, 10, 1, "", "execution_is_complete"], [72, 11, 1, "", "get_final_mass"], [72, 11, 1, "", "get_initial_mass"], [72, 11, 1, "", "get_interval"], [72, 11, 1, "", "get_propagation_duration"], [72, 11, 1, "", "get_states"], [72, 10, 1, "", "segment_solutions"]], "ostk.astrodynamics.trajectory.State": [[73, 11, 1, "", "__add__"], [73, 11, 1, "", "extract_coordinate"], [73, 11, 1, "", "extract_coordinates"], [73, 11, 1, "", "from_dict"], [73, 11, 1, "", "get_angular_velocity"], [73, 11, 1, "", "get_attitude"], [73, 11, 1, "", "get_coordinate_subsets"], [73, 11, 1, "", "get_coordinates"], [73, 11, 1, "", "get_frame"], [73, 11, 1, "", "get_instant"], [73, 11, 1, "", "get_position"], [73, 11, 1, "", "get_size"], [73, 11, 1, "", "get_velocity"], [73, 11, 1, "", "has_subset"], [73, 11, 1, "", "in_frame"], [73, 11, 1, "", "is_defined"], [73, 11, 1, "", "template"], [73, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.StateBuilder": [[74, 11, 1, "", "__add__"], [74, 11, 1, "", "access_coordinate_broker"], [74, 11, 1, "", "build"], [74, 11, 1, "", "expand"], [74, 11, 1, "", "get_coordinate_subsets"], [74, 11, 1, "", "get_frame"], [74, 11, 1, "", "is_defined"], [74, 11, 1, "", "reduce"], [74, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit": [[76, 9, 1, "", "OrbitModel"], [77, 9, 1, "", "Pass"], [80, 8, 0, "-", "model"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[76, 11, 1, "", "as_kepler"], [76, 11, 1, "", "as_propagated"], [76, 11, 1, "", "as_sgp4"], [76, 11, 1, "", "calculate_revolution_number_at"], [76, 11, 1, "", "calculate_state_at"], [76, 11, 1, "", "get_epoch"], [76, 11, 1, "", "get_revolution_number_at_epoch"], [76, 11, 1, "", "is_defined"], [76, 11, 1, "", "is_kepler"], [76, 11, 1, "", "is_propagated"], [76, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[77, 9, 1, "", "Phase"], [77, 9, 1, "", "Type"], [77, 11, 1, "", "get_duration"], [77, 11, 1, "", "get_end_instant"], [77, 11, 1, "", "get_instant_at_ascending_node"], [77, 11, 1, "", "get_instant_at_descending_node"], [77, 11, 1, "", "get_instant_at_north_point"], [77, 11, 1, "", "get_instant_at_pass_break"], [77, 11, 1, "", "get_instant_at_south_point"], [77, 11, 1, "", "get_interval"], [77, 11, 1, "", "get_revolution_number"], [77, 11, 1, "", "get_start_instant"], [77, 11, 1, "", "get_type"], [77, 11, 1, "", "is_complete"], [77, 11, 1, "", "is_defined"], [77, 11, 1, "", "string_from_phase"], [77, 11, 1, "", "string_from_type"], [77, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.Pass.Phase": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.Pass.Type": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.message": [[78, 8, 0, "-", "spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[79, 9, 1, "", "OPM"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[79, 9, 1, "", "Deployment"], [79, 9, 1, "", "Header"], [79, 11, 1, "", "dictionary"], [79, 11, 1, "", "get_deployment_at"], [79, 11, 1, "", "get_deployment_with_name"], [79, 11, 1, "", "get_deployments"], [79, 11, 1, "", "get_header"], [79, 11, 1, "", "is_defined"], [79, 11, 1, "", "load"], [79, 11, 1, "", "parse"], [79, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment": [[79, 10, 1, "", "ballistic_coefficient"], [79, 10, 1, "", "date"], [79, 10, 1, "", "mean_apogee_altitude"], [79, 10, 1, "", "mean_argument_of_perigee"], [79, 10, 1, "", "mean_inclination"], [79, 10, 1, "", "mean_longitude_ascending_node"], [79, 10, 1, "", "mean_mean_anomaly"], [79, 10, 1, "", "mean_perigee_altitude"], [79, 10, 1, "", "mission_time"], [79, 10, 1, "", "name"], [79, 10, 1, "", "position"], [79, 10, 1, "", "sequence_number"], [79, 11, 1, "", "to_state"], [79, 10, 1, "", "velocity"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header": [[79, 10, 1, "", "generation_date"], [79, 10, 1, "", "launch_date"]], "ostk.astrodynamics.trajectory.orbit.model": [[81, 9, 1, "", "BrouwerLyddaneMean"], [82, 9, 1, "", "Kepler"], [83, 9, 1, "", "Propagated"], [84, 9, 1, "", "SGP4"], [85, 9, 1, "", "Tabulated"], [86, 8, 0, "-", "brouwerLyddaneMean"], [89, 8, 0, "-", "kepler"], [91, 8, 0, "-", "sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[81, 9, 1, "", "AnomalyType"], [81, 9, 1, "", "Element"], [81, 11, 1, "", "cartesian"], [81, 11, 1, "", "compute_angular_momentum"], [81, 11, 1, "", "compute_ltan"], [81, 11, 1, "", "compute_mean_ltan"], [81, 11, 1, "", "compute_radial_distance"], [81, 11, 1, "", "compute_semi_latus_rectum"], [81, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [81, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [81, 11, 1, "", "from_SI_vector"], [81, 11, 1, "", "get_SI_vector"], [81, 11, 1, "", "get_angular_momentum"], [81, 11, 1, "", "get_aop"], [81, 11, 1, "", "get_apoapsis_radius"], [81, 11, 1, "", "get_cartesian_state"], [81, 11, 1, "", "get_eccentric_anomaly"], [81, 11, 1, "", "get_eccentricity"], [81, 11, 1, "", "get_inclination"], [81, 11, 1, "", "get_mean_anomaly"], [81, 11, 1, "", "get_mean_motion"], [81, 11, 1, "", "get_nodal_precession_rate"], [81, 11, 1, "", "get_orbital_period"], [81, 11, 1, "", "get_periapsis_radius"], [81, 11, 1, "", "get_raan"], [81, 11, 1, "", "get_radial_distance"], [81, 11, 1, "", "get_semi_latus_rectum"], [81, 11, 1, "", "get_semi_major_axis"], [81, 11, 1, "", "get_true_anomaly"], [81, 11, 1, "", "is_defined"], [81, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [81, 11, 1, "", "string_from_element"], [81, 11, 1, "", "to_coe"], [81, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [81, 11, 1, "", "true_anomaly_from_mean_anomaly"], [81, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType": [[81, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element": [[81, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[82, 9, 1, "", "PerturbationType"], [82, 11, 1, "", "as_kepler"], [82, 11, 1, "", "as_propagated"], [82, 11, 1, "", "as_sgp4"], [82, 11, 1, "", "calculate_revolution_number_at"], [82, 11, 1, "", "calculate_state_at"], [82, 11, 1, "", "get_classical_orbital_elements"], [82, 11, 1, "", "get_epoch"], [82, 11, 1, "", "get_equatorial_radius"], [82, 11, 1, "", "get_gravitational_parameter"], [82, 11, 1, "", "get_j2"], [82, 11, 1, "", "get_j4"], [82, 11, 1, "", "get_perturbation_type"], [82, 11, 1, "", "get_revolution_number_at_epoch"], [82, 11, 1, "", "is_defined"], [82, 11, 1, "", "is_kepler"], [82, 11, 1, "", "is_propagated"], [82, 11, 1, "", "is_sgp4"], [82, 11, 1, "", "string_from_perturbation_type"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType": [[82, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[83, 11, 1, "", "access_cached_state_array"], [83, 11, 1, "", "access_propagator"], [83, 11, 1, "", "as_kepler"], [83, 11, 1, "", "as_propagated"], [83, 11, 1, "", "as_sgp4"], [83, 11, 1, "", "calculate_revolution_number_at"], [83, 11, 1, "", "calculate_state_at"], [83, 11, 1, "", "calculate_states_at"], [83, 11, 1, "", "get_epoch"], [83, 11, 1, "", "get_revolution_number_at_epoch"], [83, 11, 1, "", "is_defined"], [83, 11, 1, "", "is_kepler"], [83, 11, 1, "", "is_propagated"], [83, 11, 1, "", "is_sgp4"], [83, 11, 1, "", "set_cached_state_array"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[84, 11, 1, "", "as_kepler"], [84, 11, 1, "", "as_propagated"], [84, 11, 1, "", "as_sgp4"], [84, 11, 1, "", "calculate_revolution_number_at"], [84, 11, 1, "", "calculate_state_at"], [84, 11, 1, "", "get_epoch"], [84, 11, 1, "", "get_revolution_number_at_epoch"], [84, 11, 1, "", "get_tle"], [84, 11, 1, "", "is_defined"], [84, 11, 1, "", "is_kepler"], [84, 11, 1, "", "is_propagated"], [84, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[85, 11, 1, "", "as_kepler"], [85, 11, 1, "", "as_propagated"], [85, 11, 1, "", "as_sgp4"], [85, 11, 1, "", "calculate_revolution_number_at"], [85, 11, 1, "", "calculate_state_at"], [85, 11, 1, "", "calculate_states_at"], [85, 11, 1, "", "get_epoch"], [85, 11, 1, "", "get_interpolation_type"], [85, 11, 1, "", "get_interval"], [85, 11, 1, "", "get_revolution_number_at_epoch"], [85, 11, 1, "", "is_defined"], [85, 11, 1, "", "is_kepler"], [85, 11, 1, "", "is_propagated"], [85, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[87, 9, 1, "", "BrouwerLyddaneMeanLong"], [88, 9, 1, "", "BrouwerLyddaneMeanShort"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[87, 9, 1, "", "AnomalyType"], [87, 11, 1, "", "COE"], [87, 9, 1, "", "Element"], [87, 11, 1, "", "cartesian"], [87, 11, 1, "", "compute_angular_momentum"], [87, 11, 1, "", "compute_ltan"], [87, 11, 1, "", "compute_mean_ltan"], [87, 11, 1, "", "compute_radial_distance"], [87, 11, 1, "", "compute_semi_latus_rectum"], [87, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [87, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [87, 11, 1, "", "from_SI_vector"], [87, 11, 1, "", "get_SI_vector"], [87, 11, 1, "", "get_angular_momentum"], [87, 11, 1, "", "get_aop"], [87, 11, 1, "", "get_apoapsis_radius"], [87, 11, 1, "", "get_cartesian_state"], [87, 11, 1, "", "get_eccentric_anomaly"], [87, 11, 1, "", "get_eccentricity"], [87, 11, 1, "", "get_inclination"], [87, 11, 1, "", "get_mean_anomaly"], [87, 11, 1, "", "get_mean_motion"], [87, 11, 1, "", "get_nodal_precession_rate"], [87, 11, 1, "", "get_orbital_period"], [87, 11, 1, "", "get_periapsis_radius"], [87, 11, 1, "", "get_raan"], [87, 11, 1, "", "get_radial_distance"], [87, 11, 1, "", "get_semi_latus_rectum"], [87, 11, 1, "", "get_semi_major_axis"], [87, 11, 1, "", "get_true_anomaly"], [87, 11, 1, "", "is_defined"], [87, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [87, 11, 1, "", "string_from_element"], [87, 11, 1, "", "to_coe"], [87, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [87, 11, 1, "", "true_anomaly_from_mean_anomaly"], [87, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType": [[87, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element": [[87, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[88, 9, 1, "", "AnomalyType"], [88, 11, 1, "", "COE"], [88, 9, 1, "", "Element"], [88, 11, 1, "", "cartesian"], [88, 11, 1, "", "compute_angular_momentum"], [88, 11, 1, "", "compute_ltan"], [88, 11, 1, "", "compute_mean_ltan"], [88, 11, 1, "", "compute_radial_distance"], [88, 11, 1, "", "compute_semi_latus_rectum"], [88, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [88, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [88, 11, 1, "", "from_SI_vector"], [88, 11, 1, "", "get_SI_vector"], [88, 11, 1, "", "get_angular_momentum"], [88, 11, 1, "", "get_aop"], [88, 11, 1, "", "get_apoapsis_radius"], [88, 11, 1, "", "get_cartesian_state"], [88, 11, 1, "", "get_eccentric_anomaly"], [88, 11, 1, "", "get_eccentricity"], [88, 11, 1, "", "get_inclination"], [88, 11, 1, "", "get_mean_anomaly"], [88, 11, 1, "", "get_mean_motion"], [88, 11, 1, "", "get_nodal_precession_rate"], [88, 11, 1, "", "get_orbital_period"], [88, 11, 1, "", "get_periapsis_radius"], [88, 11, 1, "", "get_raan"], [88, 11, 1, "", "get_radial_distance"], [88, 11, 1, "", "get_semi_latus_rectum"], [88, 11, 1, "", "get_semi_major_axis"], [88, 11, 1, "", "get_true_anomaly"], [88, 11, 1, "", "is_defined"], [88, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [88, 11, 1, "", "string_from_element"], [88, 11, 1, "", "to_coe"], [88, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [88, 11, 1, "", "true_anomaly_from_mean_anomaly"], [88, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType": [[88, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element": [[88, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[90, 9, 1, "", "COE"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[90, 9, 1, "", "AnomalyType"], [90, 9, 1, "", "Element"], [90, 11, 1, "", "cartesian"], [90, 11, 1, "", "compute_angular_momentum"], [90, 11, 1, "", "compute_ltan"], [90, 11, 1, "", "compute_mean_ltan"], [90, 11, 1, "", "compute_radial_distance"], [90, 11, 1, "", "compute_semi_latus_rectum"], [90, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [90, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [90, 11, 1, "", "from_SI_vector"], [90, 11, 1, "", "get_SI_vector"], [90, 11, 1, "", "get_angular_momentum"], [90, 11, 1, "", "get_aop"], [90, 11, 1, "", "get_apoapsis_radius"], [90, 11, 1, "", "get_cartesian_state"], [90, 11, 1, "", "get_eccentric_anomaly"], [90, 11, 1, "", "get_eccentricity"], [90, 11, 1, "", "get_inclination"], [90, 11, 1, "", "get_mean_anomaly"], [90, 11, 1, "", "get_mean_motion"], [90, 11, 1, "", "get_nodal_precession_rate"], [90, 11, 1, "", "get_orbital_period"], [90, 11, 1, "", "get_periapsis_radius"], [90, 11, 1, "", "get_raan"], [90, 11, 1, "", "get_radial_distance"], [90, 11, 1, "", "get_semi_latus_rectum"], [90, 11, 1, "", "get_semi_major_axis"], [90, 11, 1, "", "get_true_anomaly"], [90, 11, 1, "", "is_defined"], [90, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [90, 11, 1, "", "string_from_element"], [90, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [90, 11, 1, "", "true_anomaly_from_mean_anomaly"], [90, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType": [[90, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element": [[90, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[92, 9, 1, "", "TLE"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[92, 11, 1, "", "can_parse"], [92, 11, 1, "", "construct"], [92, 11, 1, "", "generate_checksum"], [92, 11, 1, "", "get_aop"], [92, 11, 1, "", "get_b_star_drag_term"], [92, 11, 1, "", "get_classification"], [92, 11, 1, "", "get_eccentricity"], [92, 11, 1, "", "get_element_set_number"], [92, 11, 1, "", "get_ephemeris_type"], [92, 11, 1, "", "get_epoch"], [92, 11, 1, "", "get_first_line"], [92, 11, 1, "", "get_first_line_checksum"], [92, 11, 1, "", "get_inclination"], [92, 11, 1, "", "get_international_designator"], [92, 11, 1, "", "get_mean_anomaly"], [92, 11, 1, "", "get_mean_motion"], [92, 11, 1, "", "get_mean_motion_first_time_derivative_divided_by_two"], [92, 11, 1, "", "get_mean_motion_second_time_derivative_divided_by_six"], [92, 11, 1, "", "get_raan"], [92, 11, 1, "", "get_revolution_number_at_epoch"], [92, 11, 1, "", "get_satellite_name"], [92, 11, 1, "", "get_satellite_number"], [92, 11, 1, "", "get_second_line"], [92, 11, 1, "", "get_second_line_checksum"], [92, 11, 1, "", "is_defined"], [92, 11, 1, "", "load"], [92, 11, 1, "", "parse"], [92, 11, 1, "", "set_epoch"], [92, 11, 1, "", "set_revolution_number_at_epoch"], [92, 11, 1, "", "set_satellite_number"], [92, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state": [[94, 9, 1, "", "CoordinateBroker"], [95, 9, 1, "", "CoordinateSubset"], [96, 9, 1, "", "NumericalSolver"], [97, 8, 0, "-", "coordinate_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[94, 11, 1, "", "access_subsets"], [94, 11, 1, "", "add_subset"], [94, 11, 1, "", "extract_coordinate"], [94, 11, 1, "", "extract_coordinates"], [94, 11, 1, "", "get_number_of_coordinates"], [94, 11, 1, "", "get_number_of_subsets"], [94, 11, 1, "", "get_subsets"], [94, 11, 1, "", "has_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[95, 11, 1, "", "add"], [95, 11, 1, "", "drag_coefficient"], [95, 11, 1, "", "get_id"], [95, 11, 1, "", "get_name"], [95, 11, 1, "", "get_size"], [95, 11, 1, "", "in_frame"], [95, 11, 1, "", "mass"], [95, 11, 1, "", "subtract"], [95, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[96, 9, 1, "", "ConditionSolution"], [96, 9, 1, "", "LogType"], [96, 9, 1, "", "StepperType"], [96, 11, 1, "", "conditional"], [96, 11, 1, "", "default"], [96, 11, 1, "", "default_conditional"], [96, 11, 1, "", "fixed_step_size"], [96, 11, 1, "", "get_absolute_tolerance"], [96, 11, 1, "", "get_log_type"], [96, 11, 1, "", "get_observed_state_vectors"], [96, 11, 1, "", "get_observed_states"], [96, 11, 1, "", "get_relative_tolerance"], [96, 11, 1, "", "get_root_solver"], [96, 11, 1, "", "get_stepper_type"], [96, 11, 1, "", "get_time_step"], [96, 11, 1, "", "integrate_duration"], [96, 11, 1, "", "integrate_time"], [96, 11, 1, "", "is_defined"], [96, 11, 1, "", "string_from_log_type"], [96, 11, 1, "", "string_from_stepper_type"], [96, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution": [[96, 10, 1, "", "condition_is_satisfied"], [96, 10, 1, "", "iteration_count"], [96, 10, 1, "", "root_solver_has_converged"], [96, 10, 1, "", "state"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType": [[96, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType": [[96, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[98, 9, 1, "", "AngularVelocity"], [99, 9, 1, "", "AttitudeQuaternion"], [100, 9, 1, "", "CartesianPosition"], [101, 9, 1, "", "CartesianVelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[98, 11, 1, "", "add"], [98, 11, 1, "", "default"], [98, 11, 1, "", "drag_coefficient"], [98, 11, 1, "", "get_id"], [98, 11, 1, "", "get_name"], [98, 11, 1, "", "get_size"], [98, 11, 1, "", "in_frame"], [98, 11, 1, "", "mass"], [98, 11, 1, "", "subtract"], [98, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[99, 11, 1, "", "add"], [99, 11, 1, "", "default"], [99, 11, 1, "", "drag_coefficient"], [99, 11, 1, "", "get_id"], [99, 11, 1, "", "get_name"], [99, 11, 1, "", "get_size"], [99, 11, 1, "", "in_frame"], [99, 11, 1, "", "mass"], [99, 11, 1, "", "subtract"], [99, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[100, 11, 1, "", "add"], [100, 11, 1, "", "default"], [100, 11, 1, "", "drag_coefficient"], [100, 11, 1, "", "get_id"], [100, 11, 1, "", "get_name"], [100, 11, 1, "", "get_size"], [100, 11, 1, "", "in_frame"], [100, 11, 1, "", "mass"], [100, 11, 1, "", "subtract"], [100, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[101, 11, 1, "", "add"], [101, 11, 1, "", "default"], [101, 11, 1, "", "drag_coefficient"], [101, 11, 1, "", "get_id"], [101, 11, 1, "", "get_name"], [101, 11, 1, "", "get_size"], [101, 11, 1, "", "in_frame"], [101, 11, 1, "", "mass"], [101, 11, 1, "", "subtract"], [101, 11, 1, "", "surface_area"]], "ostk.astrodynamics.utilities": [[103, 12, 1, "", "compute_aer"], [104, 12, 1, "", "compute_ground_track"], [105, 12, 1, "", "compute_time_lla_aer_coordinates"], [106, 12, 1, "", "compute_trajectory_geometry"], [107, 12, 1, "", "convert_state"], [108, 12, 1, "", "lla_from_position"], [109, 12, 1, "", "lla_from_state"], [110, 12, 1, "", "position_from_lla"]], "ostk.astrodynamics.viewer": [[112, 9, 1, "", "ConicSensor"], [113, 9, 1, "", "RectangularSensor"], [114, 9, 1, "", "Sensor"], [115, 9, 1, "", "Viewer"]], "ostk.astrodynamics.viewer.Viewer": [[115, 11, 1, "", "add_line"], [115, 11, 1, "", "add_profile"], [115, 11, 1, "", "add_target"], [115, 11, 1, "", "render"]]}, "objnames": {"0": ["cpp", "class", "C++ class"], "1": ["cpp", "function", "C++ function"], "2": ["cpp", "functionParam", "C++ function parameter"], "3": ["cpp", "enum", "C++ enum"], "4": ["cpp", "enumerator", "C++ enumerator"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "templateParam", "C++ template parameter"], "7": ["cpp", "type", "C++ type"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "property", "Python property"], "11": ["py", "method", "Python method"], "12": ["py", "function", "Python function"]}, "objtypes": {"0": "cpp:class", "1": "cpp:function", "2": "cpp:functionParam", "3": "cpp:enum", "4": "cpp:enumerator", "5": "cpp:member", "6": "cpp:templateParam", "7": "cpp:type", "8": "py:module", "9": "py:class", "10": "py:property", "11": "py:method", "12": "py:function"}, "terms": {"": [18, 19, 20, 21, 22, 23, 24, 46, 70, 71, 72, 73, 116, 117, 119, 120, 123, 124, 125, 126, 128, 129, 156, 162, 166, 167, 179, 180, 206], "0": [4, 7, 9, 11, 27, 35, 39, 40, 42, 43, 44, 46, 60, 69, 70, 71, 72, 77, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 136, 137, 138, 139, 140, 150, 155, 156, 163, 167, 170, 172, 176, 177, 179, 180, 185, 186, 193, 197, 206], "00": [104, 106, 116, 118, 120, 121, 123, 124, 125, 126, 127, 129, 130, 140, 206], "000": [104, 106, 116, 122, 123, 124, 125, 126], "00000": [116, 117, 122, 127, 197, 206], "000000": 127, "00000022": [117, 127], "00000187": 206, "00002182": 197, "00002184": 116, "00004328": 122, "00004955": 122, "0001": 127, "0003980": 116, "0005971": 206, "0006703": 197, "000694": 127, "001": [128, 206], "0010": 116, "0010303": 122, "001105": 116, "0013847": [117, 127], "001389": 127, "0016244": 122, "002083": 127, "002625": 116, "002778": 127, "003": 116, "005": 121, "005859375": 117, "006": 116, "007089": 127, "007361e": 127, "01": [60, 104, 106, 116, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 140, 170, 206], "010": 116, "012": 122, "01222384063236": 117, "012756375368851991": 130, "012875853987466712": 130, "016": 116, "017": 122, "018699": 130, "018943": 130, "01953125": 117, "01t00": [123, 124, 125, 126, 206], "02": [116, 121, 122, 126, 127, 130], "020098201368114": 117, "020152": 116, "0201851": 116, "024": 116, "026": 116, "02670629333614": 117, "027": 116, "0288": 197, "02999636902566": 117, "03": [116, 122, 127, 130], "032974332441405": 117, "034969": 117, "036": 116, "03687119546126": 121, "037": [116, 121], "037109375": 117, "038592": 130, "038827": 130, "04": [116, 121, 122, 127, 130], "048": 116, "05": [116, 122, 127], "051": 116, "054108": 127, "056": 116, "057": 130, "059": 116, "06": [116, 121, 122, 127, 130, 206], "065": 116, "066": 116, "06640625": 117, "068": 116, "068987": 117, "069": [116, 130], "07": [116, 122, 130], "070": 122, "0707": 127, "071": [116, 121], "074939732174": [123, 124, 125, 126, 206], "076": 130, "076716": 116, "078": 116, "08": [116, 121, 122, 130], "08203125": 117, "08264": 197, "085": 116, "085598897064752": 117, "085738569819505": 117, "0859375": 117, "086": [116, 121], "087": 122, "08758502824516": 117, "087890625": 117, "09": [116, 117, 120, 121, 127, 130, 206], "093": 116, "09375": 117, "095452162534826": 117, "095703125": 117, "09765625": 117, "098646": 117, "098931": 116, "099": 121, "0e": [123, 124, 125, 126, 206], "0e3": [123, 124, 125, 126, 130], "0m": 133, "0x00007f66fb597740": 130, "0x29976f0": 117, "1": [3, 5, 7, 9, 22, 26, 32, 33, 34, 35, 36, 37, 46, 47, 59, 60, 62, 65, 66, 67, 69, 72, 73, 74, 81, 83, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 156, 172, 180, 187, 189, 197, 206, 207], "10": [69, 104, 116, 117, 121, 122, 128, 129, 130, 132, 140, 177, 206], "100": [60, 116, 117, 118, 119, 122, 123, 124, 125, 126, 128, 129, 130, 131, 156, 170, 206], "1000": [117, 123, 124, 125, 126, 127, 128, 129, 131, 140], "10000000000000001": 130, "10000e3": [116, 132], "101": 117, "10196": 206, "102": [117, 129], "103": 117, "10307": [60, 170], "106": 117, "106362e": 127, "107": 116, "108": [117, 121], "10853009229704395": 122, "109": 130, "11": [116, 117, 122, 123, 124, 125, 126, 128, 133, 186], "110": 130, "111": [116, 117], "112": 116, "1124": 206, "11246878918088": 117, "113": [116, 122], "11328124999999": 117, "11328125": 117, "114": [116, 117], "114364e": 129, "11606": 197, "117": 117, "118": 117, "12": [116, 117, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 206], "120": [117, 123, 124, 125, 126, 206], "1200": [116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "120481": 116, "121": [117, 121], "122": 116, "123": 117, "124": 117, "125": 121, "126": 130, "127": 122, "128": 117, "12961": 116, "13": [116, 117, 121, 127, 128, 130], "130": [117, 197], "13066d": [117, 127], "131": 117, "131077": 116, "132": [117, 121, 122], "13217129975777883": 122, "133": [117, 122], "133346": 127, "134": [116, 117, 120], "135": 122, "1359555": 132, "136": 117, "136239319177434": 117, "137": [116, 187], "137119e": 127, "13727": [60, 170], "138312": 127, "139327": 127, "14": [116, 117, 121, 127, 128, 132, 133, 206], "141": 116, "142919": 116, "143": 121, "143839e": 127, "144": 116, "14450960696945572": 122, "14512718337613": 117, "146": 116, "14609100": 122, "1467": 206, "146970": 117, "148": 116, "148437499999996": 117, "15": [116, 117, 118, 119, 121, 122, 128, 197, 206], "150": 118, "1500px": 115, "151083": 116, "152781e": 129, "153": 116, "154": 116, "154296875": 117, "158968": 127, "16": [116, 122, 129], "160": [118, 122], "161": 116, "162109375": 117, "163": 127, "163411994221235": 121, "164": 116, "165": 122, "166": 127, "1666": 127, "16890408047914": 121, "169": 127, "1694": 122, "1695263133797123": 122, "16999999999848": 120, "17": [116, 117, 120, 121, 122], "17002298293205": 117, "172": 116, "173": [116, 127], "173027553034": [123, 124, 125, 126, 206], "174": 122, "175": [117, 127], "17592824927136": 117, "177": 121, "177507": 127, "17878740": 206, "17887331434696": 117, "179": 127, "17934297928927": 117, "17959645": 122, "18": [116, 117, 120, 121, 122], "180": [116, 122], "1800": 119, "18004448105867": 122, "18231": 206, "18260": [117, 127], "18268": 116, "18359375": 117, "184": [117, 127], "189453125": 117, "19": [116, 117, 121, 130], "19197693395507287": 122, "192810837553058": 122, "193": 122, "1953125": 117, "197": [116, 121], "197167282501276": 117, "198": 116, "1e": [128, 130, 131, 171, 206], "1m": 133, "2": [46, 60, 85, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 139, 156, 167, 170, 197, 206, 207], "20": [116, 117, 118, 119, 121, 130, 131, 132], "200": [117, 128, 131], "2000": [120, 121], "2000000000000002": 130, "2018": [116, 117, 127, 129], "2020": 140, "2023": [118, 122, 123, 124, 125, 126, 130, 131, 133, 206], "2024": [128, 130, 132, 206], "203125": 117, "203404950917395": 117, "204": [116, 117, 122, 129], "205": [116, 122], "207": 116, "207971e": 129, "209": 116, "21": [116, 117, 120], "21059an": 122, "211158": 117, "213": 116, "2138": 127, "214843749999996": 117, "21484375": 117, "214941e": 129, "215": 131, "21723": 122, "219521": 116, "22": [116, 117], "220": 116, "221": 116, "22151": [193, 194, 195], "223": [116, 121], "22467264956519": 117, "225": 122, "225768435790194": 117, "227": 116, "228": 122, "23": [116, 117, 121], "230": [127, 129], "23001bv": 122, "23046875": 117, "23146": 122, "231502991478926": 117, "232": 116, "232421875": 117, "234375": 117, "237": 116, "23719": 122, "239": [116, 122], "24": [116, 117, 120, 128], "240": [116, 117, 129], "241": 116, "242": [116, 121], "243": [116, 117, 122, 129], "244140625": 117, "24609374999999": 117, "24609375": 117, "24678": 122, "247": 197, "248": 116, "25": [116, 117, 122], "250": 116, "254": [116, 122], "255": [27, 117, 127, 129, 130], "25544": [116, 197, 206], "25544u": [116, 197, 206], "256": [116, 121, 122], "257": 116, "2578125": 117, "258": 116, "259": 116, "25hrequir": 133, "25l": 133, "26": [116, 121, 122], "2601": 127, "26171875": 117, "262": [116, 121], "263": 116, "26780455063753": 117, "26815737376817": 117, "26953125": 117, "27": [117, 121, 130], "270": 122, "2700": 206, "271": 116, "272": 116, "277": 116, "278": 116, "279": 122, "27922900257082": 117, "279488": 127, "28": [117, 130], "28125": 117, "282712": 116, "283": 116, "28319289548349": 117, "283868": 116, "2842": [117, 127], "287109375": 117, "289": 116, "29": [116, 117, 121, 130], "290": 116, "291": 116, "2927": 197, "292825e": 127, "295582": 130, "295593": 127, "296": 122, "296178": 130, "2967617": [123, 124, 125, 126, 206], "29701788337205": 117, "297169": 130, "298": [116, 121], "299": 116, "2997836": 206, "2d": [26, 117, 122, 127, 129], "2e": 206, "2f": 128, "3": [5, 46, 47, 56, 57, 59, 60, 65, 66, 67, 73, 116, 117, 118, 119, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 156, 170, 171, 186, 206, 207], "30": [71, 72, 116, 117, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 156, 179, 180, 206], "300": [122, 129], "3000": [126, 130], "30078125": 117, "30201138682032563": 122, "302728e": 129, "302882e": 127, "30288918": 206, "3046875": 117, "3054": 127, "305561325527698": 117, "306305e": 129, "306843e": 129, "31": [116, 117, 121, 122, 133], "311": 116, "3125": 117, "314": 122, "317": [123, 124, 125, 126], "318": [116, 123, 124, 125, 126], "319": [116, 123, 124, 125, 126], "319215": 116, "32": [116, 117, 122, 130, 133], "320": [123, 124, 125, 126], "3203125": 117, "321": [123, 124, 125, 126], "322": [123, 124, 125, 126], "324": [123, 124, 125, 126], "32421875": 117, "324538": 127, "325": 197, "32517767999296": 117, "326": [117, 127], "3265": 206, "32782040": 122, "328125": 117, "33": [117, 130], "331": 116, "332": 116, "333": 116, "333225": 127, "334": [116, 121], "3358": 116, "336": 116, "338": 116, "33841912739558": 121, "339": 116, "33956524809713": 117, "33984375": 117, "339982e": 129, "33m": 133, "33mwarn": 133, "34": [116, 117, 121, 133], "340": 122, "3416461723746": 117, "3429532772124": [123, 124, 125, 126, 206], "343": 129, "349": 122, "3494": 127, "35": [116, 117, 122, 127], "3515625": 117, "352": 130, "353636941500987": 117, "354": 122, "354272": 130, "354544": 116, "355": 122, "356969e": 129, "357": 116, "3571": 122, "358": 122, "359": [129, 130], "36": [116, 121, 130, 206], "360": [116, 132, 150], "365234375": 117, "36738720713048": 206, "36775852406841": 117, "37": [116, 117, 130], "370849580_analytic_calculation_and_application_of_the_q": [60, 170], "372": 116, "373": 116, "373103": 129, "374": 121, "3755991766591": 117, "376": 116, "376763e": 129, "3786681": 206, "38": [116, 117, 121], "380": 116, "38002840251183": 117, "381": 130, "382": 121, "38237278700955": 117, "387": 122, "389166": 127, "39": [116, 117, 122, 133], "391": 122, "394": 116, "39419": [117, 127], "39419u": [117, 127], "397": 116, "3984375": 117, "399": 116, "3990540432597613e": 130, "399306": 117, "39989654837": 206, "3d": [117, 127, 129, 132], "3f": 128, "4": [46, 60, 116, 117, 119, 122, 123, 124, 125, 127, 128, 129, 131, 133, 156, 170, 197, 206, 207], "40": [116, 117, 122, 127], "401": 121, "402391829093915": 117, "404": 122, "406": 116, "40751009": 206, "40781": 116, "408203125": 117, "41": [116, 117, 122], "410": 121, "411552": 117, "412456233": [123, 124, 125, 126, 206], "414": 122, "415947": 127, "416": [116, 130], "418": [116, 130], "419": 116, "419228": 127, "42": [116, 117], "420": 116, "422": 130, "423": 116, "4234565179383": 117, "425": 122, "4283387": [123, 124, 125, 126, 206], "43": [116, 117, 121], "4317": 127, "432": [116, 117], "433459": 129, "43359375": 117, "434": [116, 121], "435": 130, "4366": 206, "437": 116, "4375": 116, "437856895024204": 117, "439154": 127, "44": [116, 117, 129, 206], "443": [116, 122], "444": 121, "444901": 127, "445": 116, "4451426": [123, 124, 125, 126, 206], "446": 116, "44694705960048": 117, "44867367928756": 117, "449": 120, "45": [116, 117, 121, 122, 127, 129, 130], "45043611605": 206, "4508": 127, "451": 130, "453": 116, "45312499999999": 117, "453693": 116, "453880": 127, "455038e": 127, "457032": 116, "458317": 116, "459": 116, "46": [116, 117, 121], "460130637921004": 117, "4627": 197, "464": 116, "464113": 127, "46484375": 117, "465": [116, 121], "465151013519616": 117, "4680": 127, "47": [116, 117, 121, 122], "472626e": 127, "472946": 116, "474609375": 117, "477": 116, "479": 121, "4793": 122, "48": 117, "480": 121, "482421875": 117, "48295117535531": 117, "483": 116, "4831": 127, "484489": 129, "486": 116, "487": 116, "48915": 122, "48915u": 122, "4897593": 206, "49": 117, "4948": [123, 124, 125, 126, 206], "495": 130, "496": 121, "4963": 127, "498": 116, "499": 130, "49m": 133, "49m24": 133, "49mnotic": 133, "49mpython3": 133, "4f": [128, 131], "5": [27, 60, 116, 117, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 133, 180, 206], "50": [116, 117, 122, 127, 128, 131], "500": [63, 116, 118, 130, 133], "5000": 131, "500000": [116, 129], "500091": 116, "500367": 116, "500822": 116, "501448": 116, "505": [118, 130], "506": 116, "508x0b1e2": 11, "508x0b1e2c2": 143, "51": [116, 117, 122, 197, 206], "510504": 117, "5137": 127, "514": 116, "51668853502906": 117, "517200697839414": 117, "51782528": 197, "518408": 127, "52": [117, 120, 121, 122, 133], "521": 116, "523": [116, 122], "5234375": 117, "524": 116, "5250": 127, "52734375": 117, "53": [116, 117], "531": 116, "5335": [119, 120, 121], "534": 116, "5342": 127, "535757e": 129, "536": 116, "5360": 197, "537": 121, "53733046134172": 116, "53848234128316": 206, "54": [116, 117, 121], "540": 116, "540605": 117, "541015625": 117, "5411": 127, "5457": 127, "54681317351514": 117, "548": 116, "549": 116, "549352": 116, "55": [116, 117, 121], "550": 132, "55076": 122, "55076u": 122, "552": 122, "5546875": 117, "556": 116, "558": [116, 122], "55859375": 117, "558791": 127, "559488e": 129, "56": [116, 117, 122], "564114": 116, "564453125": 117, "565": 116, "567": 122, "568573": 117, "568580e": 127, "569": 121, "57": [116, 117, 121, 130], "5703125": 117, "5707": 129, "572": 116, "57206165565852": 117, "5721": [123, 124, 125, 126, 206], "574": 116, "575": 116, "57617187499999": 117, "578113": 116, "578125": 117, "57853542647338": 117, "58": [116, 121], "580": [116, 131], "58039085560784": 117, "58058466412761": 117, "583289756006316": 117, "58366": 127, "585": 128, "585332": 116, "585366e": 129, "586": 122, "586204": 129, "588": 116, "589": 121, "59": [116, 117, 121], "594": 116, "5954": 122, "5962634611": 206, "597": 116, "59765625": 117, "598031": 127, "599350": 127, "5e": 128, "6": [81, 87, 88, 90, 116, 117, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 206], "60": 124, "600": [116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "600586": 127, "6015625": 117, "601723": 127, "602": 116, "602749": 127, "609": 116, "60e": 119, "60x60": 124, "61": 127, "61070993807422": 117, "611670115197377": 117, "612": 122, "614883e": 127, "615": 116, "61779143282346": 117, "618": 121, "618850": 127, "62": 127, "620": 116, "623": 116, "625": 117, "6250607414312717e": 129, "626": 121, "627": 121, "628": 116, "628803": 116, "6300": [117, 127], "6328125": 117, "634": 116, "6378": 187, "64": [127, 206], "64007838467894": 117, "6405": 116, "6416": 197, "642": 116, "64463782485651": 117, "6447": 206, "645": 116, "646": 121, "646484375": 117, "65": 117, "650390625": 117, "654567": 117, "6556": [117, 127], "65625": 117, "6575": 128, "6578": [60, 128, 170], "658295": 117, "660": 121, "661": 116, "66403268": 206, "666": 116, "669199": 133, "671": 116, "673": [116, 121], "67514743608467": 117, "67578125": 117, "6779": 206, "679": 116, "6795944656402": 117, "6796875": 117, "68": [117, 127], "683": 116, "68359375": 117, "684689": 116, "6880527498568": 117, "689": 116, "69335937499999": 117, "699": 122, "6999999": 129, "6a448b4": 206, "7": [116, 117, 118, 122, 128, 129, 180, 206], "70": [117, 122], "7000": [127, 129], "7000000": [119, 120, 121], "702": 116, "7041": 122, "70414723434193": 117, "705": 116, "70703125": 117, "70759350405294": 117, "70f6d212da41e7ef536f313ba533bc8026f6882b": 133, "71": 127, "7100": 127, "712": 116, "712842": 117, "713": 120, "713053": 117, "713399e": 127, "714": 116, "716": 121, "72125391563537": 197, "723": 116, "724": 116, "727629": 127, "728721": 117, "72885": [117, 127], "729062e": 127, "73": [117, 206], "730": 116, "731": 121, "734": 206, "734928": 116, "735": 116, "736455137010665": 117, "738": 116, "73828125": 117, "739": 122, "74": 117, "740": 116, "7428": [127, 129], "743": 116, "748": [116, 122], "75": 127, "75390625": 117, "754": 116, "757": 116, "7578125": 117, "76": 117, "760": 122, "761": 116, "765": 116, "765625": 117, "766703": 117, "766793e": 127, "767": 130, "76765910569123": 117, "768": 117, "770": 122, "772321": 116, "77424112": [117, 127], "775749": 116, "776": 116, "776125101": [123, 124, 125, 126, 206], "78": 116, "780": [116, 122], "7824": 206, "783": 122, "78515625": 117, "786": 116, "787": 116, "788": 121, "79": [117, 127], "792032e": 129, "794": 116, "795": [116, 122], "796": 116, "797": 116, "798": 116, "799": 121, "799891182088334": 117, "7a": 118, "8": [116, 117, 122, 127, 129, 133, 167, 206], "80": 117, "800": 127, "800px": 115, "803": 116, "804165": 116, "805": [119, 130], "808": 116, "81": 117, "810": 116, "813": 120, "814": 116, "814472": 127, "817": 116, "82": 117, "823": 120, "823142": 117, "825": 116, "826780904779774": 117, "83": 117, "831": 116, "831497": 117, "833452e": 127, "833984375": 117, "835": 116, "836640": 116, "83682786072714": 117, "837890625": 117, "838": 122, "839402": 116, "839843749999996": 117, "84": [116, 117], "84029065139799": 117, "84064389983441": 117, "84267363195431": 117, "845": 116, "846": 116, "84706035607122": 117, "84757295365389": 117, "848": 121, "8495": [117, 127], "85": 117, "850": 116, "850750065": [123, 124, 125, 126, 206], "85252660044951": 117, "854": 116, "855": 121, "859": 116, "859375": 117, "860": 116, "86030748978823": 129, "861": 116, "861340": 116, "86272795": 116, "864": 116, "86400": [123, 124, 125, 126, 206], "865": 116, "865450622126": [119, 120, 121], "866": [116, 122], "867": [116, 130], "868": 116, "868321": 117, "868966": 127, "869": 116, "870": 116, "871": 116, "872": [116, 122], "873": 116, "87314e": 130, "874": 116, "875": 116, "87531083569679": 117, "875980": 127, "876": [116, 120, 121], "87660665410869": 117, "877": 116, "878": 116, "87814e": 130, "87890625": 117, "88": [116, 117], "881": 116, "882": 116, "882015e": 127, "883051": 116, "886": 122, "8888": 206, "8893": 116, "89": 122, "891": 116, "893": 116, "893926": 116, "895129": 116, "9": [116, 119, 127, 129, 130, 206], "90": [116, 117, 120, 126, 132], "900390625": 117, "902": 121, "902277040963696": 117, "90234375": 117, "902577996288876": 117, "904": 116, "904296875": 117, "907": 122, "908650": 116, "909": 122, "910": 116, "9100": 129, "912": 116, "91390293099067": 129, "915019": 129, "918": 116, "919": 130, "92": 117, "92025531537451": 117, "924": 130, "925": 122, "92578125": 117, "927": 121, "928": 116, "932": 116, "9335937499999998": 117, "937": 116, "93888428262811": [117, 127], "94": 117, "94033923363181": 117, "94140625": 117, "94335994657882": 117, "9434": 122, "945": 116, "946": 116, "947": 121, "947265625": 117, "948": 116, "948448": 127, "9511496866914": 117, "9523": 122, "9529": 122, "953": 116, "953125": 117, "953245": 116, "954": 116, "955899": 127, "9560855309879": 117, "956704": 116, "957": [116, 123, 124, 125, 126, 206], "96": 117, "961": [121, 130], "962": 116, "963": 116, "964827": 127, "967": 116, "96875": 117, "97": [116, 117, 122, 127], "972213": 127, "972897836604517": 129, "97436777064368": 130, "975213": 117, "975470e": 129, "979323": 116, "98067a": [116, 197, 206], "982": 116, "983": [116, 122], "98480801923985": 117, "987": 122, "98712414601253": 130, "988": 116, "990": 116, "991": 116, "991376": 116, "9921875": 117, "994715": 127, "996": 116, "99609375": 117, "996162679728116": 117, "998": 116, "999": 206, "9990": 116, "9993": 122, "9994": 206, "9996": [117, 127], "9999": 122, "9999999972": 129, "9999999999999998e": 130, "A": [2, 5, 6, 13, 14, 15, 16, 35, 40, 41, 43, 44, 46, 48, 50, 52, 53, 55, 56, 57, 60, 62, 65, 70, 71, 72, 77, 82, 83, 84, 92, 96, 103, 104, 105, 106, 107, 108, 109, 110, 116, 120, 122, 133, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 186, 189, 193, 194, 195, 196, 197, 198, 199, 200, 206], "AND": 131, "And": [43, 116, 131, 154, 205], "As": [60, 170, 206], "By": 206, "For": [77, 155, 184, 186, 206], "If": [59, 82, 118, 120, 123, 124, 125, 126, 132, 136, 138, 139, 140, 144, 145, 146, 147, 148, 149, 156, 157, 162, 166, 167, 168, 170, 173, 178, 179, 180, 183, 189, 196, 206], "In": [72, 81, 87, 88, 90, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "It": [7, 50, 52, 53, 68, 69, 70, 95, 122, 133, 186, 199], "No": [82, 122, 123, 124, 125, 126, 127, 129, 177], "Not": [131, 140, 156, 162, 166, 167, 173, 178, 189, 196, 197, 198, 199], "Of": [122, 187], "Or": [43, 116, 131, 154, 205, 206], "The": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 21, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 117, 119, 120, 131, 136, 137, 138, 139, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 159, 160, 161, 168, 169, 170, 171, 172, 173, 174, 175, 178, 181, 182, 183, 186, 196, 198, 199, 200, 201, 202, 203, 204, 206], "Then": [116, 117], "There": [57, 168], "To": [0, 121, 133, 138, 206], "__add__": [73, 74], "__init__": [4, 7, 39, 40, 42, 43, 44, 69, 70, 73, 74, 82, 83, 92, 94, 116, 119, 122], "_append_lin": 122, "_check_values_indices_shape_match": 116, "_data": 122, "_display_progress_bar": 122, "_generate_and_append_data": 122, "_get_ax": 116, "_ground_station_pos_n": 122, "_ground_station_position_n": 122, "_interference_angle_in_radian": 122, "_interference_step": 122, "_is_in_ground_station_con": 122, "_is_interf": 122, "_isp": 119, "_min_elevation_angle_in_radian": 122, "_modified_open": [123, 124, 125, 126], "_ned_fram": 122, "_notebook": [123, 124, 125, 126], "_prep_ndarraylik": 116, "_previous_inst": 122, "_progress_bar": 122, "_thrust": 119, "_total_span_in_second": 122, "_trajectory_grid": 122, "_update_progress_bar": 122, "abov": [117, 122, 177, 206], "absolut": [4, 39, 40, 42, 43, 44, 60, 96, 130, 137, 200, 205, 206], "absolute_effectivity_threshold": 60, "absolute_toler": 96, "absoluteeffectivitythreshold": [170, 205], "abstardragterm": 197, "abstract": [3, 37, 48, 163, 176], "abvalu": 170, "acachedstatearrai": 189, "acartesianpositionsptr": 204, "acartesianst": [194, 195, 196], "acceler": [5, 11, 37, 46, 55, 59, 60, 71, 119, 138, 144, 145, 148, 149, 156, 166, 169, 170, 179, 206], "acceleration_gcrf": 119, "acceleration_profil": 46, "acceleration_vnc": 119, "accelerationprofil": 156, "accept": [4, 11, 47, 120, 121], "accesgener": 122, "access": [7, 26, 35, 47, 60, 69, 70, 72, 74, 83, 94, 117, 132, 133, 134, 140, 147, 157, 163, 167, 170, 173, 176, 178, 179, 180, 181, 182, 186, 189, 200, 205, 206, 207], "access_cached_state_arrai": 83, "access_celestial_object_with_nam": [116, 117, 122, 127, 129, 130, 132, 133, 206], "access_composit": [117, 129], "access_contribution_profil": 35, "access_coordinate_brok": 74, "access_end_inst": [71, 72], "access_filt": 9, "access_fram": 35, "access_gener": [116, 122, 132], "access_geometry_df": 116, "access_inst": 35, "access_kepler_model": [69, 131], "access_model": [7, 47, 69], "access_numerical_solv": [70, 121, 128], "access_object_at": [117, 129], "access_parent_fram": 66, "access_propag": 83, "access_propagated_model": 69, "access_sgp4_model": 69, "access_start_inst": [71, 72], "access_step": 26, "access_subset": 94, "access_tabulated_model": 69, "accesscachedstatearrai": [189, 205], "accesscontributionprofil": [147, 205], "accesscoordin": [181, 205], "accesscoordinatebrok": [178, 181, 182, 205], "accessdynam": [179, 205], "accessendinst": [179, 180, 205], "accesses_df": 116, "accesseventcondit": [179, 205], "accessfram": [147, 181, 182, 205], "accessgener": [116, 122, 132], "accessinst": [147, 181, 205], "accessinstantatascendingnod": [186, 205], "accessinstantatdescendingnod": [186, 205], "accessinstantatnorthpoint": [186, 205], "accessinstantatpassbreak": [186, 205], "accessinstantatsouthpoint": [186, 205], "accesslocalorbitalframefactori": [173, 205], "accessmodel": [140, 157, 205], "accessnumericalsolv": [178, 179, 205], "accessobservedst": [200, 205], "accessobservedstatevector": [200, 205], "accessor": [174, 181, 182], "accessparentfram": [174, 205], "accesspropag": [189, 205], "accesspropulsionsystem": [167, 205], "accessstartinst": [179, 180, 205], "accesssubset": [198, 205], "account": 178, "acelesti": [140, 144, 145, 148], "acelestialobject": 188, "acelestialobjectsptr": 177, "acentralbodygrav": 145, "aclassicalorbitalelementset": 188, "aclassif": 197, "aclockingaxi": 157, "aclockingtarget": 157, "aclockingtargetsptr": 157, "aco": [170, 194, 195, 196], "acoevector": [170, 196], "acompositegeometri": 167, "acondit": 172, "aconditionarrai": 172, "aconditionissatisfi": 179, "aconnect": 154, "aconstantthrust": 169, "acontextarrai": 136, "acontributionprofil": 147, "acoordin": [181, 182], "acoordinatebrok": [182, 198], "acoordinatebrokersptr": [181, 182, 199, 201, 202, 203, 204], "acoordinatesdimens": 171, "acoordinatesubset": [198, 199], "acoordinatesubsetarrai": 147, "acoordinatesubsetsarrai": [181, 182, 198], "acoordinatesubsetsptr": [181, 182, 198], "acoordinatesubsetsptrarrai": 179, "acquir": 2, "acquisit": [2, 122], "acquisition_of_sign": 2, "acriterion": [150, 151, 152, 153, 155], "acrosssectionalsurfacearea": [167, 168], "action": 133, "activ": 132, "actual": 11, "actual_od_span": 11, "actualodspan": [143, 205], "ad": [74, 115, 178, 198], "adataarrai": 143, "add": [26, 70, 72, 74, 94, 95, 98, 99, 100, 101, 115, 122, 132, 178, 180, 181, 198, 199, 203, 204, 205, 206], "add_coast_seg": [72, 130, 131], "add_dynam": 70, "add_lin": 115, "add_maneuv": 70, "add_maneuver_seg": [72, 130, 131], "add_profil": [115, 132, 133], "add_satellit": [26, 122], "add_scattergeo": 121, "add_seg": 72, "add_subset": 94, "add_target": [115, 132], "add_trac": [123, 124, 125, 126], "add_vlin": [130, 131], "addcoastseg": [180, 205], "adddynam": [178, 205], "addit": [181, 182, 199], "addition": 131, "addmaneuv": [178, 205], "addmaneuverseg": [180, 205], "addseg": [180, 205], "addsubset": [198, 205], "adeploymentarrai": 187, "adher": 131, "adictionari": [143, 187], "adragcoeffici": [167, 168], "adrymass": [167, 168], "adur": [153, 155], "adurationarrai": 200, "adurationinsecond": 200, "adynam": [136, 147], "adynamicsarrai": [178, 179, 180], "adynamicssptr": [136, 178, 179], "adynamictransformprovid": 165, "aer": [9, 103, 122, 129, 141, 142], "aer_filt": 9, "aer_mask": 9, "aer_rang": [9, 116, 132], "aermask": [141, 205], "aerrang": [141, 205], "afactor": 139, "afil": [143, 164, 184, 187, 197], "afinitediffer": 171, "afirstlin": 197, "aframenam": [157, 163, 164, 165], "aframesptr": [136, 144, 145, 146, 147, 148, 149, 152, 156, 165, 179, 181, 182, 193, 196, 199, 203, 204], "aframetyp": 177, "afromposit": 142, "afromst": 142, "afromtrajectori": [141, 142], "after": [200, 206], "afullcoordinatesvector": [198, 199, 201, 202, 203, 204], "afunct": 139, "against": [206, 207], "agener": 142, "ageometri": [162, 168], "agi": [186, 196], "agnost": 206, "agradientstrategi": 170, "agravitationalparamet": [152, 170, 188, 193, 194, 195, 196], "agroundspe": 140, "aguidancelaw": [138, 149, 170], "ahead": [143, 187], "aj2": 188, "aj2paramet": 196, "aj4": 188, "akeplerianmodel": 188, "akvalu": 170, "alength": 137, "algorithm": [6, 69], "align": [47, 90, 157, 159, 160, 175], "align_and_constrain": 47, "alignandconstrain": [157, 205], "alignment_target": 47, "alin": 197, "all": [35, 63, 71, 117, 156, 172, 177, 179, 180, 199, 201, 202, 203, 204, 206], "all_comparison_st": [123, 124, 125, 126], "allow": [6, 57, 63, 117, 168, 174, 206], "alocalorbitalframedirect": 173, "alocalorbitalframefactorysptr": 173, "alocaltimeatdescendingnod": 177, "alogtyp": 200, "along": [104, 106, 116, 119, 169], "alongitud": 177, "alossofsign": 135, "alowerbound": 139, "alpha": 122, "alreadi": [133, 198, 206], "also": 117, "alt_ground_track_df": 129, "alt_stat": 129, "alt_states_lla": 129, "altern": 116, "altitud": [69, 79, 104, 105, 107, 109, 116, 118, 119, 122, 127, 129, 130, 132, 133, 177, 187, 207], "alwai": [46, 156], "amaneuv": [156, 178], "amaneuverarrai": 178, "amass": [162, 166], "amassflowr": 156, "amassflowrateprofil": 156, "amaxelev": 135, "amaximumiterationcount": [139, 172], "amaximumpropagationdur": 180, "ameananomali": [193, 194, 195, 196, 197], "ameananomli": 196, "ameanmot": 197, "ameanmotionfirsttimederivativedividedbytwo": 197, "ameanmotionsecondtimederivativedividedbysix": 197, "ametadataarrai": 143, "amodel": [140, 157, 163, 176, 177], "amount": [189, 200], "amvalu": 170, "an": [2, 3, 4, 6, 7, 9, 11, 16, 19, 20, 22, 23, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 53, 55, 56, 63, 65, 66, 69, 70, 71, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 103, 104, 105, 106, 108, 116, 117, 121, 131, 132, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 193, 194, 195, 196, 197, 198, 200, 206], "anabsolutetoler": 200, "anaccelerationprofil": 156, "anaccess": 135, "anaccessfilt": 141, "anacquisitionofsign": 135, "anaerfilt": 141, "analignmentaxi": 157, "analignmenttarget": 157, "analignmenttargetsptr": 157, "analtitud": 177, "analysi": [116, 121, 206], "analysis_interv": 121, "analyt": [60, 128, 170, 205], "anam": [136, 137, 138, 144, 145, 148, 149, 150, 151, 154, 155, 179, 187, 199, 201, 202, 203, 204], "anangl": 137, "anangularoffset": 157, "anangularveloc": 181, "ananomalytyp": 196, "anaop": [193, 194, 195, 196, 197], "anapoapsisaltitud": 177, "anargumentoflatitud": 177, "anatmosphericdrag": 144, "anattitud": 181, "anattitudequaternionsptr": 201, "anattitudereferencefram": 181, "anaxi": [157, 158, 159, 160, 161], "anazimuthelevationmask": 141, "anazimuthrang": 141, "ancdm": 143, "anearthsptr": 142, "aneccentr": [193, 194, 195, 196, 197], "aneccentricanomali": 196, "anel": 196, "anelementsetnumb": 197, "anelementweightsmap": 170, "anelevationrang": 141, "anendinst": 177, "anendlla": 140, "anendtim": 200, "anenviron": [136, 141, 142, 178], "anephemeristyp": 197, "anepoch": [177, 188, 197], "anequatorialradiu": [188, 196], "anevalu": [137, 150, 151, 155], "aneventcondit": [137, 178, 180, 200], "aneventconditionsptr": [179, 180], "angl": [2, 4, 39, 40, 42, 43, 44, 47, 69, 79, 81, 87, 88, 90, 92, 112, 113, 116, 117, 122, 127, 128, 129, 132, 133, 135, 137, 150, 155, 157, 177, 187, 193, 194, 195, 196, 197], "angle_rad": 122, "angular": [18, 20, 21, 23, 24, 39, 47, 73, 81, 87, 88, 90, 98, 122, 150, 157, 181, 196, 201], "angular_offset": 47, "angular_veloc": 73, "angular_velocity_column": [18, 20, 21, 23, 24], "angularcondit": [41, 134, 137, 152, 155, 205], "angularveloc": [134, 199, 205], "ani": [28, 29, 30, 40, 42, 44, 193, 194, 195], "animpl": [190, 191], "aninclin": [177, 193, 194, 195, 196, 197], "anindex": [143, 187], "aninertiatensor": [167, 168], "aninitialguess": 139, "aninitialrevolutionnumb": [177, 192], "aninitialspacecraftmass": 156, "aninitialstatevector": 200, "aninst": [136, 138, 140, 142, 144, 145, 146, 147, 148, 149, 153, 157, 159, 163, 164, 165, 169, 170, 171, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 196, 197, 199, 200, 201, 202, 203, 204], "aninstantarrai": [140, 147, 156, 157, 163, 171, 176, 178, 179, 180, 184, 189], "aninstantatascendingnod": 186, "aninstantatdescendingnod": 186, "aninstantatnorthpoint": 186, "aninstantatpassbreak": 186, "aninstantatsouthpoint": 186, "aninternationaldesign": 197, "aninterpolationtyp": [147, 156, 178, 184], "aninterv": [141, 172, 177], "aninverseflag": 151, "anomali": [41, 79, 81, 87, 88, 90, 92, 129, 152, 193, 194, 195, 196, 197], "anomaly_typ": [81, 87, 88, 90], "anomalytyp": [81, 87, 88, 90, 196, 205], "anomli": [81, 87, 88, 90], "anopm": 187, "anorbit": [157, 165, 177], "anorbitalframetyp": [157, 165], "anorientationgener": [157, 158], "anorientationprofil": [157, 159], "anoth": [90, 95, 98, 99, 100, 101, 199, 201, 202, 203, 204, 206], "another_coordin": [95, 98, 99, 100, 101], "anotherfullcoordinatesvector": [199, 203, 204], "anothersubsetsptr": 198, "anoutputstream": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197], "anti": [157, 159, 160, 161], "anti_direct": 47, "antidirect": [157, 160, 205], "anumericalsolv": [178, 179, 180], "anupperbound": 139, "anvalu": 170, "anycross": [39, 40, 42, 44, 120, 131, 150, 155, 205], "ao": 116, "aoi": 121, "aoi_intersection_condit": 121, "aop": [41, 81, 87, 88, 90, 92, 116, 127, 129, 152, 193, 194, 195, 196, 197, 205], "apach": 206, "aparameterset": 170, "aparentfram": 174, "apass": 186, "aperiapsisaltitud": 177, "aperiapsisweight": 170, "aperturbationtyp": 188, "apex_b": [117, 129], "aphas": 186, "api": [60, 170], "apoapsi": [69, 81, 87, 88, 90, 131, 177, 196], "apoapsis_altitud": 69, "apoge": [79, 187], "aposit": [140, 174, 175, 181, 183], "apositioncoordin": [138, 169, 170], "apositionderiv": 146, "app": [123, 124, 125, 126], "append": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 182], "appendix": 187, "appli": [59, 154, 157, 206], "approach": [2, 11, 60, 122, 170], "appropri": 81, "aprofil": 157, "apropag": [178, 189], "apropagatedmodel": 189, "apropulsionsystem": [166, 167, 168], "apt": 206, "aquaternion": [157, 165], "ar": [0, 7, 35, 57, 63, 69, 73, 87, 88, 116, 117, 118, 122, 123, 124, 125, 126, 131, 133, 136, 140, 147, 156, 162, 166, 167, 168, 172, 173, 177, 178, 181, 182, 183, 184, 186, 187, 189, 193, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 206], "araan": [193, 194, 195, 196, 197], "arangerang": 141, "arbitrari": 117, "arcco": [120, 122], "area": [11, 56, 57, 73, 95, 98, 99, 100, 101, 130, 167, 168, 199, 207], "area_drag": 11, "area_pc": 11, "area_srp": 11, "areadindex": 136, "areadrag": [143, 205], "areapc": [143, 205], "areasrp": [143, 205], "arelativemetadata": 143, "arelativetoler": 200, "arepetitioncount": 180, "arevolutionnumb": [177, 186, 189], "arevolutionnumberatepoch": 197, "arg": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 72, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 123, 124, 125, 126], "arg0": [4, 39, 40, 42, 43, 44, 73, 74, 81, 87, 88, 90, 96], "arg1": 96, "arg2": 96, "arg3": 96, "argument": [41, 60, 69, 74, 79, 81, 87, 88, 90, 92, 117, 120, 127, 129, 152, 177, 196, 197], "argument_of_latitud": 69, "arootsolv": [139, 200], "around": [22, 90], "arrai": [3, 5, 7, 11, 32, 33, 34, 35, 36, 37, 46, 47, 52, 60, 62, 63, 66, 67, 68, 69, 73, 74, 83, 116, 117, 119, 123, 124, 125, 126, 129, 132, 136, 140, 141, 143, 144, 145, 146, 147, 148, 149, 154, 156, 157, 159, 163, 164, 171, 172, 176, 177, 178, 179, 180, 181, 182, 184, 187, 189, 192, 198, 200], "arrays_to_mgr": 116, "arvalu": 170, "as_kepl": [76, 82, 83, 84, 85], "as_line_str": [117, 129], "as_propag": [76, 82, 83, 84, 85], "as_sgp4": [76, 82, 83, 84, 85], "as_tabul": [50, 52, 53], "as_transform": [50, 52, 53], "as_vector": [117, 129], "asatellitegeometri": 167, "asatellitenam": 197, "asatellitenumb": 197, "asatellitesystem": [149, 167], "asatellitesystembuild": 168, "ascend": [41, 77, 79, 81, 87, 88, 90, 92, 129, 152, 186, 196, 197, 205], "ascens": [41, 81, 87, 88, 90, 92, 129, 152, 196, 197], "ascenscion": 196, "asecondlin": 197, "aseg": 179, "asegmentarrai": 180, "asegmentsolutionarrai": 180, "asegmenttyp": 179, "asemilatusrectum": 196, "asemimajoraxi": [193, 194, 195, 196], "asequ": 180, "asgp4model": 190, "asiz": 199, "asolut": [179, 180], "aspecificimpuls": [179, 180], "aspecificimpulseinsiunit": 166, "aspectmod": [127, 129], "aspectratio": [127, 129], "asset": 115, "assign": [140, 157, 177, 178, 181], "assoc": 71, "associ": [71, 73, 116, 137, 155, 181, 182, 199, 201, 202, 203, 204], "assum": [117, 140, 187], "assumpt": 73, "astartinst": [140, 177], "astartlla": 140, "astarttim": 200, "astat": [137, 154, 155, 171, 178, 179, 180, 181, 182, 189, 200], "astatearrai": [140, 164, 177, 184, 189, 192], "astatebuild": 182, "astatefilt": 141, "astaticmodel": 183, "astep": 141, "astepdur": [171, 177], "asteppercentag": 171, "asteppertyp": 200, "asteps": 140, "astr": [143, 187, 197], "astrodynam": [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 205], "asubsetsptr": [181, 198], "asystem": 162, "asystemofequ": 200, "atabul": 147, "atabulateddynam": 156, "atabulatedmodel": [164, 184, 192], "atan2": 132, "atarget": [137, 150, 152, 155], "atargetangl": 150, "atargetrang": 150, "atargetvalu": [137, 155], "athirdbodygrav": 148, "athrust": [169, 180], "athrustacceler": [138, 169, 170], "athrustdirect": 169, "athrusterdynam": 179, "athrustinsiunit": 166, "atimearrai": 200, "atimeofclosestapproach": 135, "atimestep": [172, 200], "atl": [190, 191, 197], "atleast": 131, "atmospher": [11, 32, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 144, 207], "atmospheric_model": [11, 121], "atmosphericdrag": [134, 136, 205, 206], "atmosphericmodel": [143, 205], "atoler": [139, 141, 172, 196], "atoposit": 142, "atost": 142, "atotrajectori": [141, 142], "atrajectori": [140, 157, 161, 165], "atrajectoryseg": 180, "atrajectorysegmentarrai": 180, "atransform": 175, "atransformgener": 174, "atransformmodel": 165, "atrueanomali": 196, "attitud": [18, 20, 21, 23, 24, 73, 98, 99, 132, 181, 201, 202, 206], "attitude_column": [18, 20, 21, 23, 24], "attitude_fram": 73, "attitude_quaternion": 98, "attitudequaternion": [98, 134, 199, 201, 205], "attribut": [112, 113, 114, 115, 130, 147, 156, 178], "attributeerror": 130, "atyp": [135, 137, 157, 160, 171, 174, 175, 186, 192], "auto": 206, "automat": 206, "avail": [11, 133, 206], "avalu": [137, 173], "aveloc": [174, 175, 181], "avelocitycoordin": [138, 169, 170], "averag": [46, 87, 88, 118, 156, 193, 194, 195], "averagespecificimpuls": 156, "averagethrust": 156, "awritecoordinatesubset": 147, "awriteindex": 136, "ax": [47, 50, 52, 53, 115, 129, 157, 163, 164, 165], "axi": [41, 47, 60, 81, 87, 88, 90, 129, 130, 152, 157, 158, 159, 160, 161, 175, 193, 194, 195, 196, 205], "axis_data": 129, "axissequ": 132, "azimuth": [9, 105, 116, 141], "azimuth_elevation_mask": 9, "azimuth_rang": [9, 116, 132], "b": [60, 92, 128, 170, 197, 205], "b_star_drag_term": 92, "backgroundcolor": [127, 129], "backward": [62, 171, 177, 205], "ballist": 79, "ballistic_coef_kg_per_m2": 187, "ballistic_coeffici": 79, "ballisticcoeffici": [187, 205], "barycentr": [35, 70, 184], "barycentricr": [35, 46, 70, 121, 130, 156], "base": [2, 3, 4, 5, 6, 7, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114, 115, 120, 137, 138, 150, 152, 153, 155, 170, 174, 175, 206], "base_b": [117, 129], "bash": 206, "beam": 122, "becom": [60, 170], "been": [116, 117, 119, 198], "begin": 90, "behaviour": 133, "being": [46, 156, 167], "below": [0, 116, 122, 206], "beta_angle_condit": 120, "between": [2, 115, 116, 117, 122, 131, 132, 179, 181, 184], "bin": 206, "binari": 206, "bind": 206, "bisect": [6, 139, 205], "blm": [134, 196, 205], "blmshort": [130, 131], "blob": 133, "blue": 129, "bodi": [11, 32, 33, 36, 47, 50, 52, 53, 60, 73, 81, 87, 88, 90, 117, 119, 129, 130, 131, 140, 145, 148, 157, 170, 177, 181, 206], "body_fram": [117, 129], "body_frame_provid": 129, "body_frame_transform_gener": [129, 132], "bool": [2, 3, 4, 6, 7, 9, 11, 19, 20, 21, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 115, 122, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 198, 199, 200], "boolean": [40, 120, 121, 137, 139, 150, 151, 154, 155, 169], "booleancondit": [120, 131, 134, 155, 205], "both": 122, "bound": [6, 139], "bracket": 6, "bracket_and_solv": 6, "bracketandsolv": [139, 205], "break": [77, 186], "broken": 133, "broker": [73, 74, 94, 95, 98, 99, 100, 101, 178, 181, 182, 198, 199, 201, 202, 203, 204], "brouwer": [81, 87, 88, 193, 194, 195], "brouwerlyddanemean": [130, 131, 134, 194, 195, 196, 205], "brouwerlyddanemeanlong": [134, 193, 195, 205], "brouwerlyddanemeanshort": [130, 131, 134, 193, 205], "browser": 206, "bsd": 206, "bstar": 197, "build": [57, 73, 74, 79, 118, 122, 123, 124, 125, 126, 128, 130, 131, 168, 182, 205], "build_script": 206, "builder": [57, 168], "built": [74, 206], "builtin": [123, 124, 125, 126], "bulletin": 116, "burn": [119, 130, 131, 206], "cach": [83, 116, 189], "calcul": [4, 39, 40, 42, 43, 44, 46, 50, 52, 53, 60, 62, 68, 70, 71, 72, 76, 82, 83, 84, 85, 116, 119, 123, 124, 125, 126, 132, 137, 156, 178, 179, 180, 183, 189], "calculate_attitud": [129, 132], "calculate_average_specific_impuls": 46, "calculate_average_thrust": 46, "calculate_delta_mass": 46, "calculate_delta_v": 46, "calculate_intersect": [117, 129], "calculate_revolution_number_at": [76, 82, 83, 84, 85], "calculate_state_at": [7, 50, 52, 53, 68, 69, 70, 76, 82, 83, 84, 85, 121, 128], "calculate_state_to_condit": [70, 120], "calculate_states_at": [50, 52, 53, 68, 70, 71, 72, 83, 85, 118, 119, 121, 123, 124, 125, 126], "calculate_thrust_acceleration_at": [5, 59, 60], "calculate_ypr": 132, "calculatea": [142, 205], "calculateaveragespecificimpuls": [156, 205], "calculateaveragethrust": [156, 205], "calculatedeltamass": [156, 205], "calculatedeltav": [156, 205], "calculaterevolutionnumberat": [185, 188, 189, 205], "calculatestateat": [163, 164, 165, 176, 178, 183, 184, 185, 188, 189, 190, 191, 192, 205], "calculatestatesat": [163, 176, 178, 179, 180, 184, 189, 205], "calculatestatetocondit": [178, 205], "calculatethrustaccelerationat": [138, 169, 170, 205], "call": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "callabl": [4, 6, 9, 39, 40, 42, 43, 44, 47, 62, 63, 66, 67, 96, 171], "camera": [127, 129], "can": [3, 4, 7, 50, 52, 53, 68, 69, 71, 92, 96, 116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 133, 137, 138, 151, 155, 162, 163, 176, 177, 178, 179, 180, 197, 206], "can_pars": 92, "candid": [60, 170], "cannot": [37, 48], "canpars": [197, 205], "cartesian": [73, 81, 87, 88, 90, 100, 101, 117, 118, 119, 121, 122, 128, 129, 130, 131, 132, 181, 193, 194, 195, 196, 203, 204, 205, 206], "cartesian_coordin": [121, 132], "cartesian_posit": [101, 119], "cartesian_position_gcrf": 206, "cartesian_st": [81, 87, 88, 90], "cartesian_veloc": 119, "cartesian_velocity_gcrf": 206, "cartesianposit": [101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 199, 204, 205], "cartesianst": [81, 87, 88, 90, 193, 194, 195, 196, 205], "cartesianveloc": [118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 199, 205], "case": [0, 72, 117, 189, 206], "cast": [50, 52, 53, 76, 82, 83, 84, 85], "catalog": 11, "catalog_nam": 11, "catalognam": [143, 205], "catalogu": 197, "ccmake": 206, "ccsd": [134, 205, 206], "ccsds_cdm_version": 11, "ccsdscdmversion": [143, 205], "cd": [11, 73], "cd_area_over_mass": 11, "cdareaovermass": [143, 205], "cdm": [134, 205, 206], "celesti": [7, 22, 26, 32, 33, 36, 69, 81, 82, 87, 88, 90, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 140, 142, 144, 145, 148, 157, 177, 188], "celestial_object": [7, 69, 82, 132, 133], "cell": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "center": [11, 130], "central": [33, 60, 62, 81, 87, 88, 90, 119, 130, 145, 170, 171, 177, 205], "central_bodi": 22, "central_body_grav": 119, "centralbodygrav": [119, 126, 134, 136, 180, 205, 206], "certain": [162, 206], "cesium": [115, 132, 207], "cesium_asset_id": [115, 132, 133], "cesium_token": [115, 132, 133], "cesiumpi": 133, "cesiumpy_24f1f5e0101e4ee28a313b5abf1c81cc": 133, "chain": 57, "chang": [57, 60, 123, 124, 125, 126, 170], "check": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 136, 137, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 173, 174, 175, 177, 178, 181, 182, 183, 186, 189, 196, 197, 198, 200], "checksum": [92, 197], "child": [81, 119], "circular": [69, 177, 205], "circular_equatori": 69, "circularequatori": [177, 205], "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 25, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 111, 112, 113, 114, 115, 116, 119, 122, 134], "classic": [60, 81, 82, 87, 88, 90, 116, 127, 129, 152, 170, 196, 206], "classicalo": [194, 195], "classif": [92, 197], "claus": 206, "clear": [70, 178], "clear_dynam": 70, "cleardynam": [178, 205], "clip": [120, 122], "clock": [47, 157], "clocking_target": 47, "clone": [133, 137, 150, 154, 155, 162, 163, 164, 165, 167, 168, 175, 176, 183, 184, 185, 188, 189, 190, 192, 205], "clonedmodel": 183, "close": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 140], "closest": [2, 11, 122], "cmake": 206, "co": [66, 127, 129, 175], "coast": [71, 72, 123, 124, 125, 130, 179, 180, 205, 206], "coast_condit": [130, 131], "coe": [41, 60, 81, 82, 87, 88, 116, 118, 119, 127, 128, 129, 131, 134, 170, 188, 193, 194, 195, 205, 206], "coecondit": [134, 205], "coeffici": [56, 57, 73, 79, 81, 82, 87, 88, 90, 95, 98, 99, 100, 101, 130, 167, 168, 206], "coerc": [13, 14, 15, 16], "col": [46, 156], "collect": [116, 133, 206], "collis": 11, "collision_prob": 11, "collision_probability_method": 11, "collisionprob": [143, 205], "collisionprobabilitymethod": [143, 205], "color": [26, 27, 112, 113, 114, 115, 116, 117, 119, 122, 127, 128, 129, 130, 131, 132, 133], "colorscal": [127, 129], "column": [18, 19, 20, 21, 22, 23, 24, 116, 117, 122, 123, 124, 125, 126, 127, 129, 132], "com": [116, 132, 133, 186, 187, 193, 194, 195, 196, 206], "combin": 43, "command": [133, 206], "comment": [11, 143, 205], "commit": 133, "common": [0, 182], "compar": [123, 124, 125, 126, 177, 181, 182, 183, 186, 199, 206], "comparison": 206, "comparison_inst": [123, 124, 125, 126], "comparison_st": [123, 124, 125, 126], "complet": [0, 2, 72, 77, 116, 117, 122, 131, 135, 180, 186, 205, 206], "compon": [197, 206], "compos": [154, 162], "composit": [48, 56, 57, 117, 118, 123, 124, 125, 126, 128, 130, 131, 162, 167, 168], "comput": [3, 5, 7, 9, 32, 33, 34, 35, 36, 37, 59, 60, 62, 63, 69, 71, 72, 81, 87, 88, 90, 119, 122, 136, 138, 144, 145, 146, 147, 148, 149, 152, 169, 170, 171, 172, 177, 179, 180, 187, 196, 206, 207], "compute_access": [9, 116, 122, 132], "compute_access_geometri": 116, "compute_angular_momentum": [81, 87, 88, 90], "compute_contribut": [3, 32, 33, 34, 35, 36, 37, 119], "compute_delta_mass": [71, 72], "compute_delta_v": [71, 72], "compute_doe_df": [170, 205], "compute_dq_do": [170, 205], "compute_gradi": 62, "compute_jacobian": 62, "compute_ltan": [81, 87, 88, 90], "compute_mean_ltan": [81, 87, 88, 90], "compute_pass": 69, "compute_passes_with_model": 69, "compute_radial_dist": [81, 87, 88, 90], "compute_semi_latus_rectum": [81, 87, 88, 90], "compute_time_lla_aer_coordin": 116, "compute_trajectory_geometri": 116, "computeaccess": [141, 205], "computeangularmomentum": [196, 205], "computecontribut": [136, 144, 145, 146, 147, 148, 149, 205], "computedeltamass": [179, 180, 205], "computedeltav": [179, 180, 205], "computegradi": [171, 205], "computejacobian": [171, 205], "computeltan": [196, 205], "computemeanltan": [196, 205], "computeorbitalelementsmaximalchang": [170, 205], "computepass": [177, 205], "computepasseswithmodel": [177, 205], "computeq": [170, 205], "computeradialdist": [196, 205], "computesemilatusrectum": [196, 205], "computethrustdirect": [170, 205], "concept": 2, "condit": [4, 9, 39, 40, 41, 42, 43, 44, 63, 70, 71, 72, 96, 130, 131, 137, 150, 151, 152, 153, 154, 155, 172, 178, 179, 180, 200, 205, 206, 207], "condition_is_satisfi": [71, 96], "conditionissatisfi": [179, 200, 205], "conditionsolut": [70, 96, 178, 200, 205], "cone": [117, 122, 129], "cone_b": [117, 129], "configur": [72, 122], "conflict": 133, "conic": 117, "conicsensor": 133, "conjucnt": 43, "conjunct": [47, 134, 138, 205, 206], "connect": 154, "conorm": [67, 69], "consecut": 115, "consid": [71, 116, 122, 123, 124, 125, 126, 198], "consist": [72, 123, 124, 125, 126], "const": [74, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "constant": [46, 59, 126, 130, 140, 149, 156, 166, 169, 207], "constant_mass_flow_rate_profil": 46, "constantfluxandgeomag": 118, "constantmassflowrateprofil": [156, 205], "constantthrust": [126, 130, 134, 138, 205], "constantthrustthrust": 169, "constiter": 177, "constpassiter": [177, 205], "constrain": [47, 157], "constraint": [116, 131], "construct": [2, 3, 4, 7, 39, 40, 42, 43, 44, 55, 62, 65, 66, 67, 69, 70, 71, 72, 74, 92, 116, 117, 129, 132, 140, 141, 157, 159, 160, 161, 165, 174, 175, 177, 181, 186, 194, 195, 196, 197, 205, 206], "constructor": [5, 6, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 52, 53, 56, 57, 59, 60, 63, 73, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "consult": 206, "consum": 130, "contact": 11, "contain": [11, 18, 19, 20, 21, 22, 23, 24, 73, 79, 95, 121, 143, 180, 187, 199, 200, 206], "content": 143, "context": [136, 205], "contextu": 200, "continent": 117, "continu": 155, "contribut": [3, 32, 33, 34, 35, 36, 37, 59, 71, 119, 136, 138, 144, 145, 146, 147, 148, 149, 179], "contribution_profil": 35, "control": [60, 170], "conveni": [74, 117], "converg": [6, 96, 200], "convers": [98, 99, 100, 101], "convert": [46, 62, 79, 81, 87, 88, 95, 98, 99, 100, 101, 107, 117, 119, 150, 155, 156, 163, 170, 171, 175, 176, 186, 193, 194, 195, 196], "convert_st": 127, "coordin": [3, 5, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 41, 46, 47, 50, 52, 53, 59, 60, 62, 66, 67, 69, 70, 71, 73, 74, 79, 81, 87, 88, 90, 94, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 136, 138, 140, 144, 145, 146, 147, 148, 149, 169, 170, 171, 178, 179, 181, 182, 198, 199, 201, 202, 203, 204, 206], "coordinate_brok": [73, 74, 95, 98, 99, 100, 101], "coordinate_subset": [35, 71, 73, 74, 94, 118, 119, 123, 124, 125, 126, 128, 130, 131], "coordinatebrok": [73, 74, 95, 98, 99, 100, 101, 131, 134, 178, 181, 182, 199, 201, 202, 203, 204, 205], "coordinates_brok": 131, "coordinates_dimens": 62, "coordinatesbrok": 198, "coordinatesubset": [3, 32, 33, 34, 35, 36, 37, 71, 73, 74, 94, 98, 99, 100, 101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 136, 144, 145, 146, 147, 148, 149, 179, 181, 182, 198, 205], "copi": [116, 137, 140, 150, 154, 157, 177, 178, 181], "core": [2, 3, 4, 5, 6, 9, 11, 22, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 50, 52, 53, 55, 56, 57, 59, 60, 62, 69, 71, 72, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 116, 118, 123, 124, 125, 126, 130, 131, 206], "correct": 206, "correctli": 119, "correspond": [35, 147, 175], "could": 117, "count": [72, 139, 172, 206], "countrycolor": [116, 117, 122, 129], "countrywidth": [117, 129], "cours": 117, "cout": [136, 137, 138, 140, 147, 156, 157, 170, 183, 196, 197, 206], "covari": 11, "covariance_matrix": 11, "covariance_method": 11, "covariancematrix": [143, 205], "covariancemethod": [143, 205], "cover": 117, "coverag": 207, "cpp": 206, "cr": 11, "cr_area_over_mass": 11, "crareaovermass": [143, 205], "crash": [123, 124, 125, 126], "creat": [2, 3, 7, 9, 32, 33, 34, 35, 36, 37, 39, 41, 46, 47, 48, 53, 56, 57, 59, 69, 70, 71, 73, 81, 87, 88, 90, 92, 94, 116, 117, 119, 120, 127, 137, 150, 154, 156, 174, 179, 186, 200, 206], "create_2d_map": 127, "create_3d_glob": 127, "creation": [11, 57, 168], "creation_d": 11, "creationd": [143, 205], "criteria": 120, "criterion": [4, 39, 40, 41, 42, 44, 120, 130, 131, 137, 150, 151, 152, 153, 155, 205], "cross": [6, 40, 42, 44, 56, 57, 73, 120, 130, 131, 167, 168, 207], "cross_sectional_area": 73, "cross_sectional_surface_area": [56, 57], "crosssectionalsurfacearea": 167, "cssispaceweatherfil": 118, "csv": [123, 124, 125, 126, 140, 206], "csvfile": [123, 124, 125, 126], "cubic": 184, "cuboid": [118, 123, 124, 125, 126, 128, 130, 131], "current": [4, 39, 40, 42, 43, 44, 131, 137, 150, 155, 170, 174, 187, 206], "current_inst": 122, "current_st": [4, 39, 40, 42, 43, 44], "currentst": [137, 150, 154, 155], "curv": [69, 177], "curve_fit": [22, 35, 46, 70, 85, 121], "custom": [3, 47, 66, 73, 119, 157, 174, 175, 205, 207], "custom_point": 47, "custompoint": [157, 205], "customtarget": [47, 134, 157, 160, 205], "cxx": 206, "cyclic": 155, "d2": [117, 121, 129], "d3": [47, 48, 53, 56, 57, 73, 117, 118, 123, 124, 125, 126, 128, 129, 130, 131, 132], "dai": [71, 72, 121, 122, 130, 131, 179, 180, 187], "dat": 116, "data": [11, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 73, 92, 116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 143, 197, 205, 206], "datafil": [60, 170], "datafram": [107, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "datavers": [60, 170], "date": [11, 79, 107, 187, 205, 206], "date_tim": [116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133], "datetim": [13, 14, 15, 16, 105, 116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140], "dd": 187, "deb": 206, "debri": [11, 143, 205], "debug": 130, "decor": [136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196], "decreas": [60, 170], "deep": 178, "def": [116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132], "default": [4, 6, 7, 16, 19, 20, 21, 22, 35, 39, 40, 42, 43, 44, 46, 47, 55, 56, 57, 60, 62, 69, 70, 72, 74, 81, 82, 83, 87, 88, 90, 94, 96, 98, 99, 100, 101, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 139, 166, 167, 168, 169, 170, 171, 177, 178, 179, 180, 196, 199, 200, 201, 202, 203, 204, 205, 206], "default_condit": [72, 96, 118, 120, 121, 130, 131], "default_in_fixed_fram": 188, "default_maneuver_interpolation_typ": 156, "default_maneuver_propagation_interpolation_typ": 178, "default_maximum_iteration_count": 172, "default_st": 74, "default_step": 141, "default_tabulated_dynamics_interpolation_typ": 147, "default_tabulated_trajectory_interpolation_typ": [184, 192], "default_toler": 141, "defaultaccelframesptr": [156, 205], "defaultcondit": [200, 205], "defaultcontributionframesptr": [147, 205], "defaultst": 182, "defin": [2, 3, 4, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 40, 42, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 98, 99, 100, 101, 116, 117, 119, 120, 123, 124, 125, 126, 129, 132, 136, 137, 140, 141, 144, 145, 146, 147, 148, 149, 156, 157, 162, 166, 167, 169, 173, 174, 175, 177, 178, 181, 182, 183, 186, 189, 196, 197, 200, 206], "deg": [116, 129, 132, 141], "degre": [81, 87, 88, 90, 107, 109, 116, 117, 122, 127, 128, 129, 132, 133, 206], "delet": [190, 191, 200], "deliveri": 187, "delta": [46, 60, 71, 72, 123, 124, 125, 126, 156, 179, 180, 187], "delta_in_percentag": 122, "delta_in_second": 122, "deltamass": 156, "deltav": 156, "demonstr": [116, 117, 123, 124, 125, 126, 127, 129, 131, 132], "densiti": 207, "deploy": [79, 187, 205], "deriv": [7, 34, 37, 41, 60, 69, 81, 82, 87, 88, 90, 92, 116, 119, 136, 140, 144, 145, 146, 147, 148, 149, 152, 170, 178, 188, 193, 194, 195, 196, 197], "descend": [69, 77, 177, 186, 205], "describ": [60, 90, 116, 170, 206], "descript": 206, "design": [11, 92, 197], "desir": [21, 57, 60, 120, 123, 124, 125, 126, 170, 199, 201, 202, 203, 204, 206], "destruct": [117, 129], "destructor": [136, 137, 138, 139, 144, 145, 146, 148, 150, 151, 153, 154, 155, 162, 167, 168, 169, 170, 175, 177, 201, 202, 203, 204], "detail": 206, "detect": 122, "determin": [136, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 172], "dev": 206, "devel": 206, "develop": [60, 170], "df": [116, 118, 119, 122, 128, 130, 131], "df_from_stat": 128, "dict": [9, 60, 71, 73, 79, 116, 117, 122, 127, 129], "dict_to_mgr": 116, "dictionari": [11, 73, 79, 143, 187, 205], "dictread": [123, 124, 125, 126], "differ": [62, 95, 98, 99, 100, 101, 123, 124, 125, 126, 171, 181], "differenc": 60, "digit": 139, "dimens": [62, 171, 199], "direct": [47, 59, 65, 112, 113, 114, 119, 130, 132, 133, 139, 157, 159, 160, 161, 169, 170, 173], "directli": 157, "directori": [116, 118, 123, 124, 125, 126, 130, 131, 206], "disjunct": 43, "disord": 189, "displai": [117, 122, 127, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196, 206], "displaydecor": [136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196], "dist": [116, 123, 124, 125, 126, 133], "distanc": [7, 11, 69, 81, 87, 88, 90, 196], "divid": [92, 197], "dnwrnr": 206, "do": [57, 123, 124, 125, 126, 133, 168, 206], "doc": [123, 124, 125, 126], "dockerfil": 206, "doe": [95, 119, 189, 199], "don": [123, 124, 125, 126, 131, 178], "done": 133, "dot": [120, 122], "doubl": [69, 81, 87, 88, 90, 136, 139, 170], "down": [66, 67, 69, 157, 175], "download": 206, "dq_doe": 60, "drag": [11, 32, 56, 57, 73, 92, 95, 98, 99, 100, 101, 130, 131, 144, 167, 168, 197, 206], "drag_coeffici": [56, 57, 73, 95, 98, 99, 100, 101, 118, 123, 124, 125, 126, 130, 131], "dragcoeffici": [167, 199, 205], "dry": [57, 167, 168], "dry_mass": [57, 118, 126, 128, 130], "dtype": 116, "due": [59, 72, 82, 122, 144, 145, 146, 148, 149, 169], "durat": [2, 7, 9, 11, 26, 40, 42, 44, 62, 63, 69, 71, 72, 77, 79, 81, 87, 88, 90, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 140, 141, 143, 153, 155, 156, 171, 172, 177, 179, 180, 186, 187, 196, 206], "duration_condit": [40, 42, 44, 131], "durationcondit": [155, 205], "dure": [2, 104, 106, 116, 122, 132, 137, 150, 151, 154, 155, 156, 169, 178, 200, 206], "dynam": [46, 53, 59, 70, 71, 72, 96, 123, 124, 125, 126, 128, 129, 131, 132, 134, 156, 167, 169, 178, 179, 180, 205, 206, 207], "dynamic_provid": 53, "dynamicframeprovid": [129, 132], "dynamicprovid": [53, 165], "dynamicsarrai": 180, "e": [77, 90, 116, 127, 129, 180, 186, 187, 199], "each": [35, 72, 122, 147, 151, 155, 180, 200, 206], "earth": [7, 11, 22, 26, 69, 92, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 180, 183, 187, 197, 206], "earth_data": 129, "earth_figur": 129, "earth_geometri": [117, 129], "earth_surfac": 127, "earth_tid": 11, "earthatmosphericmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthgravitationalmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthmagneticmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthtid": [143, 205], "easi": 206, "east": [66, 67, 69, 175], "eccentr": [41, 81, 87, 88, 90, 92, 129, 152, 193, 194, 195, 196, 197, 205, 207], "eccentric_anomali": [41, 81, 87, 88, 90], "eccentric_anomaly_from_mean_anomali": [81, 87, 88, 90], "eccentric_anomaly_from_true_anomali": [81, 87, 88, 90], "eccentricanomali": [81, 87, 88, 90, 152, 196, 205], "eccentricanomalyfrommeananomali": [196, 205], "eccentricanomalyfromtrueanomali": [196, 205], "ecef": [47, 73, 157, 187], "eci": [47, 73, 77, 127, 157], "eclips": [121, 131], "eclipse_condit": [120, 121, 131], "eclipse_window": 121, "effect": 60, "eg": 157, "egg": 133, "egm2008": [121, 128, 130, 131], "egm96": [118, 124, 130, 131, 206], "eigen": 206, "either": [131, 200], "elaps": [123, 124, 125, 126, 206], "elapsed_second": 206, "element": [60, 81, 82, 87, 88, 90, 92, 116, 117, 127, 128, 129, 131, 152, 170, 187, 193, 194, 195, 196, 197, 199, 205, 206], "element_set_numb": 92, "element_weight": [60, 128, 131], "elev": [2, 9, 105, 116, 122, 141], "elevation_in_radian": 122, "elevation_rang": [9, 116, 132], "ellipsoid": 117, "ellipsoid_equatorial_radiu": [121, 132], "ellipsoid_flatten": [121, 132], "els": [116, 117], "email": 11, "emit": 73, "empti": [136, 143, 178, 179, 180], "en": [92, 140, 154, 166, 177, 196, 197], "enabl": 206, "encapsul": 2, "encod": [92, 197], "end": [7, 9, 11, 69, 71, 72, 77, 90, 121, 130, 140, 177, 178, 179, 180, 186, 200, 206], "end_inst": [69, 116, 117, 121, 127, 129, 132, 133], "end_lla": [7, 69], "end_screen_period": 11, "end_stat": 128, "endinst": 140, "endl": 206, "endlla": 140, "endscreenperiod": [143, 205], "ensur": [116, 206], "entri": 11, "enum": [4, 39, 40, 42, 43, 44, 135, 137, 143, 150, 151, 152, 153, 154, 155, 157, 170, 171, 175, 177, 179, 186, 188, 196, 200], "enumer": [81, 87, 88, 90, 123, 124, 125, 126, 135, 137, 143, 150, 154, 155, 157, 170, 171, 175, 177, 179, 186, 188, 196], "environ": [3, 7, 9, 22, 32, 33, 34, 35, 36, 37, 69, 70, 81, 82, 87, 88, 90, 103, 105, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 132, 133, 136, 141, 142, 178], "envrion": 136, "eop": 206, "ephemeri": [11, 92, 197, 206], "ephemeris_nam": 11, "ephemeris_typ": 92, "ephemerisnam": [143, 205], "epoch": [69, 76, 82, 83, 84, 85, 92, 116, 117, 127, 129, 132, 133, 177, 189, 197], "equal": [140, 156, 162, 166, 167, 173, 177, 178, 181, 182, 183, 186, 189, 196, 197, 198, 199], "equat": [96, 136, 139, 200], "equatori": [69, 81, 82, 87, 88, 90, 177, 196, 205], "equatorial_radiu": [81, 82, 87, 88, 90, 121, 130], "equival": [73, 206], "errno": [123, 124, 125, 126], "error": 206, "etc": [116, 121], "euler_angl": 132, "eulerangl": 132, "europ": 117, "evalu": [4, 19, 20, 39, 40, 42, 43, 44, 120, 130, 131, 137, 150, 151, 154, 155, 205], "event": [4, 39, 40, 41, 42, 43, 44, 70, 71, 72, 96, 121, 130, 137, 143, 150, 151, 152, 153, 154, 155, 178, 179, 180, 200, 207], "event_condit": [4, 70, 71, 72, 96, 120, 130, 131], "event_condition_target": [4, 39, 40, 42, 43, 44], "eventcondit": [39, 40, 41, 42, 43, 44, 70, 71, 72, 96, 134, 178, 179, 180, 200, 205], "eventconditiontarget": [4, 39, 40, 41, 42, 43, 44], "everi": 181, "everyth": [123, 124, 125, 126], "evolut": 132, "examp": 206, "exampl": [116, 117, 123, 124, 125, 126, 129, 206], "exclud": [123, 124, 125, 126], "execut": [72, 133, 180, 206], "execution_is_complet": 72, "executioniscomplet": [72, 180, 205], "exhibit": 206, "exist": [117, 129, 181, 182, 197, 206], "exit": 11, "expand": [74, 182, 205], "expect": [46, 119, 156], "experienc": [144, 145, 148, 149, 169], "exponenti": [125, 126, 130], "express": [5, 59, 60, 65, 73, 81, 82, 87, 88, 90, 118, 119, 121, 128, 129, 130, 131, 132, 136, 138, 144, 145, 146, 147, 148, 149, 169, 170, 173, 181, 199, 201, 202, 203, 204], "extent": 130, "extern": 206, "extract": [71, 73, 94, 179, 181, 198], "extract_coordin": [73, 94], "extract_maneuv": 71, "extractcoordin": [181, 198, 205], "extractmaneuv": [179, 205], "ey": [118, 123, 124, 125, 126, 127, 128, 129, 130, 131], "f": [116, 120, 122, 123, 124, 125, 126, 128, 131, 132], "f10": 118, "f107_average_constant_valu": 118, "f107_constant_valu": 118, "factor": 139, "factori": [65, 66, 130, 173, 174, 182], "fals": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 115, 116, 117, 120, 122, 127, 129, 131, 143, 151, 157, 158, 159, 160, 161, 177, 180, 181, 182, 183], "fd": [123, 124, 125, 126], "fd73_012": 133, "feedback": [60, 170], "fetch": [116, 189, 206], "few": 0, "fieldnam": [123, 124, 125, 126], "figur": [26, 28, 29, 30, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "figure2": 130, "file": [11, 79, 92, 116, 140, 143, 164, 184, 187, 197, 206], "filenam": [123, 124, 125, 126], "filenotfounderror": [123, 124, 125, 126], "filesystem": [11, 79, 92, 118, 123, 124, 125, 126, 130, 131], "filter": [9, 133], "filter_": 122, "final": [71, 72, 117, 130, 179, 180, 200, 206], "find": [6, 96, 120, 132, 139, 172, 207], "finit": [60, 62, 171], "finitediffer": [60, 128, 170, 205], "finitedifferencesolv": [134, 205], "first": [2, 92, 116, 117, 119, 120, 121, 130, 189, 197, 199, 203, 204, 206], "first_lin": 92, "fix": [82, 96, 116, 127, 183, 200], "fixed_step_s": 96, "fixedsteps": [200, 205], "flag": [151, 206], "flatten": 121, "flight": [37, 70, 71, 117, 118, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 205, 206], "flightmaneuv": 179, "flightprofiletransform": 132, "flip": 47, "float": [4, 5, 6, 11, 39, 40, 41, 42, 43, 44, 46, 55, 56, 57, 59, 60, 62, 71, 72, 79, 81, 82, 87, 88, 90, 92, 96, 105, 107, 109, 112, 113, 114, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "float64": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101], "flow": [46, 55, 130, 156, 166], "flux": 207, "folder": 206, "follow": [7, 73, 117, 136, 140, 144, 145, 146, 147, 148, 149, 206], "footprint": 181, "forc": 206, "form": [18, 20, 21, 23, 24, 178], "format": [92, 116, 187, 197, 202, 206], "forward": [62, 171, 177, 205], "found": 206, "frame": [3, 5, 7, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 41, 46, 47, 50, 52, 53, 59, 60, 65, 66, 67, 69, 71, 73, 74, 77, 81, 82, 87, 88, 90, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 136, 138, 140, 144, 145, 146, 147, 148, 149, 152, 156, 157, 163, 164, 165, 169, 170, 173, 174, 175, 177, 178, 179, 181, 182, 183, 187, 193, 196, 199, 201, 202, 203, 204, 206], "frame_axes_gcrf": 129, "frame_axess_gcrf": 129, "frame_data": 129, "frame_nam": [47, 50, 52, 53], "frame_origin_gcrf": 129, "frame_origins_gcrf": 129, "frame_typ": 69, "frametyp": [47, 53, 69, 117, 122, 129, 132, 133, 157, 165, 177, 205], "framework": 206, "freez": 187, "friend": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 196, 197], "from": [3, 4, 7, 11, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 69, 70, 71, 73, 74, 79, 81, 87, 88, 90, 92, 94, 95, 98, 99, 100, 101, 103, 105, 108, 109, 110, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 136, 137, 140, 144, 145, 146, 147, 148, 149, 156, 170, 175, 177, 178, 179, 181, 182, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "from_dict": 73, "from_environ": [3, 32, 33, 34, 35, 36, 37, 70, 118, 120, 121, 123, 124, 125, 128, 130, 131], "from_fram": [95, 98, 99, 100, 101], "from_lla": 116, "from_model": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "from_posit": [103, 105, 116], "from_position_to_posit": [122, 129], "from_si_vector": [81, 87, 88, 90], "from_trajectori": [9, 116, 132], "fromenviron": [136, 178, 205], "fromfram": [201, 202, 203, 204], "fromframesptr": 199, "fromsivector": [196, 205], "fromvector": 140, "full": [94, 117, 198, 206], "function": [4, 6, 7, 9, 12, 17, 25, 39, 40, 42, 43, 44, 47, 60, 62, 63, 66, 67, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 102, 117, 119, 120, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "gap": 131, "gbrec": [60, 170], "gcc": 206, "gcrf": [46, 73, 117, 118, 119, 120, 121, 128, 129, 130, 131, 132, 140, 147, 156, 157, 165, 170, 178, 206], "gener": [7, 18, 19, 20, 21, 22, 23, 24, 40, 42, 44, 47, 62, 66, 67, 69, 79, 92, 116, 122, 127, 132, 134, 142, 143, 155, 157, 162, 171, 172, 174, 175, 182, 197, 205, 206, 207], "generate_checksum": 92, "generate_fram": [66, 119], "generate_grid": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132], "generate_state_coordin": 62, "generate_states_coordin": 62, "generatechecksum": [197, 205], "generatefram": [174, 205], "generategrid": 140, "generatestatecoordin": 171, "generation_d": [79, 187], "generationd": [187, 205], "generatorcontext": [134, 205], "geo": [116, 117, 122, 129], "geo_synchron": 69, "geocentr": 47, "geocentricnadir": [47, 157, 205], "geodet": [7, 47, 67, 69, 157, 175], "geodetic_coordin": 121, "geodeticnadir": [47, 157, 205], "geograph": 116, "geographiclib": 133, "geomagnet": 207, "geometri": [47, 48, 53, 56, 57, 73, 116, 117, 118, 121, 123, 124, 125, 126, 128, 129, 130, 131, 132, 162, 167, 168], "geopi": 133, "geosynchron": [69, 177, 205], "get": [2, 3, 4, 5, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 56, 59, 60, 62, 63, 65, 66, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 117, 132, 133, 136, 137, 138, 139, 140, 144, 145, 147, 148, 149, 150, 153, 154, 155, 156, 157, 159, 162, 166, 167, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 186, 189, 193, 196, 197, 200], "get_absolute_toler": 96, "get_acceler": 55, "get_acceleration_profil": 46, "get_access_filt": 9, "get_acquisition_of_sign": [2, 116], "get_aer_filt": 9, "get_all_dynamics_contribut": 71, "get_altitud": 132, "get_angular_momentum": [81, 87, 88, 90], "get_angular_veloc": 73, "get_aop": [81, 87, 88, 90, 92, 128, 131], "get_apoapsis_radiu": [81, 87, 88, 90, 131], "get_attitud": [73, 132], "get_axes_at": [47, 50, 52, 53], "get_axes_in": 129, "get_b_star_drag_term": 92, "get_beta_angl": 120, "get_body_fram": [47, 50, 52, 53, 117], "get_cartesian_st": [81, 87, 88, 90], "get_ccsds_cdm_vers": 11, "get_celesti": [32, 33, 36], "get_classical_orbital_el": [82, 129, 131], "get_classif": 92, "get_collision_prob": 11, "get_collision_probability_method": 11, "get_condition_funct": 9, "get_contribution_profile_from_coordinate_subset": 35, "get_control_weight": 60, "get_coordin": [73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_coordinate_subset": [73, 74], "get_creation_inst": 11, "get_criterion": [39, 40, 42, 44], "get_cross_sectional_surface_area": [56, 118, 123, 124, 125, 126, 130, 131], "get_data_arrai": 11, "get_date_tim": [118, 119, 128, 130, 131, 132], "get_deploy": 79, "get_deployment_at": 79, "get_deployment_with_nam": 79, "get_drag_coeffici": [56, 118, 123, 124, 125, 126, 130, 131], "get_dur": [2, 77, 116], "get_dynam": [70, 71, 72], "get_dynamics_acceleration_contribut": 71, "get_dynamics_contribut": 71, "get_eccentr": [81, 87, 88, 90, 92, 128, 131], "get_eccentric_anomali": [81, 87, 88, 90], "get_element_set_numb": 92, "get_elev": 122, "get_end": 121, "get_end_inst": 77, "get_ephemeris_typ": 92, "get_epoch": [76, 82, 83, 84, 85, 92, 117], "get_equatorial_radiu": [82, 116, 117, 118, 119, 122, 127, 129, 130, 131, 132], "get_evalu": [4, 39, 40, 42, 43, 44], "get_event_condit": [43, 71], "get_figur": 122, "get_final_mass": [71, 72], "get_first_lin": 92, "get_first_line_checksum": 92, "get_flatten": [116, 117, 122, 129, 132], "get_fram": [73, 74], "get_frame_at": [122, 129], "get_geometri": [48, 56], "get_geometry_in": [117, 129], "get_gradient_strategi": 60, "get_gravitational_paramet": [82, 118, 119, 128, 129, 130, 131], "get_guidance_law": 37, "get_head": [11, 79], "get_id": [95, 98, 99, 100, 101], "get_inclin": [81, 87, 88, 90, 92, 128, 131], "get_inertia_tensor": 56, "get_initial_mass": [71, 72], "get_inst": [42, 46, 73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_instant_at_ascending_nod": 77, "get_instant_at_descending_nod": 77, "get_instant_at_north_point": 77, "get_instant_at_pass_break": 77, "get_instant_at_south_point": 77, "get_international_design": 92, "get_interpolation_typ": [35, 85], "get_interv": [2, 46, 52, 71, 72, 77, 85, 116, 122, 132], "get_j2": 82, "get_j4": 82, "get_latitud": [117, 121, 122, 129, 132], "get_local_orbital_frame_factori": 65, "get_local_thrust_direct": 59, "get_log_typ": 96, "get_longitud": [117, 121, 122, 129, 132], "get_loss_of_sign": [2, 116], "get_mass": [48, 56], "get_mass_flow_r": 55, "get_mass_flow_rate_profil": 46, "get_max_elev": [2, 116], "get_maximum_iteration_count": [6, 63], "get_maximum_propagation_dur": 72, "get_mean_anomali": [81, 87, 88, 90, 92], "get_mean_mot": [81, 87, 88, 90, 92], "get_mean_motion_first_time_derivative_divided_by_two": 92, "get_mean_motion_second_time_derivative_divided_by_six": 92, "get_message_for": 11, "get_message_id": 11, "get_metadata_arrai": 11, "get_minimum_periapsis_radiu": 60, "get_miss_dist": 11, "get_nadir_track": 121, "get_nam": [3, 4, 5, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 59, 60, 71, 95, 98, 99, 100, 101], "get_nodal_precession_r": [81, 87, 88, 90], "get_number_of_coordin": [70, 94], "get_number_of_subset": 94, "get_numerical_solv": [71, 72], "get_object_count": 117, "get_object_data_at": 11, "get_object_metadata_at": 11, "get_observed_st": [96, 121, 128], "get_observed_state_vector": 96, "get_orbital_fram": [69, 117, 129, 132], "get_orbital_period": [81, 87, 88, 90, 129, 131], "get_orient": [119, 129, 132], "get_origin": 11, "get_origin_in": 129, "get_outer_r": 121, "get_paramet": 60, "get_pass_at": 69, "get_pass_with_revolution_numb": 69, "get_passes_within_interv": 69, "get_periapsis_radiu": [81, 87, 88, 90, 131], "get_perturbation_typ": 82, "get_posit": [73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_position_in": 120, "get_propagation_dur": [71, 72], "get_propulsion_system": 56, "get_raan": [81, 87, 88, 90, 92, 128, 131], "get_radial_dist": [81, 87, 88, 90], "get_read_coordinate_subset": [3, 32, 33, 34, 35, 36, 37, 119], "get_read_coordinates_subset": 119, "get_relative_metadata": 11, "get_relative_posit": 11, "get_relative_toler": 96, "get_relative_veloc": 11, "get_revolution_numb": 77, "get_revolution_number_at": 69, "get_revolution_number_at_epoch": [76, 82, 83, 84, 85, 92], "get_root_solv": 96, "get_satellite_nam": 92, "get_satellite_numb": 92, "get_satellite_system": 37, "get_second_lin": 92, "get_second_line_checksum": 92, "get_seg": 72, "get_semi_latus_rectum": [81, 87, 88, 90], "get_semi_major_axi": [81, 87, 88, 90, 118, 119, 128, 130, 131], "get_si_vector": [81, 87, 88, 90], "get_siz": [73, 95, 98, 99, 100, 101], "get_specific_impuls": 55, "get_start_inst": 77, "get_stat": [72, 130, 131], "get_state_at": [7, 47, 69, 117, 118, 127, 128, 129, 130, 131, 132, 206], "get_state_filt": 9, "get_states_at": [7, 47, 69, 116, 122, 130, 132], "get_step": 9, "get_step_dur": 62, "get_step_percentag": 62, "get_stepper_typ": 96, "get_subset": 94, "get_target": [4, 39, 40, 42, 43, 44, 131], "get_target_angl": 39, "get_target_co": 60, "get_target_rang": 39, "get_thrust": 55, "get_time_of_closest_approach": [2, 11, 116], "get_time_step": [63, 96], "get_tl": 84, "get_toler": [6, 9, 63], "get_transform_at": 67, "get_transform_gener": 67, "get_transform_to": [119, 129, 132], "get_true_anomali": [81, 87, 88, 90, 128, 131], "get_typ": [2, 43, 62, 71, 77, 116], "get_valu": 65, "get_veloc": [73, 118, 119, 120, 123, 124, 125, 126, 128, 130, 131], "get_vertic": 117, "get_write_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "get_write_coordinates_subset": 119, "getacceler": [166, 205], "getaccelerationprofil": [156, 205], "getaccessfilt": [141, 205], "getacquisitionofsign": [135, 205], "getaerfilt": [141, 205], "getalignmentvectorat": [157, 159, 205], "getalldynamicscontribut": [179, 205], "getangularmomentum": [196, 205], "getangularveloc": [181, 205], "getaop": [196, 197, 205], "getapoapsisradiu": [196, 205], "getattitud": [181, 205], "getaxesat": [157, 163, 164, 165, 205], "getbodyfram": [157, 163, 164, 165, 205], "getbstardragterm": [197, 205], "getcartesianst": [193, 196, 205], "getccsdscdmvers": [143, 205], "getcelesti": [144, 145, 148, 205], "getclassicalorbitalel": [188, 205], "getclassif": [197, 205], "getcollisionprob": [143, 205], "getcollisionprobabilitymethod": [143, 205], "getconditionfunct": [141, 205], "getcontributionprofilefromcoordinatesubset": [147, 205], "getcontrolweight": [170, 205], "getcoordin": [181, 205], "getcoordinatesubset": [181, 182, 205], "getcreationd": [143, 205], "getcriterion": [150, 155, 205], "getcrosssectionalsurfacearea": [167, 205], "getcwd": [123, 124, 125, 126], "getdataarrai": [143, 205], "getdeploy": [187, 205], "getdeploymentat": [187, 205], "getdeploymentwithnam": [187, 205], "getdragcoeffici": [167, 205], "getdur": [135, 186, 205], "getdynam": [178, 179, 180, 205], "getdynamicsaccelerationcontribut": [179, 205], "getdynamicscontribut": [179, 205], "geteccentr": [196, 197, 205], "geteccentricanomali": [193, 196, 205], "getelementsetnumb": [197, 205], "getendinst": [186, 205], "getephemeristyp": [197, 205], "getepoch": [185, 188, 189, 190, 192, 197, 205], "getequatorialradiu": [188, 205], "getevalu": [137, 205], "geteventcondit": [154, 179, 205], "getfinalmass": [179, 180, 205], "getfirstlin": [197, 205], "getfirstlinechecksum": [197, 205], "getfirstst": [184, 205], "getfram": [181, 182, 205], "getgeometri": [162, 205], "getgradientstrategi": [170, 205], "getgravitationalparamet": [188, 205], "getguidancelaw": [149, 205], "gethead": [143, 187, 205], "getid": [199, 205], "getinclin": [196, 197, 205], "getinertiatensor": [167, 205], "getinitialmass": [179, 180, 205], "getinst": [153, 156, 181, 205], "getinternationaldesign": [197, 205], "getinterpolationtyp": [147, 184, 205], "getinterv": [135, 156, 164, 179, 180, 184, 186, 205], "getj2": [188, 205], "getj4": [188, 205], "getlastst": [184, 205], "getlocalorbitalframefactori": [173, 205], "getlocalthrustdirect": [169, 205], "getlossofsign": [135, 205], "getmass": [162, 205], "getmassflowr": [166, 205], "getmassflowrateprofil": [156, 205], "getmaxelev": [135, 205], "getmaximumiterationcount": [139, 172, 205], "getmaximumpropagationdur": [180, 205], "getmeananomali": [193, 196, 197, 205], "getmeanmot": [196, 197, 205], "getmeanmotionfirsttimederivativedividedbytwo": [197, 205], "getmeanmotionsecondtimederivativedividedbysix": [197, 205], "getmessagefor": [143, 205], "getmessageid": [143, 205], "getmetadataarrai": [143, 205], "getminimumperiapsisradiu": [170, 205], "getmissdist": [143, 205], "getnam": [136, 137, 138, 179, 199, 205], "getnodalprecessionr": [196, 205], "getnumberofcoordin": [178, 198, 205], "getnumberofsubset": [198, 205], "getnumericalsolv": [179, 180, 205], "getobjectcovariancematrix": [143, 205], "getobjectcovariancemethod": [143, 205], "getobjectdataat": [143, 205], "getobjectdesign": [143, 205], "getobjectephemerisnam": [143, 205], "getobjectinternationaldesign": [143, 205], "getobjectmaneuver": [143, 205], "getobjectmetadataat": [143, 205], "getobjectnam": [143, 205], "getobjectreferencefram": [143, 205], "getobjectstateattca": [143, 205], "getobjecttyp": [143, 205], "getobservedst": [200, 205], "getobservedstatevector": [200, 205], "getorbitalfram": [177, 205], "getorbitalperiod": [196, 205], "getorigin": [143, 205], "getparamet": [170, 205], "getpassat": [177, 205], "getpasseswithininterv": [177, 205], "getpasswithrevolutionnumb": [177, 205], "getperiapsisradiu": [196, 205], "getperturbationtyp": [188, 205], "getposit": [181, 205], "getpositionsfromst": [142, 205], "getpropagationdur": [179, 180, 205], "getpropulsionsystem": [167, 205], "getprovidertyp": [174, 205], "getraan": [196, 197, 205], "getradialdist": [196, 205], "getreadcoordinatesubset": [136, 144, 145, 146, 147, 148, 149, 205], "getrelativemetadata": [143, 205], "getrelativeposit": [143, 205], "getrelativeveloc": [143, 205], "getrevolutionnumb": [186, 205], "getrevolutionnumberat": [177, 205], "getrevolutionnumberatepoch": [185, 188, 189, 190, 192, 197, 205], "getrootsolv": [200, 205], "getsatellitenam": [197, 205], "getsatellitenumb": [197, 205], "getsatellitesystem": [149, 205], "getsecondlin": [197, 205], "getsecondlinechecksum": [197, 205], "getseg": [180, 205], "getsemilatusrectum": [196, 205], "getsemimajoraxi": [196, 205], "getsivector": [196, 205], "getsiz": [181, 199, 205], "getspecificimpuls": [166, 205], "getstartinst": [186, 205], "getstat": [180, 205], "getstateat": [140, 157, 205], "getstatefilt": [141, 205], "getstatesat": [140, 142, 157, 205], "getstep": [141, 205], "getstepdur": [171, 205], "getsteppercentag": [171, 205], "getsubset": [198, 205], "getsystemofequ": [136, 205], "gettarget": [137, 205], "gettargetangl": [150, 205], "gettargetco": [170, 205], "gettargetrang": [150, 205], "gettca": [143, 205], "getthrust": [166, 205], "gettimeofclosestapproach": [135, 205], "gettimestep": [172, 205], "gettl": [190, 205], "gettoler": [139, 141, 172, 205], "gettransformat": [175, 205], "gettransformgener": [175, 205], "gettrueanomali": [193, 196, 205], "gettyp": [135, 154, 171, 179, 186, 205], "getvalu": [173, 205], "getveloc": [181, 205], "getwritecoordinatesubset": [136, 144, 145, 146, 147, 148, 149, 205], "git": 133, "github": [116, 133, 206], "given": [3, 7, 47, 63, 67, 68, 69, 70, 71, 73, 76, 79, 82, 83, 84, 85, 92, 94, 96, 127, 136, 139, 140, 144, 145, 146, 147, 148, 149, 150, 155, 157, 172, 175, 177, 178, 180, 181, 182, 183, 189, 196, 197, 198, 200], "global": 120, "gmat": [206, 207], "gmat_astrodynam": [123, 124, 125, 126, 206], "go": [73, 116, 117, 122, 123, 124, 125, 126, 127, 129, 181], "googl": 206, "googleapi": 187, "gov": [60, 170], "gradient": [60, 62, 170, 171], "gradient_strategi": 60, "gradientstrategi": [60, 128, 170, 205], "graph_obj": [116, 117, 122, 123, 124, 125, 126, 127, 129], "gravit": [41, 60, 81, 82, 87, 88, 90, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 152, 170, 193, 194, 195, 196], "gravitation": [69, 177], "gravitational_paramet": [41, 60, 81, 82, 87, 88, 90, 128, 130, 131], "gravitationalparamet": 180, "graviti": [11, 33, 36, 119, 123, 124, 130, 131, 145, 148, 206], "gravity_model": [11, 121], "gravitymodel": [143, 205], "green": [122, 129], "grid": [122, 123, 124, 125, 126, 127, 172], "gridcolor": [117, 127, 129], "gridwidth": [117, 129], "ground": [7, 26, 69, 104, 116, 117, 122, 140, 157], "ground_spe": [7, 69], "ground_station_lla": [26, 122], "ground_strip": [7, 69], "ground_track_df": [117, 129], "groundspe": 140, "groundstrip": [140, 205], "group": [95, 199], "guess": [6, 139, 200], "guid": 206, "guidanc": [5, 37, 59, 60, 128, 138, 149, 169, 170], "guidance_law": [37, 126, 128, 130, 131], "guidancelaw": [37, 59, 60, 134, 149, 205], "h": 170, "ha": [6, 73, 94, 96, 116, 117, 119, 130, 131, 162, 181, 198, 200, 206], "half": 131, "half_angl": [112, 133], "half_pi": 132, "handl": 150, "harmon": [81, 87, 88, 90], "has_converg": 6, "has_subset": [73, 94], "hasconverg": [139, 205], "hash": [199, 205], "hassubset": [181, 198, 205], "have": [119, 189], "head": [116, 117, 127, 129], "header": [11, 79, 143, 187, 205, 206], "height": [115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "help": [122, 186, 196], "helper": 206, "here": [117, 118, 121, 178, 206], "hh": 187, "high": 180, "highligh": [26, 122], "highlight": [26, 122], "hold": 200, "hood": 181, "horizont": [66, 67, 69, 132, 175], "host": 206, "hour": [81, 87, 88, 90, 117, 118, 120, 128, 196], "how": [40, 42, 44, 116, 117, 118, 123, 124, 125, 126, 127, 128, 129, 131, 132, 206], "hpp": 206, "htm": [186, 196], "html": [115, 132], "http": [11, 60, 92, 116, 132, 133, 140, 143, 154, 166, 170, 177, 186, 187, 193, 194, 195, 196, 197, 206], "i": [2, 3, 4, 5, 6, 7, 9, 11, 19, 20, 22, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 116, 117, 119, 120, 122, 123, 124, 125, 126, 127, 129, 131, 132, 133, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 162, 163, 166, 167, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 189, 196, 197, 198, 199, 200, 205, 206], "id": [11, 115], "ideal": 121, "ident": [123, 124, 125, 126], "identifi": [95, 98, 99, 100, 101, 199], "idxmax": 116, "ier": [116, 206], "illustr": 0, "imag": 121, "imaging_window": 121, "impart": 156, "impl": [134, 190, 205], "implement": [60, 199], "impli": 116, "implicit": 73, "import": [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 206], "impuls": [46, 55, 71, 72, 130, 156, 166, 179, 180], "in_degre": [116, 117, 121, 122, 128, 129, 132], "in_eclips": 120, "in_fixed_fram": 82, "in_fram": [73, 95, 98, 99, 100, 101, 117, 122, 129, 132], "in_kilogram": [118, 123, 124, 125, 126, 128, 130, 131], "in_kilomet": [118, 119, 128, 130, 131], "in_met": [122, 127, 129, 130, 131, 132], "in_radian": [122, 132], "in_second": [116, 122, 123, 124, 125, 126], "in_track_thrust": 11, "inclin": [41, 69, 79, 81, 87, 88, 90, 92, 129, 152, 177, 193, 194, 195, 196, 197, 205], "includ": [26, 122, 123, 124, 125, 126, 178, 181, 187, 206], "incompat": 117, "increas": 128, "increment": 197, "ind": [123, 124, 125, 126], "index": [11, 19, 20, 21, 69, 79, 116, 136, 143, 177, 186, 187, 196, 198, 207], "indic": [116, 137, 139, 150, 151, 152, 153, 154, 155, 169, 200], "individu": [71, 154], "inequ": [177, 181, 182, 183, 186], "inerti": [47, 53, 82, 117, 127, 157, 165, 187, 205], "inertia": [56, 57, 130, 167, 168], "inertia_tensor": [56, 57, 123, 124, 125, 126], "inertial_point": [47, 53], "inertialpoint": [157, 165, 205], "inertiatensor": 167, "infixedfram": 188, "inform": [79, 95, 136, 199, 200], "infram": [181, 199, 201, 202, 203, 204, 205], "ingest": 206, "inherit": [3, 200], "init": 133, "initi": [6, 22, 46, 69, 71, 72, 83, 85, 96, 119, 120, 121, 123, 124, 125, 126, 132, 139, 156, 177, 178, 179, 180, 189, 200, 206], "initial_co": 131, "initial_guess": 6, "initial_revolution_numb": [22, 69, 83, 85, 121], "initial_spacecraft_mass": 46, "initial_st": [118, 120, 121, 123, 124, 125, 126, 128, 130, 131], "inlin": [163, 176], "inout": [137, 150, 151, 155, 186], "inplac": 132, "input": [95, 98, 99, 100, 101, 123, 124, 125, 126, 174, 198, 206], "input_data_typ": 118, "inputdatatyp": 118, "insert": [181, 182], "insid": 206, "instal": 133, "instanc": [117, 136, 144, 145, 146, 147, 148, 149, 154, 179, 180, 199, 201, 202, 203, 204], "instant": [2, 3, 5, 7, 9, 11, 13, 14, 15, 16, 19, 20, 32, 33, 34, 35, 36, 37, 42, 46, 47, 50, 52, 53, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 103, 107, 108, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 136, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 153, 156, 157, 159, 163, 164, 165, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 196, 197, 199, 200, 201, 202, 203, 204, 206], "instant_at_ascending_nod": 77, "instant_at_descending_nod": 77, "instant_at_north_point": 77, "instant_at_pass_break": 77, "instant_at_south_point": 77, "instant_it": [123, 124, 125, 126], "instantcondit": [134, 155, 205], "instanti": [37, 48, 119], "instead": [118, 133, 178], "instruct": 206, "int": [2, 4, 6, 11, 22, 26, 39, 40, 42, 43, 44, 47, 60, 62, 63, 67, 69, 70, 71, 72, 73, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 115, 122, 206], "intefer": 122, "integ": [11, 69, 76, 77, 79, 82, 83, 84, 85, 92, 143, 177, 185, 186, 187, 188, 189, 190, 192, 197], "integr": [96, 130, 178, 200, 206], "integrate_dur": 96, "integrate_tim": 96, "integratedur": [200, 205], "integratetim": [200, 205], "integrationframesptr": [178, 205], "interactiveshel": [123, 124, 125, 126], "interest": [116, 117, 123, 124, 125, 126, 132, 198], "interf": 122, "interfac": [3, 48, 76, 82, 83, 84, 138], "interfer": [26, 207], "interfered_access": 122, "interference_access": 122, "interference_angl": 122, "interference_filt": 122, "interference_plot": 122, "interference_step": 122, "interferencefilt": 122, "interferenceplot": 122, "intermedi": 179, "intern": [11, 73, 92, 116, 181, 189, 197], "international_design": [11, 92], "internationaldesign": [143, 205], "interpol": [22, 35, 46, 70, 85, 121, 147, 156, 178, 184, 192], "interpolated_st": 130, "interpolation_typ": [22, 35, 46, 70, 85, 121], "interpolationtyp": 130, "intersect": 121, "intersection_df": [117, 129], "intersection_itrf": [117, 129], "intersection_l": [117, 129], "intersection_point": [117, 129], "intersection_polygon": 129, "intersection_with": [117, 129], "intersections_itrf": [117, 129], "intersections_l": [117, 129], "intersections_polygons_2d": 117, "intersections_with_target_l": 117, "intersections_with_target_polygon": 117, "intertiatensor": 167, "interv": [2, 7, 9, 15, 26, 46, 52, 63, 69, 71, 72, 77, 85, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 135, 140, 141, 156, 164, 172, 177, 179, 180, 184, 186, 206], "intrack": [59, 126, 130, 169, 205], "intrackthrust": [143, 205], "invari": 199, "invers": [40, 151], "invert": [120, 151], "invok": 117, "io": [133, 206], "io_open": [123, 124, 125, 126], "ion": [132, 133], "ipython": [123, 124, 125, 126], "is_complet": [2, 77], "is_defin": [2, 3, 7, 9, 11, 32, 33, 34, 35, 36, 37, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 117, 119, 129], "is_invers": 40, "is_kepl": [76, 82, 83, 84, 85], "is_position_in_eclips": [120, 121, 131], "is_propag": [76, 82, 83, 84, 85], "is_ris": 6, "is_satisfi": [4, 39, 40, 42, 43, 44], "is_sgp4": [76, 82, 83, 84, 85], "is_tabul": [50, 52, 53], "is_transform": [50, 52, 53], "isaccessact": [142, 205], "isantidirect": [157, 158, 159, 160, 161], "iscomplet": [135, 186, 205], "isdefin": [135, 136, 137, 140, 141, 143, 144, 145, 146, 147, 148, 149, 156, 157, 162, 163, 164, 165, 166, 167, 173, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 205], "isequ": 183, "isinvers": [151, 205], "isn": 206, "isnotequ": 183, "iso": 16, "isoformat": [130, 131], "isp": [119, 166], "isris": 139, "iss": [116, 197], "issatisfi": [137, 150, 154, 155, 205], "issu": 206, "issubclass": 116, "iter": [6, 63, 96, 139, 172, 200], "iteration_count": [6, 96], "iterationcount": [139, 200, 205], "itrf": [7, 69, 73, 116, 117, 122, 129, 132, 183], "its": [116, 117, 163, 176, 197, 206], "j2": [81, 82, 87, 88, 90, 116, 177, 188, 205], "j2000": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "j4": [82, 188, 205], "jacobian": [62, 171], "jpl": [60, 170, 206], "json": 116, "julian": 107, "jupyt": 206, "k": [60, 128, 139, 170, 205], "keep": 207, "kei": 60, "kepler": [60, 69, 76, 81, 83, 84, 85, 87, 88, 116, 118, 119, 121, 127, 128, 129, 131, 134, 177, 185, 193, 205, 206], "keplerian": [116, 127], "keplerian_model": [116, 127, 129], "kg": [46, 119, 130, 156], "kilogram": [55, 118, 123, 124, 125, 126, 128, 130, 131, 156], "kilomet": [60, 116, 118, 127, 128, 129, 130, 131, 132, 133, 170], "kind": 120, "km": [60, 118, 119, 131, 187], "know": [123, 124, 125, 126, 133], "kp": 118, "kp_constant_valu": 118, "kwarg": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 123, 124, 125, 126], "l": [193, 194, 195], "lab": 206, "lakecolor": [117, 129], "lambda": [130, 131], "landcolor": [116, 117, 122, 129], "last": [11, 116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "lat": [116, 117, 121, 122, 127, 129], "lataxi": [117, 129], "latest": 116, "latitud": [27, 69, 105, 107, 109, 116, 117, 122, 127, 129, 132, 177], "latu": [81, 87, 88, 90, 196], "launch": 79, "launch_dat": [79, 187], "launchdat": [187, 205], "law": [5, 37, 59, 60, 128, 138, 149, 169, 170], "law_guidance_algorithm_partial_deriv": [60, 170], "layout": [30, 116, 117, 122, 127, 129], "leap": 206, "learn": [132, 133], "legend_name_list": [123, 124, 125, 126], "len": [116, 117, 122, 123, 124, 125, 126, 129], "length": [4, 11, 39, 40, 42, 43, 44, 60, 69, 79, 81, 82, 87, 88, 90, 112, 113, 116, 118, 122, 127, 128, 129, 130, 131, 132, 133, 137, 143, 170, 177, 187, 188, 193, 194, 195, 196], "leo": [116, 117, 129], "let": [116, 117, 119, 120, 123, 124, 125, 126, 129], "level": [72, 180, 189], "leverag": 118, "lgpl": 206, "lib": [116, 123, 124, 125, 126, 133], "librari": 206, "like": [57, 121, 123, 124, 125, 126, 155, 206], "limit": 72, "linalg": [120, 122, 123, 124, 125, 126, 132], "line": [92, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 197, 206], "line_element_set": [92, 197], "linear": [85, 184], "linestr": [117, 129], "linestring2d": [117, 129], "link": [182, 206], "linspac": [127, 129], "list": [3, 7, 9, 11, 18, 19, 20, 21, 22, 23, 24, 26, 27, 32, 33, 34, 35, 36, 37, 43, 46, 47, 50, 52, 53, 62, 63, 68, 69, 70, 71, 72, 73, 74, 79, 83, 85, 92, 94, 96, 104, 106, 109, 115, 117, 122, 136, 197], "list_ind": [123, 124, 125, 126], "listcomp": 127, "lla": [7, 26, 69, 104, 106, 108, 109, 110, 116, 117, 121, 122, 129, 132, 140], "lo": 116, "load": [11, 79, 92, 140, 143, 164, 184, 187, 197, 205], "loc": 116, "local": [59, 65, 66, 67, 69, 81, 87, 88, 90, 116, 123, 124, 125, 126, 130, 132, 133, 169, 173, 174, 175, 177, 196, 206], "local_orbital_fram": 119, "local_orbital_frame_factori": 65, "local_time_at_descending_nod": [69, 132, 133], "localhost": 206, "localorbitalframedirect": [59, 134, 169, 205], "localorbitalframefactori": [65, 119, 134, 173, 205], "localorbitalframetransformprovid": [66, 134, 174, 205], "localthrustdirect": 169, "locat": 122, "lock": 116, "lof": [67, 175], "log": [96, 130, 200], "log_typ": 96, "logadapt": 96, "logconst": 96, "logger": 96, "logic": [5, 43, 138, 154, 170], "logical_connect": 154, "logicalcondit": [131, 134, 137, 205], "logtyp": [96, 123, 124, 125, 126, 128, 200], "lon": [116, 117, 121, 122, 127, 129], "lonaxi": [117, 129], "long": [81, 87], "longitud": [27, 69, 79, 105, 107, 109, 116, 117, 122, 127, 129, 132, 177], "loop": [7, 50, 52, 53, 68, 69, 70], "loss": [2, 122], "loss_of_sign": 2, "lost": [2, 156], "low": [116, 180], "lower": [6, 139], "lower_bound": 6, "ltan": [81, 87, 88, 90, 196], "lvlh": [66, 67, 69, 174, 175, 177, 205], "lvlhgd": [67, 69, 175, 177, 205], "lvlhgdgt": [69, 177, 205], "lyapunov": [60, 170], "lyddan": [81, 87, 88, 193, 194, 195], "m": [3, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 46, 60, 62, 71, 72, 73, 74, 90, 94, 95, 96, 98, 99, 100, 101, 116, 123, 124, 125, 126, 128, 129, 132, 133, 141, 156, 170, 205], "macro": 189, "made": 121, "magnet": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "magnetic_model": 121, "magnitud": [5, 59, 60, 156], "mai": 206, "main": 206, "mainli": 117, "maintain": 131, "major": [41, 60, 81, 87, 88, 90, 129, 152, 193, 194, 195, 196], "make": [74, 119, 132, 181, 206], "make_shar": 180, "manag": [94, 116, 117, 133], "maneuv": [70, 71, 72, 119, 126, 128, 130, 134, 178, 179, 180, 205], "maneuver": [11, 143, 205], "maneuver_condit": 131, "mani": 181, "manifest": 116, "manual": [127, 129, 189, 206], "map": [26, 116, 122, 127, 141, 170, 179, 206], "marker": [116, 121, 122, 127, 129], "mask": [9, 141], "mass": [11, 46, 48, 55, 56, 57, 71, 72, 73, 95, 98, 99, 100, 101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 143, 145, 148, 149, 156, 162, 166, 167, 168, 169, 179, 180, 199, 205, 206], "mass_flow_r": [46, 119], "mass_flow_rate_profil": 46, "mass_subset": 119, "massflowr": 166, "massflowrateprofil": 156, "math": 132, "mathangl": [117, 129, 132], "mathemat": [5, 9, 22, 35, 46, 47, 48, 53, 56, 57, 70, 73, 85, 96, 116, 117, 118, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 200, 206], "mathnumericalsolv": 200, "matric": 71, "matrix": [11, 71], "matrix3d": [56, 57, 167, 168, 170], "matrix53d": 170, "matrixxd": [11, 71, 143, 147, 171, 179], "max": 206, "max_elev": 2, "maxim": [60, 170], "maximum": [2, 6, 60, 63, 71, 72, 77, 122, 131, 139, 170, 172, 178, 179, 180, 186, 200], "maximum_iteration_count": [6, 63], "maximum_propagation_dur": [71, 72, 130, 131], "maximum_propagation_duration_limit": 72, "maximumpropagationdur": [179, 180], "maximumrecommendedinterpolationinterv": [156, 205], "md": 206, "mean": [41, 79, 81, 87, 88, 90, 92, 130, 131, 152, 169, 193, 194, 195, 196, 197, 205], "mean_anomali": [41, 81, 87, 88, 90, 92], "mean_anomaly_from_eccentric_anomali": [81, 87, 88, 90], "mean_apogee_altitud": 79, "mean_apogee_altitude_km": 187, "mean_argument_of_perige": 79, "mean_argument_of_perigee_deg": 187, "mean_inclin": 79, "mean_inclination_deg": 187, "mean_longitude_ascending_nod": 79, "mean_longitude_ascending_node_deg": 187, "mean_mean_anomali": 79, "mean_mean_anomaly_deg": 187, "mean_mot": 92, "mean_motion_first_time_derivative_divided_by_two": 92, "mean_motion_second_time_derivative_divided_by_six": 92, "mean_perigee_altitud": 79, "mean_perigee_altitude_km": 187, "meananomali": [81, 87, 88, 90, 152, 196, 205], "meananomalyfromeccentricanomali": [196, 205], "meanapogeealtitud": [187, 205], "meanargumentofperige": [187, 205], "meaninclin": [187, 205], "meanlongitudeascendingnod": [187, 205], "meanmeananomali": [187, 205], "meanperigeealtitud": [187, 205], "meant": [57, 155, 168], "member": [2, 4, 11, 39, 40, 42, 43, 44, 47, 60, 62, 67, 69, 71, 77, 81, 82, 87, 88, 90, 96, 136, 137, 139, 143, 157, 158, 159, 160, 161, 170, 179, 180, 187, 200], "memori": 181, "meshgrid": [127, 129], "messag": [134, 205, 206], "message_for": 11, "message_id": 11, "messagefor": [143, 205], "messageid": [143, 205], "met": [63, 72, 96, 131, 137, 150, 151, 155, 172, 200], "meta": 73, "metadata": [11, 133, 143, 205], "meter": [55, 81, 87, 88, 90, 104, 107, 109, 116, 120, 121, 122, 123, 124, 125, 126, 129, 132, 133, 140, 196, 206], "meterpersecond": 140, "meters_per_second": [120, 121, 123, 124, 125, 126], "meterspersecond": 206, "method": [2, 3, 4, 5, 6, 7, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114, 115, 119, 139, 186, 200], "mgr": 116, "microsecond": [9, 16, 172], "midnight": [118, 130, 131], "might": 122, "millisecond": [121, 171], "min": 206, "min_elevation_angl": 122, "minimim": 122, "minimum": [60, 77, 122, 186], "minimum_periapsis_radiu": [60, 128], "minimumperiapsisradiu": 170, "minimumrecommendeddur": [156, 205], "minut": [9, 69, 104, 106, 119, 122, 127, 131, 156, 172, 177, 206], "miss": [11, 182], "miss_dist": 11, "missdist": [143, 205], "mission": [72, 79, 187, 206, 207], "mission_sequ": 206, "mission_tim": 79, "mission_time_": 187, "missiontim": [187, 205], "mit": 206, "mjd": 127, "mltan": [81, 87, 88, 90, 196], "mm": 187, "mode": [116, 117, 121, 122, 123, 124, 125, 126, 127, 129, 157], "model": [5, 7, 11, 33, 34, 36, 47, 60, 69, 76, 116, 117, 119, 122, 127, 128, 130, 131, 132, 134, 140, 157, 177, 205, 206, 207], "modifi": [107, 181], "modul": 122, "modulenotfounderror": 122, "momentum": [47, 81, 87, 88, 90, 157, 175, 196], "monoton": [60, 170], "moon": [47, 131, 157, 205], "more": [7, 50, 52, 53, 68, 69, 70, 131, 180, 206], "most": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "motion": [81, 87, 88, 90, 92, 136, 167, 196, 197], "mount": 206, "mpl2": 206, "multipl": [7, 26, 43, 50, 52, 53, 68, 69, 70, 94, 122, 162, 180, 181], "multipli": [123, 124, 125, 126], "multiplication_factor": [123, 124, 125, 126], "must": [7, 46, 69, 73, 119, 121, 136, 144, 145, 146, 147, 148, 149, 156, 183, 206], "mutabl": 137, "n": [11, 35, 46, 60, 62, 71, 128, 156, 170, 197, 205], "n_body_perturb": 11, "nadir": [47, 53, 117, 157, 165, 205], "nadir_point": [47, 53, 117, 133], "nadirpoint": [157, 165, 205], "name": [2, 3, 4, 5, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 67, 69, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 112, 113, 114, 117, 120, 122, 123, 124, 125, 126, 130, 131, 133, 136, 137, 138, 144, 145, 148, 149, 150, 151, 154, 155, 157, 171, 179, 187, 197, 199, 201, 202, 203, 204, 205, 206], "nasa": [60, 170], "nbodyperturb": [143, 205], "ndarrai": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 50, 52, 53, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114], "ndarray_to_mgr": 116, "ndim": 116, "necessari": 206, "ned": [66, 67, 69, 122, 129, 174, 175, 177, 205], "ned_fram": 129, "neg": [40, 42, 44, 46, 130, 132, 156, 157], "negativecross": [39, 40, 42, 44, 150, 155, 205], "net": [60, 170], "new": [3, 4, 39, 40, 42, 43, 44, 57, 65, 70, 72, 74, 119, 133, 168, 181, 182, 197], "newton": 55, "next": [77, 186, 206], "nlopt": 206, "nodal": [81, 87, 88, 90, 196], "node": [41, 69, 77, 79, 81, 87, 88, 90, 92, 129, 152, 177, 186, 196, 197], "nolog": [96, 123, 124, 125, 126, 128, 130], "non": [155, 178], "none": [4, 7, 9, 18, 19, 20, 21, 22, 23, 24, 26, 39, 40, 42, 43, 44, 69, 70, 72, 73, 74, 82, 83, 92, 94, 96, 108, 115, 116, 117, 119, 122, 127, 129, 133, 147, 188, 205], "norm": [120, 122, 123, 124, 125, 126, 132], "normal": [66, 67, 69, 119, 157, 175], "north": [66, 67, 69, 77, 175, 186], "note": [73, 177, 187], "notebook": [118, 119, 120, 121, 122, 128, 131, 206], "noth": 206, "now": [116, 119, 120, 123, 124, 125, 126, 127, 166, 184, 206], "np": [5, 35, 47, 56, 60, 62, 66, 67, 71, 73, 112, 113, 114, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "nrlmsise": 118, "nrlmsise00": [118, 131], "nu": [90, 116, 127, 129], "nullptr": 200, "number": [6, 11, 22, 46, 63, 69, 70, 76, 77, 79, 82, 83, 84, 85, 92, 94, 96, 122, 139, 155, 156, 177, 178, 180, 186, 189, 197, 198, 200], "numer": [70, 71, 72, 96, 123, 124, 125, 126, 130, 178, 179, 180, 189, 200, 206], "numerical_solv": [70, 71, 72, 118, 121, 123, 124, 125, 126, 128, 130, 131], "numericalsolv": [70, 71, 72, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 134, 136, 178, 179, 180, 205, 206], "numpi": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 50, 52, 53, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "o": [123, 124, 125, 126, 132, 133, 206], "object": [2, 3, 4, 7, 9, 11, 22, 26, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 48, 56, 57, 65, 69, 70, 71, 72, 73, 74, 77, 81, 82, 87, 88, 90, 92, 96, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 135, 140, 143, 144, 145, 148, 152, 156, 157, 159, 160, 161, 177, 186, 197, 200, 205, 206], "object_count": 117, "object_design": 11, "object_nam": 11, "object_typ": 11, "object_type_from_str": 11, "objectdesign": [143, 205], "objectnam": [143, 205], "objects_data_arrai": 11, "objects_metadata_arrai": 11, "objecttyp": [11, 143, 205], "objecttypefromstr": [143, 205], "oblat": 82, "obsavail": [143, 205], "observ": [11, 96, 103, 105, 200], "observations_avail": 11, "observations_us": 11, "observer_geometry_itrf": [117, 129], "obsus": [143, 205], "obtain": [116, 117, 129], "occupi": 198, "oceancolor": [117, 129], "od": 11, "offset": [4, 39, 40, 42, 43, 44, 47, 157], "omega": 90, "onc": [117, 179, 180, 206], "one": [46, 57, 95, 98, 99, 100, 101, 132, 147, 156, 180, 199, 201, 202, 203, 204, 206], "onli": [47, 57, 73, 117, 168, 178, 181, 206], "onto": 116, "open": [116, 123, 124, 125, 126, 132, 133], "openspacecollect": 206, "openspacetoolkit": 206, "oper": [11, 117, 135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 196, 197, 198, 199, 205], "operator_contact_posit": 11, "operator_email": 11, "operator_organ": 11, "operator_phon": 11, "operatorcontactposit": [143, 205], "operatoremail": [143, 205], "operatororgn": [143, 205], "operatorphon": [143, 205], "opm": [134, 205, 206], "opposit": [59, 175], "optim": 189, "option": [19, 20, 21, 22, 23, 24, 35, 46, 59, 70, 71, 72, 73, 83, 85, 96, 115, 133, 136, 138, 139, 144, 145, 146, 147, 148, 149, 156, 162, 166, 167, 168, 170, 171, 173, 178, 179, 180, 189, 196, 206], "orang": 116, "orbit": [11, 18, 19, 21, 22, 24, 47, 53, 60, 65, 66, 67, 68, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 138, 140, 152, 157, 165, 169, 170, 173, 174, 175, 176, 184, 205, 206, 207], "orbit_1": 122, "orbit_2": 122, "orbit_cent": 11, "orbit_data": [127, 129], "orbit_df": 127, "orbit_df_rms_posit": [123, 124, 125, 126], "orbit_df_rms_position_list": [123, 124, 125, 126], "orbit_df_rms_veloc": [123, 124, 125, 126], "orbit_df_rms_velocity_list": [123, 124, 125, 126], "orbit_plane_norm": 120, "orbital_el": 196, "orbital_fram": [117, 129], "orbital_frame_typ": [47, 53, 117, 133], "orbital_model": 116, "orbital_profil": 117, "orbitalframetyp": [47, 53], "orbitalmomentum": [47, 157, 205], "orbitcent": [143, 205], "orbitmodel": [82, 83, 84, 85], "order": [119, 180, 198, 206], "orekit": [206, 207], "orekit_astrodynam": [123, 124, 125, 126, 206], "org": [11, 92, 140, 143, 154, 166, 177, 196, 197, 206], "organ": 11, "orient": [47, 129, 157, 159, 206], "orientation_gener": 47, "orientation_profil": 47, "orientationgener": [157, 158, 205], "orientationprofil": [47, 157, 159, 205], "orientationprofiletarget": [47, 134, 157, 160, 205], "origin": [11, 129, 143, 205], "orthograph": [117, 129], "oscul": 128, "ostk": [116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 133, 134, 205, 206, 207], "ostk_stat": [123, 124, 125, 126], "ostk_states_compar": [123, 124, 125, 126], "ostk_states_compared_df": [123, 124, 125, 126], "ostream": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197], "ot": [26, 73, 122], "other": [11, 37, 95, 98, 99, 100, 101, 122, 123, 124, 125, 126, 143, 193, 194, 195, 205, 206], "otherwis": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 65, 66, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 177, 180, 181, 182, 183], "our": [117, 131], "out": 131, "output": [22, 23, 24, 95, 98, 99, 100, 101, 117, 119, 123, 124, 125, 126, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 196, 197, 206], "output_fram": [5, 22, 23, 24, 59, 60], "outputfram": 170, "outputframesptr": [138, 169, 170], "over": [11, 63, 117, 122, 127, 132, 172], "overload": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96], "overrid": [144, 145, 146, 147, 148, 149, 150, 154, 155, 164, 165, 167, 169, 170, 175, 177, 183, 184, 188, 189, 190, 192, 193, 194, 195, 202, 203, 204], "packag": [116, 123, 124, 125, 126, 133, 206], "page": 206, "pair": [60, 69, 136, 142, 150, 157, 159, 177, 196], "panda": [19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "param": 68, "paramet": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 128, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206], "parent": [66, 81, 117, 174, 200], "parent_fram": 66, "pars": [11, 79, 92, 116, 123, 124, 125, 126, 140, 143, 187, 197, 205, 206], "part": [117, 119], "partial": [2, 77, 135, 186, 205], "particular": [95, 167, 199, 206], "pass": [69, 116, 122, 131, 134, 177, 181, 205, 206], "passiv": 129, "path": [7, 79, 92, 140, 197], "payload": [11, 133, 143, 187, 205], "pc": 11, "pd": [19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "pdf": [11, 143, 187], "penalti": 60, "per": [46, 55, 156], "percentag": [62, 171], "perform": [7, 50, 52, 53, 68, 69, 70, 118, 128, 172, 184, 200], "periapsi": [60, 69, 81, 87, 88, 90, 129, 131, 152, 177, 196], "periapsis_altitud": 69, "periapsis_weight": [60, 128], "periapsisweight": [170, 205], "perige": [41, 79, 81, 87, 88, 90, 92, 187, 197], "period": [11, 81, 87, 88, 90, 116, 193, 194, 195, 196], "permiss": 133, "perturb": [11, 82, 131, 171, 177], "perturbation_typ": 82, "perturbationtyp": [82, 116, 127, 129, 188, 205], "petropoulo": [60, 170], "phase": [77, 123, 124, 125, 126, 186, 205], "phi": [127, 129, 132], "phi_grid": [127, 129], "phone": 11, "physic": [2, 3, 4, 5, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 141, 162, 206], "pi": [127, 129, 132], "pip": [133, 206], "pitch": 132, "plai": 206, "plane": 132, "planet": 116, "platform": 207, "pleas": [81, 206], "plot": [26, 116, 117, 118, 119, 127, 129, 132], "plotli": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "png": [118, 127, 128, 129, 130, 131], "point": [47, 53, 77, 92, 116, 117, 118, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 148, 149, 157, 159, 160, 161, 165, 169, 186, 197], "point2d": [117, 121, 129], "point3d": [117, 129], "point_coordin": 117, "point_itrf": [117, 129], "pointer": [137, 150, 154, 155, 156, 157, 162, 167, 168, 173, 174, 175, 177, 178, 182, 183, 189, 199], "pointingmod": [157, 205], "polygon": [117, 121, 129], "polygon2d": [117, 121, 129], "polygon3d": [117, 129], "polygons_l": 117, "portion": 117, "posit": [5, 7, 11, 18, 19, 20, 21, 22, 23, 24, 34, 40, 42, 44, 46, 59, 60, 66, 67, 69, 73, 79, 81, 87, 88, 90, 100, 101, 103, 105, 107, 108, 110, 115, 116, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 138, 140, 142, 143, 146, 157, 169, 170, 174, 175, 178, 181, 183, 187, 196, 203, 204, 205, 206], "position_column": [18, 19, 20, 21, 22, 23, 24], "position_coordin": [5, 59, 60], "position_it": [123, 124, 125, 126], "position_iter_m": [123, 124, 125, 126], "position_vector": 66, "positionderiv": [119, 126, 134, 136, 205, 206], "positivecross": [39, 40, 42, 44, 150, 155, 205], "possibl": 181, "possibli": 133, "post": 187, "pre": [73, 181], "precess": [81, 87, 88, 90, 196], "precis": 139, "prefer": 181, "prepar": 133, "present": 181, "pressur": 11, "previou": [4, 39, 40, 42, 43, 44, 137, 150, 155], "previous_st": [4, 39, 40, 42, 43, 44], "previousst": [137, 150, 154, 155], "print": [116, 120, 121, 122, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 205], "probabl": 11, "procedur": 206, "process": [154, 206], "produc": [62, 156, 171, 182], "profil": [20, 23, 35, 46, 115, 117, 132, 133, 134, 147, 156, 205, 206], "program": 73, "progress": 206, "project": [117, 129, 132], "propag": [69, 71, 72, 76, 82, 84, 85, 119, 120, 121, 128, 130, 131, 134, 138, 179, 180, 185, 205, 206], "propagation_st": 128, "propel": 167, "propellant_mass": 128, "properti": [2, 4, 6, 11, 39, 40, 42, 43, 44, 47, 60, 62, 67, 69, 71, 72, 77, 79, 81, 82, 87, 88, 90, 96, 119], "propuls": [55, 56, 57, 126, 166, 167, 168], "propulsion_system": [56, 57, 126, 128, 130, 131], "propulsionsystem": [56, 57, 126, 128, 130, 131, 134, 167, 168, 205], "provid": [3, 4, 9, 39, 40, 42, 43, 44, 47, 48, 53, 60, 66, 67, 69, 70, 71, 72, 73, 76, 82, 83, 84, 90, 94, 104, 106, 116, 118, 121, 129, 132, 138, 147, 157, 165, 170, 172, 174, 175, 179, 180, 183, 186, 206], "proxim": [60, 122, 170], "psi": 132, "pub": [11, 143], "public": [11, 60, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "publish": 206, "pure": [119, 136, 147], "purpos": [157, 160, 179], "push": 206, "put": 206, "px": [118, 119, 121, 128, 130, 131, 132], "py": [116, 123, 124, 125, 126, 133], "pybind": 206, "pybind11": 206, "pybind11_object": [2, 3, 4, 5, 6, 7, 9, 11, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 55, 57, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 87, 88, 90, 92, 94, 95, 96], "pypa": 133, "pypi": 206, "pyramid": [117, 129], "pyramid_b": [117, 129], "python3": [116, 123, 124, 125, 126, 133], "q": [60, 133, 170], "q_b_eci_": 73, "q_b_eci_i": 73, "q_b_eci_x": 73, "q_b_eci_z": 73, "q_b_gcrf": [129, 132], "q_b_orb": 129, "q_b_vvlh": 132, "q_gcrf_to_vnc": 119, "q_law": 131, "q_orb_gcrf": 129, "q_vvlh_gcrf": 132, "qlaw": [131, 134, 138, 205, 207], "qsw": [66, 67, 69, 174, 175, 177, 205], "qualifi": 206, "quantiti": 206, "quasi": [66, 67, 69, 117], "quaternion": [47, 53, 73, 98, 99, 129, 132, 157, 165, 181, 201, 202], "question": [193, 194, 195], "quickest": 206, "quiet": 133, "quotient": [60, 170], "r": [60, 127, 128, 129, 170, 205], "r_a": 90, "r_ecef_m": 187, "r_itrf_i": 73, "r_itrf_x": 73, "r_itrf_z": 73, "r_p": 90, "raan": [41, 81, 87, 88, 90, 92, 116, 127, 129, 152, 193, 194, 195, 196, 197, 205], "rad": [18, 20, 21, 23, 24, 122], "rad2deg": 120, "radial": [81, 87, 88, 90, 196], "radian": [132, 150, 196], "radiat": 11, "radiaul": 196, "radiu": [60, 81, 82, 87, 88, 90, 113, 177, 187, 196], "rais": [116, 123, 124, 125, 126, 131], "rang": [9, 39, 105, 116, 117, 123, 124, 125, 126, 132, 141, 150], "range_rang": [9, 116, 132], "rate": [46, 55, 60, 130, 156, 166, 170, 196], "ration": [35, 70, 184], "raw": 116, "re": [117, 129], "reach": [120, 200], "read": [3, 32, 33, 34, 35, 36, 37, 123, 124, 125, 126, 136, 144, 145, 146, 147, 148, 149], "read_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "reader": [123, 124, 125, 126], "readi": [107, 206], "readindex": [136, 205], "readstates": [136, 205], "real": [4, 5, 6, 9, 11, 39, 40, 42, 43, 44, 46, 55, 56, 57, 59, 60, 62, 71, 72, 79, 81, 82, 87, 88, 90, 92, 96, 120, 137, 138, 139, 141, 143, 150, 155, 156, 166, 167, 168, 169, 170, 171, 179, 180, 187, 188, 189, 193, 194, 195, 196, 197, 200], "realcondit": [40, 41, 42, 120, 130, 131, 134, 137, 151, 152, 153, 205], "realinterv": [9, 26, 116, 122, 132], "realiz": 187, "recent": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "recommend": [11, 133, 206], "recommended_od_span": 11, "recommendedodspan": [143, 205], "rectum": [81, 87, 88, 90, 196], "recurs": 133, "red": [116, 127, 129, 132, 133], "reduc": [74, 132, 136, 144, 145, 146, 147, 148, 149, 181, 182, 205], "reduce_angl": 132, "reduced_angl": 132, "ref": [11, 60], "refer": [3, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 41, 59, 73, 74, 81, 87, 88, 90, 92, 95, 98, 99, 100, 101, 123, 124, 125, 126, 136, 137, 138, 140, 144, 145, 146, 147, 148, 156, 157, 162, 163, 166, 167, 168, 169, 170, 173, 176, 177, 178, 181, 182, 189, 196, 197, 199, 201, 202, 203, 204], "referenc": [73, 181, 182], "reference_fram": [11, 18, 19, 20, 21, 22, 23, 24], "reffram": [143, 205], "region": 117, "rel": [4, 11, 39, 40, 42, 43, 44, 60, 96, 130, 137, 143, 187, 200, 205, 206], "relat": [35, 95, 199, 200], "relative_effectivity_threshold": 60, "relative_metadata": 11, "relative_posit": 11, "relative_tim": 206, "relative_toler": 96, "relative_veloc": 11, "relativeeffectivitythreshold": [170, 205], "relativemetadata": [11, 143, 205], "relativeposit": [143, 205], "relativeveloc": [143, 205], "releas": [133, 206], "relev": 206, "remov": 182, "render": [115, 132, 133], "repetit": [72, 180], "repetition_count": 72, "repo": 206, "report": 206, "repositori": 116, "repr": [116, 123, 124, 125, 126], "repres": [7, 69, 73, 116, 117, 137, 150, 151, 154, 155, 157, 159, 160, 161, 169, 179, 180, 181, 183, 186, 196], "represent": [2, 39, 40, 42, 44, 77, 81, 82, 87, 88, 90, 177, 186], "reptit": 180, "request": [96, 171], "requir": [6, 47, 73, 96, 126, 133, 181, 206], "researchg": [60, 170], "residu": 11, "residuals_accept": 11, "residualsaccept": [143, 205], "resolut": 16, "resolv": [73, 133, 136, 181, 182, 199, 203, 204], "respect": [73, 98, 99, 100, 101, 118, 170, 181], "result": [133, 155, 179, 180, 199, 201, 202, 203, 204, 206], "return": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 162, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "revolut": [22, 69, 76, 77, 82, 83, 84, 85, 92, 177, 186, 189, 197], "revolution_numb": [69, 77, 92], "revolution_number_at_epoch": 92, "rf": 207, "rgb": [26, 116, 117, 122, 127, 129], "rgba": [27, 116, 117, 122, 129], "rideshar": 187, "rideshare_payload_users_guid": 187, "right": [41, 81, 87, 88, 90, 92, 129, 152, 196, 197], "rise": [6, 139], "rm": 11, "rocket": 11, "rocketbodi": [11, 143, 205], "roll": [117, 129, 132], "root": [6, 81, 87, 88, 90, 96, 120, 133, 139, 200, 205], "root_solv": 96, "root_solver_has_converg": 96, "rootsolv": [96, 134, 200, 205], "rootsolverhasconverg": [200, 205], "rootsolversolut": 6, "rotat": [47, 53, 73, 117, 129, 132, 181], "rotate_vector": 119, "rotation_vector": 129, "rotationvector": 129, "row": [35, 123, 124, 125, 126, 147], "run": 133, "runge_kutta_dormand_prince_45": 206, "rungekutta4": [96, 128], "rungekuttacashkarp54": 96, "rungekuttadopri5": [96, 123, 124, 125, 126, 130], "rungekuttafehlberg78": 96, "runtim": 206, "runtimeerror": 119, "rx": 73, "rx_ecef": 73, "rx_eci": 73, "ry": 73, "ry_ecef": 73, "ry_eci": 73, "rz": 73, "rz_ecef": 73, "rz_eci": 73, "said": 131, "same": [35, 123, 124, 125, 126, 198, 206], "sample_s": 128, "sat_pass": 186, "satellit": [26, 37, 56, 57, 59, 66, 67, 69, 73, 92, 116, 120, 127, 132, 138, 149, 157, 167, 168, 181, 197, 206, 207], "satellite_1_coordin": 122, "satellite_1_pos_n": 122, "satellite_1_st": 122, "satellite_1_unit": 122, "satellite_2_coordin": 122, "satellite_2_pos_n": 122, "satellite_2_st": 122, "satellite_2_unit": 122, "satellite_geometri": [56, 118, 123, 124, 125, 126, 128, 130, 131], "satellite_interference_data": 122, "satellite_interference_df": 122, "satellite_lla": 132, "satellite_nam": 92, "satellite_numb": 92, "satellite_orbit": [116, 117, 129], "satellite_orbit_geometry_df": 116, "satellite_pos_n": 122, "satellite_position_n": 129, "satellite_r_gcrf": 132, "satellite_st": 132, "satellite_system": [37, 57, 59, 118, 123, 124, 125, 126, 128, 130, 131], "satellite_trajectory_data": 122, "satellite_trajectory_df": 122, "satellitesystem": [37, 57, 59, 118, 123, 124, 125, 126, 128, 130, 131, 134, 149, 162, 168, 205, 206], "satellitesystembuild": [134, 205], "satisfi": [4, 39, 40, 42, 43, 44, 63, 71, 96, 130, 133, 137, 150, 154, 155, 179], "scale": [60, 116, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 206], "scatter": [118, 119, 123, 124, 125, 126, 128, 130, 131], "scatter3d": [127, 129], "scatter_geo": 121, "scattergeo": [27, 116, 117, 122, 127, 129], "scenario": 207, "scenario001": [123, 206], "scenario002": 124, "scenario003": 125, "scenario004": 126, "scenariox": 206, "scene": [117, 127, 129, 132], "scheme": [62, 184], "screen": 11, "screen_entry_tim": 11, "screen_exit_tim": 11, "screen_volume_fram": 11, "screen_volume_i": 11, "screen_volume_shap": 11, "screen_volume_x": 11, "screen_volume_z": 11, "screenentrytim": [143, 205], "screenexittim": [143, 205], "screenvolumefram": [143, 205], "screenvolumei": [143, 205], "screenvolumeshap": [143, 205], "screenvolumex": [143, 205], "screenvolumez": [143, 205], "search": 172, "search_interv": 122, "sec": [123, 124, 125, 126], "second": [7, 55, 69, 81, 87, 88, 90, 92, 107, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 129, 130, 132, 133, 140, 156, 197, 199, 203, 204, 206], "second_lin": 92, "section": [56, 57, 73, 130, 143, 167, 168, 206], "secular": [87, 193, 194], "sedr": [11, 143, 205], "seen": 122, "segment": [72, 130, 134, 180, 205, 206], "segment_solut": [72, 130, 131], "segment_typ": 71, "segmentarrai": 180, "segmentpropagationdurationlimit": 180, "segmentsolut": [71, 72, 180, 205], "segmenttyp": [179, 205], "select": [71, 116, 117], "self": [2, 3, 4, 5, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 116, 119, 122], "semi": [41, 60, 81, 87, 88, 90, 129, 152, 193, 194, 195, 196], "semi_latus_rectum": [81, 87, 88, 90], "semi_major_axi": [41, 81, 87, 88, 90], "semilatu": [81, 87, 88, 90], "semimajoraxi": [81, 87, 88, 90, 128, 131, 152, 196, 205], "sensor": [112, 113, 115, 133, 207], "sensor_geometri": [117, 129], "sensor_project": 117, "separ": [122, 187], "sequenc": [79, 134, 205, 206, 207], "sequence_numb": [79, 187], "sequencenumb": [187, 205], "sequencesolut": 72, "sequenti": 131, "ser7": 116, "serv": [60, 170], "server": 206, "set": [7, 9, 19, 20, 21, 43, 52, 57, 60, 63, 69, 70, 72, 73, 83, 92, 96, 104, 116, 117, 118, 127, 168, 170, 172, 178, 179, 180, 189, 196, 197, 199, 203, 204, 206], "set_access_filt": 9, "set_aer_filt": 9, "set_cached_state_arrai": 83, "set_dynam": 70, "set_epoch": 92, "set_index": 132, "set_inst": [120, 121], "set_revolution_number_at_epoch": 92, "set_satellite_numb": 92, "set_state_filt": 9, "set_step": 9, "set_time_index": [19, 20, 21], "set_toler": 9, "setaccessfilt": [141, 205], "setaerfilt": [141, 205], "setcachedstatearrai": [189, 205], "setdynam": [178, 205], "setepoch": [197, 205], "setrevolutionnumberatepoch": [197, 205], "setsatellitenumb": [197, 205], "setstatefilt": [141, 205], "setstep": [141, 205], "settoler": [141, 205], "setup": [119, 120, 121, 133], "sfu": 118, "sgp4": [69, 76, 82, 83, 85, 116, 117, 122, 129, 134, 185, 205, 206], "sgp4_model": [116, 117, 127], "shape": [11, 116], "share": [74, 136, 138, 142, 144, 145, 146, 147, 148, 149, 152, 154, 156, 157, 163, 164, 165, 169, 170, 173, 174, 175, 177, 178, 179, 180, 181, 182, 193, 196, 198, 199, 201, 202, 203, 204], "shell": 206, "short": [81, 87, 88, 193, 194, 195], "shortcut": 116, "shortest": 189, "should": [178, 181, 189], "show": [26, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "show_orbital_track": [115, 132, 133], "show_xyz_ax": 115, "showbackground": [127, 129], "showcountri": [117, 129], "showgrid": [117, 129], "showlak": [117, 129], "showland": [116, 117, 122, 129], "showlegend": [116, 117, 122, 123, 124, 125, 126, 127, 129], "shown": 206, "showocean": [117, 129], "showscal": [127, 129], "si": [81, 87, 88, 90, 166, 196], "sight": 122, "signal": [2, 122], "similar": 206, "similarli": 120, "simpl": [117, 206], "simplest": 206, "simplifi": [57, 168, 206], "sin": [127, 129], "singl": [43, 181], "six": [92, 197], "size": [7, 47, 69, 73, 95, 98, 99, 100, 101, 115, 116, 122, 127, 129, 136, 139, 170, 171, 172, 178, 180, 181, 198, 199, 200], "sma": [130, 131], "sma_condit": 131, "so": [57, 119, 187], "sol": [130, 131], "solar": [11, 207], "solar_radiation_pressur": 11, "solarradiationpressur": [143, 205], "solut": [6, 71, 72, 96, 120, 130, 139, 179, 180, 200, 205], "solv": [6, 63, 71, 72, 121, 130, 139, 172, 179, 180, 200, 205], "solve_to_condit": [72, 131], "solver": [6, 70, 71, 72, 81, 87, 88, 90, 96, 130, 134, 139, 178, 179, 180, 200, 205], "solvetocondit": [180, 205], "some": 116, "soon": 206, "sort": [46, 147, 156, 178, 189], "sourc": 206, "south": [77, 186], "space": [7, 116, 133, 140, 193, 194, 195], "spacecraft": [46, 47, 60, 79, 144, 156, 157, 170, 206], "spacex": [134, 205, 206], "span": 11, "specif": [5, 46, 50, 52, 53, 55, 67, 71, 72, 118, 130, 138, 156, 157, 159, 166, 170, 175, 179, 180], "specifi": [11, 50, 52, 53, 57, 81, 87, 88, 90, 118, 140, 157, 159, 168, 179, 182, 184, 206], "specific_impuls": [55, 71, 72, 166], "specific_impulse_si_unit": [55, 126, 128, 130, 131], "specificimpuls": 166, "speed": [7, 69, 140], "spheric": [7, 9, 69, 116, 117, 119, 120, 121, 122, 123, 125, 126, 128, 129, 132, 187, 206], "spline": 184, "squar": 55, "srp": 11, "ss": 187, "stackexchang": [193, 194, 195], "standalon": 206, "standard": 206, "start": [7, 9, 11, 69, 71, 72, 77, 119, 121, 122, 130, 140, 177, 179, 180, 186, 198, 200], "start_inst": [7, 69, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 129, 132, 133], "start_lla": [7, 69], "start_screen_period": 11, "start_stat": [123, 124, 125, 126], "startinst": 140, "startlla": 140, "startscreenperiod": [143, 205], "state": [3, 4, 7, 9, 11, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 62, 68, 69, 70, 71, 72, 74, 76, 79, 81, 82, 83, 84, 85, 87, 88, 90, 105, 107, 109, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 132, 134, 136, 137, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 157, 158, 163, 164, 165, 171, 174, 176, 177, 178, 179, 180, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 205, 206, 207], "state_arrai": 83, "state_build": [73, 118, 123, 124, 125, 126, 128, 130, 131], "state_filt": [9, 122], "state_gcrf": 129, "state_ind": [123, 124, 125, 126], "state_lla": [117, 129], "state_logg": 96, "state_vector": [3, 37, 120], "state_vvlh": 132, "statearrai": [140, 189], "statebuild": [73, 118, 123, 124, 125, 126, 128, 130, 131, 134, 181, 205], "statefilt": 122, "statelogg": [96, 200], "states_gcrf": 129, "states_line_str": [117, 129], "states_lla": [117, 129], "statetyp": 73, "statevector": 200, "static": [2, 3, 4, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 53, 55, 56, 57, 59, 62, 65, 66, 67, 69, 70, 71, 73, 74, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 134, 135, 136, 137, 139, 140, 141, 142, 143, 147, 150, 152, 155, 156, 157, 162, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 186, 187, 188, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 205, 206], "staticmodel": 183, "staticmodel1": 183, "staticmodel2": 183, "station": [26, 122, 157, 207], "std": [135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 200, 206], "step": [7, 9, 62, 63, 69, 96, 104, 106, 115, 117, 122, 127, 129, 130, 132, 133, 171, 172, 177, 200, 206], "step_dur": [62, 69], "step_percentag": 62, "step_siz": [7, 69], "stepper": [96, 130, 200], "stepper_typ": 96, "steppertyp": [96, 123, 124, 125, 126, 128, 200], "stepsiz": 140, "stevengj": 206, "stk": [186, 196], "stm": [62, 171], "stop": [131, 206], "stop_inst": 122, "storag": 187, "store": [46, 117, 156], "str": [2, 3, 4, 5, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 98, 99, 100, 101, 107, 112, 113, 114, 115, 116, 118, 119, 122], "strategi": [60, 170], "stream": [136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196, 197], "strictli": [40, 42, 44, 130], "strictlyneg": [40, 42, 44, 130, 155, 205], "strictlyposit": [40, 42, 44, 130, 131, 155, 205], "string": [2, 3, 4, 5, 11, 16, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 115, 135, 136, 137, 138, 143, 144, 145, 148, 149, 150, 151, 154, 155, 157, 163, 164, 165, 171, 175, 177, 179, 186, 187, 188, 196, 197, 199, 201, 202, 203, 204], "string_from_criterion": [39, 40, 42, 44], "string_from_el": [81, 87, 88, 90], "string_from_log_typ": 96, "string_from_perturbation_typ": 82, "string_from_phas": 77, "string_from_stepper_typ": 96, "string_from_typ": [2, 62, 77], "stringfromcriterion": [150, 155, 205], "stringfromel": [196, 205], "stringfromframetyp": [177, 205], "stringfromperturbationtyp": [188, 205], "stringfromphas": [186, 205], "stringfromtyp": [4, 39, 40, 42, 43, 44, 135, 137, 171, 175, 186, 205], "strip": [7, 69, 140], "struct": [136, 137, 139, 143, 170, 179, 180, 187, 200], "structur": [136, 144, 145, 146, 147, 148, 149, 200, 206], "studi": 167, "sub": [63, 172], "subclass": [136, 137, 138, 140, 155, 157, 160, 162, 163, 176, 184, 185, 193, 196, 199], "subgeometri": 162, "subject": [136, 178], "submodul": 133, "subset": [3, 32, 33, 34, 35, 36, 37, 71, 73, 74, 94, 95, 98, 99, 100, 101, 119, 136, 144, 145, 146, 147, 148, 149, 179, 181, 182, 198, 199, 201, 202, 203, 204], "subset_1": [199, 203, 204], "subset_2": [199, 203, 204], "subtract": [95, 98, 99, 100, 101, 181, 199, 203, 204, 205], "successfulli": 116, "suffic": 117, "sugar": 73, "sum": [95, 98, 99, 100, 101, 181], "sun": [47, 69, 81, 87, 88, 90, 120, 121, 131, 157, 177, 196, 205], "sun_synchron": [69, 116, 118, 128, 130, 131, 132, 133], "sun_vector": 120, "sunsynchron": [177, 205], "super": 119, "support": [117, 184], "suppress": 133, "surfac": [56, 57, 95, 98, 99, 100, 101, 117, 127, 129, 130, 167, 168, 177, 183, 199], "surface_area": [73, 95, 98, 99, 100, 101, 118, 123, 124, 125, 126, 130, 131], "surfacearea": [167, 199, 205], "svg": [116, 117, 119, 121, 122, 123, 124, 125, 126, 129], "switch": 172, "sy": 133, "synchron": [69, 177], "syntact": 73, "system": [37, 59, 73, 96, 123, 124, 125, 126, 133, 134, 136, 149, 181, 200, 205, 206], "system_of_equ": 96, "systemofequationswrapp": [136, 200], "t": [123, 124, 125, 126, 131, 178, 206], "tab": 206, "tabl": 127, "tabul": [46, 50, 53, 69, 121, 130, 134, 136, 140, 156, 163, 176, 178, 185, 205, 206], "tabulated_dynam": 46, "tabulateddynam": [156, 205], "tabulateddynamicssptr": 156, "take": [127, 200, 206], "taken": [178, 182], "tangent": [66, 67, 69, 175], "target": [4, 39, 40, 41, 42, 43, 44, 47, 60, 103, 115, 120, 130, 131, 134, 137, 138, 150, 152, 154, 155, 157, 158, 159, 161, 170, 205, 207], "target_angl": 39, "target_co": [60, 128, 131], "target_coordin": 117, "target_geometri": [117, 121], "target_intersect": 117, "target_intersection_df": 117, "target_lla": [129, 132], "target_posit": [129, 132], "target_position_n": 129, "target_r_gcrf": 132, "target_rang": 39, "target_valu": [4, 44, 130, 131], "targettyp": [47, 157, 160, 205], "tca": [116, 143, 205], "teh": 73, "templat": [73, 163, 176, 182], "tempor": [63, 172], "temporalconditionsolv": [121, 134, 205], "temporari": 116, "tensor": [56, 57, 130, 167, 168], "term": [92, 197], "termin": 71, "tessil": 206, "text": 90, "than": [7, 50, 52, 53, 68, 69, 70, 131, 206], "thei": [35, 206], "them": [178, 206], "themselv": 122, "ther": 94, "theta": [127, 129, 132, 170], "theta_grid": [127, 129], "thetarhtogcrf": [170, 205], "thi": [2, 7, 43, 48, 57, 60, 69, 71, 72, 73, 74, 77, 81, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 133, 136, 137, 144, 145, 146, 147, 148, 149, 150, 154, 167, 168, 172, 178, 179, 180, 181, 186, 189, 197, 200, 206], "third": [36, 130, 131, 148], "thirdbodygrav": [134, 136, 205, 206], "those": [117, 206], "threshold": 60, "through": [7, 140], "throw": 206, "thrust": [5, 11, 46, 55, 59, 60, 126, 130, 131, 138, 149, 156, 166, 169, 170, 207], "thrust_acceler": [5, 11, 59, 60], "thrust_condit": 130, "thrust_direct": 59, "thrust_si_unit": [55, 126, 128, 130, 131], "thrustacceler": [143, 205], "thruster": [71, 72, 119, 126, 128, 130, 131, 134, 136, 138, 169, 179, 180, 205], "thruster_dynam": [71, 72, 119, 130, 131], "thrusterdynam": [71, 119], "tide": 11, "till": [121, 130, 131], "time": [2, 3, 4, 5, 7, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 40, 42, 44, 46, 47, 50, 52, 53, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 137, 140, 141, 150, 155, 172, 177, 178, 187, 189, 196, 197, 200, 206], "time_column": [18, 19, 20, 21, 22, 23, 24], "time_last_observation_end": 11, "time_last_observation_start": 11, "time_of_closest_approach": [2, 11], "time_step": [63, 96, 121], "timelastobend": [143, 205], "timelastobstart": [143, 205], "timespec": 16, "timestamp": [73, 132], "tip": 206, "titl": [116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132], "title_prefix": [123, 124, 125, 126], "title_text": [123, 124, 125, 126], "tle": [84, 116, 117, 122, 127, 134, 190, 191, 205, 206], "tle_1": 122, "tle_2": 122, "tmp": [116, 133], "tnw": [66, 67, 69, 174, 175, 177, 205], "to_cartesian": [116, 129, 132], "to_co": [81, 87, 88], "to_dataframe_rm": [123, 124, 125, 126], "to_fram": [95, 98, 99, 100, 101], "to_norm": [129, 132], "to_posit": 103, "to_stat": 79, "to_str": 120, "to_tabulated_dynam": 46, "to_trajectori": [9, 132], "toc": 0, "toco": [193, 194, 195, 205], "tofram": [201, 202, 203, 204], "toframesptr": 199, "togeth": 57, "token": [132, 133], "toler": [6, 9, 60, 63, 81, 87, 88, 90, 96, 121, 122, 130, 139, 172, 196, 200], "tolist": [118, 123, 124, 125, 126, 128, 130, 131], "tool": [123, 124, 125, 126, 206], "toolkit": 116, "top": 73, "tostat": [187, 205], "totabulateddynam": [156, 205], "total": [94, 122, 130, 198], "toward": [157, 159, 161], "tqdm": 122, "trace": [127, 129], "traceback": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "track": [11, 59, 69, 104, 115, 117, 119, 126, 207], "tracks_avail": 11, "tracks_us": 11, "tracksavail": [143, 205], "tracksus": [143, 205], "traitlet": 133, "trajectori": [2, 3, 4, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 104, 105, 106, 107, 109, 116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 133, 134, 141, 142, 157, 161, 165, 205, 206], "trajectory_step": [26, 122], "trajectorytarget": [47, 134, 157, 160, 205], "transform": [47, 50, 52, 66, 67, 73, 129, 132, 134, 163, 174, 175, 181, 199, 201, 202, 203, 204, 205, 206], "transform_gener": 66, "transformgener": [174, 205], "transpos": 129, "tri": 119, "true": [2, 3, 4, 7, 9, 11, 19, 20, 21, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 60, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 116, 117, 120, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 196, 197, 198, 199, 205], "true_anomali": [41, 81, 87, 88, 90], "true_anomaly_from_eccentric_anomali": [81, 87, 88, 90], "true_anomaly_from_mean_anomali": [81, 87, 88, 90], "trueanomali": [81, 87, 88, 90, 152, 196, 205], "trueanomalyfromeccentricanomali": [196, 205], "trueanomalyfrommeananomali": [196, 205], "tupl": [15, 18, 39, 47, 60, 69, 81, 87, 88, 90, 96, 105, 107, 112, 113, 114, 170], "tutori": [116, 117, 123, 124, 125, 126, 127, 129, 132], "tuxfamili": 206, "two": [2, 57, 92, 115, 116, 117, 119, 120, 122, 127, 168, 181, 197, 199, 203, 204, 206], "two_pi": 132, "typ": 116, "type": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 135, 137, 143, 147, 150, 154, 155, 156, 157, 160, 163, 165, 170, 171, 172, 174, 175, 176, 177, 178, 179, 184, 186, 188, 192, 196, 197, 200, 205, 206], "typedef": [172, 174, 177, 196], "typeerror": [117, 127], "typic": 47, "u": [117, 206], "u_gcrf": 132, "u_vvlh": 132, "u_vvlh_xz": 132, "undefin": [2, 7, 9, 11, 47, 48, 53, 55, 56, 60, 65, 66, 67, 69, 73, 74, 77, 79, 81, 87, 88, 90, 92, 96, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 135, 140, 141, 143, 157, 162, 165, 166, 167, 170, 173, 174, 175, 177, 178, 180, 181, 182, 186, 187, 194, 195, 196, 197, 200, 205], "under": [70, 130, 181, 206], "underli": [163, 176], "undesir": 200, "uniqu": 199, "unit": [2, 4, 7, 11, 39, 40, 41, 42, 43, 44, 46, 47, 48, 55, 56, 57, 60, 69, 71, 72, 73, 79, 81, 82, 87, 88, 90, 92, 116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 156, 166, 173, 181, 196], "unknown": [11, 143, 205], "unlock": 116, "until": [72, 96, 200], "unus": 133, "up": [70, 117, 118, 122, 127, 129, 179, 180, 206], "updat": [4, 39, 40, 42, 43, 44, 122, 127, 133, 137, 154, 177], "update_layout": [123, 124, 125, 126], "update_target": [4, 39, 40, 42, 43, 44], "update_xax": [123, 124, 125, 126], "update_yax": [123, 124, 125, 126], "updatetarget": [137, 154, 205], "upgrad": 133, "upper": [6, 139], "upper_bound": 6, "us": [0, 4, 6, 11, 35, 37, 39, 40, 42, 43, 44, 46, 47, 57, 60, 62, 66, 69, 70, 71, 72, 81, 90, 96, 116, 117, 118, 119, 123, 124, 125, 126, 127, 128, 129, 133, 138, 147, 150, 151, 152, 153, 155, 156, 171, 172, 177, 178, 179, 180, 181, 182, 184, 189, 200, 206], "user": [133, 181], "usr": [116, 123, 124, 125, 126, 133], "usual": 116, "utc": [18, 19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 206], "util": [73, 116, 127, 181, 189], "v": [46, 71, 72, 131, 179, 180], "v1": 116, "v_": 127, "v_ecef_m_per_": 187, "v_itrf_i": 73, "v_itrf_x": 73, "v_itrf_z": 73, "valid": 207, "valu": [2, 4, 11, 13, 14, 15, 16, 39, 40, 42, 43, 44, 46, 47, 57, 60, 62, 67, 69, 71, 77, 81, 82, 87, 88, 90, 95, 96, 107, 116, 118, 120, 130, 131, 135, 137, 143, 150, 151, 154, 155, 157, 166, 168, 170, 171, 173, 175, 177, 179, 186, 188, 196, 199, 201, 202, 203, 204, 205, 206], "value_offset": [4, 39, 40, 42, 43, 44], "valueerror": [116, 123, 124, 125, 126], "valueoffset": [137, 205], "var": 116, "variabl": [119, 180], "variat": [87, 88, 193, 194, 195], "variou": [72, 127, 186], "vecctor": 198, "vector": [3, 4, 32, 33, 34, 35, 36, 37, 59, 65, 66, 67, 81, 87, 88, 90, 94, 132, 136, 137, 144, 145, 146, 147, 148, 149, 157, 159, 170, 173, 174, 175, 187, 196, 198], "vector3d": [47, 65, 67, 138, 156, 157, 158, 159, 169, 170, 173, 174, 175, 181], "vector5d": 170, "vector6d": [81, 87, 88, 90, 170, 196], "vectorxd": [74, 136, 144, 145, 146, 147, 148, 149, 171, 181, 182, 198, 199, 201, 202, 203, 204, 206], "vehicl": [132, 175], "vehsat_coordtype_class": 196, "veloc": [5, 11, 18, 19, 20, 21, 22, 23, 24, 47, 59, 60, 66, 67, 69, 73, 79, 81, 87, 88, 90, 98, 101, 107, 119, 120, 121, 123, 124, 125, 126, 132, 138, 143, 146, 157, 169, 170, 174, 175, 181, 187, 196, 201, 204, 205, 206], "velocity_column": [18, 19, 20, 21, 22, 23, 24], "velocity_coordin": [5, 59, 60], "velocity_direct": 59, "velocity_it": [123, 124, 125, 126], "velocity_iter_m": [123, 124, 125, 126], "velocity_vector": 66, "velocitydirect": 169, "velocityecef": [47, 157, 205], "velocityeci": [47, 157, 205], "venv": 133, "verbos": [72, 130, 131, 180, 200], "verifi": 119, "version": [11, 206], "vertic": [66, 67, 69, 175], "via": 206, "viewer": [132, 133], "viridi": [127, 129], "virtual": [3, 119, 133, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 155, 157, 162, 163, 164, 165, 167, 169, 170, 175, 176, 177, 183, 184, 185, 188, 189, 190, 192, 193, 194, 195, 196, 199, 201, 202, 203, 204], "visibl": [2, 116, 135], "visual": [132, 207], "vnc": [66, 67, 69, 119, 130, 174, 175, 177, 205], "vo": 186, "void": [136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 200], "volum": 11, "vvlh": [66, 67, 69, 117, 129, 132, 133, 174, 175, 177, 205], "vvlh_frame": 132, "vx": [73, 206], "vx_ecef": 73, "vx_eci": 73, "vy": [73, 206], "vy_ecef": 73, "vy_eci": 73, "vz": [73, 77, 206], "vz_ecef": 73, "vz_eci": 73, "w": 132, "w_b_eci_in_b_i": 73, "w_b_eci_in_b_x": 73, "w_b_eci_in_b_z": 73, "wa": [79, 180, 198], "wai": [57, 168, 206], "want": [57, 133, 168, 200, 206], "warn": 133, "we": [116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 131, 206], "weight": [11, 60], "weighted_rm": 11, "weightedrm": [143, 205], "welcom": 206, "well": [116, 117, 122], "were": [127, 180, 206], "west": [67, 69], "wet": 128, "wet_mass": [126, 128, 130, 131], "wgs84": [7, 69, 140, 187], "what": [120, 123, 124, 125, 126, 133, 193, 194, 195], "when": [2, 39, 71, 72, 120, 122, 131, 150, 180, 181, 197, 206], "where": [116, 137, 150, 151, 155, 206], "whether": [6, 19, 20, 21, 40, 71, 72, 96, 115, 137, 139, 150, 151, 154, 155, 157, 159, 160, 161, 169, 177, 181, 182, 186, 200], "which": [3, 19, 20, 22, 46, 50, 52, 53, 62, 63, 71, 72, 73, 76, 79, 81, 84, 85, 87, 88, 90, 116, 117, 120, 122, 129, 132, 136, 138, 144, 145, 146, 147, 148, 149, 152, 156, 157, 159, 169, 172, 181, 182, 183, 186, 196, 199, 201, 202, 203, 204, 206], "while": 131, "who": 167, "whose": 206, "wideband": [66, 67, 69, 175], "width": [115, 116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "wiki": [92, 140, 154, 166, 177, 196, 197], "wikipedia": [92, 140, 154, 166, 177, 196, 197], "window": 207, "wise": 199, "with_area": 57, "with_cross_sectional_surface_area": 57, "with_drag_coeffici": 57, "with_dry_mass": 57, "with_geometri": 57, "with_inertia_tensor": 57, "with_propulsion_system": 57, "witharea": 168, "withcrosssectionalsurfacearea": [168, 205], "withdragcoeffici": [168, 205], "withdrymass": [168, 205], "withgeometri": [168, 205], "within": [39, 69, 116, 119, 122, 132, 150, 172, 177, 206], "within_rang": 39, "withinertiatensor": [168, 205], "withinrang": [39, 150, 205], "without": [167, 182], "withpropulsionsystem": [168, 205], "won": [123, 124, 125, 126], "work": [150, 206], "world": [26, 66, 122, 127], "wrap": 150, "wrapper": [136, 206], "write": [3, 32, 33, 34, 35, 36, 37, 71, 132, 136, 144, 145, 146, 147, 148, 149, 206], "write_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "writeindex": [136, 205], "wrt": 177, "wth": 206, "www": [60, 170], "x": [11, 18, 20, 21, 23, 24, 32, 33, 34, 35, 36, 47, 57, 73, 107, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 136, 144, 145, 146, 147, 148, 149, 157, 168, 175, 205, 206], "x86_64": 206, "x_": 127, "x_half_angl": 113, "xaxi": [127, 129], "xx": 187, "xxx": 187, "xxxx": 187, "xxxxxx": 187, "xyz": [115, 202], "xz": 132, "y": [11, 18, 20, 21, 23, 24, 47, 57, 73, 107, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 157, 168, 175, 205, 206], "y_half_angl": 113, "yaml": 206, "yaw": 132, "yaxi": [127, 129], "you": [57, 123, 124, 125, 126, 133, 168, 206], "your": [57, 121, 133, 206], "ypr": 132, "yyyi": 187, "z": [11, 18, 20, 21, 23, 24, 47, 73, 77, 107, 127, 129, 131, 157, 175, 205, 206], "zarya": [116, 197], "zaxi": [127, 129], "zero": [6, 47, 60, 69, 132, 139, 157, 170, 177], "zerolinecolor": [127, 129], "zip": 129, "zonal": [81, 87, 88, 90], "zyx": 132}, "titles": ["Tutorial", "ostk.astrodynamics", "ostk.astrodynamics.Access", "ostk.astrodynamics.Dynamics", "ostk.astrodynamics.EventCondition", "ostk.astrodynamics.GuidanceLaw", "ostk.astrodynamics.RootSolver", "ostk.astrodynamics.Trajectory", "ostk.astrodynamics.access", "ostk.astrodynamics.access.Generator", "ostk.astrodynamics.conjunction.message.ccsds", "ostk.astrodynamics.conjunction.message.ccsds.CDM", "ostk.astrodynamics.converters", "ostk.astrodynamics.converters.coerce_to_datetime", "ostk.astrodynamics.converters.coerce_to_instant", "ostk.astrodynamics.converters.coerce_to_interval", "ostk.astrodynamics.converters.coerce_to_iso", "ostk.astrodynamics.dataframe", "ostk.astrodynamics.dataframe.generate_column_names", "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", "ostk.astrodynamics.dataframe.generate_dataframe_from_profile", "ostk.astrodynamics.dataframe.generate_dataframe_from_states", "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", "ostk.astrodynamics.dataframe.generate_profile_from_dataframe", "ostk.astrodynamics.dataframe.generate_states_from_dataframe", "ostk.astrodynamics.display", "ostk.astrodynamics.display.AccessesPlot", "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", "ostk.astrodynamics.display.create_2d_map", "ostk.astrodynamics.display.create_3d_globe", "ostk.astrodynamics.display.create_plotly_figure", "ostk.astrodynamics.dynamics", "ostk.astrodynamics.dynamics.AtmosphericDrag", "ostk.astrodynamics.dynamics.CentralBodyGravity", "ostk.astrodynamics.dynamics.PositionDerivative", "ostk.astrodynamics.dynamics.Tabulated", "ostk.astrodynamics.dynamics.ThirdBodyGravity", "ostk.astrodynamics.dynamics.Thruster", "ostk.astrodynamics.event_condition", "ostk.astrodynamics.event_condition.AngularCondition", "ostk.astrodynamics.event_condition.BooleanCondition", "ostk.astrodynamics.event_condition.COECondition", "ostk.astrodynamics.event_condition.InstantCondition", "ostk.astrodynamics.event_condition.LogicalCondition", "ostk.astrodynamics.event_condition.RealCondition", "ostk.astrodynamics.flight", "ostk.astrodynamics.flight.Maneuver", "ostk.astrodynamics.flight.Profile", "ostk.astrodynamics.flight.System", "ostk.astrodynamics.flight.profile", "ostk.astrodynamics.flight.profile.Model", "ostk.astrodynamics.flight.profile.model", "ostk.astrodynamics.flight.profile.model.Tabulated", "ostk.astrodynamics.flight.profile.model.Transform", "ostk.astrodynamics.flight.system", "ostk.astrodynamics.flight.system.PropulsionSystem", "ostk.astrodynamics.flight.system.SatelliteSystem", "ostk.astrodynamics.flight.system.SatelliteSystemBuilder", "ostk.astrodynamics.guidance_law", "ostk.astrodynamics.guidance_law.ConstantThrust", "ostk.astrodynamics.guidance_law.QLaw", "ostk.astrodynamics.solver", "ostk.astrodynamics.solver.FiniteDifferenceSolver", "ostk.astrodynamics.solver.TemporalConditionSolver", "ostk.astrodynamics.trajectory", "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", "ostk.astrodynamics.trajectory.Model", "ostk.astrodynamics.trajectory.Orbit", "ostk.astrodynamics.trajectory.Propagator", "ostk.astrodynamics.trajectory.Segment", "ostk.astrodynamics.trajectory.Sequence", "ostk.astrodynamics.trajectory.State", "ostk.astrodynamics.trajectory.StateBuilder", "ostk.astrodynamics.trajectory.orbit", "ostk.astrodynamics.trajectory.orbit.OrbitModel", "ostk.astrodynamics.trajectory.orbit.Pass", "ostk.astrodynamics.trajectory.orbit.message.spacex", "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", "ostk.astrodynamics.trajectory.orbit.model", "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", "ostk.astrodynamics.trajectory.orbit.model.Kepler", "ostk.astrodynamics.trajectory.orbit.model.Propagated", "ostk.astrodynamics.trajectory.orbit.model.SGP4", "ostk.astrodynamics.trajectory.orbit.model.Tabulated", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", "ostk.astrodynamics.trajectory.orbit.model.kepler", "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", "ostk.astrodynamics.trajectory.orbit.model.sgp4", "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", "ostk.astrodynamics.trajectory.state", "ostk.astrodynamics.trajectory.state.CoordinateBroker", "ostk.astrodynamics.trajectory.state.CoordinateSubset", "ostk.astrodynamics.trajectory.state.NumericalSolver", "ostk.astrodynamics.trajectory.state.coordinate_subset", "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", "ostk.astrodynamics.utilities", "ostk.astrodynamics.utilities.compute_aer", "ostk.astrodynamics.utilities.compute_ground_track", "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", "ostk.astrodynamics.utilities.compute_trajectory_geometry", "ostk.astrodynamics.utilities.convert_state", "ostk.astrodynamics.utilities.lla_from_position", "ostk.astrodynamics.utilities.lla_from_state", "ostk.astrodynamics.utilities.position_from_lla", "ostk.astrodynamics.viewer", "ostk.astrodynamics.viewer.ConicSensor", "ostk.astrodynamics.viewer.RectangularSensor", "ostk.astrodynamics.viewer.Sensor", "ostk.astrodynamics.viewer.Viewer", "Access Computation", "Area Coverage", "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model", "Constant Thrust Dynamics", "Custom Event Condition", "Custom Window Generation", "Find RF Interference Accesses", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)", "Orbit Computation", "Orbit Station-keeping with QLaw", "Sensor Modeling", "Station-keeping Sequence", "Altitude + Eccentricity Station-keeping Sequence", "Target Tracking", "Visualize Satellite States (Cesium)", "C++ API Documentation", "Class ostk::astrodynamics::Access", "Class ostk::astrodynamics::Dynamics", "Class ostk::astrodynamics::EventCondition", "Class ostk::astrodynamics::GuidanceLaw", "Class ostk::astrodynamics::RootSolver", "Class ostk::astrodynamics::Trajectory", "Class ostk::astrodynamics::access::Generator", "Class ostk::astrodynamics::access::GeneratorContext", "Class ostk::astrodynamics::conjunction::message::ccsds::CDM", "Class ostk::astrodynamics::dynamics::AtmosphericDrag", "Class ostk::astrodynamics::dynamics::CentralBodyGravity", "Class ostk::astrodynamics::dynamics::PositionDerivative", "Class ostk::astrodynamics::dynamics::Tabulated", "Class ostk::astrodynamics::dynamics::ThirdBodyGravity", "Class ostk::astrodynamics::dynamics::Thruster", "Class ostk::astrodynamics::eventcondition::AngularCondition", "Class ostk::astrodynamics::eventcondition::BooleanCondition", "Class ostk::astrodynamics::eventcondition::COECondition", "Class ostk::astrodynamics::eventcondition::InstantCondition", "Class ostk::astrodynamics::eventcondition::LogicalCondition", "Class ostk::astrodynamics::eventcondition::RealCondition", "Class ostk::astrodynamics::flight::Maneuver", "Class ostk::astrodynamics::flight::Profile", "Class ostk::astrodynamics::flight::Profile::CustomTarget", "Class ostk::astrodynamics::flight::Profile::OrientationProfileTarget", "Class ostk::astrodynamics::flight::Profile::Target", "Class ostk::astrodynamics::flight::Profile::TrajectoryTarget", "Class ostk::astrodynamics::flight::System", "Class ostk::astrodynamics::flight::profile::Model", "Class ostk::astrodynamics::flight::profile::model::Tabulated", "Class ostk::astrodynamics::flight::profile::model::Transform", "Class ostk::astrodynamics::flight::system::PropulsionSystem", "Class ostk::astrodynamics::flight::system::SatelliteSystem", "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder", "Class ostk::astrodynamics::guidancelaw::ConstantThrust", "Class ostk::astrodynamics::guidancelaw::QLaw", "Class ostk::astrodynamics::solver::FiniteDifferenceSolver", "Class ostk::astrodynamics::solver::TemporalConditionSolver", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider", "Class ostk::astrodynamics::trajectory::Model", "Class ostk::astrodynamics::trajectory::Orbit", "Class ostk::astrodynamics::trajectory::Propagator", "Class ostk::astrodynamics::trajectory::Segment", "Class ostk::astrodynamics::trajectory::Sequence", "Class ostk::astrodynamics::trajectory::State", "Class ostk::astrodynamics::trajectory::StateBuilder", "Class ostk::astrodynamics::trajectory::model::Static", "Class ostk::astrodynamics::trajectory::model::Tabulated", "Class ostk::astrodynamics::trajectory::orbit::Model", "Class ostk::astrodynamics::trajectory::orbit::Pass", "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM", "Class ostk::astrodynamics::trajectory::orbit::model::Kepler", "Class ostk::astrodynamics::trajectory::orbit::model::Propagated", "Class ostk::astrodynamics::trajectory::orbit::model::SGP4", "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl", "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort", "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE", "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE", "Class ostk::astrodynamics::trajectory::state::CoordinateBroker", "Class ostk::astrodynamics::trajectory::state::CoordinateSubset", "Class ostk::astrodynamics::trajectory::state::NumericalSolver", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity", "Class list", "Open Space Toolkit \u25b8 Astrodynamics", "Tutorial Notebooks", "Python API Documentation"], "titleterms": {"1": 123, "2": 124, "3": 125, "4": 126, "access": [2, 8, 9, 116, 122, 135, 141, 142], "accessesplot": 26, "accuraci": 206, "against": [123, 124, 125, 126], "altern": 206, "altitud": 131, "analysi": 122, "angl": 120, "angularcondit": [39, 150], "angularveloc": [98, 201], "api": [134, 208], "area": 117, "ascend": 128, "ascens": 128, "astrodynam": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "atmospher": 118, "atmosphericdrag": [32, 144], "attitudequaternion": [99, 202], "axi": 128, "benchmark": 206, "beta": 120, "blm": [193, 194, 195], "booleancondit": [40, 151], "brouwerlyddanemean": [81, 86, 87, 88, 193], "brouwerlyddanemeanlong": [87, 194], "brouwerlyddanemeanshort": [88, 195], "build": 206, "c": [134, 206], "cartesianposit": [100, 203], "cartesianveloc": [101, 204], "ccsd": [10, 11, 143], "cdm": [11, 143], "centralbodygrav": [33, 145], "cesium": 133, "class": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205], "coast": 131, "coe": [90, 196], "coecondit": [41, 152], "coerce_to_datetim": 13, "coerce_to_inst": 14, "coerce_to_interv": 15, "coerce_to_iso": 16, "comparison": [123, 124, 125, 126], "comput": [116, 117, 127, 129, 132], "compute_a": 103, "compute_ground_track": 104, "compute_time_lla_aer_coordin": 105, "compute_trajectory_geometri": 106, "condit": [120, 121], "conicsensor": 112, "conjunct": [10, 11, 143], "constant": [118, 119], "constantthrust": [59, 169], "contribut": 206, "convert": [12, 13, 14, 15, 16], "convert_st": 107, "convert_to_ground_track_plotting_data": 27, "coordinate_subset": [97, 98, 99, 100, 101], "coordinatebrok": [94, 198], "coordinatesubset": [95, 199, 201, 202, 203, 204], "coverag": 117, "creat": 121, "create_2d_map": 28, "create_3d_glob": 29, "create_plotly_figur": 30, "cross": [123, 124, 125, 126, 206], "custom": [120, 121], "customtarget": 158, "datafram": [17, 18, 19, 20, 21, 22, 23, 24], "debian": 206, "defin": [121, 122], "definit": 206, "densiti": 118, "depend": 206, "develop": 206, "displai": [25, 26, 27, 28, 29, 30], "docker": 206, "document": [134, 206, 208], "dynam": [3, 31, 32, 33, 34, 35, 36, 37, 118, 119, 130, 136, 144, 145, 146, 147, 148, 149], "ecc": 128, "eccentr": [128, 131], "eclips": 120, "environ": [116, 117, 128, 129, 131, 206], "error": [123, 124, 125, 126], "event": 120, "event_condit": [38, 39, 40, 41, 42, 43, 44], "eventcondit": [4, 137, 150, 151, 152, 153, 154, 155], "exampl": 0, "file": [123, 124, 125, 126], "filter": 122, "find": 122, "finitedifferencesolv": [62, 171], "flight": [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168], "flux": 118, "frame": [123, 124, 125, 126], "function": 128, "gcrf": [123, 124, 125, 126], "gener": [9, 121, 141], "generate_column_nam": 18, "generate_dataframe_from_orbit": 19, "generate_dataframe_from_profil": 20, "generate_dataframe_from_st": 21, "generate_orbit_from_datafram": 22, "generate_profile_from_datafram": 23, "generate_states_from_datafram": 24, "generatorcontext": 142, "geomagnet": 118, "get": 206, "gmat": [123, 124, 125, 126], "guidance_law": [58, 59, 60], "guidancelaw": [5, 138, 169, 170], "imag": 206, "impl": 191, "inc": 128, "inclin": 128, "index": 118, "initi": [118, 128, 130, 131], "input": [118, 128, 130, 131], "instal": 206, "instantcondit": [42, 153], "interfer": 122, "intersect": 117, "ipython": 206, "jupyterlab": 206, "keep": [128, 130, 131], "kepler": [82, 89, 90, 188, 196], "licens": 206, "list": 205, "lla_from_posit": 108, "lla_from_st": 109, "localorbitalframedirect": [65, 173], "localorbitalframefactori": [66, 174], "localorbitalframetransformprovid": [67, 175], "logicalcondit": [43, 154], "major": 128, "maneuv": [46, 131, 156], "messag": [10, 11, 78, 79, 143, 187], "mission": [123, 124, 125, 126], "model": [50, 51, 52, 53, 68, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 118, 121, 129, 163, 164, 165, 176, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197], "multipl": 128, "node": 128, "notebook": 207, "numericalsolv": [96, 200], "open": 206, "opm": [79, 187], "orbit": [69, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 127, 128, 177, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197], "orbitmodel": 76, "orekit": [123, 124, 125, 126], "orientationprofiletarget": 159, "origin": 116, "ostk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 123, 124, 125, 126, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "our": 121, "output": [116, 127], "pass": [77, 186], "platform": [123, 124, 125, 126], "plot": [122, 123, 124, 125, 126], "position_from_lla": 110, "positionderiv": [34, 146], "process": [123, 124, 125, 126], "profil": [47, 49, 50, 51, 52, 53, 157, 158, 159, 160, 161, 163, 164, 165], "propag": [70, 83, 118, 123, 124, 125, 126, 178, 189], "propulsionsystem": [55, 166], "python": [206, 208], "qlaw": [60, 128, 170], "raan": 128, "realcondit": [44, 155], "rectangularsensor": 113, "result": [123, 124, 125, 126], "rf": 122, "right": 128, "rm": [123, 124, 125, 126], "rootsolv": [6, 139], "run": [122, 123, 124, 125, 126, 206], "satellit": [117, 118, 122, 128, 129, 130, 131, 133], "satellitesystem": [56, 167], "satellitesystembuild": [57, 168], "scenario": [122, 123, 124, 125, 126, 206], "script": 206, "segment": [71, 131, 179], "semi": 128, "sensor": [114, 117, 129], "sequenc": [72, 123, 124, 125, 126, 130, 131, 180], "set": [123, 124, 125, 126], "setup": [0, 116, 117, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 206], "sgp4": [84, 91, 92, 127, 190, 191, 197], "sma": 128, "solar": 118, "solver": [61, 62, 63, 121, 171, 172], "space": 206, "spacex": [78, 79, 187], "special": 206, "start": 206, "state": [73, 93, 94, 95, 96, 97, 98, 99, 100, 101, 118, 128, 130, 131, 133, 181, 198, 199, 200, 201, 202, 203, 204], "statebuild": [74, 182], "static": 183, "station": [128, 130, 131], "system": [48, 54, 55, 56, 57, 118, 128, 130, 131, 162, 166, 167, 168], "tabul": [35, 52, 85, 147, 164, 184, 192], "target": [116, 117, 128, 129, 132, 160], "temporalconditionsolv": [63, 172], "test": 206, "thank": 206, "thirdbodygrav": [36, 148], "thrust": 119, "thruster": [37, 149], "tle": [92, 197], "toler": 206, "toolkit": 206, "track": 132, "trajectori": [7, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 123, 124, 125, 126, 140, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "trajectorytarget": 161, "transform": [53, 165], "tutori": [0, 206, 207], "ubuntu": 206, "up": [123, 124, 125, 126], "user": [118, 128, 130, 131], "util": [102, 103, 104, 105, 106, 107, 108, 109, 110, 128], "v": [123, 124, 125, 126], "valid": [123, 124, 125, 126, 206], "viewer": [111, 112, 113, 114, 115], "visual": [117, 129, 133], "window": 121}})
\ No newline at end of file
+Search.setIndex({"alltitles": {"Access": [[116, "access"], [116, "id1"]], "Access Computation": [[116, null]], "Alternatives": [[206, "alternatives"]], "Altitude + Eccentricity Station-keeping Sequence": [[131, null]], "Area Coverage": [[117, null]], "Area Target": [[117, "area-target"]], "Benchmark": [[206, "benchmark"]], "Beta angle condition": [[120, "beta-angle-condition"]], "Build": [[206, "build"]], "C++": [[206, "c"]], "C++ API Documentation": [[134, null]], "Class list": [[205, null]], "Class ostk::astrodynamics::Access": [[135, null]], "Class ostk::astrodynamics::Dynamics": [[136, null]], "Class ostk::astrodynamics::EventCondition": [[137, null]], "Class ostk::astrodynamics::GuidanceLaw": [[138, null]], "Class ostk::astrodynamics::RootSolver": [[139, null]], "Class ostk::astrodynamics::Trajectory": [[140, null]], "Class ostk::astrodynamics::access::Generator": [[141, null]], "Class ostk::astrodynamics::access::GeneratorContext": [[142, null]], "Class ostk::astrodynamics::conjunction::message::ccsds::CDM": [[143, null]], "Class ostk::astrodynamics::dynamics::AtmosphericDrag": [[144, null]], "Class ostk::astrodynamics::dynamics::CentralBodyGravity": [[145, null]], "Class ostk::astrodynamics::dynamics::PositionDerivative": [[146, null]], "Class ostk::astrodynamics::dynamics::Tabulated": [[147, null]], "Class ostk::astrodynamics::dynamics::ThirdBodyGravity": [[148, null]], "Class ostk::astrodynamics::dynamics::Thruster": [[149, null]], "Class ostk::astrodynamics::eventcondition::AngularCondition": [[150, null]], "Class ostk::astrodynamics::eventcondition::BooleanCondition": [[151, null]], "Class ostk::astrodynamics::eventcondition::COECondition": [[152, null]], "Class ostk::astrodynamics::eventcondition::InstantCondition": [[153, null]], "Class ostk::astrodynamics::eventcondition::LogicalCondition": [[154, null]], "Class ostk::astrodynamics::eventcondition::RealCondition": [[155, null]], "Class ostk::astrodynamics::flight::Maneuver": [[156, null]], "Class ostk::astrodynamics::flight::Profile": [[157, null]], "Class ostk::astrodynamics::flight::Profile::CustomTarget": [[158, null]], "Class ostk::astrodynamics::flight::Profile::OrientationProfileTarget": [[159, null]], "Class ostk::astrodynamics::flight::Profile::Target": [[160, null]], "Class ostk::astrodynamics::flight::Profile::TrajectoryTarget": [[161, null]], "Class ostk::astrodynamics::flight::System": [[162, null]], "Class ostk::astrodynamics::flight::profile::Model": [[163, null]], "Class ostk::astrodynamics::flight::profile::model::Tabulated": [[164, null]], "Class ostk::astrodynamics::flight::profile::model::Transform": [[165, null]], "Class ostk::astrodynamics::flight::system::PropulsionSystem": [[166, null]], "Class ostk::astrodynamics::flight::system::SatelliteSystem": [[167, null]], "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder": [[168, null]], "Class ostk::astrodynamics::guidancelaw::ConstantThrust": [[169, null]], "Class ostk::astrodynamics::guidancelaw::QLaw": [[170, null]], "Class ostk::astrodynamics::solver::FiniteDifferenceSolver": [[171, null]], "Class ostk::astrodynamics::solver::TemporalConditionSolver": [[172, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection": [[173, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory": [[174, null]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider": [[175, null]], "Class ostk::astrodynamics::trajectory::Model": [[176, null]], "Class ostk::astrodynamics::trajectory::Orbit": [[177, null]], "Class ostk::astrodynamics::trajectory::Propagator": [[178, null]], "Class ostk::astrodynamics::trajectory::Segment": [[179, null]], "Class ostk::astrodynamics::trajectory::Sequence": [[180, null]], "Class ostk::astrodynamics::trajectory::State": [[181, null]], "Class ostk::astrodynamics::trajectory::StateBuilder": [[182, null]], "Class ostk::astrodynamics::trajectory::model::Static": [[183, null]], "Class ostk::astrodynamics::trajectory::model::Tabulated": [[184, null]], "Class ostk::astrodynamics::trajectory::orbit::Model": [[185, null]], "Class ostk::astrodynamics::trajectory::orbit::Pass": [[186, null]], "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM": [[187, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Kepler": [[188, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Propagated": [[189, null]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4": [[190, null]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl": [[191, null]], "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated": [[192, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean": [[193, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong": [[194, null]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort": [[195, null]], "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE": [[196, null]], "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE": [[197, null]], "Class ostk::astrodynamics::trajectory::state::CoordinateBroker": [[198, null]], "Class ostk::astrodynamics::trajectory::state::CoordinateSubset": [[199, null]], "Class ostk::astrodynamics::trajectory::state::NumericalSolver": [[200, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity": [[201, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion": [[202, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition": [[203, null]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity": [[204, null]], "Coast segment": [[131, "coast-segment"]], "Computation": [[117, "computation"], [127, "computation"], [129, "computation"], [132, "computation"]], "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model": [[118, null]], "Constant Thrust Dynamics": [[119, null]], "Contribution": [[206, "contribution"]], "Create a model": [[121, "create-a-model"]], "Cross Validation and Accuracy Tolerances": [[206, "cross-validation-and-accuracy-tolerances"]], "Custom Event Condition": [[120, null]], "Custom Window Generation": [[121, null]], "Debian / Ubuntu": [[206, "debian-ubuntu"]], "Define Satellites": [[122, "define-satellites"]], "Define Scenario": [[122, "define-scenario"]], "Define our condition": [[121, "define-our-condition"]], "Define our solver": [[121, "define-our-solver"]], "Dependencies": [[206, "dependencies"]], "Development Environment": [[206, "development-environment"]], "Docker Images": [[206, "docker-images"]], "Documentation": [[206, "documentation"]], "Eccentricity targeting": [[128, "eccentricity-targeting"]], "Eclipse condition": [[120, "eclipse-condition"]], "Environment": [[116, "environment"], [117, "environment"], [129, "environment"]], "Examples {#Examples}": [[0, "examples-examples"]], "Find RF Interference Accesses": [[122, null]], "Getting Started": [[206, "getting-started"]], "Inclination targeting": [[128, "inclination-targeting"]], "Installation": [[206, "installation"]], "Interference Filter": [[122, "interference-filter"]], "JupyterLab": [[206, "jupyterlab"]], "License": [[206, "license"]], "Maneuver segment": [[131, "maneuver-segment"]], "Multiple targets": [[128, "multiple-targets"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)": [[123, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)": [[124, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)": [[125, null]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)": [[126, null]], "Open Space Toolkit \u25b8 Astrodynamics": [[206, null]], "Orbit Computation": [[127, null]], "Orbit Station-keeping with QLaw": [[128, null]], "Origin": [[116, "origin"]], "Output": [[116, "output"], [127, "output"]], "Plots": [[122, "plots"]], "Process Cross Platform Results": [[123, "process-cross-platform-results"], [124, "process-cross-platform-results"], [125, "process-cross-platform-results"], [126, "process-cross-platform-results"]], "Propagate with OSTk": [[123, "propagate-with-ostk"], [124, "propagate-with-ostk"], [125, "propagate-with-ostk"], [126, "propagate-with-ostk"]], "Propagation": [[118, "propagation"]], "Python": [[206, "python"]], "Python API Documentation": [[208, null]], "Right Ascension of Ascending Node targeting": [[128, "right-ascension-of-ascending-node-targeting"]], "Run the analysis": [[122, "run-the-analysis"]], "Running the Validation Tests": [[206, "running-the-validation-tests"]], "SGP4": [[127, "sgp4"]], "SMA + Ecc": [[128, "sma-ecc"]], "SMA + Ecc + Inc + Raan targeting": [[128, "sma-ecc-inc-raan-targeting"]], "SMA + Ecc + Inclination": [[128, "sma-ecc-inclination"]], "SMA targeting": [[128, "sma-targeting"]], "Satellite": [[117, "satellite"], [129, "satellite"]], "Scenario Definition": [[206, "scenario-definition"]], "Script": [[206, "script"]], "Semi Major Axis + Inclination": [[128, "semi-major-axis-inclination"]], "Sensor": [[117, "sensor"], [129, "sensor"]], "Sensor Modeling": [[129, null]], "Sequence": [[130, "sequence"], [131, "sequence"]], "Set up Comparison Files": [[123, "set-up-comparison-files"], [124, "set-up-comparison-files"], [125, "set-up-comparison-files"], [126, "set-up-comparison-files"]], "Setup": [[116, "setup"], [117, "setup"], [122, "setup"], [127, "setup"], [129, "setup"], [132, "setup"], [206, "setup"]], "Setup Comparison Scenario in OSTk": [[123, "setup-comparison-scenario-in-ostk"], [124, "setup-comparison-scenario-in-ostk"], [125, "setup-comparison-scenario-in-ostk"], [126, "setup-comparison-scenario-in-ostk"]], "Setup Dynamics, initial state and Satellite System": [[118, "setup-dynamics-initial-state-and-satellite-system"], [130, "setup-dynamics-initial-state-and-satellite-system"]], "Setup environment, initial state and Satellite System": [[128, "setup-environment-initial-state-and-satellite-system"], [131, "setup-environment-initial-state-and-satellite-system"]], "Setup {#Setup}": [[0, "setup-setup"]], "Special Thanks": [[206, "special-thanks"]], "Station-keeping Sequence": [[130, null]], "Target": [[116, "target"], [129, "target"]], "Target Intersection": [[117, "target-intersection"]], "Target Tracking": [[132, null]], "Test": [[206, "test"]], "Trajectory RMS error vs GMAT run in the GCRF frame": [[123, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [124, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [125, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [126, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"]], "Tutorial": [[0, null]], "Tutorial Notebooks": [[207, null]], "Tutorials": [[206, "tutorials"]], "User inputs": [[118, "user-inputs"], [128, "user-inputs"], [130, "user-inputs"], [131, "user-inputs"]], "Utility functions": [[128, "utility-functions"]], "Validation": [[206, "validation"]], "Validation Plots": [[123, "validation-plots"], [124, "validation-plots"], [125, "validation-plots"], [126, "validation-plots"]], "Visualization": [[117, "visualization"], [129, "visualization"]], "Visualize Satellite States (Cesium)": [[133, null]], "Window generation": [[121, "window-generation"]], "iPython": [[206, "ipython"]], "ostk.astrodynamics": [[1, null]], "ostk.astrodynamics.Access": [[2, null]], "ostk.astrodynamics.Dynamics": [[3, null]], "ostk.astrodynamics.EventCondition": [[4, null]], "ostk.astrodynamics.GuidanceLaw": [[5, null]], "ostk.astrodynamics.RootSolver": [[6, null]], "ostk.astrodynamics.Trajectory": [[7, null]], "ostk.astrodynamics.access": [[8, null]], "ostk.astrodynamics.access.Generator": [[9, null]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, null]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, null]], "ostk.astrodynamics.converters": [[12, null]], "ostk.astrodynamics.converters.coerce_to_datetime": [[13, null]], "ostk.astrodynamics.converters.coerce_to_instant": [[14, null]], "ostk.astrodynamics.converters.coerce_to_interval": [[15, null]], "ostk.astrodynamics.converters.coerce_to_iso": [[16, null]], "ostk.astrodynamics.dataframe": [[17, null]], "ostk.astrodynamics.dataframe.generate_column_names": [[18, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit": [[19, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_profile": [[20, null]], "ostk.astrodynamics.dataframe.generate_dataframe_from_states": [[21, null]], "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe": [[22, null]], "ostk.astrodynamics.dataframe.generate_profile_from_dataframe": [[23, null]], "ostk.astrodynamics.dataframe.generate_states_from_dataframe": [[24, null]], "ostk.astrodynamics.display": [[25, null]], "ostk.astrodynamics.display.AccessesPlot": [[26, null]], "ostk.astrodynamics.display.convert_to_ground_track_plotting_data": [[27, null]], "ostk.astrodynamics.display.create_2d_map": [[28, null]], "ostk.astrodynamics.display.create_3d_globe": [[29, null]], "ostk.astrodynamics.display.create_plotly_figure": [[30, null]], "ostk.astrodynamics.dynamics": [[31, null]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[32, null]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[33, null]], "ostk.astrodynamics.dynamics.PositionDerivative": [[34, null]], "ostk.astrodynamics.dynamics.Tabulated": [[35, null]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[36, null]], "ostk.astrodynamics.dynamics.Thruster": [[37, null]], "ostk.astrodynamics.event_condition": [[38, null]], "ostk.astrodynamics.event_condition.AngularCondition": [[39, null]], "ostk.astrodynamics.event_condition.BooleanCondition": [[40, null]], "ostk.astrodynamics.event_condition.COECondition": [[41, null]], "ostk.astrodynamics.event_condition.InstantCondition": [[42, null]], "ostk.astrodynamics.event_condition.LogicalCondition": [[43, null]], "ostk.astrodynamics.event_condition.RealCondition": [[44, null]], "ostk.astrodynamics.flight": [[45, null]], "ostk.astrodynamics.flight.Maneuver": [[46, null]], "ostk.astrodynamics.flight.Profile": [[47, null]], "ostk.astrodynamics.flight.System": [[48, null]], "ostk.astrodynamics.flight.profile": [[49, null]], "ostk.astrodynamics.flight.profile.Model": [[50, null]], "ostk.astrodynamics.flight.profile.model": [[51, null]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[52, null]], "ostk.astrodynamics.flight.profile.model.Transform": [[53, null]], "ostk.astrodynamics.flight.system": [[54, null]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[55, null]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[56, null]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[57, null]], "ostk.astrodynamics.guidance_law": [[58, null]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[59, null]], "ostk.astrodynamics.guidance_law.QLaw": [[60, null]], "ostk.astrodynamics.solver": [[61, null]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[62, null]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[63, null]], "ostk.astrodynamics.trajectory": [[64, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[65, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[66, null]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[67, null]], "ostk.astrodynamics.trajectory.Model": [[68, null]], "ostk.astrodynamics.trajectory.Orbit": [[69, null]], "ostk.astrodynamics.trajectory.Propagator": [[70, null]], "ostk.astrodynamics.trajectory.Segment": [[71, null]], "ostk.astrodynamics.trajectory.Sequence": [[72, null]], "ostk.astrodynamics.trajectory.State": [[73, null]], "ostk.astrodynamics.trajectory.StateBuilder": [[74, null]], "ostk.astrodynamics.trajectory.orbit": [[75, null]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[76, null]], "ostk.astrodynamics.trajectory.orbit.Pass": [[77, null]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[78, null]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[79, null]], "ostk.astrodynamics.trajectory.orbit.model": [[80, null]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[81, null]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[82, null]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[83, null]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[84, null]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[85, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[86, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[87, null]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[88, null]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[89, null]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[90, null]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[91, null]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[92, null]], "ostk.astrodynamics.trajectory.state": [[93, null]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[94, null]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[95, null]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[96, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[97, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[98, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[99, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[100, null]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[101, null]], "ostk.astrodynamics.utilities": [[102, null]], "ostk.astrodynamics.utilities.compute_aer": [[103, null]], "ostk.astrodynamics.utilities.compute_ground_track": [[104, null]], "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates": [[105, null]], "ostk.astrodynamics.utilities.compute_trajectory_geometry": [[106, null]], "ostk.astrodynamics.utilities.convert_state": [[107, null]], "ostk.astrodynamics.utilities.lla_from_position": [[108, null]], "ostk.astrodynamics.utilities.lla_from_state": [[109, null]], "ostk.astrodynamics.utilities.position_from_lla": [[110, null]], "ostk.astrodynamics.viewer": [[111, null]], "ostk.astrodynamics.viewer.ConicSensor": [[112, null]], "ostk.astrodynamics.viewer.RectangularSensor": [[113, null]], "ostk.astrodynamics.viewer.Sensor": [[114, null]], "ostk.astrodynamics.viewer.Viewer": [[115, null]]}, "docnames": ["Tutorial", "_autosummary/ostk.astrodynamics", "_autosummary/ostk.astrodynamics.Access", "_autosummary/ostk.astrodynamics.Dynamics", "_autosummary/ostk.astrodynamics.EventCondition", "_autosummary/ostk.astrodynamics.GuidanceLaw", "_autosummary/ostk.astrodynamics.RootSolver", "_autosummary/ostk.astrodynamics.Trajectory", "_autosummary/ostk.astrodynamics.access", "_autosummary/ostk.astrodynamics.access.Generator", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM", "_autosummary/ostk.astrodynamics.converters", "_autosummary/ostk.astrodynamics.converters.coerce_to_datetime", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso", "_autosummary/ostk.astrodynamics.dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_column_names", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states", "_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe", "_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe", "_autosummary/ostk.astrodynamics.display", "_autosummary/ostk.astrodynamics.display.AccessesPlot", "_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data", "_autosummary/ostk.astrodynamics.display.create_2d_map", "_autosummary/ostk.astrodynamics.display.create_3d_globe", "_autosummary/ostk.astrodynamics.display.create_plotly_figure", "_autosummary/ostk.astrodynamics.dynamics", "_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag", "_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity", "_autosummary/ostk.astrodynamics.dynamics.PositionDerivative", "_autosummary/ostk.astrodynamics.dynamics.Tabulated", "_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity", "_autosummary/ostk.astrodynamics.dynamics.Thruster", "_autosummary/ostk.astrodynamics.event_condition", "_autosummary/ostk.astrodynamics.event_condition.AngularCondition", "_autosummary/ostk.astrodynamics.event_condition.BooleanCondition", "_autosummary/ostk.astrodynamics.event_condition.COECondition", "_autosummary/ostk.astrodynamics.event_condition.InstantCondition", "_autosummary/ostk.astrodynamics.event_condition.LogicalCondition", "_autosummary/ostk.astrodynamics.event_condition.RealCondition", "_autosummary/ostk.astrodynamics.flight", "_autosummary/ostk.astrodynamics.flight.Maneuver", "_autosummary/ostk.astrodynamics.flight.Profile", "_autosummary/ostk.astrodynamics.flight.System", "_autosummary/ostk.astrodynamics.flight.profile", "_autosummary/ostk.astrodynamics.flight.profile.Model", "_autosummary/ostk.astrodynamics.flight.profile.model", "_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated", "_autosummary/ostk.astrodynamics.flight.profile.model.Transform", "_autosummary/ostk.astrodynamics.flight.system", "_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder", "_autosummary/ostk.astrodynamics.guidance_law", "_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust", "_autosummary/ostk.astrodynamics.guidance_law.QLaw", "_autosummary/ostk.astrodynamics.solver", "_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver", "_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver", "_autosummary/ostk.astrodynamics.trajectory", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", "_autosummary/ostk.astrodynamics.trajectory.Model", "_autosummary/ostk.astrodynamics.trajectory.Orbit", "_autosummary/ostk.astrodynamics.trajectory.Propagator", "_autosummary/ostk.astrodynamics.trajectory.Segment", "_autosummary/ostk.astrodynamics.trajectory.Sequence", "_autosummary/ostk.astrodynamics.trajectory.State", "_autosummary/ostk.astrodynamics.trajectory.StateBuilder", "_autosummary/ostk.astrodynamics.trajectory.orbit", "_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel", "_autosummary/ostk.astrodynamics.trajectory.orbit.Pass", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", "_autosummary/ostk.astrodynamics.trajectory.orbit.model", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", "_autosummary/ostk.astrodynamics.trajectory.state", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset", "_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", "_autosummary/ostk.astrodynamics.utilities", "_autosummary/ostk.astrodynamics.utilities.compute_aer", "_autosummary/ostk.astrodynamics.utilities.compute_ground_track", "_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", "_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry", "_autosummary/ostk.astrodynamics.utilities.convert_state", "_autosummary/ostk.astrodynamics.utilities.lla_from_position", "_autosummary/ostk.astrodynamics.utilities.lla_from_state", "_autosummary/ostk.astrodynamics.utilities.position_from_lla", "_autosummary/ostk.astrodynamics.viewer", "_autosummary/ostk.astrodynamics.viewer.ConicSensor", "_autosummary/ostk.astrodynamics.viewer.RectangularSensor", "_autosummary/ostk.astrodynamics.viewer.Sensor", "_autosummary/ostk.astrodynamics.viewer.Viewer", "_notebooks/Access Computation", "_notebooks/Area Coverage", "_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00", "_notebooks/Constant Thrust Dynamics", "_notebooks/Custom Event Condition", "_notebooks/Custom Window Generation", "_notebooks/Find RF Interference Accesses", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3)", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4)", "_notebooks/Orbit Computation", "_notebooks/QLaw Examples", "_notebooks/Sensor Modeling", "_notebooks/Station-Keeping Sequence", "_notebooks/Station-Keeping Sequence [QLaw]", "_notebooks/Target Tracking", "_notebooks/Visualize Satellite Trajectory (Cesium)", "cpp", "cpp_rst/class/classostk_1_1astrodynamics_1_1_access", "cpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics", "cpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law", "cpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context", "cpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity", "cpp_rst/classlist", "index", "notebook", "python"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1}, "filenames": ["Tutorial.md", "_autosummary/ostk.astrodynamics.rst", "_autosummary/ostk.astrodynamics.Access.rst", "_autosummary/ostk.astrodynamics.Dynamics.rst", "_autosummary/ostk.astrodynamics.EventCondition.rst", "_autosummary/ostk.astrodynamics.GuidanceLaw.rst", "_autosummary/ostk.astrodynamics.RootSolver.rst", "_autosummary/ostk.astrodynamics.Trajectory.rst", "_autosummary/ostk.astrodynamics.access.rst", "_autosummary/ostk.astrodynamics.access.Generator.rst", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.rst", "_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.rst", "_autosummary/ostk.astrodynamics.converters.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso.rst", "_autosummary/ostk.astrodynamics.dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_column_names.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe.rst", "_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe.rst", "_autosummary/ostk.astrodynamics.display.rst", "_autosummary/ostk.astrodynamics.display.AccessesPlot.rst", "_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.rst", "_autosummary/ostk.astrodynamics.display.create_2d_map.rst", "_autosummary/ostk.astrodynamics.display.create_3d_globe.rst", "_autosummary/ostk.astrodynamics.display.create_plotly_figure.rst", "_autosummary/ostk.astrodynamics.dynamics.rst", "_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.rst", "_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.rst", "_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.rst", "_autosummary/ostk.astrodynamics.dynamics.Tabulated.rst", "_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.rst", "_autosummary/ostk.astrodynamics.dynamics.Thruster.rst", "_autosummary/ostk.astrodynamics.event_condition.rst", "_autosummary/ostk.astrodynamics.event_condition.AngularCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.COECondition.rst", "_autosummary/ostk.astrodynamics.event_condition.InstantCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.rst", "_autosummary/ostk.astrodynamics.event_condition.RealCondition.rst", "_autosummary/ostk.astrodynamics.flight.rst", "_autosummary/ostk.astrodynamics.flight.Maneuver.rst", "_autosummary/ostk.astrodynamics.flight.Profile.rst", "_autosummary/ostk.astrodynamics.flight.System.rst", "_autosummary/ostk.astrodynamics.flight.profile.rst", "_autosummary/ostk.astrodynamics.flight.profile.Model.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.rst", "_autosummary/ostk.astrodynamics.flight.profile.model.Transform.rst", "_autosummary/ostk.astrodynamics.flight.system.rst", "_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.rst", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.rst", "_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.rst", "_autosummary/ostk.astrodynamics.guidance_law.rst", "_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.rst", "_autosummary/ostk.astrodynamics.guidance_law.QLaw.rst", "_autosummary/ostk.astrodynamics.solver.rst", "_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.rst", "_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.rst", "_autosummary/ostk.astrodynamics.trajectory.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.rst", "_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.rst", "_autosummary/ostk.astrodynamics.trajectory.Model.rst", "_autosummary/ostk.astrodynamics.trajectory.Orbit.rst", "_autosummary/ostk.astrodynamics.trajectory.Propagator.rst", "_autosummary/ostk.astrodynamics.trajectory.Segment.rst", "_autosummary/ostk.astrodynamics.trajectory.Sequence.rst", "_autosummary/ostk.astrodynamics.trajectory.State.rst", "_autosummary/ostk.astrodynamics.trajectory.StateBuilder.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.rst", "_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.rst", "_autosummary/ostk.astrodynamics.trajectory.state.rst", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.rst", "_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.rst", "_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.rst", "_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.rst", "_autosummary/ostk.astrodynamics.utilities.rst", "_autosummary/ostk.astrodynamics.utilities.compute_aer.rst", "_autosummary/ostk.astrodynamics.utilities.compute_ground_track.rst", "_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates.rst", "_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.rst", "_autosummary/ostk.astrodynamics.utilities.convert_state.rst", "_autosummary/ostk.astrodynamics.utilities.lla_from_position.rst", "_autosummary/ostk.astrodynamics.utilities.lla_from_state.rst", "_autosummary/ostk.astrodynamics.utilities.position_from_lla.rst", "_autosummary/ostk.astrodynamics.viewer.rst", "_autosummary/ostk.astrodynamics.viewer.ConicSensor.rst", "_autosummary/ostk.astrodynamics.viewer.RectangularSensor.rst", "_autosummary/ostk.astrodynamics.viewer.Sensor.rst", "_autosummary/ostk.astrodynamics.viewer.Viewer.rst", "_notebooks/Access Computation.ipynb", "_notebooks/Area Coverage.ipynb", "_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb", "_notebooks/Constant Thrust Dynamics.ipynb", "_notebooks/Custom Event Condition.ipynb", "_notebooks/Custom Window Generation.ipynb", "_notebooks/Find RF Interference Accesses.ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb", "_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb", "_notebooks/Orbit Computation.ipynb", "_notebooks/QLaw Examples.ipynb", "_notebooks/Sensor Modeling.ipynb", "_notebooks/Station-Keeping Sequence.ipynb", "_notebooks/Station-Keeping Sequence [QLaw].ipynb", "_notebooks/Target Tracking.ipynb", "_notebooks/Visualize Satellite Trajectory (Cesium).ipynb", "cpp.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_access.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position.rst", "cpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity.rst", "cpp_rst/classlist.rst", "index.md", "notebook.rst", "python.rst"], "indexentries": {"__add__() (state method)": [[73, "ostk.astrodynamics.trajectory.State.__add__", false]], "__add__() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.__add__", false]], "absolute_effectivity_threshold (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.absolute_effectivity_threshold", false]], "access (class in ostk.astrodynamics)": [[2, "ostk.astrodynamics.Access", false]], "access.type (class in ostk.astrodynamics)": [[2, "ostk.astrodynamics.Access.Type", false]], "access_cached_state_array() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_cached_state_array", false]], "access_contribution_profile() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_contribution_profile", false]], "access_coordinate_broker() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.access_coordinate_broker", false]], "access_end_instant() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.access_end_instant", false]], "access_end_instant() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.access_end_instant", false]], "access_frame() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_frame", false]], "access_instants() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.access_instants", false]], "access_kepler_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_kepler_model", false]], "access_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_model", false]], "access_model() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.access_model", false]], "access_model() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.access_model", false]], "access_numerical_solver() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.access_numerical_solver", false]], "access_parent_frame() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.access_parent_frame", false]], "access_propagated_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_propagated_model", false]], "access_propagator() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_propagator", false]], "access_sgp4_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_sgp4_model", false]], "access_start_instant() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.access_start_instant", false]], "access_start_instant() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.access_start_instant", false]], "access_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.access_subsets", false]], "access_tabulated_model() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.access_tabulated_model", false]], "accessesplot (class in ostk.astrodynamics.display)": [[26, "ostk.astrodynamics.display.AccessesPlot", false]], "actual_od_span (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.actual_od_span", false]], "add() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.add", false]], "add() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.add", false]], "add() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.add", false]], "add() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.add", false]], "add() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.add", false]], "add_coast_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_coast_segment", false]], "add_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.add_dynamics", false]], "add_line() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_line", false]], "add_maneuver() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.add_maneuver", false]], "add_maneuver_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_maneuver_segment", false]], "add_profile() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_profile", false]], "add_satellite() (accessesplot method)": [[26, "ostk.astrodynamics.display.AccessesPlot.add_satellite", false]], "add_segment() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_segment", false]], "add_segments() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.add_segments", false]], "add_subset() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.add_subset", false]], "add_target() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.add_target", false]], "aer_mask() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.aer_mask", false]], "aer_ranges() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.aer_ranges", false]], "align_and_constrain() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.align_and_constrain", false]], "angularcondition (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition", false]], "angularcondition.criterion (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Criterion", false]], "angularcondition.target (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target", false]], "angularcondition.target.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type", false]], "angularvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", false]], "anti_direction (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.anti_direction", false]], "anti_direction (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.anti_direction", false]], "anti_direction (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.anti_direction", false]], "anti_direction (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.anti_direction", false]], "aop() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.aop", false]], "area_drag (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_drag", false]], "area_pc (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_pc", false]], "area_srp (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.area_srp", false]], "as_kepler() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_kepler", false]], "as_kepler() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_kepler", false]], "as_kepler() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_kepler", false]], "as_kepler() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_kepler", false]], "as_kepler() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_kepler", false]], "as_propagated() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_propagated", false]], "as_propagated() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_propagated", false]], "as_propagated() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_propagated", false]], "as_propagated() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_propagated", false]], "as_propagated() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_propagated", false]], "as_sgp4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_sgp4", false]], "as_sgp4() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_sgp4", false]], "as_sgp4() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_sgp4", false]], "as_sgp4() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_sgp4", false]], "as_sgp4() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_sgp4", false]], "as_tabulated() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.as_tabulated", false]], "as_tabulated() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.as_tabulated", false]], "as_tabulated() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.as_tabulated", false]], "as_transform() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.as_transform", false]], "as_transform() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.as_transform", false]], "as_transform() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.as_transform", false]], "atmospheric_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.atmospheric_model", false]], "atmosphericdrag (class in ostk.astrodynamics.dynamics)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag", false]], "attitudequaternion (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", false]], "axis (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.axis", false]], "axis (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.axis", false]], "axis (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.axis", false]], "axis (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.axis", false]], "b (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.b", false]], "ballistic_coefficient (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.ballistic_coefficient", false]], "bisection() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.bisection", false]], "booleancondition (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition", false]], "booleancondition.criterion (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion", false]], "booleancondition.target (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target", false]], "booleancondition.target.type (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type", false]], "bracket_and_solve() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.bracket_and_solve", false]], "brouwerlyddanemean (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", false]], "brouwerlyddanemean.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType", false]], "brouwerlyddanemean.element (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element", false]], "brouwerlyddanemeanlong (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", false]], "brouwerlyddanemeanlong.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType", false]], "brouwerlyddanemeanlong.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element", false]], "brouwerlyddanemeanshort (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", false]], "brouwerlyddanemeanshort.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType", false]], "brouwerlyddanemeanshort.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element", false]], "build() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.build", false]], "build() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.build", false]], "calculate_average_specific_impulse() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_average_specific_impulse", false]], "calculate_average_thrust() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_average_thrust", false]], "calculate_delta_mass() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_delta_mass", false]], "calculate_delta_v() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.calculate_delta_v", false]], "calculate_revolution_number_at() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_revolution_number_at", false]], "calculate_state_at() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_state_at", false]], "calculate_state_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.calculate_state_at", false], [68, "ostk.astrodynamics.trajectory.Model.calculate_state_at", false]], "calculate_state_at() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_state_at", false]], "calculate_state_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_state_at", false]], "calculate_state_at() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_state_at", false]], "calculate_state_at() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_state_at", false]], "calculate_state_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_state_at", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_state_at", false]], "calculate_state_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.calculate_state_at", false]], "calculate_state_to_condition() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_state_to_condition", false]], "calculate_states_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.calculate_states_at", false], [68, "ostk.astrodynamics.trajectory.Model.calculate_states_at", false]], "calculate_states_at() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_states_at", false]], "calculate_states_at() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.calculate_states_at", false]], "calculate_states_at() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.calculate_states_at", false]], "calculate_states_at() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.calculate_states_at", false]], "calculate_states_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_states_at", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_states_at", false]], "calculate_states_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.calculate_states_at", false]], "calculate_thrust_acceleration_at() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.calculate_thrust_acceleration_at", false]], "calculate_thrust_acceleration_at() (guidancelaw method)": [[5, "ostk.astrodynamics.GuidanceLaw.calculate_thrust_acceleration_at", false]], "calculate_thrust_acceleration_at() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.calculate_thrust_acceleration_at", false]], "can_parse() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.can_parse", false]], "cartesian() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.cartesian", false]], "cartesian() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.cartesian", false]], "cartesian() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.cartesian", false]], "cartesian() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.cartesian", false]], "cartesianposition (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", false]], "cartesianvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", false]], "catalog_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.catalog_name", false]], "ccsds_cdm_version (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.ccsds_cdm_version", false]], "cd_area_over_mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.cd_area_over_mass", false]], "cdm (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM", false]], "cdm.data (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data", false]], "cdm.header (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header", false]], "cdm.metadata (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata", false]], "cdm.objecttype (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType", false]], "cdm.relativemetadata (class in ostk.astrodynamics.conjunction.message.ccsds)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata", false]], "centralbodygravity (class in ostk.astrodynamics.dynamics)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity", false]], "circular() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.circular", false]], "circular_equatorial() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.circular_equatorial", false]], "clear_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.clear_dynamics", false]], "coast() (segment static method)": [[71, "ostk.astrodynamics.trajectory.Segment.coast", false]], "coe (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", false]], "coe() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.COE", false]], "coe() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.COE", false]], "coe.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType", false]], "coe.element (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element", false]], "coecondition (class in ostk.astrodynamics.event_condition)": [[41, "ostk.astrodynamics.event_condition.COECondition", false]], "coerce_to_datetime() (in module ostk.astrodynamics.converters)": [[13, "ostk.astrodynamics.converters.coerce_to_datetime", false]], "coerce_to_instant() (in module ostk.astrodynamics.converters)": [[14, "ostk.astrodynamics.converters.coerce_to_instant", false]], "coerce_to_interval() (in module ostk.astrodynamics.converters)": [[15, "ostk.astrodynamics.converters.coerce_to_interval", false]], "coerce_to_iso() (in module ostk.astrodynamics.converters)": [[16, "ostk.astrodynamics.converters.coerce_to_iso", false]], "collision_probability (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.collision_probability", false]], "collision_probability_method (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.collision_probability_method", false]], "comment (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.comment", false]], "comment (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.comment", false]], "comment (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.comment", false]], "compute_accesses() (generator method)": [[9, "ostk.astrodynamics.access.Generator.compute_accesses", false]], "compute_aer() (in module ostk.astrodynamics.utilities)": [[103, "ostk.astrodynamics.utilities.compute_aer", false]], "compute_angular_momentum() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_angular_momentum", false]], "compute_angular_momentum() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_angular_momentum", false]], "compute_contribution() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.compute_contribution", false]], "compute_contribution() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.compute_contribution", false]], "compute_contribution() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.compute_contribution", false]], "compute_contribution() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.compute_contribution", false]], "compute_contribution() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.compute_contribution", false]], "compute_contribution() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.compute_contribution", false]], "compute_contribution() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.compute_contribution", false]], "compute_delta_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_mass", false]], "compute_delta_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_mass", false]], "compute_delta_v() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_v", false]], "compute_delta_v() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_v", false]], "compute_gradient() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_gradient", false]], "compute_ground_track() (in module ostk.astrodynamics.utilities)": [[104, "ostk.astrodynamics.utilities.compute_ground_track", false]], "compute_jacobian() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_jacobian", false]], "compute_ltan() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_ltan", false]], "compute_ltan() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_ltan", false]], "compute_ltan() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_ltan", false]], "compute_ltan() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_ltan", false]], "compute_mean_ltan() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_mean_ltan", false]], "compute_mean_ltan() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_mean_ltan", false]], "compute_mean_ltan() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_mean_ltan", false]], "compute_mean_ltan() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_mean_ltan", false]], "compute_passes() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.compute_passes", false]], "compute_passes_with_model() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.compute_passes_with_model", false]], "compute_radial_distance() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_radial_distance", false]], "compute_radial_distance() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_radial_distance", false]], "compute_semi_latus_rectum() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_semi_latus_rectum", false]], "compute_time_lla_aer_coordinates() (in module ostk.astrodynamics.utilities)": [[105, "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", false]], "compute_trajectory_geometry() (in module ostk.astrodynamics.utilities)": [[106, "ostk.astrodynamics.utilities.compute_trajectory_geometry", false]], "condition_is_satisfied (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.condition_is_satisfied", false]], "condition_is_satisfied (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.condition_is_satisfied", false]], "conditional() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.conditional", false]], "conicsensor (class in ostk.astrodynamics.viewer)": [[112, "ostk.astrodynamics.viewer.ConicSensor", false]], "constant_mass_flow_rate_profile() (maneuver static method)": [[46, "ostk.astrodynamics.flight.Maneuver.constant_mass_flow_rate_profile", false]], "constantthrust (class in ostk.astrodynamics.guidance_law)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust", false]], "construct() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.construct", false]], "construct() (localorbitalframetransformprovider static method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.construct", false]], "construct() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.construct", false]], "convert_state() (in module ostk.astrodynamics.utilities)": [[107, "ostk.astrodynamics.utilities.convert_state", false]], "convert_to_ground_track_plotting_data() (in module ostk.astrodynamics.display)": [[27, "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", false]], "coordinatebroker (class in ostk.astrodynamics.trajectory.state)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker", false]], "coordinatesubset (class in ostk.astrodynamics.trajectory.state)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset", false]], "covariance_matrix (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.covariance_matrix", false]], "covariance_method (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.covariance_method", false]], "cr_area_over_mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.cr_area_over_mass", false]], "create_2d_map() (in module ostk.astrodynamics.display)": [[28, "ostk.astrodynamics.display.create_2d_map", false]], "create_3d_globe() (in module ostk.astrodynamics.display)": [[29, "ostk.astrodynamics.display.create_3d_globe", false]], "create_plotly_figure() (in module ostk.astrodynamics.display)": [[30, "ostk.astrodynamics.display.create_plotly_figure", false]], "creation_date (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.creation_date", false]], "custom_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.custom_pointing", false]], "date (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.date", false]], "default() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.default", false]], "default() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.default", false]], "default() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.default", false]], "default() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.default", false]], "default() (finitedifferencesolver static method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.default", false]], "default() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.default", false]], "default() (propagator static method)": [[70, "ostk.astrodynamics.trajectory.Propagator.default", false]], "default() (propulsionsystem static method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.default", false]], "default() (rootsolver static method)": [[6, "ostk.astrodynamics.RootSolver.default", false]], "default() (satellitesystem static method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.default", false]], "default() (satellitesystembuilder static method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.default", false]], "default_conditional() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.default_conditional", false]], "dictionary() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.dictionary", false]], "dictionary() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.dictionary", false]], "drag_coefficient() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.drag_coefficient", false]], "drag_coefficient() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.drag_coefficient", false]], "drag_coefficient() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.drag_coefficient", false]], "drag_coefficient() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.drag_coefficient", false]], "drag_coefficient() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.drag_coefficient", false]], "duration_condition() (booleancondition static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.duration_condition", false]], "duration_condition() (instantcondition static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.duration_condition", false]], "duration_condition() (realcondition static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.duration_condition", false]], "dynamics (class in ostk.astrodynamics)": [[3, "ostk.astrodynamics.Dynamics", false]], "dynamics (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.dynamics", false]], "earth_tides (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.earth_tides", false]], "eccentric_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.eccentric_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_true_anomaly", false]], "eccentricity() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.eccentricity", false]], "end_screen_period (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.end_screen_period", false]], "ephemeris_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.ephemeris_name", false]], "equatorial() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.equatorial", false]], "evaluate() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.evaluate", false]], "evaluate() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.evaluate", false]], "evaluate() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.evaluate", false]], "eventcondition (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition", false]], "eventcondition.target (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition.Target", false]], "eventcondition.target.type (class in ostk.astrodynamics)": [[4, "ostk.astrodynamics.EventCondition.Target.Type", false]], "execution_is_complete (sequence.solution property)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.execution_is_complete", false]], "expand() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.expand", false]], "extract_coordinate() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinate", false]], "extract_coordinate() (state method)": [[73, "ostk.astrodynamics.trajectory.State.extract_coordinate", false]], "extract_coordinates() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinates", false]], "extract_coordinates() (state method)": [[73, "ostk.astrodynamics.trajectory.State.extract_coordinates", false]], "extract_maneuvers() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.extract_maneuvers", false]], "finitedifferencesolver (class in ostk.astrodynamics.solver)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver", false]], "finitedifferencesolver.type (class in ostk.astrodynamics.solver)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type", false]], "fixed_step_size() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.fixed_step_size", false]], "from_dict() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.from_dict", false]], "from_environment() (atmosphericdrag static method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.from_environment", false]], "from_environment() (centralbodygravity static method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.from_environment", false]], "from_environment() (dynamics static method)": [[3, "ostk.astrodynamics.Dynamics.from_environment", false]], "from_environment() (positionderivative static method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.from_environment", false]], "from_environment() (propagator static method)": [[70, "ostk.astrodynamics.trajectory.Propagator.from_environment", false]], "from_environment() (tabulated static method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.from_environment", false]], "from_environment() (thirdbodygravity static method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.from_environment", false]], "from_environment() (thruster static method)": [[37, "ostk.astrodynamics.dynamics.Thruster.from_environment", false]], "from_si_vector() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.from_SI_vector", false]], "from_si_vector() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.from_SI_vector", false]], "frozen() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.frozen", false]], "frozen_orbit() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.frozen_orbit", false]], "frozen_orbit() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.frozen_orbit", false]], "frozen_orbit() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.frozen_orbit", false]], "frozen_orbit() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.frozen_orbit", false]], "generate_checksum() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.generate_checksum", false]], "generate_column_names() (in module ostk.astrodynamics.dataframe)": [[18, "ostk.astrodynamics.dataframe.generate_column_names", false]], "generate_dataframe_from_orbit() (in module ostk.astrodynamics.dataframe)": [[19, "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", false]], "generate_dataframe_from_profile() (in module ostk.astrodynamics.dataframe)": [[20, "ostk.astrodynamics.dataframe.generate_dataframe_from_profile", false]], "generate_dataframe_from_states() (in module ostk.astrodynamics.dataframe)": [[21, "ostk.astrodynamics.dataframe.generate_dataframe_from_states", false]], "generate_frame() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.generate_frame", false]], "generate_orbit_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[22, "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", false]], "generate_profile_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[23, "ostk.astrodynamics.dataframe.generate_profile_from_dataframe", false]], "generate_states_from_dataframe() (in module ostk.astrodynamics.dataframe)": [[24, "ostk.astrodynamics.dataframe.generate_states_from_dataframe", false]], "generation_date (opm.header property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.generation_date", false]], "generator (class in ostk.astrodynamics.access)": [[9, "ostk.astrodynamics.access.Generator", false]], "geo_synchronous() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.geo_synchronous", false]], "get_absolute_tolerance() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_absolute_tolerance", false]], "get_acceleration() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_acceleration", false]], "get_acceleration_profile() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_acceleration_profile", false]], "get_access_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_access_filter", false]], "get_acquisition_of_signal() (access method)": [[2, "ostk.astrodynamics.Access.get_acquisition_of_signal", false]], "get_aer_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_aer_filter", false]], "get_all_dynamics_contributions() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_all_dynamics_contributions", false]], "get_angular_momentum() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_angular_momentum", false]], "get_angular_momentum() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_angular_momentum", false]], "get_angular_velocity() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_angular_velocity", false]], "get_aop() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_aop", false]], "get_aop() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_aop", false]], "get_aop() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_aop", false]], "get_aop() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_aop", false]], "get_aop() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_aop", false]], "get_apoapsis_radius() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_apoapsis_radius", false]], "get_apoapsis_radius() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_apoapsis_radius", false]], "get_attitude() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_attitude", false]], "get_axes_at() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.get_axes_at", false]], "get_axes_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_axes_at", false]], "get_axes_at() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_axes_at", false]], "get_axes_at() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.get_axes_at", false]], "get_b_star_drag_term() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_b_star_drag_term", false]], "get_body_frame() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.get_body_frame", false]], "get_body_frame() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_body_frame", false]], "get_body_frame() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_body_frame", false]], "get_body_frame() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.get_body_frame", false]], "get_cartesian_state() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_cartesian_state", false]], "get_cartesian_state() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_cartesian_state", false]], "get_ccsds_cdm_version() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_ccsds_cdm_version", false]], "get_celestial() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_celestial", false]], "get_celestial() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_celestial", false]], "get_celestial() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_celestial", false]], "get_classical_orbital_elements() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_classical_orbital_elements", false]], "get_classification() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_classification", false]], "get_collision_probability() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_collision_probability", false]], "get_collision_probability_method() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_collision_probability_method", false]], "get_condition_function() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_condition_function", false]], "get_contribution_profile_from_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_contribution_profile_from_coordinate_subsets", false]], "get_control_weights() (qlaw.parameters method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_control_weights", false]], "get_coordinate_subsets() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_coordinate_subsets", false]], "get_coordinate_subsets() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.get_coordinate_subsets", false]], "get_coordinates() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_coordinates", false]], "get_creation_instant() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_creation_instant", false]], "get_criterion() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_criterion", false]], "get_criterion() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_criterion", false]], "get_criterion() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_criterion", false]], "get_criterion() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_criterion", false]], "get_cross_sectional_surface_area() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_cross_sectional_surface_area", false]], "get_data_array() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_data_array", false]], "get_deployment_at() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_at", false]], "get_deployment_with_name() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_with_name", false]], "get_deployments() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployments", false]], "get_drag_coefficient() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_drag_coefficient", false]], "get_duration() (access method)": [[2, "ostk.astrodynamics.Access.get_duration", false]], "get_duration() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_duration", false]], "get_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.get_dynamics", false]], "get_dynamics() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_dynamics", false]], "get_dynamics() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_dynamics", false]], "get_dynamics_acceleration_contribution() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_acceleration_contribution", false]], "get_dynamics_contribution() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_contribution", false]], "get_eccentric_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentric_anomaly", false]], "get_eccentricity() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentricity", false]], "get_eccentricity() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentricity", false]], "get_eccentricity() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_eccentricity", false]], "get_element_set_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_element_set_number", false]], "get_end_instant() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_end_instant", false]], "get_ephemeris_type() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_ephemeris_type", false]], "get_epoch() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_epoch", false]], "get_epoch() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_epoch", false]], "get_epoch() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_epoch", false]], "get_epoch() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_epoch", false]], "get_epoch() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_epoch", false]], "get_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_epoch", false]], "get_equatorial_radius() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_equatorial_radius", false]], "get_evaluator() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_evaluator", false]], "get_evaluator() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_evaluator", false]], "get_evaluator() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_evaluator", false]], "get_evaluator() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_evaluator", false]], "get_evaluator() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_evaluator", false]], "get_evaluator() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_evaluator", false]], "get_event_condition() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_event_condition", false]], "get_event_conditions() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_event_conditions", false]], "get_final_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_final_mass", false]], "get_final_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_final_mass", false]], "get_first_line() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line", false]], "get_first_line_checksum() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line_checksum", false]], "get_frame() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_frame", false]], "get_frame() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.get_frame", false]], "get_geometry() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_geometry", false]], "get_geometry() (system method)": [[48, "ostk.astrodynamics.flight.System.get_geometry", false]], "get_gradient_strategy() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_gradient_strategy", false]], "get_gravitational_parameter() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_gravitational_parameter", false]], "get_guidance_law() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_guidance_law", false]], "get_header() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_header", false]], "get_header() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_header", false]], "get_id() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_id", false]], "get_id() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_id", false]], "get_id() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_id", false]], "get_id() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_id", false]], "get_id() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_id", false]], "get_inclination() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_inclination", false]], "get_inclination() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_inclination", false]], "get_inclination() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_inclination", false]], "get_inclination() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_inclination", false]], "get_inclination() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_inclination", false]], "get_inertia_tensor() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_inertia_tensor", false]], "get_initial_mass() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_initial_mass", false]], "get_initial_mass() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_initial_mass", false]], "get_instant() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_instant", false]], "get_instant() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_instant", false]], "get_instant_at_ascending_node() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_ascending_node", false]], "get_instant_at_descending_node() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_descending_node", false]], "get_instant_at_north_point() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_north_point", false]], "get_instant_at_pass_break() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_pass_break", false]], "get_instant_at_south_point() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_south_point", false]], "get_instants() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_instants", false]], "get_international_designator() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_international_designator", false]], "get_interpolation_type() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_interpolation_type", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interpolation_type", false]], "get_interval() (access method)": [[2, "ostk.astrodynamics.Access.get_interval", false]], "get_interval() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_interval", false]], "get_interval() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_interval", false]], "get_interval() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_interval", false]], "get_interval() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_interval", false]], "get_interval() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.get_interval", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interval", false]], "get_j2() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j2", false]], "get_j4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j4", false]], "get_local_orbital_frame_factory() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_local_orbital_frame_factory", false]], "get_local_thrust_direction() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.get_local_thrust_direction", false]], "get_log_type() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_log_type", false]], "get_loss_of_signal() (access method)": [[2, "ostk.astrodynamics.Access.get_loss_of_signal", false]], "get_mass() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_mass", false]], "get_mass() (system method)": [[48, "ostk.astrodynamics.flight.System.get_mass", false]], "get_mass_flow_rate() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_mass_flow_rate", false]], "get_mass_flow_rate_profile() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.get_mass_flow_rate_profile", false]], "get_max_elevation() (access method)": [[2, "ostk.astrodynamics.Access.get_max_elevation", false]], "get_maximum_iteration_count() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.get_maximum_iteration_count", false]], "get_maximum_iteration_count() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_maximum_iteration_count", false]], "get_maximum_propagation_duration() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_maximum_propagation_duration", false]], "get_mean_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_anomaly", false]], "get_mean_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_anomaly", false]], "get_mean_anomaly() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_anomaly", false]], "get_mean_motion() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_motion", false]], "get_mean_motion() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_motion", false]], "get_mean_motion() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion", false]], "get_mean_motion_first_time_derivative_divided_by_two() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion_first_time_derivative_divided_by_two", false]], "get_mean_motion_second_time_derivative_divided_by_six() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion_second_time_derivative_divided_by_six", false]], "get_message_for() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_message_for", false]], "get_message_id() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_message_id", false]], "get_metadata_array() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_metadata_array", false]], "get_minimum_periapsis_radius() (qlaw.parameters method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_minimum_periapsis_radius", false]], "get_miss_distance() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_miss_distance", false]], "get_name() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_name", false]], "get_name() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_name", false]], "get_name() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_name", false]], "get_name() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_name", false]], "get_name() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_name", false]], "get_name() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_name", false]], "get_name() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_name", false]], "get_name() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_name", false]], "get_name() (constantthrust method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.get_name", false]], "get_name() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_name", false]], "get_name() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_name", false]], "get_name() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_name", false]], "get_name() (guidancelaw method)": [[5, "ostk.astrodynamics.GuidanceLaw.get_name", false]], "get_name() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_name", false]], "get_name() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_name", false]], "get_name() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_name", false]], "get_name() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_name", false]], "get_name() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_name", false]], "get_name() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_name", false]], "get_name() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_name", false]], "get_name() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_name", false]], "get_name() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_name", false]], "get_nodal_precession_rate() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_nodal_precession_rate", false]], "get_number_of_coordinates() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_coordinates", false]], "get_number_of_coordinates() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.get_number_of_coordinates", false]], "get_number_of_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_subsets", false]], "get_numerical_solver() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_numerical_solver", false]], "get_numerical_solver() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_numerical_solver", false]], "get_object_data_at() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_object_data_at", false]], "get_object_metadata_at() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_object_metadata_at", false]], "get_observed_state_vectors() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_state_vectors", false]], "get_observed_states() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_states", false]], "get_orbital_frame() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_orbital_frame", false]], "get_orbital_period() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_orbital_period", false]], "get_orbital_period() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_orbital_period", false]], "get_originator() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_originator", false]], "get_parameters() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_parameters", false]], "get_pass_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_pass_at", false]], "get_pass_with_revolution_number() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_pass_with_revolution_number", false]], "get_passes_within_interval() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_passes_within_interval", false]], "get_periapsis_radius() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_periapsis_radius", false]], "get_periapsis_radius() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_periapsis_radius", false]], "get_perturbation_type() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_perturbation_type", false]], "get_position() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_position", false]], "get_propagation_duration() (segment.solution method)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.get_propagation_duration", false]], "get_propagation_duration() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_propagation_duration", false]], "get_propulsion_system() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.get_propulsion_system", false]], "get_raan() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_raan", false]], "get_raan() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_raan", false]], "get_raan() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_raan", false]], "get_raan() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_raan", false]], "get_raan() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_raan", false]], "get_radial_distance() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_radial_distance", false]], "get_radial_distance() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_radial_distance", false]], "get_read_coordinate_subsets() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_read_coordinate_subsets", false]], "get_relative_metadata() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_metadata", false]], "get_relative_position() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_position", false]], "get_relative_tolerance() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_relative_tolerance", false]], "get_relative_velocity() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_relative_velocity", false]], "get_revolution_number() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_revolution_number", false]], "get_revolution_number_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_revolution_number_at", false]], "get_revolution_number_at_epoch() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_revolution_number_at_epoch", false]], "get_root_solver() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_root_solver", false]], "get_satellite_name() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_name", false]], "get_satellite_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_number", false]], "get_satellite_system() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_satellite_system", false]], "get_second_line() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line", false]], "get_second_line_checksum() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line_checksum", false]], "get_segments() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.get_segments", false]], "get_semi_latus_rectum() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_latus_rectum", false]], "get_semi_major_axis() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_major_axis", false]], "get_semi_major_axis() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_major_axis", false]], "get_si_vector() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_SI_vector", false]], "get_si_vector() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_SI_vector", false]], "get_size() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_size", false]], "get_size() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_size", false]], "get_size() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_size", false]], "get_size() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_size", false]], "get_size() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_size", false]], "get_size() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_size", false]], "get_specific_impulse() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_specific_impulse", false]], "get_start_instant() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_start_instant", false]], "get_state_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_state_at", false]], "get_state_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_state_at", false]], "get_state_at() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.get_state_at", false]], "get_state_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_state_filter", false]], "get_states() (sequence.solution method)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.get_states", false]], "get_states_at() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.get_states_at", false]], "get_states_at() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.get_states_at", false]], "get_states_at() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.get_states_at", false]], "get_step() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_step", false]], "get_step_duration() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_duration", false]], "get_step_percentage() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_percentage", false]], "get_stepper_type() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_stepper_type", false]], "get_subsets() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_subsets", false]], "get_target() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target", false]], "get_target() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.get_target", false]], "get_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_target", false]], "get_target() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.get_target", false]], "get_target() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_target", false]], "get_target() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.get_target", false]], "get_target_angle() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target_angle", false]], "get_target_coe() (qlaw method)": [[60, "ostk.astrodynamics.guidance_law.QLaw.get_target_coe", false]], "get_target_range() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.get_target_range", false]], "get_thrust() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.get_thrust", false]], "get_time_of_closest_approach() (access method)": [[2, "ostk.astrodynamics.Access.get_time_of_closest_approach", false]], "get_time_of_closest_approach() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.get_time_of_closest_approach", false]], "get_time_step() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_time_step", false]], "get_time_step() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_time_step", false]], "get_tle() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_tle", false]], "get_tolerance() (generator method)": [[9, "ostk.astrodynamics.access.Generator.get_tolerance", false]], "get_tolerance() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.get_tolerance", false]], "get_tolerance() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.get_tolerance", false]], "get_transform_at() (localorbitalframetransformprovider method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_at", false]], "get_transform_generator() (localorbitalframetransformprovider static method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_generator", false]], "get_true_anomaly() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_true_anomaly", false]], "get_true_anomaly() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_true_anomaly", false]], "get_type() (access method)": [[2, "ostk.astrodynamics.Access.get_type", false]], "get_type() (finitedifferencesolver method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_type", false]], "get_type() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.get_type", false]], "get_type() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.get_type", false]], "get_type() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.get_type", false]], "get_value() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_value", false]], "get_velocity() (state method)": [[73, "ostk.astrodynamics.trajectory.State.get_velocity", false]], "get_write_coordinate_subsets() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.get_write_coordinate_subsets", false]], "gravity_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.gravity_model", false]], "ground_strip() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.ground_strip", false]], "ground_strip() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.ground_strip", false]], "guidancelaw (class in ostk.astrodynamics)": [[5, "ostk.astrodynamics.GuidanceLaw", false]], "has_converged (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.has_converged", false]], "has_subset() (coordinatebroker method)": [[94, "ostk.astrodynamics.trajectory.state.CoordinateBroker.has_subset", false]], "has_subset() (state method)": [[73, "ostk.astrodynamics.trajectory.State.has_subset", false]], "in_frame() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.in_frame", false]], "in_frame() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.in_frame", false]], "in_frame() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.in_frame", false]], "in_frame() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.in_frame", false]], "in_frame() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.in_frame", false]], "in_frame() (state method)": [[73, "ostk.astrodynamics.trajectory.State.in_frame", false]], "in_track_thrust (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.in_track_thrust", false]], "inclination() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.inclination", false]], "inertial_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.inertial_pointing", false]], "inertial_pointing() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.inertial_pointing", false]], "instantcondition (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition", false]], "instantcondition.criterion (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Criterion", false]], "instantcondition.target (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target", false]], "instantcondition.target.type (class in ostk.astrodynamics.event_condition)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type", false]], "integrate_duration() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_duration", false]], "integrate_time() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_time", false]], "international_designator (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.international_designator", false]], "intrack() (constantthrust static method)": [[59, "ostk.astrodynamics.guidance_law.ConstantThrust.intrack", false]], "is_complete() (access method)": [[2, "ostk.astrodynamics.Access.is_complete", false]], "is_complete() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.is_complete", false]], "is_defined() (access method)": [[2, "ostk.astrodynamics.Access.is_defined", false]], "is_defined() (atmosphericdrag method)": [[32, "ostk.astrodynamics.dynamics.AtmosphericDrag.is_defined", false]], "is_defined() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.is_defined", false]], "is_defined() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.is_defined", false]], "is_defined() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.is_defined", false]], "is_defined() (cdm method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.is_defined", false]], "is_defined() (centralbodygravity method)": [[33, "ostk.astrodynamics.dynamics.CentralBodyGravity.is_defined", false]], "is_defined() (coe method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.is_defined", false]], "is_defined() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.is_defined", false]], "is_defined() (generator method)": [[9, "ostk.astrodynamics.access.Generator.is_defined", false]], "is_defined() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_defined", false]], "is_defined() (localorbitalframedirection method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.is_defined", false]], "is_defined() (localorbitalframefactory method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.is_defined", false]], "is_defined() (localorbitalframetransformprovider method)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.is_defined", false]], "is_defined() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.is_defined", false]], "is_defined() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_defined", false], [68, "ostk.astrodynamics.trajectory.Model.is_defined", false]], "is_defined() (numericalsolver method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.is_defined", false]], "is_defined() (opm method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.is_defined", false]], "is_defined() (orbit method)": [[69, "ostk.astrodynamics.trajectory.Orbit.is_defined", false]], "is_defined() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_defined", false]], "is_defined() (pass method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.is_defined", false]], "is_defined() (positionderivative method)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative.is_defined", false]], "is_defined() (profile method)": [[47, "ostk.astrodynamics.flight.Profile.is_defined", false]], "is_defined() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_defined", false]], "is_defined() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.is_defined", false]], "is_defined() (propulsionsystem method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.is_defined", false]], "is_defined() (satellitesystem method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.is_defined", false]], "is_defined() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_defined", false]], "is_defined() (state method)": [[73, "ostk.astrodynamics.trajectory.State.is_defined", false]], "is_defined() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.is_defined", false]], "is_defined() (system method)": [[48, "ostk.astrodynamics.flight.System.is_defined", false]], "is_defined() (tabulated method)": [[35, "ostk.astrodynamics.dynamics.Tabulated.is_defined", false], [52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_defined", false], [85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_defined", false]], "is_defined() (thirdbodygravity method)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity.is_defined", false]], "is_defined() (thruster method)": [[37, "ostk.astrodynamics.dynamics.Thruster.is_defined", false]], "is_defined() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.is_defined", false]], "is_defined() (trajectory method)": [[7, "ostk.astrodynamics.Trajectory.is_defined", false]], "is_defined() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_defined", false]], "is_inversed() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.is_inversed", false]], "is_kepler() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_kepler", false]], "is_kepler() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_kepler", false]], "is_kepler() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_kepler", false]], "is_kepler() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_kepler", false]], "is_kepler() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_kepler", false]], "is_propagated() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_propagated", false]], "is_propagated() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_propagated", false]], "is_propagated() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_propagated", false]], "is_propagated() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_propagated", false]], "is_propagated() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_propagated", false]], "is_satisfied() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.is_satisfied", false]], "is_satisfied() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.is_satisfied", false]], "is_satisfied() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.is_satisfied", false]], "is_satisfied() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.is_satisfied", false]], "is_satisfied() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.is_satisfied", false]], "is_satisfied() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.is_satisfied", false]], "is_sgp4() (kepler method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_sgp4", false]], "is_sgp4() (orbitmodel method)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_sgp4", false]], "is_sgp4() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_sgp4", false]], "is_sgp4() (sgp4 method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_sgp4", false]], "is_sgp4() (tabulated method)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_sgp4", false]], "is_tabulated() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_tabulated", false]], "is_tabulated() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_tabulated", false]], "is_tabulated() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_tabulated", false]], "is_transform() (model method)": [[50, "ostk.astrodynamics.flight.profile.Model.is_transform", false]], "is_transform() (tabulated method)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated.is_transform", false]], "is_transform() (transform method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.is_transform", false]], "iteration_count (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.iteration_count", false]], "iteration_count (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.iteration_count", false]], "k (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.k", false]], "kepler (class in ostk.astrodynamics.trajectory.orbit.model)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler", false]], "kepler.perturbationtype (class in ostk.astrodynamics.trajectory.orbit.model)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType", false]], "launch_date (opm.header property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.launch_date", false]], "lla_from_position() (in module ostk.astrodynamics.utilities)": [[108, "ostk.astrodynamics.utilities.lla_from_position", false]], "lla_from_state() (in module ostk.astrodynamics.utilities)": [[109, "ostk.astrodynamics.utilities.lla_from_state", false]], "load() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.load", false]], "load() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.load", false]], "load() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.load", false]], "localorbitalframedirection (class in ostk.astrodynamics.trajectory)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", false]], "localorbitalframefactory (class in ostk.astrodynamics.trajectory)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", false]], "localorbitalframetransformprovider (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", false]], "localorbitalframetransformprovider.type (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type", false]], "logicalcondition (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition", false]], "logicalcondition.target (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target", false]], "logicalcondition.target.type (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type", false]], "logicalcondition.type (class in ostk.astrodynamics.event_condition)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Type", false]], "lvlh() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.LVLH", false]], "m (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.m", false]], "maneuver (class in ostk.astrodynamics.flight)": [[46, "ostk.astrodynamics.flight.Maneuver", false]], "maneuver() (segment static method)": [[71, "ostk.astrodynamics.trajectory.Segment.maneuver", false]], "maneuverable (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.maneuverable", false]], "mass (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.mass", false]], "mass() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.mass", false]], "mass() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.mass", false]], "mass() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.mass", false]], "mass() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.mass", false]], "mass() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.mass", false]], "mean_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.mean_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.mean_anomaly_from_eccentric_anomaly", false]], "mean_apogee_altitude (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_apogee_altitude", false]], "mean_argument_of_perigee (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_argument_of_perigee", false]], "mean_inclination (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_inclination", false]], "mean_longitude_ascending_node (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_longitude_ascending_node", false]], "mean_mean_anomaly (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_mean_anomaly", false]], "mean_perigee_altitude (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_perigee_altitude", false]], "message_for (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.message_for", false]], "message_id (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.message_id", false]], "miss_distance (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.miss_distance", false]], "mission_time (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mission_time", false]], "model (class in ostk.astrodynamics.flight.profile)": [[50, "ostk.astrodynamics.flight.profile.Model", false]], "model (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Model", false]], "module": [[1, "module-ostk.astrodynamics", false], [8, "module-ostk.astrodynamics.access", false], [10, "module-ostk.astrodynamics.conjunction.message.ccsds", false], [12, "module-ostk.astrodynamics.converters", false], [17, "module-ostk.astrodynamics.dataframe", false], [25, "module-ostk.astrodynamics.display", false], [31, "module-ostk.astrodynamics.dynamics", false], [38, "module-ostk.astrodynamics.event_condition", false], [45, "module-ostk.astrodynamics.flight", false], [49, "module-ostk.astrodynamics.flight.profile", false], [51, "module-ostk.astrodynamics.flight.profile.model", false], [54, "module-ostk.astrodynamics.flight.system", false], [58, "module-ostk.astrodynamics.guidance_law", false], [61, "module-ostk.astrodynamics.solver", false], [64, "module-ostk.astrodynamics.trajectory", false], [75, "module-ostk.astrodynamics.trajectory.orbit", false], [78, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false], [80, "module-ostk.astrodynamics.trajectory.orbit.model", false], [86, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false], [89, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false], [91, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false], [93, "module-ostk.astrodynamics.trajectory.state", false], [97, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false], [102, "module-ostk.astrodynamics.utilities", false], [111, "module-ostk.astrodynamics.viewer", false]], "n (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.n", false]], "n_body_perturbations (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.n_body_perturbations", false]], "nadir_pointing() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.nadir_pointing", false]], "nadir_pointing() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.nadir_pointing", false]], "name (access.type property)": [[2, "ostk.astrodynamics.Access.Type.name", false]], "name (angularcondition.criterion property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Criterion.name", false]], "name (angularcondition.target.type property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type.name", false]], "name (booleancondition.criterion property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion.name", false]], "name (booleancondition.target.type property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type.name", false]], "name (brouwerlyddanemean.anomalytype property)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType.name", false]], "name (brouwerlyddanemean.element property)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element.name", false]], "name (brouwerlyddanemeanlong.anomalytype property)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType.name", false]], "name (brouwerlyddanemeanlong.element property)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element.name", false]], "name (brouwerlyddanemeanshort.anomalytype property)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType.name", false]], "name (brouwerlyddanemeanshort.element property)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element.name", false]], "name (cdm.objecttype property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType.name", false]], "name (coe.anomalytype property)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType.name", false]], "name (coe.element property)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element.name", false]], "name (eventcondition.target.type property)": [[4, "ostk.astrodynamics.EventCondition.Target.Type.name", false]], "name (finitedifferencesolver.type property)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type.name", false]], "name (instantcondition.criterion property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Criterion.name", false]], "name (instantcondition.target.type property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type.name", false]], "name (kepler.perturbationtype property)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType.name", false]], "name (localorbitalframetransformprovider.type property)": [[67, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type.name", false]], "name (logicalcondition.target.type property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type.name", false]], "name (logicalcondition.type property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Type.name", false]], "name (numericalsolver.logtype property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType.name", false]], "name (numericalsolver.steppertype property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType.name", false]], "name (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.name", false]], "name (orbit.frametype property)": [[69, "ostk.astrodynamics.trajectory.Orbit.FrameType.name", false]], "name (pass.phase property)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Phase.name", false]], "name (pass.type property)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Type.name", false]], "name (profile.axis property)": [[47, "ostk.astrodynamics.flight.Profile.Axis.name", false]], "name (profile.targettype property)": [[47, "ostk.astrodynamics.flight.Profile.TargetType.name", false]], "name (qlaw.gradientstrategy property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy.name", false]], "name (realcondition.criterion property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Criterion.name", false]], "name (realcondition.target.type property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.Type.name", false]], "name (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.name", false]], "name (segment.type property)": [[71, "ostk.astrodynamics.trajectory.Segment.Type.name", false]], "ned() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.NED", false]], "numericalsolver (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver", false]], "numericalsolver.conditionsolution (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution", false]], "numericalsolver.logtype (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType", false]], "numericalsolver.steppertype (class in ostk.astrodynamics.trajectory.state)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType", false]], "object (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object", false]], "object_designator (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_designator", false]], "object_name (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_name", false]], "object_type (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.object_type", false]], "object_type_from_string() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.object_type_from_string", false]], "observations_available (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.observations_available", false]], "observations_used (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.observations_used", false]], "operator_contact_position (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_contact_position", false]], "operator_email (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_email", false]], "operator_organization (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_organization", false]], "operator_phone (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.operator_phone", false]], "opm (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", false]], "opm.deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment", false]], "opm.header (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header", false]], "orbit (class in ostk.astrodynamics.trajectory)": [[69, "ostk.astrodynamics.trajectory.Orbit", false]], "orbit.frametype (class in ostk.astrodynamics.trajectory)": [[69, "ostk.astrodynamics.trajectory.Orbit.FrameType", false]], "orbit_center (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.orbit_center", false]], "orbitmodel (class in ostk.astrodynamics.trajectory.orbit)": [[76, "ostk.astrodynamics.trajectory.orbit.OrbitModel", false]], "orientation_generator (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.orientation_generator", false]], "orientation_profile (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.orientation_profile", false]], "originator (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.originator", false]], "ostk.astrodynamics": [[1, "module-ostk.astrodynamics", false]], "ostk.astrodynamics.access": [[8, "module-ostk.astrodynamics.access", false]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, "module-ostk.astrodynamics.conjunction.message.ccsds", false]], "ostk.astrodynamics.converters": [[12, "module-ostk.astrodynamics.converters", false]], "ostk.astrodynamics.dataframe": [[17, "module-ostk.astrodynamics.dataframe", false]], "ostk.astrodynamics.display": [[25, "module-ostk.astrodynamics.display", false]], "ostk.astrodynamics.dynamics": [[31, "module-ostk.astrodynamics.dynamics", false]], "ostk.astrodynamics.event_condition": [[38, "module-ostk.astrodynamics.event_condition", false]], "ostk.astrodynamics.flight": [[45, "module-ostk.astrodynamics.flight", false]], "ostk.astrodynamics.flight.profile": [[49, "module-ostk.astrodynamics.flight.profile", false]], "ostk.astrodynamics.flight.profile.model": [[51, "module-ostk.astrodynamics.flight.profile.model", false]], "ostk.astrodynamics.flight.system": [[54, "module-ostk.astrodynamics.flight.system", false]], "ostk.astrodynamics.guidance_law": [[58, "module-ostk.astrodynamics.guidance_law", false]], "ostk.astrodynamics.solver": [[61, "module-ostk.astrodynamics.solver", false]], "ostk.astrodynamics.trajectory": [[64, "module-ostk.astrodynamics.trajectory", false]], "ostk.astrodynamics.trajectory.orbit": [[75, "module-ostk.astrodynamics.trajectory.orbit", false]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[78, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false]], "ostk.astrodynamics.trajectory.orbit.model": [[80, "module-ostk.astrodynamics.trajectory.orbit.model", false]], "ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean": [[86, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[89, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[91, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false]], "ostk.astrodynamics.trajectory.state": [[93, "module-ostk.astrodynamics.trajectory.state", false]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[97, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false]], "ostk.astrodynamics.utilities": [[102, "module-ostk.astrodynamics.utilities", false]], "ostk.astrodynamics.viewer": [[111, "module-ostk.astrodynamics.viewer", false]], "ostk::astrodynamics::access (c++ class)": [[135, "_CPPv4N4ostk13astrodynamics6AccessE", false]], "ostk::astrodynamics::access::access (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", false]], "ostk::astrodynamics::access::generator (c++ class)": [[141, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", false]], "ostk::astrodynamics::access::generator::aermask (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::aerranges (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::computeaccesses (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::generator (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", false], [141, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", false]], "ostk::astrodynamics::access::generator::getaccessfilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", false]], "ostk::astrodynamics::access::generator::getaerfilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", false]], "ostk::astrodynamics::access::generator::getconditionfunction (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::getstatefilter (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", false]], "ostk::astrodynamics::access::generator::getstep (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", false]], "ostk::astrodynamics::access::generator::gettolerance (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", false]], "ostk::astrodynamics::access::generator::isdefined (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", false]], "ostk::astrodynamics::access::generator::setaccessfilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", false]], "ostk::astrodynamics::access::generator::setaerfilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", false]], "ostk::astrodynamics::access::generator::setstatefilter (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", false]], "ostk::astrodynamics::access::generator::setstep (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", false]], "ostk::astrodynamics::access::generator::settolerance (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", false]], "ostk::astrodynamics::access::generator::undefined (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", false]], "ostk::astrodynamics::access::generatorcontext (c++ class)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", false]], "ostk::astrodynamics::access::generatorcontext::calculateaer (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", false]], "ostk::astrodynamics::access::generatorcontext::generatorcontext (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", false]], "ostk::astrodynamics::access::generatorcontext::getpositionsfromstates (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", false]], "ostk::astrodynamics::access::generatorcontext::getstatesat (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generatorcontext::isaccessactive (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", false]], "ostk::astrodynamics::access::getacquisitionofsignal (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", false]], "ostk::astrodynamics::access::getduration (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", false]], "ostk::astrodynamics::access::getinterval (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", false]], "ostk::astrodynamics::access::getlossofsignal (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", false]], "ostk::astrodynamics::access::getmaxelevation (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", false]], "ostk::astrodynamics::access::gettimeofclosestapproach (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", false]], "ostk::astrodynamics::access::gettype (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", false]], "ostk::astrodynamics::access::iscomplete (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", false]], "ostk::astrodynamics::access::isdefined (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", false]], "ostk::astrodynamics::access::operator!= (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", false]], "ostk::astrodynamics::access::operator<< (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", false]], "ostk::astrodynamics::access::operator== (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", false]], "ostk::astrodynamics::access::stringfromtype (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", false]], "ostk::astrodynamics::access::type (c++ enum)": [[135, "_CPPv4N4ostk13astrodynamics6Access4TypeE", false]], "ostk::astrodynamics::access::type::complete (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", false]], "ostk::astrodynamics::access::type::partial (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", false]], "ostk::astrodynamics::access::type::undefined (c++ enumerator)": [[135, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", false]], "ostk::astrodynamics::access::undefined (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm (c++ class)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::cdm (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::actualodspan (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areadrag (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areapc (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areasrp (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::cdareaovermass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::covariancematrix (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::crareaovermass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::mass (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsavailable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsused (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::recommendedodspan (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::residualsaccepted (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::sedr (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::state (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::thrustacceleration (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobend (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobstart (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksavailable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksused (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::weightedrms (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::dictionary (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getccsdscdmversion (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobability (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobabilitymethod (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcreationdate (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getdataarray (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getheader (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessagefor (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessageid (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmetadataarray (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmissdistance (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancematrix (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancemethod (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdataat (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdesignator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectephemerisname (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectinternationaldesignator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmaneuverability (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmetadataat (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectname (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectreferenceframe (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectstateattca (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjecttype (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getoriginator (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativemetadata (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativeposition (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativevelocity (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::gettca (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::ccsdscdmversion (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::creationdate (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messagefor (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messageid (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::originator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::isdefined (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::load (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::atmosphericmodel (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::catalogname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::covariancemethod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::earthtides (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::ephemerisname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::gravitymodel (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::internationaldesignator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::intrackthrust (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::maneuverable (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::nbodyperturbations (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::object (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectdesignator (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectname (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objecttype (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorcontactposition (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatoremail (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatororgnization (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorphone (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::orbitcenter (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::refframe (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::solarradiationpressure (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype (c++ enum)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::debris (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::other (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::payload (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::rocketbody (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::unknown (c++ enumerator)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttypefromstring (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::operator<< (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::parse (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::print (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata (c++ struct)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobability (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobabilitymethod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::comment (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::endscreenperiod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::missdistance (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativeposition (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativevelocity (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenentrytime (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenexittime (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeframe (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeshape (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumex (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumey (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumez (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::startscreenperiod (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::tca (c++ member)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::undefined (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", false]], "ostk::astrodynamics::dynamics (c++ class)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicsE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag (c++ class)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::atmosphericdrag (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", false], [144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::computecontribution (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getcelestial (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getreadcoordinatesubsets (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getwritecoordinatesubsets (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::isdefined (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::operator<< (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::print (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::~atmosphericdrag (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", false]], "ostk::astrodynamics::dynamics::centralbodygravity (c++ class)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::centralbodygravity (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", false], [145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::centralbodygravity::computecontribution (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getcelestial (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getreadcoordinatesubsets (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getwritecoordinatesubsets (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::isdefined (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::operator<< (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", false]], "ostk::astrodynamics::dynamics::centralbodygravity::print (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::centralbodygravity::~centralbodygravity (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::computecontribution (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::context (c++ struct)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", false]], "ostk::astrodynamics::dynamics::context::context (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", false]], "ostk::astrodynamics::dynamics::context::dynamics (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", false]], "ostk::astrodynamics::dynamics::context::readindexes (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", false]], "ostk::astrodynamics::dynamics::context::readstatesize (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", false]], "ostk::astrodynamics::dynamics::context::writeindexes (c++ member)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", false]], "ostk::astrodynamics::dynamics::dynamics (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", false]], "ostk::astrodynamics::dynamics::fromenvironment (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", false]], "ostk::astrodynamics::dynamics::getname (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", false]], "ostk::astrodynamics::dynamics::getreadcoordinatesubsets (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::getsystemofequations (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::getwritecoordinatesubsets (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::isdefined (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", false]], "ostk::astrodynamics::dynamics::operator<< (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", false]], "ostk::astrodynamics::dynamics::positionderivative (c++ class)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", false]], "ostk::astrodynamics::dynamics::positionderivative::computecontribution (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::positionderivative::getreadcoordinatesubsets (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::getwritecoordinatesubsets (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::isdefined (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", false]], "ostk::astrodynamics::dynamics::positionderivative::operator<< (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", false]], "ostk::astrodynamics::dynamics::positionderivative::positionderivative (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", false]], "ostk::astrodynamics::dynamics::positionderivative::print (c++ function)": [[146, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::positionderivative::~positionderivative (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", false]], "ostk::astrodynamics::dynamics::print (c++ function)": [[136, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated (c++ class)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", false]], "ostk::astrodynamics::dynamics::tabulated::accesscontributionprofile (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessframe (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessinstants (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", false]], "ostk::astrodynamics::dynamics::tabulated::computecontribution (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::tabulated::defaultcontributionframesptr (c++ member)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", false]], "ostk::astrodynamics::dynamics::tabulated::getcontributionprofilefromcoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::dynamics::tabulated::getinterpolationtype (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::dynamics::tabulated::getreadcoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::getwritecoordinatesubsets (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::isdefined (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::dynamics::tabulated::operator<< (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::dynamics::tabulated::print (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated::tabulated (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity (c++ class)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::computecontribution (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getcelestial (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getreadcoordinatesubsets (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getwritecoordinatesubsets (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::isdefined (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::operator<< (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::print (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::thirdbodygravity (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", false], [148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::~thirdbodygravity (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::thruster (c++ class)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", false]], "ostk::astrodynamics::dynamics::thruster::computecontribution (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thruster::getguidancelaw (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", false]], "ostk::astrodynamics::dynamics::thruster::getreadcoordinatesubsets (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::getsatellitesystem (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", false]], "ostk::astrodynamics::dynamics::thruster::getwritecoordinatesubsets (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::isdefined (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thruster::print (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thruster::thruster (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", false]], "ostk::astrodynamics::dynamics::thruster::~thruster (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", false]], "ostk::astrodynamics::dynamics::~dynamics (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", false]], "ostk::astrodynamics::eventcondition (c++ class)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition (c++ class)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::angularcondition (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", false], [150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", false]], "ostk::astrodynamics::eventcondition::angularcondition::clone (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion (c++ enum)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::anycrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::negativecrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::positivecrossing (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::withinrange (c++ enumerator)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", false]], "ostk::astrodynamics::eventcondition::angularcondition::getcriterion (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetangle (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetrange (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::issatisfied (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::angularcondition::print (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::angularcondition::stringfromcriterion (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::angularcondition::withinrange (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", false]], "ostk::astrodynamics::eventcondition::angularcondition::~angularcondition (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::booleancondition (c++ class)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", false]], "ostk::astrodynamics::eventcondition::booleancondition::booleancondition (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", false]], "ostk::astrodynamics::eventcondition::booleancondition::isinversed (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", false]], "ostk::astrodynamics::eventcondition::booleancondition::print (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::booleancondition::~booleancondition (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::clone (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::coecondition (c++ class)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", false]], "ostk::astrodynamics::eventcondition::coecondition::aop (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricanomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricity (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::inclination (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::meananomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::raan (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::semimajoraxis (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::trueanomaly (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::eventcondition (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::getevaluator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", false]], "ostk::astrodynamics::eventcondition::getname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", false]], "ostk::astrodynamics::eventcondition::gettarget (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", false]], "ostk::astrodynamics::eventcondition::instantcondition (c++ class)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", false]], "ostk::astrodynamics::eventcondition::instantcondition::getinstant (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", false]], "ostk::astrodynamics::eventcondition::instantcondition::instantcondition (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", false]], "ostk::astrodynamics::eventcondition::instantcondition::~instantcondition (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::issatisfied (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition (c++ class)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::clone (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::geteventconditions (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::gettype (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::issatisfied (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::logicalcondition (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::print (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type (c++ enum)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::and (c++ enumerator)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::or (c++ enumerator)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::updatetarget (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::~logicalcondition (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::operator<< (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", false]], "ostk::astrodynamics::eventcondition::print (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition (c++ class)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", false]], "ostk::astrodynamics::eventcondition::realcondition::clone (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5cloneEv", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion (c++ enum)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::anycrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::negativecrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::positivecrossing (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlynegative (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlypositive (c++ enumerator)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", false]], "ostk::astrodynamics::eventcondition::realcondition::durationcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", false]], "ostk::astrodynamics::eventcondition::realcondition::evaluate (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::getcriterion (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::realcondition::issatisfied (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::print (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition::realcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", false], [155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::realcondition::stringfromcriterion (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::realcondition::~realcondition (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::target (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::target::isdefined (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", false]], "ostk::astrodynamics::eventcondition::target::operator!= (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", false]], "ostk::astrodynamics::eventcondition::target::operator== (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", false]], "ostk::astrodynamics::eventcondition::target::stringfromtype (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", false]], "ostk::astrodynamics::eventcondition::target::target (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", false], [137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", false]], "ostk::astrodynamics::eventcondition::target::type (c++ enum)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", false]], "ostk::astrodynamics::eventcondition::target::type (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", false]], "ostk::astrodynamics::eventcondition::target::type::absolute (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", false]], "ostk::astrodynamics::eventcondition::target::type::relative (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", false]], "ostk::astrodynamics::eventcondition::target::value (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", false]], "ostk::astrodynamics::eventcondition::target::valueoffset (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", false]], "ostk::astrodynamics::eventcondition::updatetarget (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::~eventcondition (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", false]], "ostk::astrodynamics::flight::maneuver (c++ class)": [[156, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragespecificimpulse (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragethrust (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltamass (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltav (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", false]], "ostk::astrodynamics::flight::maneuver::constantmassflowrateprofile (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", false]], "ostk::astrodynamics::flight::maneuver::defaultaccelframesptr (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", false]], "ostk::astrodynamics::flight::maneuver::getaccelerationprofile (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::maneuver::getinstants (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", false]], "ostk::astrodynamics::flight::maneuver::getinterval (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", false]], "ostk::astrodynamics::flight::maneuver::getmassflowrateprofile (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", false]], "ostk::astrodynamics::flight::maneuver::isdefined (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", false]], "ostk::astrodynamics::flight::maneuver::maneuver (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", false]], "ostk::astrodynamics::flight::maneuver::maximumrecommendedinterpolationinterval (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", false]], "ostk::astrodynamics::flight::maneuver::minimumrecommendedduration (c++ member)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", false]], "ostk::astrodynamics::flight::maneuver::operator!= (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator<< (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator== (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::print (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::maneuver::tabulateddynamics (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", false]], "ostk::astrodynamics::flight::maneuver::totabulateddynamics (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::flight::profile (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", false]], "ostk::astrodynamics::flight::profile::accessmodel (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile11accessModelEv", false]], "ostk::astrodynamics::flight::profile::alignandconstrain (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", false]], "ostk::astrodynamics::flight::profile::axis (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4AxisE", false]], "ostk::astrodynamics::flight::profile::axis::x (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1XE", false]], "ostk::astrodynamics::flight::profile::axis::y (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1YE", false]], "ostk::astrodynamics::flight::profile::axis::z (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1ZE", false]], "ostk::astrodynamics::flight::profile::custompointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", false], [157, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", false]], "ostk::astrodynamics::flight::profile::customtarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", false]], "ostk::astrodynamics::flight::profile::customtarget::customtarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::customtarget::orientationgenerator (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", false], [158, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", false]], "ostk::astrodynamics::flight::profile::getaxesat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getbodyframe (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::getstateat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getstatesat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::inertialpointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::isdefined (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model (c++ class)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", false]], "ostk::astrodynamics::flight::profile::model::as (c++ function)": [[163, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", false]], "ostk::astrodynamics::flight::profile::model::calculatestateat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::calculatestatesat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::model::clone (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::getaxesat (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::getbodyframe (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::is (c++ function)": [[163, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", false]], "ostk::astrodynamics::flight::profile::model::isdefined (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::model (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", false]], "ostk::astrodynamics::flight::profile::model::operator!= (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator<< (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator== (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", false]], "ostk::astrodynamics::flight::profile::model::print (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated (c++ class)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", false]], "ostk::astrodynamics::flight::profile::model::tabulated::calculatestateat (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::clone (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getaxesat (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getbodyframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getinterval (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::isdefined (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::load (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator!= (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator<< (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator== (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::print (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated::tabulated (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", false]], "ostk::astrodynamics::flight::profile::model::transform (c++ class)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", false]], "ostk::astrodynamics::flight::profile::model::transform::calculatestateat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::clone (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::transform::getaxesat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::getbodyframe (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::transform::inertialpointing (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::model::transform::isdefined (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::transform::nadirpointing (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::model::transform::operator<< (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", false]], "ostk::astrodynamics::flight::profile::model::transform::print (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::transform::transform (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::profile::model::transform::undefined (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", false]], "ostk::astrodynamics::flight::profile::model::~model (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", false]], "ostk::astrodynamics::flight::profile::nadirpointing (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::operator<< (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", false]], "ostk::astrodynamics::flight::profile::operator= (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::getalignmentvectorat (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", false], [159, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::orientationprofile (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", false]], "ostk::astrodynamics::flight::profile::orientationprofiletarget::orientationprofiletarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", false], [159, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::pointingmode (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", false]], "ostk::astrodynamics::flight::profile::pointingmode::custom (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", false]], "ostk::astrodynamics::flight::profile::pointingmode::inertial (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", false]], "ostk::astrodynamics::flight::profile::pointingmode::nadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", false]], "ostk::astrodynamics::flight::profile::pointingmode::target (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", false]], "ostk::astrodynamics::flight::profile::pointingmode::undefined (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", false]], "ostk::astrodynamics::flight::profile::print (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::profile (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", false], [157, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", false]], "ostk::astrodynamics::flight::profile::target (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", false]], "ostk::astrodynamics::flight::profile::target::antidirection (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", false]], "ostk::astrodynamics::flight::profile::target::axis (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", false]], "ostk::astrodynamics::flight::profile::target::target (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::target::type (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", false], [160, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", false]], "ostk::astrodynamics::flight::profile::targettype (c++ enum)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetTypeE", false]], "ostk::astrodynamics::flight::profile::targettype::custom (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType6CustomE", false]], "ostk::astrodynamics::flight::profile::targettype::geocentricnadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15GeocentricNadirE", false]], "ostk::astrodynamics::flight::profile::targettype::geodeticnadir (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType13GeodeticNadirE", false]], "ostk::astrodynamics::flight::profile::targettype::moon (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType4MoonE", false]], "ostk::astrodynamics::flight::profile::targettype::orbitalmomentum (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15OrbitalMomentumE", false]], "ostk::astrodynamics::flight::profile::targettype::orientationprofile (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType18OrientationProfileE", false]], "ostk::astrodynamics::flight::profile::targettype::sun (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType3SunE", false]], "ostk::astrodynamics::flight::profile::targettype::trajectory (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType10TrajectoryE", false]], "ostk::astrodynamics::flight::profile::targettype::velocityecef (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType12VelocityECEFE", false]], "ostk::astrodynamics::flight::profile::targettype::velocityeci (c++ enumerator)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType11VelocityECIE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget::trajectory (c++ member)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", false]], "ostk::astrodynamics::flight::profile::trajectorytarget::trajectorytarget (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", false], [161, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", false]], "ostk::astrodynamics::flight::profile::undefined (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", false]], "ostk::astrodynamics::flight::system (c++ class)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemE", false]], "ostk::astrodynamics::flight::system::clone (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", false]], "ostk::astrodynamics::flight::system::getgeometry (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", false]], "ostk::astrodynamics::flight::system::getmass (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", false]], "ostk::astrodynamics::flight::system::isdefined (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", false]], "ostk::astrodynamics::flight::system::operator!= (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", false]], "ostk::astrodynamics::flight::system::operator<< (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", false]], "ostk::astrodynamics::flight::system::operator== (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", false]], "ostk::astrodynamics::flight::system::print (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem (c++ class)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", false]], "ostk::astrodynamics::flight::system::propulsionsystem::default (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getacceleration (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getmassflowrate (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getspecificimpulse (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getthrust (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::isdefined (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator!= (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator<< (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator== (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::print (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem::propulsionsystem (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", false]], "ostk::astrodynamics::flight::system::propulsionsystem::undefined (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem (c++ class)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", false]], "ostk::astrodynamics::flight::system::satellitesystem::accesspropulsionsystem (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::clone (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::default (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getcrosssectionalsurfacearea (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getdragcoefficient (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getinertiatensor (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getpropulsionsystem (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::isdefined (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator!= (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator<< (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator== (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::print (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystem::satellitesystem (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::undefined (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::~satellitesystem (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder (c++ class)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::build (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::clone (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::default (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::operator<< (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::print (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::satellitesystembuilder (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withcrosssectionalsurfacearea (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdragcoefficient (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdrymass (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withgeometry (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withinertiatensor (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withpropulsionsystem (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::~satellitesystembuilder (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", false]], "ostk::astrodynamics::flight::system::system (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", false]], "ostk::astrodynamics::flight::system::undefined (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", false]], "ostk::astrodynamics::flight::system::~system (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", false]], "ostk::astrodynamics::guidancelaw (c++ class)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", false]], "ostk::astrodynamics::guidancelaw::calculatethrustaccelerationat (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust (c++ class)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::calculatethrustaccelerationat (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::constantthrust (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::guidancelaw::constantthrust::getlocalthrustdirection (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", false]], "ostk::astrodynamics::guidancelaw::constantthrust::intrack (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", false]], "ostk::astrodynamics::guidancelaw::constantthrust::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::~constantthrust (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", false]], "ostk::astrodynamics::guidancelaw::getname (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", false]], "ostk::astrodynamics::guidancelaw::guidancelaw (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", false]], "ostk::astrodynamics::guidancelaw::operator<< (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", false]], "ostk::astrodynamics::guidancelaw::print (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw (c++ class)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", false]], "ostk::astrodynamics::guidancelaw::qlaw::calculatethrustaccelerationat (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_doe_df (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_dq_doe (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeorbitalelementsmaximalchange (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeq (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computethrustdirection (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::getgradientstrategy (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::getparameters (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gettargetcoe (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy (c++ enum)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::analytical (c++ enumerator)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::finitedifference (c++ enumerator)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", false]], "ostk::astrodynamics::guidancelaw::qlaw::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters (c++ struct)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::absoluteeffectivitythreshold (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::b (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getcontrolweights (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getminimumperiapsisradius (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::k (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::m (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::n (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::parameters (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::periapsisweight (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::r (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::relativeeffectivitythreshold (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw::qlaw (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", false]], "ostk::astrodynamics::guidancelaw::qlaw::thetarhtogcrf (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::guidancelaw::qlaw::~qlaw (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", false]], "ostk::astrodynamics::guidancelaw::~guidancelaw (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", false]], "ostk::astrodynamics::rootsolver (c++ class)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverE", false]], "ostk::astrodynamics::rootsolver::bisection (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::bracketandsolve (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", false]], "ostk::astrodynamics::rootsolver::default (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", false]], "ostk::astrodynamics::rootsolver::getmaximumiterationcount (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::rootsolver::gettolerance (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", false]], "ostk::astrodynamics::rootsolver::operator<< (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", false]], "ostk::astrodynamics::rootsolver::print (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::rootsolver::rootsolver (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", false]], "ostk::astrodynamics::rootsolver::solution (c++ struct)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", false]], "ostk::astrodynamics::rootsolver::solution::hasconverged (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", false]], "ostk::astrodynamics::rootsolver::solution::iterationcount (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", false]], "ostk::astrodynamics::rootsolver::solution::root (c++ member)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", false]], "ostk::astrodynamics::rootsolver::solve (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::~rootsolver (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", false]], "ostk::astrodynamics::solver::finitedifferencesolver (c++ class)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computegradient (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computejacobian (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", false], [171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", false]], "ostk::astrodynamics::solver::finitedifferencesolver::default (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::finitedifferencesolver (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getstepduration (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getsteppercentage (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::gettype (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::operator<< (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", false]], "ostk::astrodynamics::solver::finitedifferencesolver::print (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::solver::finitedifferencesolver::stringfromtype (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type (c++ enum)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::backward (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::central (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::forward (c++ enumerator)": [[171, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", false]], "ostk::astrodynamics::solver::temporalconditionsolver (c++ class)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::condition (c++ type)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::getmaximumiterationcount (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettimestep (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettolerance (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::solve (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", false], [172, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", false]], "ostk::astrodynamics::solver::temporalconditionsolver::temporalconditionsolver (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory (c++ class)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectoryE", false]], "ostk::astrodynamics::trajectory::accessmodel (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", false]], "ostk::astrodynamics::trajectory::getstateat (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::getstatesat (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::groundstrip (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", false]], "ostk::astrodynamics::trajectory::isdefined (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection (c++ class)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::accesslocalorbitalframefactory (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getlocalorbitalframefactory (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getvalue (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::isdefined (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::localorbitalframedirection (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator!= (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator<< (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator== (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::print (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::undefined (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory (c++ class)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::accessparentframe (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::construct (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", false], [174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::generateframe (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::getprovidertype (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::isdefined (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::lvlh (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::ned (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::qsw (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::tnw (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::transformgenerator (c++ type)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory18TransformGeneratorE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::undefined (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vnc (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vvlh (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider (c++ class)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::clone (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::construct (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformgenerator (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::isdefined (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::localorbitalframetransformprovider (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::stringfromtype (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type (c++ enum)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::custom (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6CustomE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlh (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlhgd (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::ned (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::qsw (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::tnw (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::undefined (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vnc (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vvlh (c++ enumerator)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::~localorbitalframetransformprovider (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", false]], "ostk::astrodynamics::trajectory::model (c++ class)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", false]], "ostk::astrodynamics::trajectory::model::as (c++ function)": [[176, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", false]], "ostk::astrodynamics::trajectory::model::calculatestateat (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::calculatestatesat (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::clone (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::model::is (c++ function)": [[176, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", false]], "ostk::astrodynamics::trajectory::model::isdefined (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::model (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::model::operator!= (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator<< (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator== (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", false]], "ostk::astrodynamics::trajectory::model::print (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static (c++ class)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", false]], "ostk::astrodynamics::trajectory::model::static::calculatestateat (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::static::clone (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", false]], "ostk::astrodynamics::trajectory::model::static::isdefined (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::static::operator!= (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator<< (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator== (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::print (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static::static (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", false]], "ostk::astrodynamics::trajectory::model::tabulated (c++ class)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestateat (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestatesat (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::tabulated::clone (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getfirststate (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterpolationtype (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterval (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getlaststate (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::isdefined (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::load (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator!= (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator<< (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator== (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::print (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::tabulated::tabulated (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::model::~model (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::operator!= (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator<< (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator= (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator== (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", false]], "ostk::astrodynamics::trajectory::orbit (c++ class)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", false]], "ostk::astrodynamics::trajectory::orbit::circular (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::circularequatorial (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::computepasses (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::computepasseswithmodel (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::constpassiterator (c++ type)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", false]], "ostk::astrodynamics::trajectory::orbit::equatorial (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::frametype (c++ enum)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlh (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgd (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgdgt (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::ned (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::qsw (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::tnw (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::undefined (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vnc (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vvlh (c++ enumerator)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", false]], "ostk::astrodynamics::trajectory::orbit::frozen (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::geosynchronous (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::getorbitalframe (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::getpassat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::getpasseswithininterval (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", false]], "ostk::astrodynamics::trajectory::orbit::getpasswithrevolutionnumber (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", false]], "ostk::astrodynamics::trajectory::orbit::getrevolutionnumberat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::isdefined (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm (c++ class)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment (c++ struct)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::ballisticcoefficient (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::date (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanapogeealtitude (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanargumentofperigee (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meaninclination (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanlongitudeascendingnode (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanmeananomaly (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanperigeealtitude (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::missiontime (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::name (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::position (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::sequencenumber (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::tostate (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::velocity (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::dictionary (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentat (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeployments (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentwithname (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getheader (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header (c++ struct)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::generationdate (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::launchdate (c++ member)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::isdefined (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::load (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::operator<< (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::opm (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::parse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::print (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::undefined (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model (c++ class)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean (c++ class)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::brouwerlyddanemean (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getcartesianstate (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::geteccentricanomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getmeananomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::gettrueanomaly (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::tocoe (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong (c++ class)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::brouwerlyddanemeanlong (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::cartesian (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::coe (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::tocoe (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::undefined (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort (c++ class)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::brouwerlyddanemeanshort (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::cartesian (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::coe (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::tocoe (c++ function)": [[195, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::undefined (c++ function)": [[195, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::calculaterevolutionnumberat (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::calculatestateat (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::clone (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getepoch (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getrevolutionnumberatepoch (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::isdefined (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler (c++ class)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculaterevolutionnumberat (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculatestateat (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::clone (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe (c++ class)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype (c++ enum)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::eccentric (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::mean (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::true (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesian (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesianstate (c++ type)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::coe (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeangularmomentum (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", false], [196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeltan (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computemeanltan (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeradialdistance (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computesemilatusrectum (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfrommeananomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfromtrueanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element (c++ enum)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::aop (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricanomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricity (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::inclination (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::meananomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::raan (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::semimajoraxis (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::trueanomaly (c++ enumerator)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::fromsivector (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::frozenorbit (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false], [196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getangularmomentum (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getaop (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getapoapsisradius (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getcartesianstate (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricanomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricity (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getinclination (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeananomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeanmotion (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getnodalprecessionrate (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getorbitalperiod (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getperiapsisradius (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getraan (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getradialdistance (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemilatusrectum (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemimajoraxis (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsivector (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::gettrueanomaly (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::isdefined (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::meananomalyfromeccentricanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator!= (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator<< (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator== (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::print (c++ function)": [[196, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::stringfromelement (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfromeccentricanomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfrommeananomaly (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::undefined (c++ function)": [[196, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getclassicalorbitalelements (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getepoch (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getequatorialradius (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getgravitationalparameter (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj2 (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj4 (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getperturbationtype (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getrevolutionnumberatepoch (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::isdefined (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::kepler (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", false], [188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator!= (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator<< (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator== (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype (c++ enum)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j2 (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j4 (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::none (c++ enumerator)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::print (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::stringfromperturbationtype (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::model (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::orbit::model::print (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated (c++ class)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesscachedstatearray (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesspropagator (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculaterevolutionnumberat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestateat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestatesat (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::clone (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getepoch (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getrevolutionnumberatepoch (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::isdefined (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator!= (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator<< (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator== (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::print (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::propagated (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", false], [189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::setcachedstatearray (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4 (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculatestateat (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::clone (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getepoch (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getrevolutionnumberatepoch (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::gettle (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::calculatestateat (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false], [191, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::impl (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::operator= (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false], [191, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::isdefined (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator!= (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator<< (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator= (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator== (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::print (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::sgp4 (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle (c++ class)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::canparse (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::construct (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::generatechecksum (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getaop (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getbstardragterm (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getclassification (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::geteccentricity (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getelementsetnumber (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getephemeristype (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getepoch (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstline (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstlinechecksum (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinclination (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinternationaldesignator (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeananomaly (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotion (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionfirsttimederivativedividedbytwo (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionsecondtimederivativedividedbysix (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getraan (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getrevolutionnumberatepoch (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitename (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitenumber (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondline (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondlinechecksum (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::isdefined (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::load (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator!= (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator<< (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator== (c++ function)": [[197, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::parse (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setepoch (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setrevolutionnumberatepoch (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setsatellitenumber (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::tle (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", false], [197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::undefined (c++ function)": [[197, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::~sgp4 (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated (c++ class)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculatestateat (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::clone (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getepoch (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getrevolutionnumberatepoch (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::isdefined (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator!= (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator== (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::print (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::tabulated (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::~model (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::orbit::operator!= (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator= (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator== (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::orbit (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", false], [177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", false], [177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::pass (c++ class)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatascendingnode (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatdescendingnode (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatnorthpoint (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatpassbreak (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatsouthpoint (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getduration (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getendinstant (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass13getEndInstantEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getinterval (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getIntervalEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getrevolutionnumber (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getstartinstant (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass15getStartInstantEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::gettype (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::iscomplete (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::isdefined (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator!= (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator<< (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator== (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::pass (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::ascending (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::descending (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::undefined (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::print (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromphase (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromtype (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::complete (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::partial (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::undefined (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::undefined (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::print (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::stringfromframetype (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::sunsynchronous (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::undefined (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::~orbit (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", false]], "ostk::astrodynamics::trajectory::position (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", false]], "ostk::astrodynamics::trajectory::print (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator (c++ class)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", false]], "ostk::astrodynamics::trajectory::propagator::accesscoordinatebroker (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::propagator::accessnumericalsolver (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::propagator::adddynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", false]], "ostk::astrodynamics::trajectory::propagator::addmaneuver (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestateat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatesat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatetocondition (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", false]], "ostk::astrodynamics::trajectory::propagator::cleardynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::default (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", false]], "ostk::astrodynamics::trajectory::propagator::fromenvironment (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", false]], "ostk::astrodynamics::trajectory::propagator::getdynamics (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::getnumberofcoordinates (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::propagator::integrationframesptr (c++ member)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", false]], "ostk::astrodynamics::trajectory::propagator::isdefined (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", false]], "ostk::astrodynamics::trajectory::propagator::operator!= (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator<< (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator= (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator== (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::print (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator::propagator (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::setdynamics (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", false]], "ostk::astrodynamics::trajectory::propagator::undefined (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", false]], "ostk::astrodynamics::trajectory::segment (c++ class)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", false]], "ostk::astrodynamics::trajectory::segment::accessdynamics (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::accesseventcondition (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::accessnumericalsolver (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::coast (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::getdynamics (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::geteventcondition (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::getname (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", false]], "ostk::astrodynamics::trajectory::segment::getnumericalsolver (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::gettype (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", false]], "ostk::astrodynamics::trajectory::segment::maneuver (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", false]], "ostk::astrodynamics::trajectory::segment::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution (c++ struct)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", false]], "ostk::astrodynamics::trajectory::segment::solution::accessendinstant (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::accessstartinstant (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::calculatestatesat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltamass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltav (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::segment::solution::conditionissatisfied (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::segment::solution::dynamics (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", false]], "ostk::astrodynamics::trajectory::segment::solution::extractmaneuvers (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getalldynamicscontributions (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicsaccelerationcontribution (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicscontribution (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::segment::solution::getfinalmass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinitialmass (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinterval (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution11getIntervalEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getpropagationduration (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::segment::solution::name (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", false]], "ostk::astrodynamics::trajectory::segment::solution::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::segment::solution::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution::segmenttype (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::solution (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::states (c++ member)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", false]], "ostk::astrodynamics::trajectory::segment::solve (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", false]], "ostk::astrodynamics::trajectory::segment::type (c++ enum)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::type::coast (c++ enumerator)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", false]], "ostk::astrodynamics::trajectory::segment::type::maneuver (c++ enumerator)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", false]], "ostk::astrodynamics::trajectory::sequence (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", false]], "ostk::astrodynamics::trajectory::sequence::addcoastsegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", false]], "ostk::astrodynamics::trajectory::sequence::addmaneuversegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", false]], "ostk::astrodynamics::trajectory::sequence::addsegment (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", false]], "ostk::astrodynamics::trajectory::sequence::addsegments (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", false]], "ostk::astrodynamics::trajectory::sequence::getdynamics (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::sequence::getmaximumpropagationduration (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::getnumericalsolver (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::sequence::getsegments (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", false]], "ostk::astrodynamics::trajectory::sequence::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", false]], "ostk::astrodynamics::trajectory::sequence::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::sequence (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solution (c++ struct)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessendinstant (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessstartinstant (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::calculatestatesat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltamass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltav (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::sequence::solution::executioniscomplete (c++ member)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", false]], "ostk::astrodynamics::trajectory::sequence::solution::getfinalmass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinitialmass (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinterval (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution11getIntervalEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getpropagationduration (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getstates (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::sequence::solution::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::solution::segmentsolutions (c++ member)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", false]], "ostk::astrodynamics::trajectory::sequence::solution::solution (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", false]], "ostk::astrodynamics::trajectory::sequence::solve (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solvetocondition (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", false]], "ostk::astrodynamics::trajectory::state (c++ class)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", false]], "ostk::astrodynamics::trajectory::state::accesscoordinatebroker (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::accesscoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::accessframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", false]], "ostk::astrodynamics::trajectory::state::accessinstant (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker (c++ class)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::accesssubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::addsubset (c++ function)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::coordinatebroker (c++ function)": [[198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [198, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinate (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", false], [198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinates (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofcoordinates (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofsubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getsubsets (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::hassubset (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator!= (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator== (c++ function)": [[198, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset (c++ class)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::add (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity (c++ class)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::angularvelocity (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::default (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::inframe (c++ function)": [[201, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::~angularvelocity (c++ function)": [[201, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion (c++ class)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::attitudequaternion (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::default (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::inframe (c++ function)": [[202, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::~attitudequaternion (c++ function)": [[202, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition (c++ class)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::add (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::cartesianposition (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::default (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::inframe (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::subtract (c++ function)": [[203, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::~cartesianposition (c++ function)": [[203, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity (c++ class)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::add (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::cartesianvelocity (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::default (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::inframe (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::subtract (c++ function)": [[204, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::~cartesianvelocity (c++ function)": [[204, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::coordinatesubset (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::dragcoefficient (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getid (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getname (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getsize (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::hash (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset4hashEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::inframe (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::mass (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator!= (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator== (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::subtract (c++ function)": [[199, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::surfacearea (c++ function)": [[199, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", false]], "ostk::astrodynamics::trajectory::state::extractcoordinate (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::extractcoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::getangularvelocity (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", false]], "ostk::astrodynamics::trajectory::state::getattitude (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinates (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinatesubsets (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::getframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", false]], "ostk::astrodynamics::trajectory::state::getinstant (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", false]], "ostk::astrodynamics::trajectory::state::getposition (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", false]], "ostk::astrodynamics::trajectory::state::getsize (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::getvelocity (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", false]], "ostk::astrodynamics::trajectory::state::hassubset (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::inframe (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::state::isdefined (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver (c++ class)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstates (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstatevectors (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditional (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution (c++ struct)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::conditionissatisfied (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::iterationcount (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::rootsolverhasconverged (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::state (c++ member)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::default (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::defaultconditional (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::fixedstepsize (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstates (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstatevectors (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getrootsolver (c++ function)": [[200, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integrateduration (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integratetime (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", false], [200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::numericalsolver (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::undefined (c++ function)": [[200, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", false]], "ostk::astrodynamics::trajectory::state::operator!= (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", false]], "ostk::astrodynamics::trajectory::state::operator+ (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", false]], "ostk::astrodynamics::trajectory::state::operator- (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", false]], "ostk::astrodynamics::trajectory::state::operator<< (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", false]], "ostk::astrodynamics::trajectory::state::operator= (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", false]], "ostk::astrodynamics::trajectory::state::operator== (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", false]], "ostk::astrodynamics::trajectory::state::print (c++ function)": [[181, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::state::state (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::undefined (c++ function)": [[181, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder (c++ class)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", false]], "ostk::astrodynamics::trajectory::statebuilder::accesscoordinatebroker (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::statebuilder::accessframe (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::build (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", false]], "ostk::astrodynamics::trajectory::statebuilder::expand (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::getcoordinatesubsets (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::statebuilder::getframe (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::isdefined (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder::operator!= (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator+ (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator- (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator<< (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator== (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::print (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::statebuilder::reduce (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::statebuilder (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", false], [182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::statebuilder::undefined (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", false]], "ostk::astrodynamics::trajectory::trajectory (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", false], [140, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", false]], "ostk::astrodynamics::trajectory::undefined (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", false]], "parse() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.parse", false]], "parse() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.parse", false]], "parse() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.parse", false]], "pass (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass", false]], "pass.phase (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Phase", false]], "pass.type (class in ostk.astrodynamics.trajectory.orbit)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.Type", false]], "periapsis_weight (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.periapsis_weight", false]], "position (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.position", false]], "position() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.position", false]], "position() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.position", false]], "position_from_lla() (in module ostk.astrodynamics.utilities)": [[110, "ostk.astrodynamics.utilities.position_from_lla", false]], "positionderivative (class in ostk.astrodynamics.dynamics)": [[34, "ostk.astrodynamics.dynamics.PositionDerivative", false]], "profile (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile", false]], "profile.axis (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.Axis", false]], "profile.customtarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget", false]], "profile.orientationprofiletarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget", false]], "profile.target (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.Target", false]], "profile.targettype (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.TargetType", false]], "profile.trajectorytarget (class in ostk.astrodynamics.flight)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget", false]], "propagated (class in ostk.astrodynamics.trajectory.orbit.model)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated", false]], "propagator (class in ostk.astrodynamics.trajectory)": [[70, "ostk.astrodynamics.trajectory.Propagator", false]], "propulsionsystem (class in ostk.astrodynamics.flight.system)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem", false]], "qlaw (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw", false]], "qlaw.gradientstrategy (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy", false]], "qlaw.parameters (class in ostk.astrodynamics.guidance_law)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters", false]], "qsw() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.QSW", false]], "r (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.r", false]], "raan() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.raan", false]], "realcondition (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition", false]], "realcondition.criterion (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Criterion", false]], "realcondition.target (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target", false]], "realcondition.target.type (class in ostk.astrodynamics.event_condition)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.Type", false]], "recommended_od_span (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.recommended_od_span", false]], "rectangularsensor (class in ostk.astrodynamics.viewer)": [[113, "ostk.astrodynamics.viewer.RectangularSensor", false]], "reduce() (statebuilder method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.reduce", false]], "reference_frame (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.reference_frame", false]], "relative_effectivity_threshold (qlaw.parameters property)": [[60, "ostk.astrodynamics.guidance_law.QLaw.Parameters.relative_effectivity_threshold", false]], "relative_position (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.relative_position", false]], "relative_velocity (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.relative_velocity", false]], "render() (viewer method)": [[115, "ostk.astrodynamics.viewer.Viewer.render", false]], "residuals_accepted (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.residuals_accepted", false]], "root (rootsolver.solution property)": [[6, "ostk.astrodynamics.RootSolver.Solution.root", false]], "root_solver_has_converged (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.root_solver_has_converged", false]], "rootsolver (class in ostk.astrodynamics)": [[6, "ostk.astrodynamics.RootSolver", false]], "rootsolver.solution (class in ostk.astrodynamics)": [[6, "ostk.astrodynamics.RootSolver.Solution", false]], "satellitesystem (class in ostk.astrodynamics.flight.system)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem", false]], "satellitesystembuilder (class in ostk.astrodynamics.flight.system)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder", false]], "screen_entry_time (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_entry_time", false]], "screen_exit_time (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_exit_time", false]], "screen_volume_frame (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_frame", false]], "screen_volume_shape (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_shape", false]], "screen_volume_x (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_x", false]], "screen_volume_y (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_y", false]], "screen_volume_z (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.screen_volume_z", false]], "sedr (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.sedr", false]], "segment (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment", false]], "segment.solution (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution", false]], "segment.type (class in ostk.astrodynamics.trajectory)": [[71, "ostk.astrodynamics.trajectory.Segment.Type", false]], "segment_solutions (sequence.solution property)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution.segment_solutions", false]], "segment_type (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.segment_type", false]], "semi_major_axis() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.semi_major_axis", false]], "sensor (class in ostk.astrodynamics.viewer)": [[114, "ostk.astrodynamics.viewer.Sensor", false]], "sequence (class in ostk.astrodynamics.trajectory)": [[72, "ostk.astrodynamics.trajectory.Sequence", false]], "sequence.solution (class in ostk.astrodynamics.trajectory)": [[72, "ostk.astrodynamics.trajectory.Sequence.Solution", false]], "sequence_number (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.sequence_number", false]], "set_access_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_access_filter", false]], "set_aer_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_aer_filter", false]], "set_cached_state_array() (propagated method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.Propagated.set_cached_state_array", false]], "set_dynamics() (propagator method)": [[70, "ostk.astrodynamics.trajectory.Propagator.set_dynamics", false]], "set_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_epoch", false]], "set_revolution_number_at_epoch() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_revolution_number_at_epoch", false]], "set_satellite_number() (tle method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_satellite_number", false]], "set_state_filter() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_state_filter", false]], "set_step() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_step", false]], "set_tolerance() (generator method)": [[9, "ostk.astrodynamics.access.Generator.set_tolerance", false]], "sgp4 (class in ostk.astrodynamics.trajectory.orbit.model)": [[84, "ostk.astrodynamics.trajectory.orbit.model.SGP4", false]], "show() (accessesplot method)": [[26, "ostk.astrodynamics.display.AccessesPlot.show", false]], "solar_radiation_pressure (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.solar_radiation_pressure", false]], "solve() (rootsolver method)": [[6, "ostk.astrodynamics.RootSolver.solve", false]], "solve() (segment method)": [[71, "ostk.astrodynamics.trajectory.Segment.solve", false]], "solve() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.solve", false]], "solve() (temporalconditionsolver method)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver.solve", false]], "solve_to_condition() (sequence method)": [[72, "ostk.astrodynamics.trajectory.Sequence.solve_to_condition", false]], "start_screen_period (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.start_screen_period", false]], "state (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.state", false]], "state (class in ostk.astrodynamics.trajectory)": [[73, "ostk.astrodynamics.trajectory.State", false]], "state (numericalsolver.conditionsolution property)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.state", false]], "statebuilder (class in ostk.astrodynamics.trajectory)": [[74, "ostk.astrodynamics.trajectory.StateBuilder", false]], "states (segment.solution property)": [[71, "ostk.astrodynamics.trajectory.Segment.Solution.states", false]], "string_from_criterion() (angularcondition static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.string_from_criterion", false]], "string_from_criterion() (booleancondition static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.string_from_criterion", false]], "string_from_criterion() (instantcondition static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.string_from_criterion", false]], "string_from_criterion() (realcondition static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.string_from_criterion", false]], "string_from_element() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.string_from_element", false]], "string_from_element() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.string_from_element", false]], "string_from_element() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.string_from_element", false]], "string_from_element() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.string_from_element", false]], "string_from_log_type() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_log_type", false]], "string_from_perturbation_type() (kepler static method)": [[82, "ostk.astrodynamics.trajectory.orbit.model.Kepler.string_from_perturbation_type", false]], "string_from_phase() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_phase", false]], "string_from_stepper_type() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_stepper_type", false]], "string_from_type() (access static method)": [[2, "ostk.astrodynamics.Access.string_from_type", false]], "string_from_type() (finitedifferencesolver static method)": [[62, "ostk.astrodynamics.solver.FiniteDifferenceSolver.string_from_type", false]], "string_from_type() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_type", false]], "stringfromtype() (angularcondition.target static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.StringFromType", false]], "stringfromtype() (booleancondition.target static method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.StringFromType", false]], "stringfromtype() (eventcondition.target static method)": [[4, "ostk.astrodynamics.EventCondition.Target.StringFromType", false]], "stringfromtype() (instantcondition.target static method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.StringFromType", false]], "stringfromtype() (logicalcondition.target static method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.StringFromType", false]], "stringfromtype() (realcondition.target static method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.StringFromType", false]], "subtract() (angularvelocity method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.subtract", false]], "subtract() (attitudequaternion method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.subtract", false]], "subtract() (cartesianposition method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.subtract", false]], "subtract() (cartesianvelocity method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.subtract", false]], "subtract() (coordinatesubset method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.subtract", false]], "sun_synchronous() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.sun_synchronous", false]], "surface_area() (angularvelocity static method)": [[98, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.surface_area", false]], "surface_area() (attitudequaternion static method)": [[99, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.surface_area", false]], "surface_area() (cartesianposition static method)": [[100, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.surface_area", false]], "surface_area() (cartesianvelocity static method)": [[101, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.surface_area", false]], "surface_area() (coordinatesubset static method)": [[95, "ostk.astrodynamics.trajectory.state.CoordinateSubset.surface_area", false]], "system (class in ostk.astrodynamics.flight)": [[48, "ostk.astrodynamics.flight.System", false]], "tabulated (class in ostk.astrodynamics.dynamics)": [[35, "ostk.astrodynamics.dynamics.Tabulated", false]], "tabulated (class in ostk.astrodynamics.flight.profile.model)": [[52, "ostk.astrodynamics.flight.profile.model.Tabulated", false]], "tabulated (class in ostk.astrodynamics.trajectory.orbit.model)": [[85, "ostk.astrodynamics.trajectory.orbit.model.Tabulated", false]], "tabulated_dynamics() (maneuver static method)": [[46, "ostk.astrodynamics.flight.Maneuver.tabulated_dynamics", false]], "template() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.template", false]], "temporalconditionsolver (class in ostk.astrodynamics.solver)": [[63, "ostk.astrodynamics.solver.TemporalConditionSolver", false]], "thirdbodygravity (class in ostk.astrodynamics.dynamics)": [[36, "ostk.astrodynamics.dynamics.ThirdBodyGravity", false]], "thrust_acceleration (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.thrust_acceleration", false]], "thruster (class in ostk.astrodynamics.dynamics)": [[37, "ostk.astrodynamics.dynamics.Thruster", false]], "time_last_observation_end (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.time_last_observation_end", false]], "time_last_observation_start (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.time_last_observation_start", false]], "time_of_closest_approach (cdm.relativemetadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata.time_of_closest_approach", false]], "tle (class in ostk.astrodynamics.trajectory.orbit.model.sgp4)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", false]], "tnw() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.TNW", false]], "to_coe() (brouwerlyddanemean method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.to_coe", false]], "to_coe() (brouwerlyddanemeanlong method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.to_coe", false]], "to_coe() (brouwerlyddanemeanshort method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.to_coe", false]], "to_state() (opm.deployment method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.to_state", false]], "to_tabulated_dynamics() (maneuver method)": [[46, "ostk.astrodynamics.flight.Maneuver.to_tabulated_dynamics", false]], "tracks_available (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.tracks_available", false]], "tracks_used (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.tracks_used", false]], "trajectory (class in ostk.astrodynamics)": [[7, "ostk.astrodynamics.Trajectory", false]], "trajectory (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.trajectory", false]], "transform (class in ostk.astrodynamics.flight.profile.model)": [[53, "ostk.astrodynamics.flight.profile.model.Transform", false]], "true_anomaly() (coecondition static method)": [[41, "ostk.astrodynamics.event_condition.COECondition.true_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_mean_anomaly", false]], "type (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.type", false]], "type (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.type", false]], "type (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.type", false]], "type (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.type", false]], "type (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.type", false]], "type (profile.customtarget property)": [[47, "ostk.astrodynamics.flight.Profile.CustomTarget.type", false]], "type (profile.orientationprofiletarget property)": [[47, "ostk.astrodynamics.flight.Profile.OrientationProfileTarget.type", false]], "type (profile.target property)": [[47, "ostk.astrodynamics.flight.Profile.Target.type", false]], "type (profile.trajectorytarget property)": [[47, "ostk.astrodynamics.flight.Profile.TrajectoryTarget.type", false]], "type (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.type", false]], "undefined() (access static method)": [[2, "ostk.astrodynamics.Access.undefined", false]], "undefined() (brouwerlyddanemean static method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.undefined", false]], "undefined() (brouwerlyddanemeanlong static method)": [[87, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.undefined", false]], "undefined() (brouwerlyddanemeanshort static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.undefined", false]], "undefined() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.undefined", false]], "undefined() (coe static method)": [[90, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.undefined", false]], "undefined() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.undefined", false]], "undefined() (localorbitalframedirection static method)": [[65, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.undefined", false]], "undefined() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.undefined", false]], "undefined() (numericalsolver static method)": [[96, "ostk.astrodynamics.trajectory.state.NumericalSolver.undefined", false]], "undefined() (opm static method)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.undefined", false]], "undefined() (orbit static method)": [[69, "ostk.astrodynamics.trajectory.Orbit.undefined", false]], "undefined() (pass static method)": [[77, "ostk.astrodynamics.trajectory.orbit.Pass.undefined", false]], "undefined() (profile static method)": [[47, "ostk.astrodynamics.flight.Profile.undefined", false]], "undefined() (propulsionsystem static method)": [[55, "ostk.astrodynamics.flight.system.PropulsionSystem.undefined", false]], "undefined() (satellitesystem static method)": [[56, "ostk.astrodynamics.flight.system.SatelliteSystem.undefined", false]], "undefined() (state static method)": [[73, "ostk.astrodynamics.trajectory.State.undefined", false]], "undefined() (statebuilder static method)": [[74, "ostk.astrodynamics.trajectory.StateBuilder.undefined", false]], "undefined() (system static method)": [[48, "ostk.astrodynamics.flight.System.undefined", false]], "undefined() (tle static method)": [[92, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.undefined", false]], "undefined() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.undefined", false]], "undefined() (transform static method)": [[53, "ostk.astrodynamics.flight.profile.model.Transform.undefined", false]], "update_target() (angularcondition method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.update_target", false]], "update_target() (booleancondition method)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.update_target", false]], "update_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.update_target", false]], "update_target() (instantcondition method)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.update_target", false]], "update_target() (logicalcondition method)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.update_target", false]], "update_target() (realcondition method)": [[44, "ostk.astrodynamics.event_condition.RealCondition.update_target", false]], "value (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.value", false]], "value (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value", false]], "value (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value", false]], "value (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.value", false]], "value (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value", false]], "value (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.value", false]], "value_offset (angularcondition.target property)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.Target.value_offset", false]], "value_offset (booleancondition.target property)": [[40, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value_offset", false]], "value_offset (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value_offset", false]], "value_offset (instantcondition.target property)": [[42, "ostk.astrodynamics.event_condition.InstantCondition.Target.value_offset", false]], "value_offset (logicalcondition.target property)": [[43, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value_offset", false]], "value_offset (realcondition.target property)": [[44, "ostk.astrodynamics.event_condition.RealCondition.Target.value_offset", false]], "velocity (opm.deployment property)": [[79, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.velocity", false]], "viewer (class in ostk.astrodynamics.viewer)": [[115, "ostk.astrodynamics.viewer.Viewer", false]], "vnc() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VNC", false]], "vvlh() (localorbitalframefactory static method)": [[66, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VVLH", false]], "weighted_rms (cdm.data property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data.weighted_rms", false]], "with_cross_sectional_surface_area() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_cross_sectional_surface_area", false]], "with_drag_coefficient() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_drag_coefficient", false]], "with_dry_mass() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_dry_mass", false]], "with_geometry() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_geometry", false]], "with_inertia_tensor() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_inertia_tensor", false]], "with_propulsion_system() (satellitesystembuilder method)": [[57, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_propulsion_system", false]], "within_range() (angularcondition static method)": [[39, "ostk.astrodynamics.event_condition.AngularCondition.within_range", false]]}, "objects": {"": [[135, 0, 1, "_CPPv4N4ostk13astrodynamics6AccessE", "ostk::astrodynamics::Access"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aLossOfSignal"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aMaxElevation"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aTimeOfClosestApproach"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aType"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::anAcquisitionOfSignal"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType::aType"], [135, 3, 1, "_CPPv4N4ostk13astrodynamics6Access4TypeE", "ostk::astrodynamics::Access::Type"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", "ostk::astrodynamics::Access::Type::Complete"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", "ostk::astrodynamics::Access::Type::Partial"], [135, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", "ostk::astrodynamics::Access::Type::Undefined"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", "ostk::astrodynamics::Access::Undefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", "ostk::astrodynamics::Access::getAcquisitionOfSignal"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", "ostk::astrodynamics::Access::getDuration"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", "ostk::astrodynamics::Access::getInterval"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", "ostk::astrodynamics::Access::getLossOfSignal"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", "ostk::astrodynamics::Access::getMaxElevation"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", "ostk::astrodynamics::Access::getTimeOfClosestApproach"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", "ostk::astrodynamics::Access::getType"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", "ostk::astrodynamics::Access::isComplete"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", "ostk::astrodynamics::Access::isDefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!="], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!=::anAccess"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anAccess"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anOutputStream"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator=="], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator==::anAccess"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics8DynamicsE", "ostk::astrodynamics::Dynamics"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", "ostk::astrodynamics::Dynamics::Context"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aDynamicsSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aReadIndexes"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aWriteIndexes"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", "ostk::astrodynamics::Dynamics::Context::dynamics"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", "ostk::astrodynamics::Dynamics::Context::readIndexes"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", "ostk::astrodynamics::Dynamics::Context::readStateSize"], [136, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", "ostk::astrodynamics::Dynamics::Context::writeIndexes"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics::aName"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment::anEnvironment"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aContextArray"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aFrameSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::anInstant"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::aFrameSPtr"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::anInstant"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::x"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", "ostk::astrodynamics::Dynamics::getName"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getReadCoordinateSubsets"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", "ostk::astrodynamics::Dynamics::isDefined"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::aDynamics"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::anOutputStream"], [136, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::anOutputStream"], [136, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::displayDecorator"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", "ostk::astrodynamics::Dynamics::~Dynamics"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics14EventConditionE", "ostk::astrodynamics::EventCondition"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aTarget"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aTargetValue"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType::aType"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aLength"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aValue"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::anAngle"], [137, 3, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", "ostk::astrodynamics::EventCondition::Target::Type"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", "ostk::astrodynamics::EventCondition::Target::Type::Absolute"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", "ostk::astrodynamics::EventCondition::Target::Type::Relative"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", "ostk::astrodynamics::EventCondition::Target::isDefined"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!="], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!=::aTarget"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator=="], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator==::aTarget"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", "ostk::astrodynamics::EventCondition::Target::type"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", "ostk::astrodynamics::EventCondition::Target::value"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", "ostk::astrodynamics::EventCondition::Target::valueOffset"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5cloneEv", "ostk::astrodynamics::EventCondition::clone"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", "ostk::astrodynamics::EventCondition::getEvaluator"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", "ostk::astrodynamics::EventCondition::getName"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", "ostk::astrodynamics::EventCondition::getTarget"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::currentState"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::previousState"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anEventCondition"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anOutputStream"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::anOutputStream"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::displayDecorator"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget::aState"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", "ostk::astrodynamics::EventCondition::~EventCondition"], [138, 0, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", "ostk::astrodynamics::GuidanceLaw"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw::aName"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::anInstant"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", "ostk::astrodynamics::GuidanceLaw::getName"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::aGuidanceLaw"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::anOutputStream"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::anOutputStream"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::displayDecorator"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", "ostk::astrodynamics::GuidanceLaw::~GuidanceLaw"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolverE", "ostk::astrodynamics::RootSolver"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", "ostk::astrodynamics::RootSolver::Default"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aMaximumIterationCount"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aTolerance"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", "ostk::astrodynamics::RootSolver::Solution"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", "ostk::astrodynamics::RootSolver::Solution::hasConverged"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", "ostk::astrodynamics::RootSolver::Solution::iterationCount"], [139, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", "ostk::astrodynamics::RootSolver::Solution::root"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aLowerBound"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::anUpperBound"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFactor"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::anInitialGuess"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::isRising"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", "ostk::astrodynamics::RootSolver::getMaximumIterationCount"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", "ostk::astrodynamics::RootSolver::getTolerance"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::aRootSolver"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::anOutputStream"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::anOutputStream"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::displayDecorator"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aFunction"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aLowerBound"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::anUpperBound"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", "ostk::astrodynamics::RootSolver::~RootSolver"], [140, 0, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryE", "ostk::astrodynamics::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::aCelestial"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aCelestial"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aGroundSpeed"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStartInstant"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::aStartLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStartLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::aStepSize"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::anEndLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK7DerivedRK7InstantRK9CelestialRK8Duration", "ostk::astrodynamics::Trajectory::GroundStrip::anEndLLA"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory11GroundStripERK3LLARK3LLARK5ArrayI7InstantERK9Celestial", "ostk::astrodynamics::Trajectory::GroundStrip::anInstantArray"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position::aPosition"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory::aModel"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory::aStateArray"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory::aTrajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", "ostk::astrodynamics::Trajectory::Undefined"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", "ostk::astrodynamics::Trajectory::accessModel"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt::anInstant"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt::anInstantArray"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", "ostk::astrodynamics::Trajectory::isDefined"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!="], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!=::aTrajectory"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::aTrajectory"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::anOutputStream"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator="], [140, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=::aTrajectory"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=="], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator==::aTrajectory"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::anOutputStream"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::displayDecorator"], [141, 0, 1, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", "ostk::astrodynamics::access::Generator"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::aRangeRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anAzimuthElevationMask"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::aRangeRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anAzimuthRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anElevationRange"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStateFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAccessFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAerFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", "ostk::astrodynamics::access::Generator::Undefined"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aFromTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aToTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::anInterval"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", "ostk::astrodynamics::access::Generator::getAccessFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", "ostk::astrodynamics::access::Generator::getAerFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aFromTrajectory"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aToTrajectory"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", "ostk::astrodynamics::access::Generator::getStateFilter"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", "ostk::astrodynamics::access::Generator::getStep"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", "ostk::astrodynamics::access::Generator::getTolerance"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", "ostk::astrodynamics::access::Generator::isDefined"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter::anAccessFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter::anAerFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter::aStateFilter"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep::aStep"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance::aTolerance"], [142, 0, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", "ostk::astrodynamics::access::GeneratorContext"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aFromPosition"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aToPosition"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anEarthSPtr"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anInstant"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aFromTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aGenerator"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aToTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::anEnvironment"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aFromState"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aToState"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aFromTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aToTrajectory"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::anInstant"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive::anInstant"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", "ostk::astrodynamics::conjunction::message::ccsds::CDM"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aDataArray"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aHeader"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aMetadataArray"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aRelativeMetadata"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary::aDictionary"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load::aFile"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure"], [143, 3, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody"], [143, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString::aString"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse::aString"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ"], [143, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType::anIndex"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anCDM"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anOutputStream"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::anOutputStream"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::displayDecorator"], [144, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", "ostk::astrodynamics::dynamics::AtmosphericDrag"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aName"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::aFrameSPtr"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::anInstant"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::x"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anAtmosphericDrag"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anOutputStream"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::anOutputStream"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::displayDecorator"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", "ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag"], [145, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", "ostk::astrodynamics::dynamics::CentralBodyGravity"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aName"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::aFrameSPtr"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::anInstant"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::x"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::aCentralBodyGravity"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::anOutputStream"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::anOutputStream"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::displayDecorator"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", "ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity"], [146, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", "ostk::astrodynamics::dynamics::PositionDerivative"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", "ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::aFrameSPtr"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::anInstant"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::x"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", "ostk::astrodynamics::dynamics::PositionDerivative::isDefined"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::aPositionDerivative"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::anOutputStream"], [146, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::anOutputStream"], [146, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::displayDecorator"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", "ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative"], [147, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", "ostk::astrodynamics::dynamics::Tabulated"], [147, 5, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", "ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aContributionProfile"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aFrameSPtr"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aWriteCoordinateSubsets"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInstantArray"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInterpolationType"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", "ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", "ostk::astrodynamics::dynamics::Tabulated::accessFrame"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", "ostk::astrodynamics::dynamics::Tabulated::accessInstants"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::aFrameSPtr"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::anInstant"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::x"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets::aCoordinateSubsetArray"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::dynamics::Tabulated::getInterpolationType"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", "ostk::astrodynamics::dynamics::Tabulated::isDefined"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::aDynamics"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::anOutputStream"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::anOutputStream"], [147, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::displayDecorator"], [148, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", "ostk::astrodynamics::dynamics::ThirdBodyGravity"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aName"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::aFrameSPtr"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::anInstant"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::x"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::aThirdBodyGravity"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::anOutputStream"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::anOutputStream"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::displayDecorator"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", "ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity"], [149, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", "ostk::astrodynamics::dynamics::Thruster"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aGuidanceLaw"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aSatelliteSystem"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::aFrameSPtr"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::anInstant"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::x"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", "ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", "ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", "ostk::astrodynamics::dynamics::Thruster::isDefined"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::anOutputStream"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::displayDecorator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", "ostk::astrodynamics::dynamics::Thruster::~Thruster"], [150, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", "ostk::astrodynamics::eventcondition::AngularCondition"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTarget"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTargetAngle"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [150, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing"], [150, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion::aCriterion"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aName"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aTargetRange"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::anEvaluator"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5cloneEv", "ostk::astrodynamics::eventcondition::AngularCondition::clone"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::AngularCondition::getCriterion"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::currentState"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::previousState"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::anOutputStream"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::displayDecorator"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", "ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition"], [151, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", "ostk::astrodynamics::eventcondition::BooleanCondition"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aCriterion"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aName"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anEvaluator"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anInverseFlag"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", "ostk::astrodynamics::eventcondition::BooleanCondition::isInversed"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::anOutputStream"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::displayDecorator"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", "ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition"], [152, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", "ostk::astrodynamics::eventcondition::COECondition"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aTarget"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aCriterion"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aFrameSPtr"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aGravitationalParameter"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aTarget"], [153, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", "ostk::astrodynamics::eventcondition::InstantCondition"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::aCriterion"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", "ostk::astrodynamics::eventcondition::InstantCondition::getInstant"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", "ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition"], [154, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", "ostk::astrodynamics::eventcondition::LogicalCondition"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aConnective"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aName"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::eventConditions"], [154, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type"], [154, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::And"], [154, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5cloneEv", "ostk::astrodynamics::eventcondition::LogicalCondition::clone"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getType"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::currentState"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::previousState"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::anOutputStream"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::displayDecorator"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget::aState"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", "ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition"], [155, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", "ostk::astrodynamics::eventcondition::RealCondition"], [155, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative"], [155, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aDuration"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTarget"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTargetValue"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion::aCriterion"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5cloneEv", "ostk::astrodynamics::eventcondition::RealCondition::clone"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate::state"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::RealCondition::getCriterion"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::currentState"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::previousState"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::anOutputStream"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::displayDecorator"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", "ostk::astrodynamics::eventcondition::RealCondition::~RealCondition"], [156, 0, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", "ostk::astrodynamics::flight::Maneuver"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aFrameSPtr"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aMassFlowRate"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anAccelerationProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anInstantArray"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", "ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aFrameSPtr"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aMassFlowRateProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anAccelerationProfile"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anInstantArray"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", "ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval"], [156, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", "ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics::aTabulatedDynamics"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse::anInitialSpacecraftMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust::anInitialSpacecraftMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaV"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile::aFrameSPtr"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", "ostk::astrodynamics::flight::Maneuver::getInstants"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", "ostk::astrodynamics::flight::Maneuver::getInterval"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", "ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", "ostk::astrodynamics::flight::Maneuver::isDefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!=::aManeuver"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::aManeuver"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::anOutputStream"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator=="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator==::aManeuver"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::anOutputStream"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::displayDecorator"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::aFrameSPtr"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::anInterpolationType"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", "ostk::astrodynamics::flight::Profile"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::aClockingTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::anAlignmentTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile17AlignAndConstrainERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::AlignAndConstrain::anAngularOffset"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4AxisE", "ostk::astrodynamics::flight::Profile::Axis"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1XE", "ostk::astrodynamics::flight::Profile::Axis::X"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1YE", "ostk::astrodynamics::flight::Profile::Axis::Y"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile4Axis1ZE", "ostk::astrodynamics::flight::Profile::Axis::Z"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::aClockingTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anAlignmentTargetSPtr"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anAngularOffset"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERK6SharedIK6TargetERK6SharedIK6TargetERK5Angle", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile14CustomPointingERKN10trajectory5OrbitERKNSt8functionIF10QuaternionRK5StateEEE", "ostk::astrodynamics::flight::Profile::CustomPointing::anOrientationGenerator"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", "ostk::astrodynamics::flight::Profile::CustomTarget"], [158, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTargetE", "ostk::astrodynamics::flight::Profile::CustomTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anAxis"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anOrientationGenerator"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::anOrientationGenerator"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::isAntiDirection"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget12CustomTargetENSt8functionIF8Vector3dRK5StateEEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::CustomTarget::CustomTarget::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", "ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator"], [158, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12CustomTarget20orientationGeneratorE", "ostk::astrodynamics::flight::Profile::CustomTarget::orientationGenerator"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aQuaternion"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aTrajectory"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbit"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbitalFrameType"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget"], [159, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTargetE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anAxis"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anOrientationProfile"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::anOrientationProfile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::isAntiDirection"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget24OrientationProfileTargetERK5ArrayI4PairI7Instant8Vector3dEERK4AxisRKb", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::OrientationProfileTarget::isAntiDirection"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt::anInstant"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile24OrientationProfileTarget20getAlignmentVectorAtERK7Instant", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::getAlignmentVectorAt::anInstant"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile"], [159, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile24OrientationProfileTarget18orientationProfileE", "ostk::astrodynamics::flight::Profile::OrientationProfileTarget::orientationProfile"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", "ostk::astrodynamics::flight::Profile::PointingMode"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", "ostk::astrodynamics::flight::Profile::PointingMode::Custom"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", "ostk::astrodynamics::flight::Profile::PointingMode::Inertial"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", "ostk::astrodynamics::flight::Profile::PointingMode::Nadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", "ostk::astrodynamics::flight::Profile::PointingMode::Target"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", "ostk::astrodynamics::flight::Profile::PointingMode::Undefined"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile::aModel"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile::aProfile"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", "ostk::astrodynamics::flight::Profile::Target"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6TargetE", "ostk::astrodynamics::flight::Profile::Target"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::aType"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::aType"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::anAxis"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::isAntiDirection"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target6TargetERK10TargetTypeRK4AxisRKb", "ostk::astrodynamics::flight::Profile::Target::Target::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", "ostk::astrodynamics::flight::Profile::Target::antiDirection"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target13antiDirectionE", "ostk::astrodynamics::flight::Profile::Target::antiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", "ostk::astrodynamics::flight::Profile::Target::axis"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4axisE", "ostk::astrodynamics::flight::Profile::Target::axis"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", "ostk::astrodynamics::flight::Profile::Target::type"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile6Target4typeE", "ostk::astrodynamics::flight::Profile::Target::type"], [157, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetTypeE", "ostk::astrodynamics::flight::Profile::TargetType"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType6CustomE", "ostk::astrodynamics::flight::Profile::TargetType::Custom"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15GeocentricNadirE", "ostk::astrodynamics::flight::Profile::TargetType::GeocentricNadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType13GeodeticNadirE", "ostk::astrodynamics::flight::Profile::TargetType::GeodeticNadir"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType4MoonE", "ostk::astrodynamics::flight::Profile::TargetType::Moon"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType15OrbitalMomentumE", "ostk::astrodynamics::flight::Profile::TargetType::OrbitalMomentum"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType18OrientationProfileE", "ostk::astrodynamics::flight::Profile::TargetType::OrientationProfile"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType3SunE", "ostk::astrodynamics::flight::Profile::TargetType::Sun"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType10TrajectoryE", "ostk::astrodynamics::flight::Profile::TargetType::Trajectory"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType12VelocityECEFE", "ostk::astrodynamics::flight::Profile::TargetType::VelocityECEF"], [157, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile10TargetType11VelocityECIE", "ostk::astrodynamics::flight::Profile::TargetType::VelocityECI"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget"], [161, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTargetE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::aTrajectory"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::aTrajectory"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::anAxis"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::anAxis"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::isAntiDirection"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget16TrajectoryTargetERK10TrajectoryRK4AxisRKb", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::TrajectoryTarget::isAntiDirection"], [157, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory"], [161, 5, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16TrajectoryTarget10trajectoryE", "ostk::astrodynamics::flight::Profile::TrajectoryTarget::trajectory"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", "ostk::astrodynamics::flight::Profile::Undefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11accessModelEv", "ostk::astrodynamics::flight::Profile::accessModel"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt::anInstant"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame::aFrameName"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt::anInstant"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt::anInstantArray"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", "ostk::astrodynamics::flight::Profile::isDefined"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::aProfile"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::anOutputStream"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator="], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator=::aProfile"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::anOutputStream"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::displayDecorator"], [162, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemE", "ostk::astrodynamics::flight::System"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aGeometry"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aMass"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", "ostk::astrodynamics::flight::System::Undefined"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", "ostk::astrodynamics::flight::System::clone"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", "ostk::astrodynamics::flight::System::getGeometry"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", "ostk::astrodynamics::flight::System::getMass"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", "ostk::astrodynamics::flight::System::isDefined"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!="], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!=::aSystem"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::aSystem"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::anOutputStream"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator=="], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator==::aSystem"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::anOutputStream"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::displayDecorator"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", "ostk::astrodynamics::flight::System::~System"], [163, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", "ostk::astrodynamics::flight::profile::Model"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", "ostk::astrodynamics::flight::profile::Model::Model"], [163, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as"], [163, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as::Type"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt::anInstant"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt::anInstantArray"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", "ostk::astrodynamics::flight::profile::Model::clone"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt::anInstant"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame::aFrameName"], [163, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is"], [163, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is::Type"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", "ostk::astrodynamics::flight::profile::Model::isDefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!=::aModel"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::aModel"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::anOutputStream"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator=="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator==::aModel"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::anOutputStream"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::displayDecorator"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", "ostk::astrodynamics::flight::profile::Model::~Model"], [164, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", "ostk::astrodynamics::flight::profile::model::Tabulated"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load::aFile"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated::aStateArray"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", "ostk::astrodynamics::flight::profile::model::Tabulated::clone"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame::aFrameName"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", "ostk::astrodynamics::flight::profile::model::Tabulated::getInterval"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Tabulated::isDefined"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!="], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!=::aTabulatedModel"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::aTabulatedModel"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::anOutputStream"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator=="], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator==::aTabulatedModel"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::anOutputStream"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::displayDecorator"], [165, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", "ostk::astrodynamics::flight::profile::model::Transform"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aQuaternion"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aTrajectory"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbit"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbitalFrameType"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aDynamicTransformProvider"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aFrameSPtr"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::Undefined"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", "ostk::astrodynamics::flight::profile::model::Transform::clone"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame::aFrameName"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::isDefined"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::aTransformModel"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::anOutputStream"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::anOutputStream"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::displayDecorator"], [166, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", "ostk::astrodynamics::flight::system::PropulsionSystem"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Default"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aSpecificImpulseInSIUnit"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aThrustInSIUnit"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Undefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration::aMass"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getThrust"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::isDefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!=::aPropulsionSystem"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::aPropulsionSystem"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::anOutputStream"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator=="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator==::aPropulsionSystem"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::anOutputStream"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::displayDecorator"], [167, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", "ostk::astrodynamics::flight::system::SatelliteSystem"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Default"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aCrossSectionalSurfaceArea"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDragCoefficient"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDryMass"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aPropulsionSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aSatelliteGeometry"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::anInertiaTensor"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Undefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystem::clone"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::isDefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!=::aSatelliteSystem"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::aSatelliteSystem"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::anOutputStream"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator=="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator==::aSatelliteSystem"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::anOutputStream"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::displayDecorator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem"], [168, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::aSatelliteSystemBuilder"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::anOutputStream"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::anOutputStream"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::displayDecorator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea::aCrossSectionalSurfaceArea"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient::aDragCoefficient"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass::aDryMass"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry::aGeometry"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor::anInertiaTensor"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem::aPropulsionSystem"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", "ostk::astrodynamics::guidancelaw::ConstantThrust"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust::aThrustDirection"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack::velocityDirection"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aPositionCoordinates"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aThrustAcceleration"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aVelocityCoordinates"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::anInstant"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::outputFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", "ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::aConstantThrust"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::displayDecorator"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", "ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", "ostk::astrodynamics::guidancelaw::QLaw"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aCOEVector"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aGravitationalParameter"], [170, 3, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy"], [170, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical"], [170, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aBValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aKValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aMValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aNValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aPeriapsisWeight"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aRValue"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::absoluteEffectivityThreshold"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::anElementWeightsMap"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::minimumPeriapsisradius"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::relativeEffectivityThreshold"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::b"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::k"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::m"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::n"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::r"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aCOE"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGradientStrategy"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGravitationalParameter"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aParameterSet"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aPositionCoordinates"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aVelocityCoordinates"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::anInstant"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aCOEVector"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aThrustAcceleration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", "ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", "ostk::astrodynamics::guidancelaw::QLaw::getParameters"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", "ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::aGuidanceLaw"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::displayDecorator"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", "ostk::astrodynamics::guidancelaw::QLaw::~QLaw"], [171, 0, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", "ostk::astrodynamics::solver::FiniteDifferenceSolver"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Default"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepDuration"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepPercentage"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aType"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType::aType"], [171, 3, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central"], [171, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::generateStateCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstant"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstantArray"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getType"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::aFiniteDifference"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::anOutputStream"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::anOutputStream"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::displayDecorator"], [172, 0, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", "ostk::astrodynamics::solver::TemporalConditionSolver"], [172, 7, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", "ostk::astrodynamics::solver::TemporalConditionSolver::Condition"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aMaximumIterationCount"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTimeStep"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTolerance"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aCondition"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aConditionArray"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [173, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aLocalOrbitalFrameFactorySPtr"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aValue"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!=::aLocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::aLocalOrbitalFrameDirection"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::anOutputStream"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator=="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator==::aLocalOrbitalFrameDirection"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::anOutputStream"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::displayDecorator"], [174, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERK18TransformGeneratorRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aTransformGenerator"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aType"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW::aParentFrame"], [174, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory18TransformGeneratorE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TransformGenerator"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC::aParentFrame"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH::aParentFrame"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aPosition"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aVelocity"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::anInstant"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined"], [175, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aPosition"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aType"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aVelocity"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::anInstant"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider21GetTransformGeneratorERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::GetTransformGenerator::aType"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider34LocalOrbitalFrameTransformProviderERK9Transform", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::LocalOrbitalFrameTransformProvider::aTransform"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType"], [175, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType::aType"], [175, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6CustomE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Custom"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC"], [175, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider"], [176, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", "ostk::astrodynamics::trajectory::Model"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", "ostk::astrodynamics::trajectory::Model::Model"], [176, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as"], [176, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as::Type"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt::anInstant"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt::anInstantArray"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", "ostk::astrodynamics::trajectory::Model::clone"], [176, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is"], [176, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is::Type"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", "ostk::astrodynamics::trajectory::Model::isDefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!=::aModel"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::aModel"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::anOutputStream"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator=="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator==::aModel"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::anOutputStream"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::displayDecorator"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", "ostk::astrodynamics::trajectory::Model::~Model"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", "ostk::astrodynamics::trajectory::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anEpoch"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anInclination"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anEpoch"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::aStateArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::anInitialRevolutionNumber"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::aModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::aStartInstant"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::anEndInstant"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit22ComputePassesWithModelERKN5orbit5ModelERK7InstantRK7InstantRK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePassesWithModel::anInitialRevolutionNumber"], [177, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", "ostk::astrodynamics::trajectory::Orbit::ConstPassIterator"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aPeriapsisAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anApoapsisAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anEpoch"], [177, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::FrameType"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::NED"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::QSW"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::TNW"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", "ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VNC"], [177, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::aRaan"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::aTrueAnomaly"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::anAop"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::anEccentricity"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::anEpoch"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit6FrozenERK7InstantRK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::Orbit::Frozen::anInclination"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aLongitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anEpoch"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anInclination"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aModel"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aStateArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::anInitialRevolutionNumber"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit::anOrbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType::aFrameType"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aCelestialObjectSPtr"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aLocalTimeAtDescendingNode"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anAltitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anArgumentOfLatitude"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anEpoch"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", "ostk::astrodynamics::trajectory::Orbit::Undefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame::aFrameType"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt::anInstant"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aRevolutionNumber"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7IntegerRK8Duration", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aStepDuration"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", "ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit23getPassesWithinIntervalERK8Interval", "ostk::astrodynamics::trajectory::Orbit::getPassesWithinInterval::anInterval"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt::anInstant"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", "ostk::astrodynamics::trajectory::Orbit::isDefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!="], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!=::anOrbit"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator="], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=::anOrbit"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=="], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator==::anOrbit"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::anOutputStream"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::displayDecorator"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", "ostk::astrodynamics::trajectory::Orbit::~Orbit"], [178, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", "ostk::astrodynamics::trajectory::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", "ostk::astrodynamics::trajectory::Propagator::Default"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default::anEnvironment"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::anEnvironment"], [178, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", "ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aManeuverArray"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator::aPropagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::anInterpolationType"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", "ostk::astrodynamics::trajectory::Propagator::Undefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics::aDynamicsSPtr"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::aManeuver"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::anInterpolationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anEventCondition"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::aState"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::anInstantArray"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::clearDynamics"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::getDynamics"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", "ostk::astrodynamics::trajectory::Propagator::isDefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!=::aPropagator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::aPropagator"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::anOutputStream"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator="], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=::aPropagator"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator==::aPropagator"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::anOutputStream"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::displayDecorator"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics::aDynamicsArray"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", "ostk::astrodynamics::trajectory::Segment"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aNumericalSolver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::anEventConditionSPtr"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aNumericalSolver"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aThrusterDynamics"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::anEventConditionSPtr"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", "ostk::astrodynamics::trajectory::Segment::Solution"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aConditionIsSatisfied"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aDynamicsArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aName"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aSegmentType"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aStates"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::aNumericalSolver"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::anInstantArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV::aSpecificImpulse"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", "ostk::astrodynamics::trajectory::Segment::Solution::dynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aDynamicsSPtr"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aCoordinateSubsetSPtrArray"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aDynamicsSPtr"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aFrameSPtr"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution11getIntervalEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInterval"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", "ostk::astrodynamics::trajectory::Segment::Solution::name"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::aSolution"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::displayDecorator"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", "ostk::astrodynamics::trajectory::Segment::Solution::segmentType"], [179, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", "ostk::astrodynamics::trajectory::Segment::Solution::states"], [179, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Type"], [179, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", "ostk::astrodynamics::trajectory::Segment::Type::Coast"], [179, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", "ostk::astrodynamics::trajectory::Segment::Type::Maneuver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", "ostk::astrodynamics::trajectory::Segment::accessDynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", "ostk::astrodynamics::trajectory::Segment::accessEventCondition"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::accessNumericalSolver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", "ostk::astrodynamics::trajectory::Segment::getDynamics"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", "ostk::astrodynamics::trajectory::Segment::getEventCondition"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", "ostk::astrodynamics::trajectory::Segment::getName"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::getNumericalSolver"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", "ostk::astrodynamics::trajectory::Segment::getType"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::aSegment"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::displayDecorator"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::aState"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::maximumPropagationDuration"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", "ostk::astrodynamics::trajectory::Sequence"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aDynamicsArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aNumericalSolver"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aSegmentArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::segmentPropagationDurationLimit"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::verbosity"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", "ostk::astrodynamics::trajectory::Sequence::Solution"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::aSegmentSolutionArray"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::executionIsComplete"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::aNumericalSolver"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::anInstantArray"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV::aSpecificImpulse"], [180, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", "ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution11getIntervalEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInterval"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getStates"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::aSolution"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::displayDecorator"], [180, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", "ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment::anEventConditionSPtr"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::aThruster"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::anEventConditionSPtr"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment::aTrajectorySegment"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments::aTrajectorySegmentArray"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", "ostk::astrodynamics::trajectory::Sequence::getDynamics"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Sequence::getNumericalSolver"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", "ostk::astrodynamics::trajectory::Sequence::getSegments"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::aSequence"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::displayDecorator"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aRepetitionCount"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aState"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aMaximumPropagationDuration"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aState"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::anEventCondition"], [181, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", "ostk::astrodynamics::trajectory::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinateBrokerSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinateSubsetsArray"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aPosition"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aPosition"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State::aState"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAngularVelocity"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitude"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitudeReferenceFrame"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", "ostk::astrodynamics::trajectory::State::Undefined"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::State::accessCoordinateBroker"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", "ostk::astrodynamics::trajectory::State::accessCoordinates"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", "ostk::astrodynamics::trajectory::State::accessFrame"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", "ostk::astrodynamics::trajectory::State::accessInstant"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate::aSubsetSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates::aCoordinateSubsetsArray"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", "ostk::astrodynamics::trajectory::State::getAngularVelocity"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", "ostk::astrodynamics::trajectory::State::getAttitude"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::State::getCoordinateSubsets"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", "ostk::astrodynamics::trajectory::State::getCoordinates"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", "ostk::astrodynamics::trajectory::State::getFrame"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", "ostk::astrodynamics::trajectory::State::getInstant"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", "ostk::astrodynamics::trajectory::State::getPosition"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", "ostk::astrodynamics::trajectory::State::getSize"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", "ostk::astrodynamics::trajectory::State::getVelocity"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset::aCoordinateSubsetSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame::aFrameSPtr"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", "ostk::astrodynamics::trajectory::State::isDefined"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!="], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!=::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-::aState"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::aState"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::anOutputStream"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator="], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator=::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator=="], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator==::aState"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::anOutputStream"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::displayDecorator"], [182, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", "ostk::astrodynamics::trajectory::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateBrokerSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateSubsetsArray"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aState"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::Undefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::accessFrame"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::aCoordinates"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::aState"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::defaultState"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::getFrame"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::isDefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!=::aStateBuilder"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+::aCoordinateSubsetSPtr"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-::aCoordinateSubsetSPtr"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::aStateBuilder"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::anOutputStream"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator=="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator==::aStateBuilder"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::anOutputStream"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::displayDecorator"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce::aState"], [183, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", "ostk::astrodynamics::trajectory::model::Static"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static::aPosition"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt::anInstant"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", "ostk::astrodynamics::trajectory::model::Static::clone"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", "ostk::astrodynamics::trajectory::model::Static::isDefined"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!="], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!=::aStaticModel"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::aStaticModel"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::anOutputStream"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator=="], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator==::aStaticModel"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::anOutputStream"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::displayDecorator"], [184, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", "ostk::astrodynamics::trajectory::model::Tabulated"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load::aFile"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::aStateArray"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::anInterpolationType"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt::anInstant"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt::anInstantArray"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::model::Tabulated::clone"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getFirstState"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterval"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getLastState"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::model::Tabulated::isDefined"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!="], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!=::aTabulatedModel"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::aTabulatedModel"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::anOutputStream"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator=="], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator==::aTabulatedModel"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::anOutputStream"], [184, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::displayDecorator"], [185, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", "ostk::astrodynamics::trajectory::orbit::Model"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", "ostk::astrodynamics::trajectory::orbit::Model::Model"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt::anInstant"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt::anInstant"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", "ostk::astrodynamics::trajectory::orbit::Model::clone"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getEpoch"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Model::isDefined"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::anOutputStream"], [185, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::displayDecorator"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", "ostk::astrodynamics::trajectory::orbit::Model::~Model"], [186, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", "ostk::astrodynamics::trajectory::orbit::Pass"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::aRevolutionNumber"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtAscendingNode"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtDescendingNode"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtNorthPoint"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtPassBreak"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtSouthPoint"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase::aPhase"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType::aType"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::Type"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::Undefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", "ostk::astrodynamics::trajectory::orbit::Pass::getDuration"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass13getEndInstantEv", "ostk::astrodynamics::trajectory::orbit::Pass::getEndInstant"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getIntervalEv", "ostk::astrodynamics::trajectory::orbit::Pass::getInterval"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", "ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass15getStartInstantEv", "ostk::astrodynamics::trajectory::orbit::Pass::getStartInstant"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", "ostk::astrodynamics::trajectory::orbit::Pass::getType"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", "ostk::astrodynamics::trajectory::orbit::Pass::isComplete"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::isDefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!=::aPass"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::aPass"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::anOutputStream"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator=="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator==::aPass"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::anOutputStream"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::displayDecorator"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary::aDictionary"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate"], [187, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load::aFile"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aDeploymentArray"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aHeader"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt::anIndex"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName::aName"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOPM"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOutputStream"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::anOutputStream"], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::displayDecorator"], [188, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", "ostk::astrodynamics::trajectory::orbit::model::Kepler"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aCelestialObject"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aGravitationalParameter"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ2"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ4"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEquatorialRadius"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::inFixedFrame"], [188, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4"], [188, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType::aPerturbationType"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt::anInstant"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt::anInstant"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::clone"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!=::aKeplerianModel"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::aKeplerianModel"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::anOutputStream"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator=="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator==::aKeplerianModel"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::anOutputStream"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::displayDecorator"], [189, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", "ostk::astrodynamics::trajectory::orbit::model::Propagated"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aCachedStateArray"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aState"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt::anInstant"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt::anInstant"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt::anInstantArray"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::clone"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!=::aPropagatedModel"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::aPropagatedModel"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::anOutputStream"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator=="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator==::aPropagatedModel"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::anOutputStream"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::displayDecorator"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray::aStateArray"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", "ostk::astrodynamics::trajectory::orbit::model::SGP4"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [191, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [191, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aSGP4Model"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aTle"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt::anInstant"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::clone"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!="], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!=::aSGP4Model"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::aSGP4Model"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::anOutputStream"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator="], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=::aSGP4Model"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=="], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator==::aSGP4Model"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::anOutputStream"], [190, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::displayDecorator"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", "ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4"], [192, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aStateArray"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aType"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::anInitialRevolutionNumber"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt::anInstant"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!="], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!=::aTabulatedModel"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator=="], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator==::aTabulatedModel"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::anOutputStream"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::displayDecorator"], [193, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aMeanAnomaly"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aRaan"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aSemiMajorAxis"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anAop"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anEccentricity"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anInclination"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aGravitationalParameter"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE"], [194, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aMeanAnomaly"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aRaan"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aSemiMajorAxis"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anAop"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anEccentricity"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anInclination"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE::aCOE"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aCartesianState"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aGravitationalParameter"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE"], [195, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aMeanAnomaly"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aRaan"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aSemiMajorAxis"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anAop"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anEccentricity"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anInclination"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE::aCOE"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aCartesianState"], [195, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aGravitationalParameter"], [195, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined"], [195, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE"], [196, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE"], [196, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aRaan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anAop"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anInclination"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aCartesianState"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aGravitationalParameter"], [196, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiLatusRectum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::anInstant"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::raan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11ComputeLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeLTAN::sun"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::anInstant"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::raan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15ComputeMeanLTANERK5AngleRK7InstantRK3Sun", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeMeanLTAN::sun"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::trueAnomaly"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aTolerance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::anEccentricity"], [196, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis"], [196, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::aCOEVector"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::anAnomalyType"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aCelestialObjectSPtr"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aJ2"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aJ3"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aRaan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aRaan"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aSemiMajorAxis"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::aTrueAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anAop"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anAop"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anEccentricity"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anEquatorialRadius"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6LengthRK4RealRK4RealRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anInclination"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11FrozenOrbitERK6LengthRK6SharedIK9CelestialERK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit::anInclination"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement::anElement"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aMeanAnomly"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aTolerance"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::anEccentricity"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aFrameSPtr"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aGravitationalParameter"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aJ2Parameter"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::anEquatorialRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod::aGravitationalParameter"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector::anAnomalyType"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!="], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!=::aCOE"], [196, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::aCOE"], [196, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::anOutputStream"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator=="], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator==::aCOE"], [196, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::anOutputStream"], [196, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::displayDecorator"], [197, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aSecondLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aString"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteName"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum::aLine"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load::aFile"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse::aString"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSatelliteName"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!="], [197, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!=::aTle"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::aTle"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::anOutputStream"], [197, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator=="], [197, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator==::aTle"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch::anInstant"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch::aRevolutionNumberAtEpoch"], [197, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber"], [197, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber::aSatelliteNumber"], [198, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateBroker"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [198, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker::aCoordinateSubsetsArray"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets"], [198, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset"], [198, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset::aCoordinateSubsetSPtr"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubset"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubsetSPtr"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aCoordinateSubsetsArray"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aFullCoordinatesVector"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset"], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset::aCoordinateSubsetSPtr"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!="], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!=::aCoordinateBroker"], [198, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator=="], [198, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator==::aCoordinateBroker"], [199, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateSubset"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset"], [199, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aName"], [199, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aSize"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass"], [199, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anotherFullCoordinatesVector"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getId"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getName"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset4hashEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::hash"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::fromFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::toFrameSPtr"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!="], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!=::aCoordinateSubset"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator=="], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator==::aCoordinateSubset"], [199, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aCoordinateBrokerSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFrameSPtr"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFullCoordinatesVector"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anInstant"], [199, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anotherFullCoordinatesVector"], [200, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", "ostk::astrodynamics::trajectory::state::NumericalSolver"], [200, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged"], [200, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aRelativeTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aTimeStep"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::anAbsoluteTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::stateLogger"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Default"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional::stateLogger"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aStepperType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aTimeStep"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aLogType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRelativeTolerance"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRootSolver"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aStepperType"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aTimeStep"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::anAbsoluteTolerance"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates"], [200, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationInSeconds"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEndTime"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEventCondition"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [200, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [201, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity"], [201, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::aName"], [201, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::anAttitudeQuaternionSPtr"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default"], [201, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aCoordinateBrokerSPtr"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aFullCoordinatesVector"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::anInstant"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::fromFrame"], [201, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::toFrame"], [201, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity"], [202, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion"], [202, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion::aName"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default"], [202, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aCoordinateBrokerSPtr"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aFullCoordinatesVector"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::anInstant"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::fromFrame"], [202, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::toFrame"], [202, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion"], [203, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition"], [203, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition::aName"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFrameSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anotherFullCoordinatesVector"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::fromFrame"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::toFrame"], [203, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aCoordinateBrokerSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFrameSPtr"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFullCoordinatesVector"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anInstant"], [203, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anotherFullCoordinatesVector"], [203, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition"], [204, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity"], [204, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aCartesianPositionSPtr"], [204, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aName"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFrameSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anotherFullCoordinatesVector"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::fromFrame"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::toFrame"], [204, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aCoordinateBrokerSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFrameSPtr"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFullCoordinatesVector"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anInstant"], [204, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anotherFullCoordinatesVector"], [204, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::~CartesianVelocity"]], "ostk": [[1, 8, 0, "-", "astrodynamics"]], "ostk.astrodynamics": [[2, 9, 1, "", "Access"], [3, 9, 1, "", "Dynamics"], [4, 9, 1, "", "EventCondition"], [5, 9, 1, "", "GuidanceLaw"], [6, 9, 1, "", "RootSolver"], [7, 9, 1, "", "Trajectory"], [8, 8, 0, "-", "access"], [12, 8, 0, "-", "converters"], [17, 8, 0, "-", "dataframe"], [25, 8, 0, "-", "display"], [31, 8, 0, "-", "dynamics"], [38, 8, 0, "-", "event_condition"], [45, 8, 0, "-", "flight"], [58, 8, 0, "-", "guidance_law"], [61, 8, 0, "-", "solver"], [64, 8, 0, "-", "trajectory"], [102, 8, 0, "-", "utilities"], [111, 8, 0, "-", "viewer"]], "ostk.astrodynamics.Access": [[2, 9, 1, "", "Type"], [2, 11, 1, "", "get_acquisition_of_signal"], [2, 11, 1, "", "get_duration"], [2, 11, 1, "", "get_interval"], [2, 11, 1, "", "get_loss_of_signal"], [2, 11, 1, "", "get_max_elevation"], [2, 11, 1, "", "get_time_of_closest_approach"], [2, 11, 1, "", "get_type"], [2, 11, 1, "", "is_complete"], [2, 11, 1, "", "is_defined"], [2, 11, 1, "", "string_from_type"], [2, 11, 1, "", "undefined"]], "ostk.astrodynamics.Access.Type": [[2, 10, 1, "", "name"]], "ostk.astrodynamics.Dynamics": [[3, 11, 1, "", "compute_contribution"], [3, 11, 1, "", "from_environment"], [3, 11, 1, "", "get_name"], [3, 11, 1, "", "get_read_coordinate_subsets"], [3, 11, 1, "", "get_write_coordinate_subsets"], [3, 11, 1, "", "is_defined"]], "ostk.astrodynamics.EventCondition": [[4, 9, 1, "", "Target"], [4, 11, 1, "", "get_evaluator"], [4, 11, 1, "", "get_name"], [4, 11, 1, "", "get_target"], [4, 11, 1, "", "is_satisfied"], [4, 11, 1, "", "update_target"]], "ostk.astrodynamics.EventCondition.Target": [[4, 11, 1, "", "StringFromType"], [4, 9, 1, "", "Type"], [4, 10, 1, "", "type"], [4, 10, 1, "", "value"], [4, 10, 1, "", "value_offset"]], "ostk.astrodynamics.EventCondition.Target.Type": [[4, 10, 1, "", "name"]], "ostk.astrodynamics.GuidanceLaw": [[5, 11, 1, "", "calculate_thrust_acceleration_at"], [5, 11, 1, "", "get_name"]], "ostk.astrodynamics.RootSolver": [[6, 9, 1, "", "Solution"], [6, 11, 1, "", "bisection"], [6, 11, 1, "", "bracket_and_solve"], [6, 11, 1, "", "default"], [6, 11, 1, "", "get_maximum_iteration_count"], [6, 11, 1, "", "get_tolerance"], [6, 11, 1, "", "solve"]], "ostk.astrodynamics.RootSolver.Solution": [[6, 10, 1, "", "has_converged"], [6, 10, 1, "", "iteration_count"], [6, 10, 1, "", "root"]], "ostk.astrodynamics.Trajectory": [[7, 11, 1, "", "access_model"], [7, 11, 1, "", "get_state_at"], [7, 11, 1, "", "get_states_at"], [7, 11, 1, "", "ground_strip"], [7, 11, 1, "", "is_defined"], [7, 11, 1, "", "position"], [7, 11, 1, "", "undefined"]], "ostk.astrodynamics.access": [[9, 9, 1, "", "Generator"]], "ostk.astrodynamics.access.Generator": [[9, 11, 1, "", "aer_mask"], [9, 11, 1, "", "aer_ranges"], [9, 11, 1, "", "compute_accesses"], [9, 11, 1, "", "get_access_filter"], [9, 11, 1, "", "get_aer_filter"], [9, 11, 1, "", "get_condition_function"], [9, 11, 1, "", "get_state_filter"], [9, 11, 1, "", "get_step"], [9, 11, 1, "", "get_tolerance"], [9, 11, 1, "", "is_defined"], [9, 11, 1, "", "set_access_filter"], [9, 11, 1, "", "set_aer_filter"], [9, 11, 1, "", "set_state_filter"], [9, 11, 1, "", "set_step"], [9, 11, 1, "", "set_tolerance"], [9, 11, 1, "", "undefined"]], "ostk.astrodynamics.conjunction.message": [[10, 8, 0, "-", "ccsds"]], "ostk.astrodynamics.conjunction.message.ccsds": [[11, 9, 1, "", "CDM"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, 9, 1, "", "Data"], [11, 9, 1, "", "Header"], [11, 9, 1, "", "Metadata"], [11, 9, 1, "", "ObjectType"], [11, 9, 1, "", "RelativeMetadata"], [11, 11, 1, "", "dictionary"], [11, 11, 1, "", "get_ccsds_cdm_version"], [11, 11, 1, "", "get_collision_probability"], [11, 11, 1, "", "get_collision_probability_method"], [11, 11, 1, "", "get_creation_instant"], [11, 11, 1, "", "get_data_array"], [11, 11, 1, "", "get_header"], [11, 11, 1, "", "get_message_for"], [11, 11, 1, "", "get_message_id"], [11, 11, 1, "", "get_metadata_array"], [11, 11, 1, "", "get_miss_distance"], [11, 11, 1, "", "get_object_data_at"], [11, 11, 1, "", "get_object_metadata_at"], [11, 11, 1, "", "get_originator"], [11, 11, 1, "", "get_relative_metadata"], [11, 11, 1, "", "get_relative_position"], [11, 11, 1, "", "get_relative_velocity"], [11, 11, 1, "", "get_time_of_closest_approach"], [11, 11, 1, "", "is_defined"], [11, 11, 1, "", "load"], [11, 11, 1, "", "object_type_from_string"], [11, 11, 1, "", "parse"], [11, 11, 1, "", "undefined"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Data": [[11, 10, 1, "", "actual_od_span"], [11, 10, 1, "", "area_drag"], [11, 10, 1, "", "area_pc"], [11, 10, 1, "", "area_srp"], [11, 10, 1, "", "cd_area_over_mass"], [11, 10, 1, "", "covariance_matrix"], [11, 10, 1, "", "cr_area_over_mass"], [11, 10, 1, "", "mass"], [11, 10, 1, "", "observations_available"], [11, 10, 1, "", "observations_used"], [11, 10, 1, "", "recommended_od_span"], [11, 10, 1, "", "residuals_accepted"], [11, 10, 1, "", "sedr"], [11, 10, 1, "", "state"], [11, 10, 1, "", "thrust_acceleration"], [11, 10, 1, "", "time_last_observation_end"], [11, 10, 1, "", "time_last_observation_start"], [11, 10, 1, "", "tracks_available"], [11, 10, 1, "", "tracks_used"], [11, 10, 1, "", "weighted_rms"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header": [[11, 10, 1, "", "ccsds_cdm_version"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "creation_date"], [11, 10, 1, "", "message_for"], [11, 10, 1, "", "message_id"], [11, 10, 1, "", "originator"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata": [[11, 10, 1, "", "atmospheric_model"], [11, 10, 1, "", "catalog_name"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "covariance_method"], [11, 10, 1, "", "earth_tides"], [11, 10, 1, "", "ephemeris_name"], [11, 10, 1, "", "gravity_model"], [11, 10, 1, "", "in_track_thrust"], [11, 10, 1, "", "international_designator"], [11, 10, 1, "", "maneuverable"], [11, 10, 1, "", "n_body_perturbations"], [11, 10, 1, "", "object"], [11, 10, 1, "", "object_designator"], [11, 10, 1, "", "object_name"], [11, 10, 1, "", "object_type"], [11, 10, 1, "", "operator_contact_position"], [11, 10, 1, "", "operator_email"], [11, 10, 1, "", "operator_organization"], [11, 10, 1, "", "operator_phone"], [11, 10, 1, "", "orbit_center"], [11, 10, 1, "", "reference_frame"], [11, 10, 1, "", "solar_radiation_pressure"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType": [[11, 10, 1, "", "name"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata": [[11, 10, 1, "", "collision_probability"], [11, 10, 1, "", "collision_probability_method"], [11, 10, 1, "", "comment"], [11, 10, 1, "", "end_screen_period"], [11, 10, 1, "", "miss_distance"], [11, 10, 1, "", "relative_position"], [11, 10, 1, "", "relative_velocity"], [11, 10, 1, "", "screen_entry_time"], [11, 10, 1, "", "screen_exit_time"], [11, 10, 1, "", "screen_volume_frame"], [11, 10, 1, "", "screen_volume_shape"], [11, 10, 1, "", "screen_volume_x"], [11, 10, 1, "", "screen_volume_y"], [11, 10, 1, "", "screen_volume_z"], [11, 10, 1, "", "start_screen_period"], [11, 10, 1, "", "time_of_closest_approach"]], "ostk.astrodynamics.converters": [[13, 12, 1, "", "coerce_to_datetime"], [14, 12, 1, "", "coerce_to_instant"], [15, 12, 1, "", "coerce_to_interval"], [16, 12, 1, "", "coerce_to_iso"]], "ostk.astrodynamics.dataframe": [[18, 12, 1, "", "generate_column_names"], [19, 12, 1, "", "generate_dataframe_from_orbit"], [20, 12, 1, "", "generate_dataframe_from_profile"], [21, 12, 1, "", "generate_dataframe_from_states"], [22, 12, 1, "", "generate_orbit_from_dataframe"], [23, 12, 1, "", "generate_profile_from_dataframe"], [24, 12, 1, "", "generate_states_from_dataframe"]], "ostk.astrodynamics.display": [[26, 9, 1, "", "AccessesPlot"], [27, 12, 1, "", "convert_to_ground_track_plotting_data"], [28, 12, 1, "", "create_2d_map"], [29, 12, 1, "", "create_3d_globe"], [30, 12, 1, "", "create_plotly_figure"]], "ostk.astrodynamics.display.AccessesPlot": [[26, 11, 1, "", "add_satellite"], [26, 11, 1, "", "show"]], "ostk.astrodynamics.dynamics": [[32, 9, 1, "", "AtmosphericDrag"], [33, 9, 1, "", "CentralBodyGravity"], [34, 9, 1, "", "PositionDerivative"], [35, 9, 1, "", "Tabulated"], [36, 9, 1, "", "ThirdBodyGravity"], [37, 9, 1, "", "Thruster"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[32, 11, 1, "", "compute_contribution"], [32, 11, 1, "", "from_environment"], [32, 11, 1, "", "get_celestial"], [32, 11, 1, "", "get_name"], [32, 11, 1, "", "get_read_coordinate_subsets"], [32, 11, 1, "", "get_write_coordinate_subsets"], [32, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[33, 11, 1, "", "compute_contribution"], [33, 11, 1, "", "from_environment"], [33, 11, 1, "", "get_celestial"], [33, 11, 1, "", "get_name"], [33, 11, 1, "", "get_read_coordinate_subsets"], [33, 11, 1, "", "get_write_coordinate_subsets"], [33, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[34, 11, 1, "", "compute_contribution"], [34, 11, 1, "", "from_environment"], [34, 11, 1, "", "get_name"], [34, 11, 1, "", "get_read_coordinate_subsets"], [34, 11, 1, "", "get_write_coordinate_subsets"], [34, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Tabulated": [[35, 11, 1, "", "access_contribution_profile"], [35, 11, 1, "", "access_frame"], [35, 11, 1, "", "access_instants"], [35, 11, 1, "", "compute_contribution"], [35, 11, 1, "", "from_environment"], [35, 11, 1, "", "get_contribution_profile_from_coordinate_subsets"], [35, 11, 1, "", "get_interpolation_type"], [35, 11, 1, "", "get_name"], [35, 11, 1, "", "get_read_coordinate_subsets"], [35, 11, 1, "", "get_write_coordinate_subsets"], [35, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[36, 11, 1, "", "compute_contribution"], [36, 11, 1, "", "from_environment"], [36, 11, 1, "", "get_celestial"], [36, 11, 1, "", "get_name"], [36, 11, 1, "", "get_read_coordinate_subsets"], [36, 11, 1, "", "get_write_coordinate_subsets"], [36, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Thruster": [[37, 11, 1, "", "compute_contribution"], [37, 11, 1, "", "from_environment"], [37, 11, 1, "", "get_guidance_law"], [37, 11, 1, "", "get_name"], [37, 11, 1, "", "get_read_coordinate_subsets"], [37, 11, 1, "", "get_satellite_system"], [37, 11, 1, "", "get_write_coordinate_subsets"], [37, 11, 1, "", "is_defined"]], "ostk.astrodynamics.event_condition": [[39, 9, 1, "", "AngularCondition"], [40, 9, 1, "", "BooleanCondition"], [41, 9, 1, "", "COECondition"], [42, 9, 1, "", "InstantCondition"], [43, 9, 1, "", "LogicalCondition"], [44, 9, 1, "", "RealCondition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[39, 9, 1, "", "Criterion"], [39, 9, 1, "", "Target"], [39, 11, 1, "", "get_criterion"], [39, 11, 1, "", "get_evaluator"], [39, 11, 1, "", "get_name"], [39, 11, 1, "", "get_target"], [39, 11, 1, "", "get_target_angle"], [39, 11, 1, "", "get_target_range"], [39, 11, 1, "", "is_satisfied"], [39, 11, 1, "", "string_from_criterion"], [39, 11, 1, "", "update_target"], [39, 11, 1, "", "within_range"]], "ostk.astrodynamics.event_condition.AngularCondition.Criterion": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.AngularCondition.Target": [[39, 11, 1, "", "StringFromType"], [39, 9, 1, "", "Type"], [39, 10, 1, "", "type"], [39, 10, 1, "", "value"], [39, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.AngularCondition.Target.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[40, 9, 1, "", "Criterion"], [40, 9, 1, "", "Target"], [40, 11, 1, "", "duration_condition"], [40, 11, 1, "", "evaluate"], [40, 11, 1, "", "get_criterion"], [40, 11, 1, "", "get_evaluator"], [40, 11, 1, "", "get_name"], [40, 11, 1, "", "get_target"], [40, 11, 1, "", "is_inversed"], [40, 11, 1, "", "is_satisfied"], [40, 11, 1, "", "string_from_criterion"], [40, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.BooleanCondition.Criterion": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target": [[40, 11, 1, "", "StringFromType"], [40, 9, 1, "", "Type"], [40, 10, 1, "", "type"], [40, 10, 1, "", "value"], [40, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.COECondition": [[41, 11, 1, "", "aop"], [41, 11, 1, "", "eccentric_anomaly"], [41, 11, 1, "", "eccentricity"], [41, 11, 1, "", "inclination"], [41, 11, 1, "", "mean_anomaly"], [41, 11, 1, "", "raan"], [41, 11, 1, "", "semi_major_axis"], [41, 11, 1, "", "true_anomaly"]], "ostk.astrodynamics.event_condition.InstantCondition": [[42, 9, 1, "", "Criterion"], [42, 9, 1, "", "Target"], [42, 11, 1, "", "duration_condition"], [42, 11, 1, "", "evaluate"], [42, 11, 1, "", "get_criterion"], [42, 11, 1, "", "get_evaluator"], [42, 11, 1, "", "get_instant"], [42, 11, 1, "", "get_name"], [42, 11, 1, "", "get_target"], [42, 11, 1, "", "is_satisfied"], [42, 11, 1, "", "string_from_criterion"], [42, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.InstantCondition.Criterion": [[42, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.InstantCondition.Target": [[42, 11, 1, "", "StringFromType"], [42, 9, 1, "", "Type"], [42, 10, 1, "", "type"], [42, 10, 1, "", "value"], [42, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.InstantCondition.Target.Type": [[42, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[43, 9, 1, "", "Target"], [43, 9, 1, "", "Type"], [43, 11, 1, "", "get_evaluator"], [43, 11, 1, "", "get_event_conditions"], [43, 11, 1, "", "get_name"], [43, 11, 1, "", "get_target"], [43, 11, 1, "", "get_type"], [43, 11, 1, "", "is_satisfied"], [43, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target": [[43, 11, 1, "", "StringFromType"], [43, 9, 1, "", "Type"], [43, 10, 1, "", "type"], [43, 10, 1, "", "value"], [43, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type": [[43, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition.Type": [[43, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition": [[44, 9, 1, "", "Criterion"], [44, 9, 1, "", "Target"], [44, 11, 1, "", "duration_condition"], [44, 11, 1, "", "evaluate"], [44, 11, 1, "", "get_criterion"], [44, 11, 1, "", "get_evaluator"], [44, 11, 1, "", "get_name"], [44, 11, 1, "", "get_target"], [44, 11, 1, "", "is_satisfied"], [44, 11, 1, "", "string_from_criterion"], [44, 11, 1, "", "update_target"]], "ostk.astrodynamics.event_condition.RealCondition.Criterion": [[44, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition.Target": [[44, 11, 1, "", "StringFromType"], [44, 9, 1, "", "Type"], [44, 10, 1, "", "type"], [44, 10, 1, "", "value"], [44, 10, 1, "", "value_offset"]], "ostk.astrodynamics.event_condition.RealCondition.Target.Type": [[44, 10, 1, "", "name"]], "ostk.astrodynamics.flight": [[46, 9, 1, "", "Maneuver"], [47, 9, 1, "", "Profile"], [48, 9, 1, "", "System"], [49, 8, 0, "-", "profile"], [54, 8, 0, "-", "system"]], "ostk.astrodynamics.flight.Maneuver": [[46, 11, 1, "", "calculate_average_specific_impulse"], [46, 11, 1, "", "calculate_average_thrust"], [46, 11, 1, "", "calculate_delta_mass"], [46, 11, 1, "", "calculate_delta_v"], [46, 11, 1, "", "constant_mass_flow_rate_profile"], [46, 11, 1, "", "get_acceleration_profile"], [46, 11, 1, "", "get_instants"], [46, 11, 1, "", "get_interval"], [46, 11, 1, "", "get_mass_flow_rate_profile"], [46, 11, 1, "", "is_defined"], [46, 11, 1, "", "tabulated_dynamics"], [46, 11, 1, "", "to_tabulated_dynamics"]], "ostk.astrodynamics.flight.Profile": [[47, 9, 1, "", "Axis"], [47, 9, 1, "", "CustomTarget"], [47, 9, 1, "", "OrientationProfileTarget"], [47, 9, 1, "", "Target"], [47, 9, 1, "", "TargetType"], [47, 9, 1, "", "TrajectoryTarget"], [47, 11, 1, "", "access_model"], [47, 11, 1, "", "align_and_constrain"], [47, 11, 1, "", "custom_pointing"], [47, 11, 1, "", "get_axes_at"], [47, 11, 1, "", "get_body_frame"], [47, 11, 1, "", "get_state_at"], [47, 11, 1, "", "get_states_at"], [47, 11, 1, "", "inertial_pointing"], [47, 11, 1, "", "is_defined"], [47, 11, 1, "", "nadir_pointing"], [47, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.Profile.Axis": [[47, 10, 1, "", "name"]], "ostk.astrodynamics.flight.Profile.CustomTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "orientation_generator"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.OrientationProfileTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "orientation_profile"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.Target": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.Profile.TargetType": [[47, 10, 1, "", "name"]], "ostk.astrodynamics.flight.Profile.TrajectoryTarget": [[47, 10, 1, "", "anti_direction"], [47, 10, 1, "", "axis"], [47, 10, 1, "", "trajectory"], [47, 10, 1, "", "type"]], "ostk.astrodynamics.flight.System": [[48, 11, 1, "", "get_geometry"], [48, 11, 1, "", "get_mass"], [48, 11, 1, "", "is_defined"], [48, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.profile": [[50, 9, 1, "", "Model"], [51, 8, 0, "-", "model"]], "ostk.astrodynamics.flight.profile.Model": [[50, 11, 1, "", "as_tabulated"], [50, 11, 1, "", "as_transform"], [50, 11, 1, "", "calculate_state_at"], [50, 11, 1, "", "calculate_states_at"], [50, 11, 1, "", "get_axes_at"], [50, 11, 1, "", "get_body_frame"], [50, 11, 1, "", "is_defined"], [50, 11, 1, "", "is_tabulated"], [50, 11, 1, "", "is_transform"]], "ostk.astrodynamics.flight.profile.model": [[52, 9, 1, "", "Tabulated"], [53, 9, 1, "", "Transform"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[52, 11, 1, "", "as_tabulated"], [52, 11, 1, "", "as_transform"], [52, 11, 1, "", "calculate_state_at"], [52, 11, 1, "", "calculate_states_at"], [52, 11, 1, "", "get_axes_at"], [52, 11, 1, "", "get_body_frame"], [52, 11, 1, "", "get_interval"], [52, 11, 1, "", "is_defined"], [52, 11, 1, "", "is_tabulated"], [52, 11, 1, "", "is_transform"]], "ostk.astrodynamics.flight.profile.model.Transform": [[53, 11, 1, "", "as_tabulated"], [53, 11, 1, "", "as_transform"], [53, 11, 1, "", "calculate_state_at"], [53, 11, 1, "", "calculate_states_at"], [53, 11, 1, "", "get_axes_at"], [53, 11, 1, "", "get_body_frame"], [53, 11, 1, "", "inertial_pointing"], [53, 11, 1, "", "is_defined"], [53, 11, 1, "", "is_tabulated"], [53, 11, 1, "", "is_transform"], [53, 11, 1, "", "nadir_pointing"], [53, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system": [[55, 9, 1, "", "PropulsionSystem"], [56, 9, 1, "", "SatelliteSystem"], [57, 9, 1, "", "SatelliteSystemBuilder"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[55, 11, 1, "", "default"], [55, 11, 1, "", "get_acceleration"], [55, 11, 1, "", "get_mass_flow_rate"], [55, 11, 1, "", "get_specific_impulse"], [55, 11, 1, "", "get_thrust"], [55, 11, 1, "", "is_defined"], [55, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[56, 11, 1, "", "default"], [56, 11, 1, "", "get_cross_sectional_surface_area"], [56, 11, 1, "", "get_drag_coefficient"], [56, 11, 1, "", "get_geometry"], [56, 11, 1, "", "get_inertia_tensor"], [56, 11, 1, "", "get_mass"], [56, 11, 1, "", "get_propulsion_system"], [56, 11, 1, "", "is_defined"], [56, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[57, 11, 1, "", "build"], [57, 11, 1, "", "default"], [57, 11, 1, "", "with_cross_sectional_surface_area"], [57, 11, 1, "", "with_drag_coefficient"], [57, 11, 1, "", "with_dry_mass"], [57, 11, 1, "", "with_geometry"], [57, 11, 1, "", "with_inertia_tensor"], [57, 11, 1, "", "with_propulsion_system"]], "ostk.astrodynamics.guidance_law": [[59, 9, 1, "", "ConstantThrust"], [60, 9, 1, "", "QLaw"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[59, 11, 1, "", "calculate_thrust_acceleration_at"], [59, 11, 1, "", "get_local_thrust_direction"], [59, 11, 1, "", "get_name"], [59, 11, 1, "", "intrack"]], "ostk.astrodynamics.guidance_law.QLaw": [[60, 9, 1, "", "GradientStrategy"], [60, 9, 1, "", "Parameters"], [60, 11, 1, "", "calculate_thrust_acceleration_at"], [60, 11, 1, "", "get_gradient_strategy"], [60, 11, 1, "", "get_name"], [60, 11, 1, "", "get_parameters"], [60, 11, 1, "", "get_target_coe"]], "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy": [[60, 10, 1, "", "name"]], "ostk.astrodynamics.guidance_law.QLaw.Parameters": [[60, 10, 1, "", "absolute_effectivity_threshold"], [60, 10, 1, "", "b"], [60, 11, 1, "", "get_control_weights"], [60, 11, 1, "", "get_minimum_periapsis_radius"], [60, 10, 1, "", "k"], [60, 10, 1, "", "m"], [60, 10, 1, "", "n"], [60, 10, 1, "", "periapsis_weight"], [60, 10, 1, "", "r"], [60, 10, 1, "", "relative_effectivity_threshold"]], "ostk.astrodynamics.solver": [[62, 9, 1, "", "FiniteDifferenceSolver"], [63, 9, 1, "", "TemporalConditionSolver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[62, 9, 1, "", "Type"], [62, 11, 1, "", "compute_gradient"], [62, 11, 1, "", "compute_jacobian"], [62, 11, 1, "", "default"], [62, 11, 1, "", "get_step_duration"], [62, 11, 1, "", "get_step_percentage"], [62, 11, 1, "", "get_type"], [62, 11, 1, "", "string_from_type"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type": [[62, 10, 1, "", "name"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[63, 11, 1, "", "get_maximum_iteration_count"], [63, 11, 1, "", "get_time_step"], [63, 11, 1, "", "get_tolerance"], [63, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory": [[65, 9, 1, "", "LocalOrbitalFrameDirection"], [66, 9, 1, "", "LocalOrbitalFrameFactory"], [67, 9, 1, "", "LocalOrbitalFrameTransformProvider"], [68, 9, 1, "", "Model"], [69, 9, 1, "", "Orbit"], [70, 9, 1, "", "Propagator"], [71, 9, 1, "", "Segment"], [72, 9, 1, "", "Sequence"], [73, 9, 1, "", "State"], [74, 9, 1, "", "StateBuilder"], [75, 8, 0, "-", "orbit"], [93, 8, 0, "-", "state"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[65, 11, 1, "", "get_local_orbital_frame_factory"], [65, 11, 1, "", "get_value"], [65, 11, 1, "", "is_defined"], [65, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[66, 11, 1, "", "LVLH"], [66, 11, 1, "", "NED"], [66, 11, 1, "", "QSW"], [66, 11, 1, "", "TNW"], [66, 11, 1, "", "VNC"], [66, 11, 1, "", "VVLH"], [66, 11, 1, "", "access_parent_frame"], [66, 11, 1, "", "construct"], [66, 11, 1, "", "generate_frame"], [66, 11, 1, "", "is_defined"], [66, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[67, 9, 1, "", "Type"], [67, 11, 1, "", "construct"], [67, 11, 1, "", "get_transform_at"], [67, 11, 1, "", "get_transform_generator"], [67, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type": [[67, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Model": [[68, 11, 1, "", "calculate_state_at"], [68, 11, 1, "", "calculate_states_at"], [68, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.Orbit": [[69, 9, 1, "", "FrameType"], [69, 11, 1, "", "access_kepler_model"], [69, 11, 1, "", "access_model"], [69, 11, 1, "", "access_propagated_model"], [69, 11, 1, "", "access_sgp4_model"], [69, 11, 1, "", "access_tabulated_model"], [69, 11, 1, "", "circular"], [69, 11, 1, "", "circular_equatorial"], [69, 11, 1, "", "compute_passes"], [69, 11, 1, "", "compute_passes_with_model"], [69, 11, 1, "", "equatorial"], [69, 11, 1, "", "frozen"], [69, 11, 1, "", "geo_synchronous"], [69, 11, 1, "", "get_orbital_frame"], [69, 11, 1, "", "get_pass_at"], [69, 11, 1, "", "get_pass_with_revolution_number"], [69, 11, 1, "", "get_passes_within_interval"], [69, 11, 1, "", "get_revolution_number_at"], [69, 11, 1, "", "get_state_at"], [69, 11, 1, "", "get_states_at"], [69, 11, 1, "", "ground_strip"], [69, 11, 1, "", "is_defined"], [69, 11, 1, "", "position"], [69, 11, 1, "", "sun_synchronous"], [69, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.Orbit.FrameType": [[69, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Propagator": [[70, 11, 1, "", "access_numerical_solver"], [70, 11, 1, "", "add_dynamics"], [70, 11, 1, "", "add_maneuver"], [70, 11, 1, "", "calculate_state_at"], [70, 11, 1, "", "calculate_state_to_condition"], [70, 11, 1, "", "calculate_states_at"], [70, 11, 1, "", "clear_dynamics"], [70, 11, 1, "", "default"], [70, 11, 1, "", "from_environment"], [70, 11, 1, "", "get_dynamics"], [70, 11, 1, "", "get_number_of_coordinates"], [70, 11, 1, "", "is_defined"], [70, 11, 1, "", "set_dynamics"]], "ostk.astrodynamics.trajectory.Segment": [[71, 9, 1, "", "Solution"], [71, 9, 1, "", "Type"], [71, 11, 1, "", "coast"], [71, 11, 1, "", "get_dynamics"], [71, 11, 1, "", "get_event_condition"], [71, 11, 1, "", "get_name"], [71, 11, 1, "", "get_numerical_solver"], [71, 11, 1, "", "get_type"], [71, 11, 1, "", "maneuver"], [71, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory.Segment.Solution": [[71, 11, 1, "", "access_end_instant"], [71, 11, 1, "", "access_start_instant"], [71, 11, 1, "", "calculate_states_at"], [71, 11, 1, "", "compute_delta_mass"], [71, 11, 1, "", "compute_delta_v"], [71, 10, 1, "", "condition_is_satisfied"], [71, 10, 1, "", "dynamics"], [71, 11, 1, "", "extract_maneuvers"], [71, 11, 1, "", "get_all_dynamics_contributions"], [71, 11, 1, "", "get_dynamics_acceleration_contribution"], [71, 11, 1, "", "get_dynamics_contribution"], [71, 11, 1, "", "get_final_mass"], [71, 11, 1, "", "get_initial_mass"], [71, 11, 1, "", "get_interval"], [71, 11, 1, "", "get_propagation_duration"], [71, 10, 1, "", "name"], [71, 10, 1, "", "segment_type"], [71, 10, 1, "", "states"]], "ostk.astrodynamics.trajectory.Segment.Type": [[71, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Sequence": [[72, 9, 1, "", "Solution"], [72, 11, 1, "", "add_coast_segment"], [72, 11, 1, "", "add_maneuver_segment"], [72, 11, 1, "", "add_segment"], [72, 11, 1, "", "add_segments"], [72, 11, 1, "", "get_dynamics"], [72, 11, 1, "", "get_maximum_propagation_duration"], [72, 11, 1, "", "get_numerical_solver"], [72, 11, 1, "", "get_segments"], [72, 11, 1, "", "solve"], [72, 11, 1, "", "solve_to_condition"]], "ostk.astrodynamics.trajectory.Sequence.Solution": [[72, 11, 1, "", "access_end_instant"], [72, 11, 1, "", "access_start_instant"], [72, 11, 1, "", "calculate_states_at"], [72, 11, 1, "", "compute_delta_mass"], [72, 11, 1, "", "compute_delta_v"], [72, 10, 1, "", "execution_is_complete"], [72, 11, 1, "", "get_final_mass"], [72, 11, 1, "", "get_initial_mass"], [72, 11, 1, "", "get_interval"], [72, 11, 1, "", "get_propagation_duration"], [72, 11, 1, "", "get_states"], [72, 10, 1, "", "segment_solutions"]], "ostk.astrodynamics.trajectory.State": [[73, 11, 1, "", "__add__"], [73, 11, 1, "", "extract_coordinate"], [73, 11, 1, "", "extract_coordinates"], [73, 11, 1, "", "from_dict"], [73, 11, 1, "", "get_angular_velocity"], [73, 11, 1, "", "get_attitude"], [73, 11, 1, "", "get_coordinate_subsets"], [73, 11, 1, "", "get_coordinates"], [73, 11, 1, "", "get_frame"], [73, 11, 1, "", "get_instant"], [73, 11, 1, "", "get_position"], [73, 11, 1, "", "get_size"], [73, 11, 1, "", "get_velocity"], [73, 11, 1, "", "has_subset"], [73, 11, 1, "", "in_frame"], [73, 11, 1, "", "is_defined"], [73, 11, 1, "", "template"], [73, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.StateBuilder": [[74, 11, 1, "", "__add__"], [74, 11, 1, "", "access_coordinate_broker"], [74, 11, 1, "", "build"], [74, 11, 1, "", "expand"], [74, 11, 1, "", "get_coordinate_subsets"], [74, 11, 1, "", "get_frame"], [74, 11, 1, "", "is_defined"], [74, 11, 1, "", "reduce"], [74, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit": [[76, 9, 1, "", "OrbitModel"], [77, 9, 1, "", "Pass"], [80, 8, 0, "-", "model"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[76, 11, 1, "", "as_kepler"], [76, 11, 1, "", "as_propagated"], [76, 11, 1, "", "as_sgp4"], [76, 11, 1, "", "calculate_revolution_number_at"], [76, 11, 1, "", "calculate_state_at"], [76, 11, 1, "", "get_epoch"], [76, 11, 1, "", "get_revolution_number_at_epoch"], [76, 11, 1, "", "is_defined"], [76, 11, 1, "", "is_kepler"], [76, 11, 1, "", "is_propagated"], [76, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[77, 9, 1, "", "Phase"], [77, 9, 1, "", "Type"], [77, 11, 1, "", "get_duration"], [77, 11, 1, "", "get_end_instant"], [77, 11, 1, "", "get_instant_at_ascending_node"], [77, 11, 1, "", "get_instant_at_descending_node"], [77, 11, 1, "", "get_instant_at_north_point"], [77, 11, 1, "", "get_instant_at_pass_break"], [77, 11, 1, "", "get_instant_at_south_point"], [77, 11, 1, "", "get_interval"], [77, 11, 1, "", "get_revolution_number"], [77, 11, 1, "", "get_start_instant"], [77, 11, 1, "", "get_type"], [77, 11, 1, "", "is_complete"], [77, 11, 1, "", "is_defined"], [77, 11, 1, "", "string_from_phase"], [77, 11, 1, "", "string_from_type"], [77, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.Pass.Phase": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.Pass.Type": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.message": [[78, 8, 0, "-", "spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[79, 9, 1, "", "OPM"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[79, 9, 1, "", "Deployment"], [79, 9, 1, "", "Header"], [79, 11, 1, "", "dictionary"], [79, 11, 1, "", "get_deployment_at"], [79, 11, 1, "", "get_deployment_with_name"], [79, 11, 1, "", "get_deployments"], [79, 11, 1, "", "get_header"], [79, 11, 1, "", "is_defined"], [79, 11, 1, "", "load"], [79, 11, 1, "", "parse"], [79, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment": [[79, 10, 1, "", "ballistic_coefficient"], [79, 10, 1, "", "date"], [79, 10, 1, "", "mean_apogee_altitude"], [79, 10, 1, "", "mean_argument_of_perigee"], [79, 10, 1, "", "mean_inclination"], [79, 10, 1, "", "mean_longitude_ascending_node"], [79, 10, 1, "", "mean_mean_anomaly"], [79, 10, 1, "", "mean_perigee_altitude"], [79, 10, 1, "", "mission_time"], [79, 10, 1, "", "name"], [79, 10, 1, "", "position"], [79, 10, 1, "", "sequence_number"], [79, 11, 1, "", "to_state"], [79, 10, 1, "", "velocity"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header": [[79, 10, 1, "", "generation_date"], [79, 10, 1, "", "launch_date"]], "ostk.astrodynamics.trajectory.orbit.model": [[81, 9, 1, "", "BrouwerLyddaneMean"], [82, 9, 1, "", "Kepler"], [83, 9, 1, "", "Propagated"], [84, 9, 1, "", "SGP4"], [85, 9, 1, "", "Tabulated"], [86, 8, 0, "-", "brouwerLyddaneMean"], [89, 8, 0, "-", "kepler"], [91, 8, 0, "-", "sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[81, 9, 1, "", "AnomalyType"], [81, 9, 1, "", "Element"], [81, 11, 1, "", "cartesian"], [81, 11, 1, "", "compute_angular_momentum"], [81, 11, 1, "", "compute_ltan"], [81, 11, 1, "", "compute_mean_ltan"], [81, 11, 1, "", "compute_radial_distance"], [81, 11, 1, "", "compute_semi_latus_rectum"], [81, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [81, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [81, 11, 1, "", "from_SI_vector"], [81, 11, 1, "", "frozen_orbit"], [81, 11, 1, "", "get_SI_vector"], [81, 11, 1, "", "get_angular_momentum"], [81, 11, 1, "", "get_aop"], [81, 11, 1, "", "get_apoapsis_radius"], [81, 11, 1, "", "get_cartesian_state"], [81, 11, 1, "", "get_eccentric_anomaly"], [81, 11, 1, "", "get_eccentricity"], [81, 11, 1, "", "get_inclination"], [81, 11, 1, "", "get_mean_anomaly"], [81, 11, 1, "", "get_mean_motion"], [81, 11, 1, "", "get_nodal_precession_rate"], [81, 11, 1, "", "get_orbital_period"], [81, 11, 1, "", "get_periapsis_radius"], [81, 11, 1, "", "get_raan"], [81, 11, 1, "", "get_radial_distance"], [81, 11, 1, "", "get_semi_latus_rectum"], [81, 11, 1, "", "get_semi_major_axis"], [81, 11, 1, "", "get_true_anomaly"], [81, 11, 1, "", "is_defined"], [81, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [81, 11, 1, "", "string_from_element"], [81, 11, 1, "", "to_coe"], [81, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [81, 11, 1, "", "true_anomaly_from_mean_anomaly"], [81, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType": [[81, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element": [[81, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[82, 9, 1, "", "PerturbationType"], [82, 11, 1, "", "as_kepler"], [82, 11, 1, "", "as_propagated"], [82, 11, 1, "", "as_sgp4"], [82, 11, 1, "", "calculate_revolution_number_at"], [82, 11, 1, "", "calculate_state_at"], [82, 11, 1, "", "get_classical_orbital_elements"], [82, 11, 1, "", "get_epoch"], [82, 11, 1, "", "get_equatorial_radius"], [82, 11, 1, "", "get_gravitational_parameter"], [82, 11, 1, "", "get_j2"], [82, 11, 1, "", "get_j4"], [82, 11, 1, "", "get_perturbation_type"], [82, 11, 1, "", "get_revolution_number_at_epoch"], [82, 11, 1, "", "is_defined"], [82, 11, 1, "", "is_kepler"], [82, 11, 1, "", "is_propagated"], [82, 11, 1, "", "is_sgp4"], [82, 11, 1, "", "string_from_perturbation_type"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType": [[82, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[83, 11, 1, "", "access_cached_state_array"], [83, 11, 1, "", "access_propagator"], [83, 11, 1, "", "as_kepler"], [83, 11, 1, "", "as_propagated"], [83, 11, 1, "", "as_sgp4"], [83, 11, 1, "", "calculate_revolution_number_at"], [83, 11, 1, "", "calculate_state_at"], [83, 11, 1, "", "calculate_states_at"], [83, 11, 1, "", "get_epoch"], [83, 11, 1, "", "get_revolution_number_at_epoch"], [83, 11, 1, "", "is_defined"], [83, 11, 1, "", "is_kepler"], [83, 11, 1, "", "is_propagated"], [83, 11, 1, "", "is_sgp4"], [83, 11, 1, "", "set_cached_state_array"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[84, 11, 1, "", "as_kepler"], [84, 11, 1, "", "as_propagated"], [84, 11, 1, "", "as_sgp4"], [84, 11, 1, "", "calculate_revolution_number_at"], [84, 11, 1, "", "calculate_state_at"], [84, 11, 1, "", "get_epoch"], [84, 11, 1, "", "get_revolution_number_at_epoch"], [84, 11, 1, "", "get_tle"], [84, 11, 1, "", "is_defined"], [84, 11, 1, "", "is_kepler"], [84, 11, 1, "", "is_propagated"], [84, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[85, 11, 1, "", "as_kepler"], [85, 11, 1, "", "as_propagated"], [85, 11, 1, "", "as_sgp4"], [85, 11, 1, "", "calculate_revolution_number_at"], [85, 11, 1, "", "calculate_state_at"], [85, 11, 1, "", "calculate_states_at"], [85, 11, 1, "", "get_epoch"], [85, 11, 1, "", "get_interpolation_type"], [85, 11, 1, "", "get_interval"], [85, 11, 1, "", "get_revolution_number_at_epoch"], [85, 11, 1, "", "is_defined"], [85, 11, 1, "", "is_kepler"], [85, 11, 1, "", "is_propagated"], [85, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[87, 9, 1, "", "BrouwerLyddaneMeanLong"], [88, 9, 1, "", "BrouwerLyddaneMeanShort"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[87, 9, 1, "", "AnomalyType"], [87, 11, 1, "", "COE"], [87, 9, 1, "", "Element"], [87, 11, 1, "", "cartesian"], [87, 11, 1, "", "compute_angular_momentum"], [87, 11, 1, "", "compute_ltan"], [87, 11, 1, "", "compute_mean_ltan"], [87, 11, 1, "", "compute_radial_distance"], [87, 11, 1, "", "compute_semi_latus_rectum"], [87, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [87, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [87, 11, 1, "", "from_SI_vector"], [87, 11, 1, "", "frozen_orbit"], [87, 11, 1, "", "get_SI_vector"], [87, 11, 1, "", "get_angular_momentum"], [87, 11, 1, "", "get_aop"], [87, 11, 1, "", "get_apoapsis_radius"], [87, 11, 1, "", "get_cartesian_state"], [87, 11, 1, "", "get_eccentric_anomaly"], [87, 11, 1, "", "get_eccentricity"], [87, 11, 1, "", "get_inclination"], [87, 11, 1, "", "get_mean_anomaly"], [87, 11, 1, "", "get_mean_motion"], [87, 11, 1, "", "get_nodal_precession_rate"], [87, 11, 1, "", "get_orbital_period"], [87, 11, 1, "", "get_periapsis_radius"], [87, 11, 1, "", "get_raan"], [87, 11, 1, "", "get_radial_distance"], [87, 11, 1, "", "get_semi_latus_rectum"], [87, 11, 1, "", "get_semi_major_axis"], [87, 11, 1, "", "get_true_anomaly"], [87, 11, 1, "", "is_defined"], [87, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [87, 11, 1, "", "string_from_element"], [87, 11, 1, "", "to_coe"], [87, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [87, 11, 1, "", "true_anomaly_from_mean_anomaly"], [87, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType": [[87, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element": [[87, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[88, 9, 1, "", "AnomalyType"], [88, 11, 1, "", "COE"], [88, 9, 1, "", "Element"], [88, 11, 1, "", "cartesian"], [88, 11, 1, "", "compute_angular_momentum"], [88, 11, 1, "", "compute_ltan"], [88, 11, 1, "", "compute_mean_ltan"], [88, 11, 1, "", "compute_radial_distance"], [88, 11, 1, "", "compute_semi_latus_rectum"], [88, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [88, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [88, 11, 1, "", "from_SI_vector"], [88, 11, 1, "", "frozen_orbit"], [88, 11, 1, "", "get_SI_vector"], [88, 11, 1, "", "get_angular_momentum"], [88, 11, 1, "", "get_aop"], [88, 11, 1, "", "get_apoapsis_radius"], [88, 11, 1, "", "get_cartesian_state"], [88, 11, 1, "", "get_eccentric_anomaly"], [88, 11, 1, "", "get_eccentricity"], [88, 11, 1, "", "get_inclination"], [88, 11, 1, "", "get_mean_anomaly"], [88, 11, 1, "", "get_mean_motion"], [88, 11, 1, "", "get_nodal_precession_rate"], [88, 11, 1, "", "get_orbital_period"], [88, 11, 1, "", "get_periapsis_radius"], [88, 11, 1, "", "get_raan"], [88, 11, 1, "", "get_radial_distance"], [88, 11, 1, "", "get_semi_latus_rectum"], [88, 11, 1, "", "get_semi_major_axis"], [88, 11, 1, "", "get_true_anomaly"], [88, 11, 1, "", "is_defined"], [88, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [88, 11, 1, "", "string_from_element"], [88, 11, 1, "", "to_coe"], [88, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [88, 11, 1, "", "true_anomaly_from_mean_anomaly"], [88, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType": [[88, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element": [[88, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[90, 9, 1, "", "COE"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[90, 9, 1, "", "AnomalyType"], [90, 9, 1, "", "Element"], [90, 11, 1, "", "cartesian"], [90, 11, 1, "", "compute_angular_momentum"], [90, 11, 1, "", "compute_ltan"], [90, 11, 1, "", "compute_mean_ltan"], [90, 11, 1, "", "compute_radial_distance"], [90, 11, 1, "", "compute_semi_latus_rectum"], [90, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [90, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [90, 11, 1, "", "from_SI_vector"], [90, 11, 1, "", "frozen_orbit"], [90, 11, 1, "", "get_SI_vector"], [90, 11, 1, "", "get_angular_momentum"], [90, 11, 1, "", "get_aop"], [90, 11, 1, "", "get_apoapsis_radius"], [90, 11, 1, "", "get_cartesian_state"], [90, 11, 1, "", "get_eccentric_anomaly"], [90, 11, 1, "", "get_eccentricity"], [90, 11, 1, "", "get_inclination"], [90, 11, 1, "", "get_mean_anomaly"], [90, 11, 1, "", "get_mean_motion"], [90, 11, 1, "", "get_nodal_precession_rate"], [90, 11, 1, "", "get_orbital_period"], [90, 11, 1, "", "get_periapsis_radius"], [90, 11, 1, "", "get_raan"], [90, 11, 1, "", "get_radial_distance"], [90, 11, 1, "", "get_semi_latus_rectum"], [90, 11, 1, "", "get_semi_major_axis"], [90, 11, 1, "", "get_true_anomaly"], [90, 11, 1, "", "is_defined"], [90, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [90, 11, 1, "", "string_from_element"], [90, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [90, 11, 1, "", "true_anomaly_from_mean_anomaly"], [90, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType": [[90, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element": [[90, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[92, 9, 1, "", "TLE"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[92, 11, 1, "", "can_parse"], [92, 11, 1, "", "construct"], [92, 11, 1, "", "generate_checksum"], [92, 11, 1, "", "get_aop"], [92, 11, 1, "", "get_b_star_drag_term"], [92, 11, 1, "", "get_classification"], [92, 11, 1, "", "get_eccentricity"], [92, 11, 1, "", "get_element_set_number"], [92, 11, 1, "", "get_ephemeris_type"], [92, 11, 1, "", "get_epoch"], [92, 11, 1, "", "get_first_line"], [92, 11, 1, "", "get_first_line_checksum"], [92, 11, 1, "", "get_inclination"], [92, 11, 1, "", "get_international_designator"], [92, 11, 1, "", "get_mean_anomaly"], [92, 11, 1, "", "get_mean_motion"], [92, 11, 1, "", "get_mean_motion_first_time_derivative_divided_by_two"], [92, 11, 1, "", "get_mean_motion_second_time_derivative_divided_by_six"], [92, 11, 1, "", "get_raan"], [92, 11, 1, "", "get_revolution_number_at_epoch"], [92, 11, 1, "", "get_satellite_name"], [92, 11, 1, "", "get_satellite_number"], [92, 11, 1, "", "get_second_line"], [92, 11, 1, "", "get_second_line_checksum"], [92, 11, 1, "", "is_defined"], [92, 11, 1, "", "load"], [92, 11, 1, "", "parse"], [92, 11, 1, "", "set_epoch"], [92, 11, 1, "", "set_revolution_number_at_epoch"], [92, 11, 1, "", "set_satellite_number"], [92, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state": [[94, 9, 1, "", "CoordinateBroker"], [95, 9, 1, "", "CoordinateSubset"], [96, 9, 1, "", "NumericalSolver"], [97, 8, 0, "-", "coordinate_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[94, 11, 1, "", "access_subsets"], [94, 11, 1, "", "add_subset"], [94, 11, 1, "", "extract_coordinate"], [94, 11, 1, "", "extract_coordinates"], [94, 11, 1, "", "get_number_of_coordinates"], [94, 11, 1, "", "get_number_of_subsets"], [94, 11, 1, "", "get_subsets"], [94, 11, 1, "", "has_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[95, 11, 1, "", "add"], [95, 11, 1, "", "drag_coefficient"], [95, 11, 1, "", "get_id"], [95, 11, 1, "", "get_name"], [95, 11, 1, "", "get_size"], [95, 11, 1, "", "in_frame"], [95, 11, 1, "", "mass"], [95, 11, 1, "", "subtract"], [95, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[96, 9, 1, "", "ConditionSolution"], [96, 9, 1, "", "LogType"], [96, 9, 1, "", "StepperType"], [96, 11, 1, "", "conditional"], [96, 11, 1, "", "default"], [96, 11, 1, "", "default_conditional"], [96, 11, 1, "", "fixed_step_size"], [96, 11, 1, "", "get_absolute_tolerance"], [96, 11, 1, "", "get_log_type"], [96, 11, 1, "", "get_observed_state_vectors"], [96, 11, 1, "", "get_observed_states"], [96, 11, 1, "", "get_relative_tolerance"], [96, 11, 1, "", "get_root_solver"], [96, 11, 1, "", "get_stepper_type"], [96, 11, 1, "", "get_time_step"], [96, 11, 1, "", "integrate_duration"], [96, 11, 1, "", "integrate_time"], [96, 11, 1, "", "is_defined"], [96, 11, 1, "", "string_from_log_type"], [96, 11, 1, "", "string_from_stepper_type"], [96, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution": [[96, 10, 1, "", "condition_is_satisfied"], [96, 10, 1, "", "iteration_count"], [96, 10, 1, "", "root_solver_has_converged"], [96, 10, 1, "", "state"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType": [[96, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType": [[96, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[98, 9, 1, "", "AngularVelocity"], [99, 9, 1, "", "AttitudeQuaternion"], [100, 9, 1, "", "CartesianPosition"], [101, 9, 1, "", "CartesianVelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[98, 11, 1, "", "add"], [98, 11, 1, "", "default"], [98, 11, 1, "", "drag_coefficient"], [98, 11, 1, "", "get_id"], [98, 11, 1, "", "get_name"], [98, 11, 1, "", "get_size"], [98, 11, 1, "", "in_frame"], [98, 11, 1, "", "mass"], [98, 11, 1, "", "subtract"], [98, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[99, 11, 1, "", "add"], [99, 11, 1, "", "default"], [99, 11, 1, "", "drag_coefficient"], [99, 11, 1, "", "get_id"], [99, 11, 1, "", "get_name"], [99, 11, 1, "", "get_size"], [99, 11, 1, "", "in_frame"], [99, 11, 1, "", "mass"], [99, 11, 1, "", "subtract"], [99, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[100, 11, 1, "", "add"], [100, 11, 1, "", "default"], [100, 11, 1, "", "drag_coefficient"], [100, 11, 1, "", "get_id"], [100, 11, 1, "", "get_name"], [100, 11, 1, "", "get_size"], [100, 11, 1, "", "in_frame"], [100, 11, 1, "", "mass"], [100, 11, 1, "", "subtract"], [100, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[101, 11, 1, "", "add"], [101, 11, 1, "", "default"], [101, 11, 1, "", "drag_coefficient"], [101, 11, 1, "", "get_id"], [101, 11, 1, "", "get_name"], [101, 11, 1, "", "get_size"], [101, 11, 1, "", "in_frame"], [101, 11, 1, "", "mass"], [101, 11, 1, "", "subtract"], [101, 11, 1, "", "surface_area"]], "ostk.astrodynamics.utilities": [[103, 12, 1, "", "compute_aer"], [104, 12, 1, "", "compute_ground_track"], [105, 12, 1, "", "compute_time_lla_aer_coordinates"], [106, 12, 1, "", "compute_trajectory_geometry"], [107, 12, 1, "", "convert_state"], [108, 12, 1, "", "lla_from_position"], [109, 12, 1, "", "lla_from_state"], [110, 12, 1, "", "position_from_lla"]], "ostk.astrodynamics.viewer": [[112, 9, 1, "", "ConicSensor"], [113, 9, 1, "", "RectangularSensor"], [114, 9, 1, "", "Sensor"], [115, 9, 1, "", "Viewer"]], "ostk.astrodynamics.viewer.Viewer": [[115, 11, 1, "", "add_line"], [115, 11, 1, "", "add_profile"], [115, 11, 1, "", "add_target"], [115, 11, 1, "", "render"]]}, "objnames": {"0": ["cpp", "class", "C++ class"], "1": ["cpp", "function", "C++ function"], "2": ["cpp", "functionParam", "C++ function parameter"], "3": ["cpp", "enum", "C++ enum"], "4": ["cpp", "enumerator", "C++ enumerator"], "5": ["cpp", "member", "C++ member"], "6": ["cpp", "templateParam", "C++ template parameter"], "7": ["cpp", "type", "C++ type"], "8": ["py", "module", "Python module"], "9": ["py", "class", "Python class"], "10": ["py", "property", "Python property"], "11": ["py", "method", "Python method"], "12": ["py", "function", "Python function"]}, "objtypes": {"0": "cpp:class", "1": "cpp:function", "2": "cpp:functionParam", "3": "cpp:enum", "4": "cpp:enumerator", "5": "cpp:member", "6": "cpp:templateParam", "7": "cpp:type", "8": "py:module", "9": "py:class", "10": "py:property", "11": "py:method", "12": "py:function"}, "terms": {"": [18, 19, 20, 21, 22, 23, 24, 46, 70, 71, 72, 73, 116, 117, 119, 120, 123, 124, 125, 126, 128, 129, 156, 162, 166, 167, 179, 180, 206], "0": [4, 7, 9, 11, 27, 35, 39, 40, 42, 43, 44, 46, 60, 69, 70, 71, 72, 77, 81, 87, 88, 90, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 136, 137, 138, 139, 140, 150, 155, 156, 163, 167, 170, 172, 176, 177, 179, 180, 185, 186, 193, 196, 197, 206], "00": [104, 106, 116, 118, 120, 121, 123, 124, 125, 126, 127, 129, 130, 140, 206], "000": [104, 106, 116, 122, 123, 124, 125, 126], "00000": [116, 117, 122, 127, 197, 206], "000000": 127, "00000022": [117, 127], "00000187": 206, "00002182": 197, "00002184": 116, "00004328": 122, "00004955": 122, "0001": 127, "0003980": 116, "0005971": 206, "0006703": 197, "000694": 127, "001": [128, 206], "0010": 116, "0010303": 122, "001105": 116, "0013847": [117, 127], "001389": 127, "0016244": 122, "002083": 127, "002625": 116, "002778": 127, "003": 116, "005": 121, "005859375": 117, "006": 116, "007089": 127, "007361e": 127, "01": [60, 104, 106, 116, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 140, 170, 206], "010": 116, "012": 122, "01222384063236": 117, "012756375368851991": 130, "012875853987466712": 130, "016": 116, "017": 122, "01953125": 117, "01t00": [123, 124, 125, 126, 206], "02": [116, 121, 122, 126, 127, 130], "020098201368114": 117, "020152": 116, "0201851": 116, "024": 116, "026": 116, "02670629333614": 117, "027": 116, "0288": 197, "02999636902566": 117, "03": [116, 122, 127, 130], "032807": 130, "032974332441405": 117, "034969": 117, "036": 116, "03687119546126": 121, "037": [116, 121], "037109375": 117, "04": [116, 121, 122, 127, 130], "048": 116, "05": [116, 122, 127], "051": 116, "054108": 127, "056": 116, "057": 130, "059": 116, "06": [116, 121, 122, 127, 130, 206], "065": 116, "066": 116, "06640625": 117, "068": 116, "068987": 117, "069": [116, 130], "07": [116, 122, 130], "070": 122, "0707": 127, "071": [116, 121], "074939732174": [123, 124, 125, 126, 206], "076": 130, "076716": 116, "078": 116, "08": [116, 121, 122, 130], "08203125": 117, "08264": 197, "085": 116, "085598897064752": 117, "085738569819505": 117, "0859375": 117, "086": [116, 121], "087": 122, "08758502824516": 117, "087890625": 117, "09": [116, 117, 120, 121, 127, 130, 206], "093": 116, "09375": 117, "095452162534826": 117, "095703125": 117, "09765625": 117, "098646": 117, "098931": 116, "099": 121, "0e": [123, 124, 125, 126, 206], "0e3": [123, 124, 125, 126, 130], "0m": 133, "0x00007f8ad6823740": 130, "0x2806340": 117, "1": [3, 5, 7, 9, 22, 26, 32, 33, 34, 35, 36, 37, 46, 47, 59, 60, 62, 65, 66, 67, 69, 72, 73, 74, 81, 83, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 156, 172, 180, 187, 189, 197, 206, 207], "10": [69, 104, 116, 117, 121, 122, 128, 129, 130, 132, 140, 177, 206], "100": [60, 116, 117, 118, 119, 122, 123, 124, 125, 126, 128, 129, 130, 131, 156, 170, 206], "1000": [117, 123, 124, 125, 126, 127, 128, 129, 131, 140], "10000000000000001": 130, "10000e3": [116, 132], "101": 117, "10196": 206, "102": [117, 129], "103": 117, "10307": [60, 170], "106": 117, "106362e": 127, "107": 116, "108": [117, 121], "10853009229704395": 122, "109": 130, "11": [116, 117, 122, 123, 124, 125, 126, 128, 133, 186], "110": 130, "111": [116, 117], "112": 116, "1124": 206, "11246878918088": 117, "113": [116, 122], "11328124999999": 117, "11328125": 117, "114": [116, 117], "114364e": 129, "116": [69, 81, 87, 88, 90, 177, 196], "11606": 197, "117": 117, "118": 117, "12": [116, 117, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 206], "120": [117, 123, 124, 125, 126, 206], "1200": [116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "120481": 116, "121": [117, 121], "122": 116, "123": 117, "124": 117, "125": 121, "126": 130, "127": 122, "128": 117, "12961": 116, "13": [116, 117, 121, 127, 128, 130], "130": [117, 197], "13066d": [117, 127], "131": 117, "131077": 116, "132": [117, 121, 122], "13217129975777883": 122, "133": [117, 122], "133346": 127, "134": [116, 117, 120], "135": 122, "1359555": 132, "136": 117, "136239319177434": 117, "137": [116, 187], "137119e": 127, "13727": [60, 170], "138312": 127, "139327": 127, "14": [116, 117, 121, 127, 128, 132, 133, 206], "141": 116, "142919": 116, "143": 121, "143839e": 127, "144": 116, "14450960696945572": 122, "14512718337613": 117, "146": 116, "14609100": 122, "1467": 206, "146970": 117, "148": 116, "148437499999996": 117, "15": [116, 117, 118, 119, 121, 122, 128, 197, 206], "150": 118, "1500px": 115, "151083": 116, "152781e": 129, "153": 116, "154": 116, "154296875": 117, "158968": 127, "16": [116, 122, 129], "160": [118, 122], "161": 116, "162109375": 117, "163": 127, "163411994221235": 121, "164": 116, "165": 122, "166": 127, "1666": 127, "16890408047914": 121, "169": 127, "1694": 122, "1695263133797123": 122, "16999999999848": 120, "17": [116, 117, 120, 121, 122], "17002298293205": 117, "172": 116, "173": [116, 127], "173027553034": [123, 124, 125, 126, 206], "174": 122, "175": [117, 127], "17592824927136": 117, "177": 121, "177507": 127, "17878740": 206, "17887331434696": 117, "179": 127, "17934297928927": 117, "17959645": 122, "18": [116, 117, 120, 121, 122], "180": [116, 122], "1800": 119, "18004448105867": 122, "18231": 206, "18260": [117, 127], "18268": 116, "18359375": 117, "184": [117, 127], "189453125": 117, "19": [116, 117, 121], "19197693395507287": 122, "192810837553058": 122, "193": 122, "1953125": 117, "197": [116, 121], "197167282501276": 117, "198": 116, "1e": [128, 130, 131, 171, 206], "2": [46, 60, 85, 116, 117, 118, 119, 120, 121, 122, 123, 125, 126, 127, 128, 129, 130, 131, 132, 133, 139, 156, 167, 170, 197, 206, 207], "20": [116, 117, 118, 119, 121, 130, 131, 132], "200": [117, 128, 131], "2000": [120, 121], "2000000000000002": 130, "2018": [116, 117, 127, 129], "2020": 140, "2023": [118, 122, 123, 124, 125, 126, 130, 131, 133, 206], "2024": [128, 130, 132, 206], "203125": 117, "203404950917395": 117, "204": [116, 117, 122, 129], "205": [116, 122], "207": 116, "207971e": 129, "209": 116, "21": [116, 117, 120], "21059an": 122, "211158": 117, "213": 116, "2138": 127, "214843749999996": 117, "21484375": 117, "214941e": 129, "215": 131, "21723": 122, "219521": 116, "22": [116, 117], "220": 116, "221": 116, "22151": [193, 194, 195], "223": [116, 121], "22467264956519": 117, "225": 122, "225768435790194": 117, "227": 116, "228": 122, "23": [116, 117, 121], "230": [127, 129], "23001bv": 122, "23046875": 117, "23146": 122, "231502991478926": 117, "232": 116, "232421875": 117, "234375": 117, "237": 116, "23719": 122, "239": [116, 122], "24": [116, 117, 120, 128], "240": [116, 117, 129], "241": 116, "242": [116, 121], "243": [116, 117, 122, 129], "244140625": 117, "24609374999999": 117, "24609375": 117, "24678": 122, "247": 197, "248": 116, "25": [116, 117, 122], "250": 116, "254": [116, 122], "255": [27, 117, 127, 129, 130], "25544": [116, 197, 206], "25544u": [116, 197, 206], "256": [116, 121, 122], "257": 116, "2578125": 117, "258": 116, "259": 116, "25hrequir": 133, "25l": 133, "26": [116, 121, 122], "2601": 127, "26171875": 117, "262": [116, 121], "263": 116, "26780455063753": 117, "26815737376817": 117, "26953125": 117, "27": [117, 121], "270": [69, 81, 87, 88, 90, 122, 177, 196], "2700": 206, "271": 116, "272": 116, "277": 116, "278": 116, "279": 122, "27922900257082": 117, "279488": 127, "28": 117, "28125": 117, "282712": 116, "283": 116, "28319289548349": 117, "283868": 116, "2842": [117, 127], "287109375": 117, "289": 116, "29": [116, 117, 121], "290": 116, "291": 116, "2927": 197, "292825e": 127, "295593": 127, "296": 122, "2967617": [123, 124, 125, 126, 206], "29701788337205": 117, "298": [116, 121], "299": 116, "2997836": 206, "2d": [26, 117, 122, 127, 129], "2e": 206, "2f": 128, "3": [5, 46, 47, 56, 57, 59, 60, 65, 66, 67, 73, 116, 117, 118, 119, 121, 122, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 156, 170, 171, 186, 206, 207], "30": [71, 72, 116, 117, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 156, 179, 180, 206], "300": [122, 129], "3000": [126, 130], "30078125": 117, "30201138682032563": 122, "302728e": 129, "302882e": 127, "30288918": 206, "3046875": 117, "3054": 127, "305561325527698": 117, "306305e": 129, "306843e": 129, "31": [116, 117, 121, 122], "311": 116, "3125": 117, "314": 122, "317": [123, 124, 125, 126], "318": [116, 123, 124, 125, 126], "319": [116, 123, 124, 125, 126], "319215": 116, "32": [116, 117, 122, 130], "320": [123, 124, 125, 126], "3203125": 117, "321": [123, 124, 125, 126], "322": [123, 124, 125, 126], "324": [123, 124, 125, 126], "32421875": 117, "324538": 127, "325": 197, "32517767999296": 117, "326": [117, 127], "3265": 206, "32782040": 122, "328125": 117, "33": [117, 130], "331": 116, "332": 116, "333": 116, "333225": 127, "334": [116, 121], "3358": 116, "336": 116, "338": 116, "33841912739558": 121, "339": 116, "33956524809713": 117, "33984375": 117, "339982e": 129, "33m": 133, "33mwarn": 133, "34": [116, 117, 121], "340": 122, "3416461723746": 117, "3429532772124": [123, 124, 125, 126, 206], "343": 129, "349": 122, "3494": 127, "35": [116, 117, 122, 127], "3515625": 117, "352": 130, "353636941500987": 117, "354": 122, "354544": 116, "355": 122, "356969e": 129, "357": 116, "3571": 122, "358": 122, "359": [129, 130], "36": [116, 121, 130, 206], "360": [116, 132, 150], "365234375": 117, "36738720713048": 206, "36775852406841": 117, "37": [116, 117, 130], "370849580_analytic_calculation_and_application_of_the_q": [60, 170], "372": 116, "373": 116, "373103": 129, "374": 121, "3755991766591": 117, "376": 116, "376763e": 129, "3786681": 206, "38": [116, 117, 121], "380": 116, "38002840251183": 117, "381": 130, "382": 121, "38237278700955": 117, "387": 122, "389166": 127, "39": [116, 117, 122], "391": 122, "394": 116, "39419": [117, 127], "39419u": [117, 127], "397": 116, "3984375": 117, "399": 116, "3990540432597613e": 130, "399306": 117, "39989654837": 206, "3d": [117, 127, 129, 132], "3f": 128, "4": [46, 60, 116, 117, 119, 122, 123, 124, 125, 127, 128, 129, 131, 133, 156, 170, 197, 206, 207], "40": [116, 117, 122, 127], "401": 121, "402391829093915": 117, "404": 122, "406": 116, "40751009": 206, "40781": 116, "408203125": 117, "41": [116, 117, 122], "410": 121, "411552": 117, "412456233": [123, 124, 125, 126, 206], "414": 122, "415947": 127, "416": [116, 130], "418": [116, 130], "419": 116, "419228": 127, "42": [116, 117], "420": 116, "422": 130, "423": 116, "4234565179383": 117, "425": 122, "4283387": [123, 124, 125, 126, 206], "43": [116, 117, 121], "4317": 127, "432": [116, 117], "433459": 129, "43359375": 117, "434": [116, 121], "4349": [69, 81, 87, 88, 90, 177, 196], "435": 130, "4366": 206, "437": 116, "4375": 116, "437856895024204": 117, "439154": 127, "44": [116, 117, 129, 206], "443": [116, 122], "444": 121, "444901": 127, "445": 116, "4451426": [123, 124, 125, 126, 206], "446": 116, "44694705960048": 117, "44867367928756": 117, "449": 120, "45": [116, 117, 121, 122, 127, 129, 130], "45043611605": 206, "4508": 127, "451": 130, "453": 116, "45312499999999": 117, "453693": 116, "453880": 127, "455038e": 127, "457032": 116, "458317": 116, "459": 116, "46": [116, 117, 121], "460130637921004": 117, "4627": 197, "464": 116, "464113": 127, "46484375": 117, "465": [116, 121], "465151013519616": 117, "4680": 127, "47": [116, 117, 121, 122], "472626e": 127, "472946": 116, "474609375": 117, "477": 116, "479": 121, "4793": 122, "48": [117, 130], "480": 121, "482421875": 117, "48295117535531": 117, "483": 116, "4831": 127, "484489": 129, "486": 116, "487": 116, "48915": 122, "48915u": 122, "4897593": 206, "49": [117, 130], "4948": [123, 124, 125, 126, 206], "495": 130, "496": 121, "4963": 127, "498": 116, "499": 130, "4f": [128, 131], "5": [27, 60, 116, 117, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 133, 180, 206], "50": [116, 117, 122, 127, 128, 131], "500": [63, 116, 118, 130, 133], "5000": 131, "500000": [116, 129], "500091": 116, "500367": 116, "500822": 116, "501448": 116, "505": [118, 130], "506": 116, "508x0b1e2": 11, "508x0b1e2c2": 143, "51": [116, 117, 122, 197, 206], "510504": 117, "5137": 127, "514": 116, "51668853502906": 117, "517200697839414": 117, "51782528": 197, "518408": 127, "52": [117, 120, 121, 122, 130, 133], "521": 116, "523": [116, 122], "5234375": 117, "524": 116, "5250": 127, "52734375": 117, "53": [116, 117, 130], "531": 116, "5335": [119, 120, 121], "534": 116, "5342": 127, "535757e": 129, "536": 116, "5360": 197, "537": 121, "53733046134172": 116, "53848234128316": 206, "54": [116, 117, 121], "540": 116, "540605": 117, "541015625": 117, "5411": 127, "5457": 127, "54681317351514": 117, "548": 116, "549": 116, "549352": 116, "55": [116, 117, 121], "550": 132, "55076": 122, "55076u": 122, "552": 122, "5546875": 117, "556": 116, "558": [116, 122], "55859375": 117, "558791": 127, "559488e": 129, "56": [116, 117, 122], "564114": 116, "564453125": 117, "565": 116, "5651": [69, 81, 87, 88, 90, 177, 196], "567": 122, "568573": 117, "568580e": 127, "569": 121, "57": [116, 117, 121, 130], "5703125": 117, "5707": 129, "572": 116, "57206165565852": 117, "5721": [123, 124, 125, 126, 206], "574": 116, "575": 116, "57617187499999": 117, "578113": 116, "578125": 117, "57853542647338": 117, "58": [116, 121], "580": [116, 131], "58039085560784": 117, "58058466412761": 117, "583289756006316": 117, "58366": 127, "585": 128, "585332": 116, "585366e": 129, "586": 122, "586204": 129, "588": 116, "589": 121, "59": [116, 117, 121], "594": 116, "5954": 122, "5962634611": 206, "597": 116, "59765625": 117, "598031": 127, "599350": 127, "5e": 128, "6": [81, 87, 88, 90, 116, 117, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 206], "60": 124, "600": [116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "600586": 127, "6015625": 117, "601723": 127, "602": 116, "602749": 127, "609": 116, "60e": 119, "60x60": 124, "61": 127, "61070993807422": 117, "611670115197377": 117, "612": 122, "614883e": 127, "615": 116, "61779143282346": 117, "618": 121, "618850": 127, "62": 127, "620": 116, "623": 116, "625": 117, "6250607414312717e": 129, "626": 121, "627": 121, "628": 116, "628803": 116, "63": [69, 81, 87, 88, 90, 177, 196], "6300": [117, 127], "6328125": 117, "634": 116, "6378": 187, "64": [127, 206], "64007838467894": 117, "6405": 116, "6416": 197, "642": 116, "64463782485651": 117, "6447": 206, "645": 116, "646": 121, "646484375": 117, "65": 117, "650390625": 117, "654567": 117, "6556": [117, 127], "65625": 117, "6575": 128, "6578": [60, 128, 170], "658295": 117, "660": 121, "661": 116, "66403268": 206, "666": 116, "669199": 133, "671": 116, "673": [116, 121], "67514743608467": 117, "67578125": 117, "6779": 206, "679": 116, "6795944656402": 117, "6796875": 117, "68": [117, 127], "683": 116, "68359375": 117, "684689": 116, "687865": 130, "688048": 130, "6880527498568": 117, "689": 116, "69335937499999": 117, "699": 122, "6999999": 129, "6a448b4": 206, "7": [116, 117, 118, 122, 128, 129, 180, 206], "70": [117, 122], "7000": [127, 129], "7000000": [119, 120, 121], "702": 116, "7041": 122, "70414723434193": 117, "705": 116, "70703125": 117, "70759350405294": 117, "70f6d212da41e7ef536f313ba533bc8026f6882b": 133, "71": 127, "7100": 127, "712": 116, "712842": 117, "713": 120, "713053": 117, "713399e": 127, "714": 116, "715020": 130, "715214": 130, "716": 121, "72125391563537": 197, "723": 116, "724": 116, "727629": 127, "728721": 117, "72885": [117, 127], "729062e": 127, "73": [117, 206], "730": 116, "731": 121, "734": 206, "734928": 116, "735": 116, "736455137010665": 117, "738": 116, "73828125": 117, "739": 122, "74": 117, "740": 116, "7428": [127, 129], "743": 116, "748": [116, 122], "75": 127, "75390625": 117, "754": 116, "757": 116, "7578125": 117, "76": 117, "760": 122, "761": 116, "765": 116, "765625": 117, "766703": 117, "766793e": 127, "767": 130, "76765910569123": 117, "768": 117, "770": 122, "772321": 116, "77424112": [117, 127], "775749": 116, "776": 116, "776125101": [123, 124, 125, 126, 206], "78": 116, "780": [116, 122], "7824": 206, "783": 122, "78515625": 117, "786": 116, "787": 116, "788": 121, "79": [117, 127], "792032e": 129, "794": 116, "795": [116, 122], "796": 116, "797": 116, "798": 116, "799": 121, "799891182088334": 117, "7a": 118, "8": [116, 117, 122, 127, 129, 133, 167, 206], "80": 117, "800": 127, "800px": 115, "803": 116, "804165": 116, "805": [119, 130], "808": 116, "81": 117, "810": 116, "813": 120, "814": 116, "814472": 127, "817": 116, "82": 117, "823": 120, "823142": 117, "825": 116, "826780904779774": 117, "83": 117, "831": 116, "831497": 117, "833452e": 127, "833984375": 117, "835": 116, "836640": 116, "83682786072714": 117, "837890625": 117, "838": 122, "839402": 116, "839843749999996": 117, "84": [116, 117], "84029065139799": 117, "84064389983441": 117, "84267363195431": 117, "845": 116, "846": 116, "84706035607122": 117, "84757295365389": 117, "848": 121, "8495": [117, 127], "85": 117, "850": 116, "850750065": [123, 124, 125, 126, 206], "85252660044951": 117, "854": 116, "855": 121, "859": 116, "859375": 117, "860": 116, "86030748978823": 129, "861": 116, "861340": 116, "86272795": 116, "864": 116, "86400": [123, 124, 125, 126, 206], "865": 116, "865450622126": [119, 120, 121], "866": [116, 122], "867": [116, 130], "868": 116, "868321": 117, "868966": 127, "869": 116, "870": 116, "871": 116, "872": [116, 122], "873": 116, "87314e": 130, "874": 116, "875": 116, "87531083569679": 117, "875980": 127, "876": [116, 120, 121], "87660665410869": 117, "877": 116, "878": 116, "87814e": 130, "87890625": 117, "88": [116, 117], "881": 116, "882": 116, "882015e": 127, "883051": 116, "886": 122, "8888": 206, "8893": 116, "89": 122, "891": 116, "893": 116, "893926": 116, "895129": 116, "9": [116, 119, 127, 129, 130, 206], "90": [69, 81, 87, 88, 90, 116, 117, 120, 126, 132, 177, 196], "900390625": 117, "902": 121, "902277040963696": 117, "90234375": 117, "902577996288876": 117, "904": 116, "904296875": 117, "907": 122, "908650": 116, "909": 122, "910": 116, "9100": 129, "912": 116, "91390293099067": 129, "915019": 129, "918": 116, "919": 130, "92": 117, "92025531537451": 117, "924": 130, "925": 122, "92578125": 117, "927": 121, "928": 116, "932": 116, "9335937499999998": 117, "937": 116, "93888428262811": [117, 127], "94": 117, "94033923363181": 117, "94140625": 117, "941699": 130, "94335994657882": 117, "9434": 122, "945": 116, "946": 116, "947": 121, "947265625": 117, "948": 116, "948448": 127, "9511496866914": 117, "9523": 122, "9529": 122, "953": 116, "953125": 117, "953245": 116, "954": 116, "955899": 127, "9560855309879": 117, "956704": 116, "957": [116, 123, 124, 125, 126, 206], "96": 117, "961": [121, 130], "962": 116, "963": 116, "964026": 130, "964586": 130, "964827": 127, "967": 116, "96875": 117, "97": [116, 117, 122, 127], "972213": 127, "972897836604517": 129, "97436777064368": 130, "975213": 117, "975470e": 129, "979323": 116, "98067a": [116, 197, 206], "982": 116, "983": [116, 122], "98480801923985": 117, "987": 122, "98712414601253": 130, "988": 116, "990": 116, "991": 116, "991376": 116, "9921875": 117, "994715": 127, "996": 116, "99609375": 117, "996162679728116": 117, "998": 116, "999": 206, "9990": 116, "9993": 122, "9994": 206, "9996": [117, 127], "9999": 122, "9999999972": 129, "9999999999999998e": 130, "A": [2, 5, 6, 13, 14, 15, 16, 35, 40, 41, 43, 44, 46, 48, 50, 52, 53, 55, 56, 57, 60, 62, 65, 70, 71, 72, 77, 82, 83, 84, 92, 96, 103, 104, 105, 106, 107, 108, 109, 110, 120, 122, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 182, 183, 186, 189, 193, 194, 195, 196, 197, 198, 199, 200, 206], "AND": 131, "And": [43, 116, 131, 154, 205], "As": [60, 170, 206], "At": [69, 81, 87, 88, 90, 177, 196], "By": 206, "For": [77, 155, 184, 186, 206], "If": [59, 82, 118, 120, 123, 124, 125, 126, 132, 136, 138, 139, 140, 144, 145, 146, 147, 148, 149, 156, 157, 162, 166, 167, 168, 170, 173, 178, 179, 180, 183, 189, 196, 206], "In": [69, 72, 81, 87, 88, 90, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 177, 196], "It": [7, 50, 52, 53, 68, 69, 70, 95, 122, 133, 186, 199], "No": [82, 122, 123, 124, 125, 126, 127, 129, 177], "Not": [131, 140, 156, 162, 166, 167, 173, 178, 189, 196, 197, 198, 199], "Of": [122, 187], "Or": [43, 116, 131, 154, 205, 206], "The": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 21, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 117, 119, 120, 131, 136, 137, 138, 139, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 159, 160, 161, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 181, 182, 183, 186, 196, 198, 199, 200, 201, 202, 203, 204, 206], "Then": [116, 117], "There": [57, 168], "To": [0, 121, 138, 206], "__add__": [73, 74], "__init__": [4, 7, 39, 40, 42, 43, 44, 69, 70, 73, 74, 82, 83, 92, 94, 116, 119, 122], "_append_lin": 122, "_check_values_indices_shape_match": 116, "_data": 122, "_display_progress_bar": 122, "_generate_and_append_data": 122, "_get_ax": 116, "_ground_station_pos_n": 122, "_ground_station_position_n": 122, "_interference_angle_in_radian": 122, "_interference_step": 122, "_is_in_ground_station_con": 122, "_is_interf": 122, "_isp": 119, "_min_elevation_angle_in_radian": 122, "_modified_open": [123, 124, 125, 126], "_ned_fram": 122, "_notebook": [123, 124, 125, 126], "_prep_ndarraylik": 116, "_previous_inst": 122, "_progress_bar": 122, "_thrust": 119, "_total_span_in_second": 122, "_trajectory_grid": 122, "_update_progress_bar": 122, "abov": [117, 122, 177, 206], "absolut": [4, 39, 40, 42, 43, 44, 60, 96, 130, 137, 200, 205, 206], "absolute_effectivity_threshold": 60, "absolute_toler": 96, "absoluteeffectivitythreshold": [170, 205], "abstardragterm": 197, "abstract": [3, 37, 48, 163, 176], "abvalu": 170, "acachedstatearrai": 189, "acartesianpositionsptr": 204, "acartesianst": [194, 195, 196], "acceler": [5, 11, 37, 46, 55, 59, 60, 71, 119, 138, 144, 145, 148, 149, 156, 166, 169, 170, 179, 206], "acceleration_gcrf": 119, "acceleration_profil": 46, "acceleration_vnc": 119, "accelerationprofil": 156, "accept": [4, 11, 47, 120, 121], "accesgener": 122, "access": [7, 26, 35, 47, 60, 69, 70, 72, 74, 83, 94, 117, 132, 133, 134, 140, 147, 157, 163, 167, 170, 173, 176, 178, 179, 180, 181, 182, 186, 189, 200, 205, 206, 207], "access_cached_state_arrai": 83, "access_celestial_object_with_nam": [116, 117, 122, 127, 129, 130, 132, 133, 206], "access_composit": [117, 129], "access_contribution_profil": 35, "access_coordinate_brok": 74, "access_end_inst": [71, 72], "access_filt": 9, "access_fram": 35, "access_gener": [116, 122, 132], "access_geometry_df": 116, "access_inst": 35, "access_kepler_model": [69, 131], "access_model": [7, 47, 69], "access_numerical_solv": [70, 121, 128], "access_object_at": [117, 129], "access_parent_fram": 66, "access_propag": 83, "access_propagated_model": 69, "access_sgp4_model": 69, "access_start_inst": [71, 72], "access_step": 26, "access_subset": 94, "access_tabulated_model": 69, "accesscachedstatearrai": [189, 205], "accesscontributionprofil": [147, 205], "accesscoordin": [181, 205], "accesscoordinatebrok": [178, 181, 182, 205], "accessdynam": [179, 205], "accessendinst": [179, 180, 205], "accesses_df": 116, "accesseventcondit": [179, 205], "accessfram": [147, 181, 182, 205], "accessgener": [116, 122, 132], "accessinst": [147, 181, 205], "accessinstantatascendingnod": [186, 205], "accessinstantatdescendingnod": [186, 205], "accessinstantatnorthpoint": [186, 205], "accessinstantatpassbreak": [186, 205], "accessinstantatsouthpoint": [186, 205], "accesslocalorbitalframefactori": [173, 205], "accessmodel": [140, 157, 205], "accessnumericalsolv": [178, 179, 205], "accessobservedst": [200, 205], "accessobservedstatevector": [200, 205], "accessor": [174, 181, 182], "accessparentfram": [174, 205], "accesspropag": [189, 205], "accesspropulsionsystem": [167, 205], "accessstartinst": [179, 180, 205], "accesssubset": [198, 205], "account": 178, "acelesti": [140, 144, 145, 148], "acelestialobject": 188, "acelestialobjectsptr": [177, 196], "acentralbodygrav": 145, "aclassicalorbitalelementset": 188, "aclassif": 197, "aclockingaxi": 157, "aclockingtarget": 157, "aclockingtargetsptr": 157, "aco": [170, 194, 195, 196], "acoevector": [170, 196], "acompositegeometri": 167, "acondit": 172, "aconditionarrai": 172, "aconditionissatisfi": 179, "aconnect": 154, "aconstantthrust": 169, "acontextarrai": 136, "acontributionprofil": 147, "acoordin": [181, 182], "acoordinatebrok": [182, 198], "acoordinatebrokersptr": [181, 182, 199, 201, 202, 203, 204], "acoordinatesdimens": 171, "acoordinatesubset": [198, 199], "acoordinatesubsetarrai": 147, "acoordinatesubsetsarrai": [181, 182, 198], "acoordinatesubsetsptr": [181, 182, 198], "acoordinatesubsetsptrarrai": 179, "acquir": 2, "acquisit": [2, 122], "acquisition_of_sign": 2, "acriterion": [150, 151, 152, 153, 155], "acrosssectionalsurfacearea": [167, 168], "action": 133, "activ": 132, "actual": 11, "actual_od_span": 11, "actualodspan": [143, 205], "ad": [74, 115, 178, 198], "adataarrai": 143, "add": [26, 70, 72, 74, 94, 95, 98, 99, 100, 101, 115, 122, 132, 178, 180, 181, 198, 199, 203, 204, 205, 206], "add_coast_seg": [72, 130, 131], "add_dynam": 70, "add_lin": 115, "add_maneuv": 70, "add_maneuver_seg": [72, 130, 131], "add_profil": [115, 132, 133], "add_satellit": [26, 122], "add_scattergeo": 121, "add_seg": 72, "add_subset": 94, "add_target": [115, 132], "add_trac": [123, 124, 125, 126], "add_vlin": [130, 131], "addcoastseg": [180, 205], "adddynam": [178, 205], "addit": [181, 182, 199], "addition": [69, 81, 87, 88, 90, 131, 177, 196], "addmaneuv": [178, 205], "addmaneuverseg": [180, 205], "addseg": [180, 205], "addsubset": [198, 205], "adeploymentarrai": 187, "adher": 131, "adictionari": [143, 187], "adragcoeffici": [167, 168], "adrymass": [167, 168], "adur": [153, 155], "adurationarrai": 200, "adurationinsecond": 200, "adynam": [136, 147], "adynamicsarrai": [178, 179, 180], "adynamicssptr": [136, 178, 179], "adynamictransformprovid": 165, "aer": [9, 103, 122, 129, 141, 142], "aer_filt": 9, "aer_mask": 9, "aer_rang": [9, 116, 132], "aermask": [141, 205], "aerrang": [141, 205], "afactor": 139, "afil": [143, 164, 184, 187, 197], "afinitediffer": 171, "afirstlin": 197, "aframenam": [157, 163, 164, 165], "aframesptr": [136, 144, 145, 146, 147, 148, 149, 152, 156, 165, 179, 181, 182, 193, 196, 199, 203, 204], "aframetyp": 177, "afromposit": 142, "afromst": 142, "afromtrajectori": [141, 142], "after": [200, 206], "afullcoordinatesvector": [198, 199, 201, 202, 203, 204], "afunct": 139, "against": [206, 207], "agener": 142, "ageometri": [162, 168], "agi": [186, 196], "agnost": 206, "agradientstrategi": 170, "agravitationalparamet": [152, 170, 188, 193, 194, 195, 196], "agroundspe": 140, "aguidancelaw": [138, 149, 170], "ahead": [143, 187], "aj2": [188, 196], "aj2paramet": 196, "aj3": 196, "aj4": 188, "akeplerianmodel": 188, "akvalu": 170, "alength": 137, "algorithm": [6, 69], "align": [47, 90, 157, 159, 160, 175], "align_and_constrain": 47, "alignandconstrain": [157, 205], "alignment_target": 47, "alin": 197, "all": [35, 63, 71, 117, 156, 172, 177, 179, 180, 199, 201, 202, 203, 204, 206], "all_comparison_st": [123, 124, 125, 126], "allow": [6, 57, 63, 117, 168, 174, 206], "alocalorbitalframedirect": 173, "alocalorbitalframefactorysptr": 173, "alocaltimeatdescendingnod": 177, "alogtyp": 200, "along": [104, 106, 116, 119, 169], "alongitud": 177, "alongsid": [69, 81, 87, 88, 90, 177, 196], "alossofsign": 135, "alowerbound": 139, "alpha": 122, "alreadi": [133, 198, 206], "also": 117, "alt_ground_track_df": 129, "alt_stat": 129, "alt_states_lla": 129, "altern": 116, "altitud": [69, 79, 104, 105, 107, 109, 116, 118, 119, 122, 127, 129, 130, 132, 133, 177, 187, 207], "alwai": [46, 156], "amaneuv": [156, 178], "amaneuverarrai": 178, "amass": [162, 166], "amassflowr": 156, "amassflowrateprofil": 156, "amaxelev": 135, "amaximumiterationcount": [139, 172], "amaximumpropagationdur": 180, "ameananomali": [193, 194, 195, 196, 197], "ameananomli": 196, "ameanmot": 197, "ameanmotionfirsttimederivativedividedbytwo": 197, "ameanmotionsecondtimederivativedividedbysix": 197, "ametadataarrai": 143, "amodel": [140, 157, 163, 176, 177], "amount": [189, 200], "amvalu": 170, "an": [2, 3, 4, 6, 7, 9, 11, 16, 19, 20, 22, 23, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 53, 55, 56, 63, 65, 66, 69, 70, 71, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 103, 104, 105, 106, 108, 116, 117, 121, 131, 132, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 193, 194, 195, 196, 197, 198, 200, 206], "anabsolutetoler": 200, "anaccelerationprofil": 156, "anaccess": 135, "anaccessfilt": 141, "anacquisitionofsign": 135, "anaerfilt": 141, "analignmentaxi": 157, "analignmenttarget": 157, "analignmenttargetsptr": 157, "analtitud": 177, "analysi": [116, 121, 206], "analysis_interv": 121, "analyt": [60, 128, 170, 205], "anam": [136, 137, 138, 144, 145, 148, 149, 150, 151, 154, 155, 179, 187, 199, 201, 202, 203, 204], "anangl": 137, "anangularoffset": 157, "anangularveloc": 181, "ananomalytyp": 196, "anaop": [177, 193, 194, 195, 196, 197], "anapoapsisaltitud": 177, "anargumentoflatitud": 177, "anatmosphericdrag": 144, "anattitud": 181, "anattitudequaternionsptr": 201, "anattitudereferencefram": 181, "anaxi": [157, 158, 159, 160, 161], "anazimuthelevationmask": 141, "anazimuthrang": 141, "ancdm": 143, "anearthsptr": 142, "aneccentr": [177, 193, 194, 195, 196, 197], "aneccentricanomali": 196, "anel": 196, "anelementsetnumb": 197, "anelementweightsmap": 170, "anelevationrang": 141, "anendinst": 177, "anendlla": 140, "anendtim": 200, "anenviron": [136, 141, 142, 178], "anephemeristyp": 197, "anepoch": [177, 188, 197], "anequatorialradiu": [188, 196], "anevalu": [137, 150, 151, 155], "aneventcondit": [137, 178, 180, 200], "aneventconditionsptr": [179, 180], "angl": [2, 4, 39, 40, 42, 43, 44, 47, 69, 79, 81, 87, 88, 90, 92, 112, 113, 116, 117, 122, 127, 128, 129, 132, 133, 135, 137, 150, 155, 157, 177, 187, 193, 194, 195, 196, 197], "angle_rad": 122, "angular": [18, 20, 21, 23, 24, 39, 47, 73, 81, 87, 88, 90, 98, 122, 150, 157, 181, 196, 201], "angular_offset": 47, "angular_veloc": 73, "angular_velocity_column": [18, 20, 21, 23, 24], "angularcondit": [41, 134, 137, 152, 155, 205], "angularveloc": [134, 199, 205], "ani": [28, 29, 30, 40, 42, 44, 69, 81, 87, 88, 90, 177, 193, 194, 195, 196], "animpl": [190, 191], "aninclin": [177, 193, 194, 195, 196, 197], "anindex": [143, 187], "aninertiatensor": [167, 168], "aninitialguess": 139, "aninitialrevolutionnumb": [177, 192], "aninitialspacecraftmass": 156, "aninitialstatevector": 200, "aninst": [136, 138, 140, 142, 144, 145, 146, 147, 148, 149, 153, 157, 159, 163, 164, 165, 169, 170, 171, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 196, 197, 199, 200, 201, 202, 203, 204], "aninstantarrai": [140, 147, 156, 157, 163, 171, 176, 178, 179, 180, 184, 189], "aninstantatascendingnod": 186, "aninstantatdescendingnod": 186, "aninstantatnorthpoint": 186, "aninstantatpassbreak": 186, "aninstantatsouthpoint": 186, "aninternationaldesign": 197, "aninterpolationtyp": [147, 156, 178, 184], "aninterv": [141, 172, 177], "aninverseflag": 151, "anomali": [41, 69, 79, 81, 87, 88, 90, 92, 129, 152, 177, 193, 194, 195, 196, 197], "anomaly_typ": [81, 87, 88, 90], "anomalytyp": [81, 87, 88, 90, 196, 205], "anomli": [81, 87, 88, 90], "anopm": 187, "anorbit": [157, 165, 177], "anorbitalframetyp": [157, 165], "anorientationgener": [157, 158], "anorientationprofil": [157, 159], "anoth": [90, 95, 98, 99, 100, 101, 199, 201, 202, 203, 204, 206], "another_coordin": [95, 98, 99, 100, 101], "anotherfullcoordinatesvector": [199, 203, 204], "anothersubsetsptr": 198, "anoutputstream": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197], "anti": [157, 159, 160, 161], "anti_direct": 47, "antidirect": [157, 160, 205], "anumericalsolv": [178, 179, 180], "anupperbound": 139, "anvalu": 170, "anycross": [39, 40, 42, 44, 120, 131, 150, 155, 205], "ao": 116, "aoi": 121, "aoi_intersection_condit": 121, "aop": [41, 69, 81, 87, 88, 90, 92, 116, 127, 129, 152, 177, 193, 194, 195, 196, 197, 205], "apach": 206, "aparameterset": 170, "aparentfram": 174, "apass": 186, "aperiapsisaltitud": 177, "aperiapsisweight": 170, "aperturbationtyp": 188, "apex_b": [117, 129], "aphas": 186, "api": [60, 170], "apoapsi": [69, 81, 87, 88, 90, 131, 177, 196], "apoapsis_altitud": 69, "apoge": [79, 187], "aposit": [140, 174, 175, 181, 183], "apositioncoordin": [138, 169, 170], "apositionderiv": 146, "app": [123, 124, 125, 126], "append": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 182], "appendix": 187, "appli": [59, 154, 157, 206], "approach": [2, 11, 60, 122, 170], "appropri": 81, "aprofil": 157, "apropag": [178, 189], "apropagatedmodel": 189, "apropulsionsystem": [166, 167, 168], "apt": 206, "aquaternion": [157, 165], "ar": [0, 7, 35, 57, 63, 69, 73, 81, 87, 88, 90, 116, 117, 118, 122, 123, 124, 125, 126, 131, 133, 136, 140, 147, 156, 162, 166, 167, 168, 172, 173, 177, 178, 181, 182, 183, 184, 186, 187, 189, 193, 194, 195, 196, 197, 198, 199, 201, 202, 203, 204, 206], "araan": [177, 193, 194, 195, 196, 197], "arangerang": 141, "arbitrari": 117, "arcco": [120, 122], "area": [11, 56, 57, 73, 95, 98, 99, 100, 101, 130, 167, 168, 199, 207], "area_drag": 11, "area_pc": 11, "area_srp": 11, "areadindex": 136, "areadrag": [143, 205], "areapc": [143, 205], "areasrp": [143, 205], "arelativemetadata": 143, "arelativetoler": 200, "arepetitioncount": 180, "arevolutionnumb": [177, 186, 189], "arevolutionnumberatepoch": 197, "arg": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 72, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 123, 124, 125, 126], "arg0": [4, 39, 40, 42, 43, 44, 73, 74, 81, 87, 88, 90, 96], "arg1": 96, "arg2": 96, "arg3": 96, "argument": [41, 60, 69, 74, 79, 81, 87, 88, 90, 92, 117, 120, 127, 129, 152, 177, 196, 197], "argument_of_latitud": 69, "arootsolv": [139, 200], "around": [22, 90], "arrai": [3, 5, 7, 11, 32, 33, 34, 35, 36, 37, 46, 47, 52, 60, 62, 63, 66, 67, 68, 69, 73, 74, 83, 116, 117, 119, 123, 124, 125, 126, 129, 132, 136, 140, 141, 143, 144, 145, 146, 147, 148, 149, 154, 156, 157, 159, 163, 164, 171, 172, 176, 177, 178, 179, 180, 181, 182, 184, 187, 189, 192, 198, 200], "arrays_to_mgr": 116, "arvalu": 170, "as_kepl": [76, 82, 83, 84, 85], "as_line_str": [117, 129], "as_propag": [76, 82, 83, 84, 85], "as_sgp4": [76, 82, 83, 84, 85], "as_tabul": [50, 52, 53], "as_transform": [50, 52, 53], "as_vector": [117, 129], "asatellitegeometri": 167, "asatellitenam": 197, "asatellitenumb": 197, "asatellitesystem": [149, 167], "asatellitesystembuild": 168, "ascend": [41, 69, 77, 79, 81, 87, 88, 90, 92, 129, 152, 186, 196, 197, 205], "ascens": [41, 69, 81, 87, 88, 90, 92, 129, 152, 196, 197], "ascenscion": 196, "asecondlin": 197, "aseg": 179, "asegmentarrai": 180, "asegmentsolutionarrai": 180, "asegmenttyp": 179, "asemilatusrectum": 196, "asemimajoraxi": [193, 194, 195, 196], "asequ": 180, "asgp4model": 190, "asiz": 199, "asolut": [179, 180], "aspecificimpuls": [179, 180], "aspecificimpulseinsiunit": 166, "aspectmod": [127, 129], "aspectratio": [127, 129], "asset": 115, "assign": [140, 157, 177, 178, 181], "assoc": 71, "associ": [71, 73, 116, 137, 155, 181, 182, 199, 201, 202, 203, 204], "assum": [117, 140, 187], "assumpt": 73, "astartinst": [140, 177], "astartlla": 140, "astarttim": 200, "astat": [137, 154, 155, 171, 178, 179, 180, 181, 182, 189, 200], "astatearrai": [140, 164, 177, 184, 189, 192], "astatebuild": 182, "astatefilt": 141, "astaticmodel": 183, "astep": 141, "astepdur": [171, 177], "asteppercentag": 171, "asteppertyp": 200, "asteps": 140, "astr": [143, 187, 197], "astrodynam": [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 205], "asubsetsptr": [181, 198], "asystem": 162, "asystemofequ": 200, "atabul": 147, "atabulateddynam": 156, "atabulatedmodel": [164, 184, 192], "atan2": 132, "atarget": [137, 150, 152, 155], "atargetangl": 150, "atargetrang": 150, "atargetvalu": [137, 155], "athirdbodygrav": 148, "athrust": [169, 180], "athrustacceler": [138, 169, 170], "athrustdirect": 169, "athrusterdynam": 179, "athrustinsiunit": 166, "atimearrai": 200, "atimeofclosestapproach": 135, "atimestep": [172, 200], "atl": [190, 191, 197], "atleast": 131, "atmospher": [11, 32, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 144, 207], "atmospheric_model": [11, 121], "atmosphericdrag": [134, 136, 205, 206], "atmosphericmodel": [143, 205], "atoler": [139, 141, 172, 196], "atoposit": 142, "atost": 142, "atotrajectori": [141, 142], "atrajectori": [140, 157, 161, 165], "atrajectoryseg": 180, "atrajectorysegmentarrai": 180, "atransform": 175, "atransformgener": 174, "atransformmodel": 165, "atrueanomali": [177, 196], "attitud": [18, 20, 21, 23, 24, 73, 98, 99, 132, 181, 201, 202, 206], "attitude_column": [18, 20, 21, 23, 24], "attitude_fram": 73, "attitude_quaternion": 98, "attitudequaternion": [98, 134, 199, 201, 205], "attribut": [112, 113, 114, 115, 130, 147, 156, 178], "attributeerror": 130, "atyp": [135, 137, 157, 160, 171, 174, 175, 186, 192], "auto": 206, "automat": 206, "avail": [11, 206], "avalu": [137, 173], "aveloc": [174, 175, 181], "avelocitycoordin": [138, 169, 170], "averag": [46, 87, 88, 118, 156, 193, 194, 195], "averagespecificimpuls": 156, "averagethrust": 156, "awritecoordinatesubset": 147, "awriteindex": 136, "ax": [47, 50, 52, 53, 115, 129, 157, 163, 164, 165], "axi": [41, 47, 60, 81, 87, 88, 90, 129, 130, 152, 157, 158, 159, 160, 161, 175, 193, 194, 195, 196, 205], "axis_data": 129, "axissequ": 132, "azimuth": [9, 105, 116, 141], "azimuth_elevation_mask": 9, "azimuth_rang": [9, 116, 132], "b": [60, 92, 128, 170, 197, 205], "b_star_drag_term": 92, "backgroundcolor": [127, 129], "backward": [62, 171, 177, 205], "ballist": 79, "ballistic_coef_kg_per_m2": 187, "ballistic_coeffici": 79, "ballisticcoeffici": [187, 205], "barycentr": [35, 70, 184], "barycentricr": [35, 46, 70, 121, 130, 156], "base": [2, 3, 4, 5, 6, 7, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114, 115, 120, 137, 138, 150, 152, 153, 155, 170, 174, 175, 206], "base_b": [117, 129], "bash": 206, "beam": 122, "becom": [60, 170], "been": [116, 117, 119, 198], "begin": 90, "behaviour": 133, "being": [46, 156, 167], "below": [0, 116, 122, 206], "beta_angle_condit": 120, "between": [2, 115, 116, 117, 122, 131, 132, 179, 181, 184], "bin": 206, "binari": 206, "bind": 206, "bisect": [6, 139, 205], "blm": [134, 196, 205], "blmshort": [130, 131], "blob": 133, "blue": 129, "bodi": [11, 32, 33, 36, 47, 50, 52, 53, 60, 69, 73, 81, 87, 88, 90, 117, 119, 129, 130, 131, 140, 145, 148, 157, 170, 177, 181, 196, 206], "body_fram": [117, 129], "body_frame_provid": 129, "body_frame_transform_gener": [129, 132], "bool": [2, 3, 4, 6, 7, 9, 11, 19, 20, 21, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 115, 122, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 198, 199, 200], "boolean": [40, 120, 121, 137, 139, 150, 151, 154, 155, 169], "booleancondit": [120, 131, 134, 155, 205], "both": [69, 81, 87, 88, 90, 122, 177, 196], "bound": [6, 139], "bracket": 6, "bracket_and_solv": 6, "bracketandsolv": [139, 205], "break": [77, 186], "broken": 133, "broker": [73, 74, 94, 95, 98, 99, 100, 101, 178, 181, 182, 198, 199, 201, 202, 203, 204], "brouwer": [81, 87, 88, 193, 194, 195], "brouwerlyddanemean": [130, 131, 134, 194, 195, 196, 205], "brouwerlyddanemeanlong": [134, 193, 195, 205], "brouwerlyddanemeanshort": [130, 131, 134, 193, 205], "browser": 206, "bsd": 206, "bstar": 197, "build": [57, 73, 74, 79, 81, 87, 88, 90, 118, 122, 123, 124, 125, 126, 128, 130, 131, 168, 182, 205], "build_script": 206, "builder": [57, 168], "built": [74, 206], "builtin": [123, 124, 125, 126], "burn": [119, 130, 131, 206], "cach": [83, 116, 189], "calcul": [4, 39, 40, 42, 43, 44, 46, 50, 52, 53, 60, 62, 68, 70, 71, 72, 76, 82, 83, 84, 85, 116, 119, 123, 124, 125, 126, 132, 137, 156, 178, 179, 180, 183, 189], "calculate_attitud": [129, 132], "calculate_average_specific_impuls": 46, "calculate_average_thrust": 46, "calculate_delta_mass": 46, "calculate_delta_v": 46, "calculate_intersect": [117, 129], "calculate_revolution_number_at": [76, 82, 83, 84, 85], "calculate_state_at": [7, 50, 52, 53, 68, 69, 70, 76, 82, 83, 84, 85, 121, 128], "calculate_state_to_condit": [70, 120], "calculate_states_at": [50, 52, 53, 68, 70, 71, 72, 83, 85, 118, 119, 121, 123, 124, 125, 126], "calculate_thrust_acceleration_at": [5, 59, 60], "calculate_ypr": 132, "calculatea": [142, 205], "calculateaveragespecificimpuls": [156, 205], "calculateaveragethrust": [156, 205], "calculatedeltamass": [156, 205], "calculatedeltav": [156, 205], "calculaterevolutionnumberat": [185, 188, 189, 205], "calculatestateat": [163, 164, 165, 176, 178, 183, 184, 185, 188, 189, 190, 191, 192, 205], "calculatestatesat": [163, 176, 178, 179, 180, 184, 189, 205], "calculatestatetocondit": [178, 205], "calculatethrustaccelerationat": [138, 169, 170, 205], "call": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "callabl": [4, 6, 9, 39, 40, 42, 43, 44, 47, 62, 63, 66, 67, 96, 171], "camera": [127, 129], "can": [3, 4, 7, 50, 52, 53, 68, 69, 71, 92, 96, 116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 133, 137, 138, 151, 155, 162, 163, 176, 177, 178, 179, 180, 197, 206], "can_pars": 92, "candid": [60, 170], "cannot": [37, 48, 69, 81, 87, 88, 90, 177, 196], "canpars": [197, 205], "cartesian": [73, 81, 87, 88, 90, 100, 101, 117, 118, 119, 121, 122, 128, 129, 130, 131, 132, 181, 193, 194, 195, 196, 203, 204, 205, 206], "cartesian_coordin": [121, 132], "cartesian_posit": [101, 119], "cartesian_position_gcrf": 206, "cartesian_st": [81, 87, 88, 90], "cartesian_veloc": 119, "cartesian_velocity_gcrf": 206, "cartesianposit": [101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 199, 204, 205], "cartesianst": [81, 87, 88, 90, 193, 194, 195, 196, 205], "cartesianveloc": [118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 199, 205], "case": [0, 69, 72, 81, 87, 88, 90, 117, 177, 189, 196, 206], "cast": [50, 52, 53, 76, 82, 83, 84, 85], "catalog": 11, "catalog_nam": 11, "catalognam": [143, 205], "catalogu": 197, "ccmake": 206, "ccsd": [134, 205, 206], "ccsds_cdm_version": 11, "ccsdscdmversion": [143, 205], "cd": [11, 73], "cd_area_over_mass": 11, "cdareaovermass": [143, 205], "cdm": [134, 205, 206], "celesti": [7, 22, 26, 32, 33, 36, 69, 81, 82, 87, 88, 90, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 140, 142, 144, 145, 148, 157, 177, 188, 196], "celestial_object": [7, 69, 81, 82, 87, 88, 90, 132, 133], "cell": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "center": [11, 130], "central": [33, 60, 62, 81, 87, 88, 90, 119, 130, 145, 170, 171, 177, 196, 205], "central_bodi": 22, "central_body_grav": 119, "centralbodygrav": [119, 126, 134, 136, 180, 205, 206], "certain": [162, 206], "cesium": [115, 132, 207], "cesium_asset_id": [115, 132, 133], "cesium_token": [115, 132, 133], "cesiumpi": 133, "cesiumpy_a37d0dd3848a4478a655e4c1d89a5a40": 133, "chain": 57, "chang": [57, 60, 123, 124, 125, 126, 170], "check": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 136, 137, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 173, 174, 175, 177, 178, 181, 182, 183, 186, 189, 196, 197, 198, 200], "checksum": [92, 197], "child": [81, 119], "circular": [69, 177, 205], "circular_equatori": 69, "circularequatori": [177, 205], "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 25, 26, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 111, 112, 113, 114, 115, 116, 119, 122, 134], "classic": [60, 81, 82, 87, 88, 90, 116, 127, 129, 152, 170, 196, 206], "classicalo": [194, 195], "classif": [92, 197], "claus": 206, "clear": [70, 178], "clear_dynam": 70, "cleardynam": [178, 205], "clip": [120, 122], "clock": [47, 157], "clocking_target": 47, "clone": [133, 137, 150, 154, 155, 162, 163, 164, 165, 167, 168, 175, 176, 183, 184, 185, 188, 189, 190, 192, 205], "clonedmodel": 183, "close": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 140], "closest": [2, 11, 122], "cmake": 206, "co": [66, 127, 129, 175], "coast": [71, 72, 123, 124, 125, 130, 179, 180, 205, 206], "coast_condit": [130, 131], "coe": [41, 60, 81, 82, 87, 88, 116, 118, 119, 127, 128, 129, 131, 134, 170, 188, 193, 194, 195, 205, 206], "coecondit": [134, 205], "coeffici": [56, 57, 73, 79, 81, 82, 87, 88, 90, 95, 98, 99, 100, 101, 130, 167, 168, 206], "coerc": [13, 14, 15, 16], "col": [46, 156], "collect": [116, 133, 206], "collis": 11, "collision_prob": 11, "collision_probability_method": 11, "collisionprob": [143, 205], "collisionprobabilitymethod": [143, 205], "color": [26, 27, 112, 113, 114, 115, 116, 117, 119, 122, 127, 128, 129, 130, 131, 132, 133], "colorscal": [127, 129], "column": [18, 19, 20, 21, 22, 23, 24, 116, 117, 122, 123, 124, 125, 126, 127, 129, 132], "com": [116, 132, 133, 186, 187, 193, 194, 195, 196, 206], "combin": [43, 69, 81, 87, 88, 90, 177, 196], "command": [133, 206], "comment": [11, 143, 205], "commit": 133, "common": [0, 182], "compar": [123, 124, 125, 126, 177, 181, 182, 183, 186, 199, 206], "comparison": 206, "comparison_inst": [123, 124, 125, 126], "comparison_st": [123, 124, 125, 126], "complet": [0, 2, 72, 77, 116, 117, 122, 131, 135, 180, 186, 205, 206], "compon": [197, 206], "compos": [154, 162], "composit": [48, 56, 57, 117, 118, 123, 124, 125, 126, 128, 130, 131, 162, 167, 168], "comput": [3, 5, 7, 9, 32, 33, 34, 35, 36, 37, 59, 60, 62, 63, 69, 71, 72, 81, 87, 88, 90, 119, 122, 136, 138, 144, 145, 146, 147, 148, 149, 152, 169, 170, 171, 172, 177, 179, 180, 187, 196, 206, 207], "compute_access": [9, 116, 122, 132], "compute_access_geometri": 116, "compute_angular_momentum": [81, 87, 88, 90], "compute_contribut": [3, 32, 33, 34, 35, 36, 37, 119], "compute_delta_mass": [71, 72], "compute_delta_v": [71, 72], "compute_doe_df": [170, 205], "compute_dq_do": [170, 205], "compute_gradi": 62, "compute_jacobian": 62, "compute_ltan": [81, 87, 88, 90], "compute_mean_ltan": [81, 87, 88, 90], "compute_pass": 69, "compute_passes_with_model": 69, "compute_radial_dist": [81, 87, 88, 90], "compute_semi_latus_rectum": [81, 87, 88, 90], "compute_time_lla_aer_coordin": 116, "compute_trajectory_geometri": 116, "computeaccess": [141, 205], "computeangularmomentum": [196, 205], "computecontribut": [136, 144, 145, 146, 147, 148, 149, 205], "computedeltamass": [179, 180, 205], "computedeltav": [179, 180, 205], "computegradi": [171, 205], "computejacobian": [171, 205], "computeltan": [196, 205], "computemeanltan": [196, 205], "computeorbitalelementsmaximalchang": [170, 205], "computepass": [177, 205], "computepasseswithmodel": [177, 205], "computeq": [170, 205], "computeradialdist": [196, 205], "computesemilatusrectum": [196, 205], "computethrustdirect": [170, 205], "concept": 2, "condit": [4, 9, 39, 40, 41, 42, 43, 44, 63, 69, 70, 71, 72, 81, 87, 88, 90, 96, 130, 131, 137, 150, 151, 152, 153, 154, 155, 172, 177, 178, 179, 180, 196, 200, 205, 206, 207], "condition_is_satisfi": [71, 96], "conditionissatisfi": [179, 200, 205], "conditionsolut": [70, 96, 178, 200, 205], "cone": [117, 122, 129], "cone_b": [117, 129], "configur": [72, 122], "conflict": 133, "conic": 117, "conicsensor": 133, "conjucnt": 43, "conjunct": [47, 134, 138, 205, 206], "connect": 154, "conorm": [67, 69], "consecut": 115, "consid": [71, 116, 122, 123, 124, 125, 126, 198], "consist": [72, 123, 124, 125, 126], "const": [74, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "constant": [46, 59, 126, 130, 140, 149, 156, 166, 169, 207], "constant_mass_flow_rate_profil": 46, "constantfluxandgeomag": 118, "constantmassflowrateprofil": [156, 205], "constantthrust": [126, 130, 134, 138, 205], "constantthrustthrust": 169, "constiter": 177, "constpassiter": [177, 205], "constrain": [47, 157], "constraint": [116, 131], "construct": [2, 3, 4, 7, 39, 40, 42, 43, 44, 55, 62, 65, 66, 67, 69, 70, 71, 72, 74, 92, 116, 117, 129, 132, 140, 141, 157, 159, 160, 161, 165, 174, 175, 177, 181, 186, 194, 195, 196, 197, 205, 206], "constructor": [5, 6, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 52, 53, 56, 57, 59, 60, 63, 73, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "consult": 206, "consum": 130, "contact": 11, "contain": [11, 18, 19, 20, 21, 22, 23, 24, 73, 79, 95, 121, 143, 180, 187, 199, 200, 206], "content": 143, "context": [136, 205], "contextu": 200, "continent": 117, "continu": 155, "contribut": [3, 32, 33, 34, 35, 36, 37, 59, 71, 119, 136, 138, 144, 145, 146, 147, 148, 149, 179], "contribution_profil": 35, "control": [60, 170], "conveni": [74, 117], "converg": [6, 96, 200], "convers": [98, 99, 100, 101], "convert": [46, 62, 79, 81, 87, 88, 95, 98, 99, 100, 101, 107, 117, 119, 150, 155, 156, 163, 170, 171, 175, 176, 186, 193, 194, 195, 196], "convert_st": 127, "coordin": [3, 5, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 41, 46, 47, 50, 52, 53, 59, 60, 62, 66, 67, 69, 70, 71, 73, 74, 79, 81, 87, 88, 90, 94, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 136, 138, 140, 144, 145, 146, 147, 148, 149, 169, 170, 171, 178, 179, 181, 182, 198, 199, 201, 202, 203, 204, 206], "coordinate_brok": [73, 74, 95, 98, 99, 100, 101], "coordinate_subset": [35, 71, 73, 74, 94, 118, 119, 123, 124, 125, 126, 128, 130, 131], "coordinatebrok": [73, 74, 95, 98, 99, 100, 101, 131, 134, 178, 181, 182, 199, 201, 202, 203, 204, 205], "coordinates_brok": 131, "coordinates_dimens": 62, "coordinatesbrok": 198, "coordinatesubset": [3, 32, 33, 34, 35, 36, 37, 71, 73, 74, 94, 98, 99, 100, 101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 134, 136, 144, 145, 146, 147, 148, 149, 179, 181, 182, 198, 205], "copi": [116, 137, 140, 150, 154, 157, 177, 178, 181], "core": [2, 3, 4, 5, 6, 9, 11, 22, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 50, 52, 53, 55, 56, 57, 59, 60, 62, 69, 71, 72, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 116, 118, 123, 124, 125, 126, 130, 131, 206], "correct": 206, "correctli": 119, "correspond": [35, 147, 175], "could": 117, "count": [72, 139, 172, 206], "countrycolor": [116, 117, 122, 129], "countrywidth": [117, 129], "cours": 117, "cout": [136, 137, 138, 140, 147, 156, 157, 170, 183, 196, 197, 206], "covari": 11, "covariance_matrix": 11, "covariance_method": 11, "covariancematrix": [143, 205], "covariancemethod": [143, 205], "cover": 117, "coverag": 207, "cpp": 206, "cr": 11, "cr_area_over_mass": 11, "crareaovermass": [143, 205], "crash": [123, 124, 125, 126], "creat": [2, 3, 7, 9, 32, 33, 34, 35, 36, 37, 39, 41, 46, 47, 48, 53, 56, 57, 59, 69, 70, 71, 73, 81, 87, 88, 90, 92, 94, 117, 119, 120, 127, 137, 150, 154, 156, 174, 179, 186, 200, 206], "create_2d_map": 127, "create_3d_glob": 127, "creation": [11, 57, 168], "creation_d": 11, "creationd": [143, 205], "criteria": 120, "criterion": [4, 39, 40, 41, 42, 44, 120, 130, 131, 137, 150, 151, 152, 153, 155, 205], "critic": [69, 81, 87, 88, 90, 177, 196], "cross": [6, 40, 42, 44, 56, 57, 73, 120, 130, 131, 167, 168, 207], "cross_sectional_area": 73, "cross_sectional_surface_area": [56, 57], "crosssectionalsurfacearea": 167, "cssispaceweatherfil": 118, "csv": [123, 124, 125, 126, 140, 206], "csvfile": [123, 124, 125, 126], "cubic": 184, "cuboid": [118, 123, 124, 125, 126, 128, 130, 131], "current": [4, 39, 40, 42, 43, 44, 131, 137, 150, 155, 170, 174, 187, 206], "current_inst": 122, "current_st": [4, 39, 40, 42, 43, 44], "currentst": [137, 150, 154, 155], "curv": [69, 177], "curve_fit": [22, 35, 46, 70, 85, 121], "custom": [3, 47, 66, 73, 119, 157, 174, 175, 205, 207], "custom_point": 47, "custompoint": [157, 205], "customtarget": [47, 134, 157, 160, 205], "cxx": 206, "cyclic": 155, "d2": [117, 121, 129], "d3": [47, 48, 53, 56, 57, 73, 117, 118, 123, 124, 125, 126, 128, 129, 130, 131, 132], "dai": [71, 72, 121, 122, 130, 131, 179, 180, 187], "data": [11, 18, 19, 20, 21, 22, 23, 24, 28, 29, 30, 73, 92, 116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 143, 197, 205, 206], "datafil": [60, 170], "datafram": [107, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "datavers": [60, 170], "date": [11, 79, 107, 187, 205, 206], "date_tim": [116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133], "datetim": [13, 14, 15, 16, 105, 116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140], "dd": 187, "deb": 206, "debri": [11, 143, 205], "debug": 130, "decor": [136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196], "decreas": [60, 170], "deep": 178, "def": [116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132], "default": [4, 6, 7, 16, 19, 20, 21, 22, 35, 39, 40, 42, 43, 44, 46, 47, 55, 56, 57, 60, 62, 69, 70, 72, 74, 81, 82, 83, 87, 88, 90, 94, 96, 98, 99, 100, 101, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 139, 166, 167, 168, 169, 170, 171, 177, 178, 179, 180, 196, 199, 200, 201, 202, 203, 204, 205, 206], "default_condit": [72, 96, 118, 120, 121, 130, 131], "default_in_fixed_fram": 188, "default_maneuver_interpolation_typ": 156, "default_maneuver_propagation_interpolation_typ": 178, "default_maximum_iteration_count": 172, "default_st": 74, "default_step": 141, "default_tabulated_dynamics_interpolation_typ": 147, "default_tabulated_trajectory_interpolation_typ": [184, 192], "default_toler": 141, "defaultaccelframesptr": [156, 205], "defaultcondit": [200, 205], "defaultcontributionframesptr": [147, 205], "defaultst": 182, "defin": [2, 3, 4, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 40, 42, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 98, 99, 100, 101, 116, 117, 119, 120, 123, 124, 125, 126, 129, 132, 136, 137, 140, 141, 144, 145, 146, 147, 148, 149, 156, 157, 162, 166, 167, 169, 173, 174, 175, 177, 178, 181, 182, 183, 186, 189, 196, 197, 200, 206], "deg": [116, 129, 132, 141], "degre": [69, 81, 87, 88, 90, 107, 109, 116, 117, 122, 127, 128, 129, 132, 133, 177, 196, 206], "delet": [190, 191, 200], "deliveri": 187, "delta": [46, 60, 71, 72, 123, 124, 125, 126, 156, 179, 180, 187], "delta_in_percentag": 122, "delta_in_second": 122, "deltamass": 156, "deltav": 156, "demonstr": [116, 117, 123, 124, 125, 126, 127, 129, 131, 132], "densiti": 207, "deploy": [79, 187, 205], "deriv": [7, 34, 37, 41, 60, 69, 81, 82, 87, 88, 90, 92, 116, 119, 136, 140, 144, 145, 146, 147, 148, 149, 152, 170, 177, 178, 188, 193, 194, 195, 196, 197], "descend": [69, 77, 177, 186, 205], "describ": [60, 90, 116, 170, 206], "descript": 206, "design": [11, 92, 197], "desir": [21, 57, 60, 120, 123, 124, 125, 126, 170, 199, 201, 202, 203, 204, 206], "destruct": [117, 129], "destructor": [136, 137, 138, 139, 144, 145, 146, 148, 150, 151, 153, 154, 155, 162, 167, 168, 169, 170, 175, 177, 201, 202, 203, 204], "detail": 206, "detect": 122, "determin": [136, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 172], "dev": 206, "devel": 206, "develop": [60, 170], "df": [116, 118, 119, 122, 128, 130, 131], "df_from_stat": 128, "dict": [9, 60, 71, 73, 79, 116, 117, 122, 127, 129], "dict_to_mgr": 116, "dictionari": [11, 73, 79, 143, 187, 205], "dictread": [123, 124, 125, 126], "differ": [62, 95, 98, 99, 100, 101, 123, 124, 125, 126, 171, 181], "differenc": 60, "digit": 139, "dimens": [62, 171, 199], "direct": [47, 59, 65, 112, 113, 114, 119, 130, 132, 133, 139, 157, 159, 160, 161, 169, 170, 173], "directli": 157, "directori": [118, 123, 124, 125, 126, 130, 131, 206], "disjunct": 43, "disord": 189, "displai": [117, 122, 127, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196, 206], "displaydecor": [136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196], "dist": [116, 123, 124, 125, 126, 133], "distanc": [7, 11, 69, 81, 87, 88, 90, 196], "divid": [92, 197], "dnwrnr": 206, "do": [57, 69, 81, 87, 88, 90, 123, 124, 125, 126, 133, 168, 177, 196, 206], "doc": [123, 124, 125, 126], "dockerfil": 206, "doe": [95, 119, 189, 199], "don": [123, 124, 125, 126, 131, 178], "done": 133, "dot": [120, 122], "doubl": [69, 81, 87, 88, 90, 136, 139, 170], "down": [66, 67, 69, 157, 175], "download": 206, "dq_doe": 60, "drag": [11, 32, 56, 57, 73, 92, 95, 98, 99, 100, 101, 130, 131, 144, 167, 168, 197, 206], "drag_coeffici": [56, 57, 73, 95, 98, 99, 100, 101, 118, 123, 124, 125, 126, 130, 131], "dragcoeffici": [167, 199, 205], "dry": [57, 167, 168], "dry_mass": [57, 118, 126, 128, 130], "dtype": 116, "due": [59, 72, 82, 122, 144, 145, 146, 148, 149, 169], "durat": [2, 7, 9, 11, 26, 40, 42, 44, 62, 63, 69, 71, 72, 77, 79, 81, 87, 88, 90, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 140, 141, 143, 153, 155, 156, 171, 172, 177, 179, 180, 186, 187, 196, 206], "duration_condit": [40, 42, 44, 131], "durationcondit": [155, 205], "dure": [2, 104, 106, 116, 122, 132, 137, 150, 151, 154, 155, 156, 169, 178, 200, 206], "dynam": [46, 53, 59, 70, 71, 72, 96, 123, 124, 125, 126, 128, 129, 131, 132, 134, 156, 167, 169, 178, 179, 180, 205, 206, 207], "dynamic_provid": 53, "dynamicframeprovid": [129, 132], "dynamicprovid": [53, 165], "dynamicsarrai": 180, "e": [77, 90, 116, 127, 129, 180, 186, 187, 199], "each": [35, 72, 122, 147, 151, 155, 180, 200, 206], "earth": [7, 11, 22, 26, 69, 92, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 180, 183, 187, 197, 206], "earth_data": 129, "earth_figur": 129, "earth_geometri": [117, 129], "earth_surfac": 127, "earth_tid": 11, "earthatmosphericmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthgravitationalmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthmagneticmodel": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "earthtid": [143, 205], "easi": 206, "east": [66, 67, 69, 175], "eccentr": [41, 69, 81, 87, 88, 90, 92, 129, 152, 177, 193, 194, 195, 196, 197, 205, 207], "eccentric_anomali": [41, 81, 87, 88, 90], "eccentric_anomaly_from_mean_anomali": [81, 87, 88, 90], "eccentric_anomaly_from_true_anomali": [81, 87, 88, 90], "eccentricanomali": [81, 87, 88, 90, 152, 196, 205], "eccentricanomalyfrommeananomali": [196, 205], "eccentricanomalyfromtrueanomali": [196, 205], "ecef": [47, 73, 157, 187], "eci": [47, 73, 77, 127, 157], "eclips": [121, 131], "eclipse_condit": [120, 121, 131], "eclipse_window": 121, "effect": 60, "eg": 157, "egg": 133, "egm2008": [121, 128, 130, 131], "egm96": [118, 124, 130, 131, 206], "eigen": 206, "either": [131, 200], "elaps": [123, 124, 125, 126, 206], "elapsed_second": 206, "element": [60, 81, 82, 87, 88, 90, 92, 116, 117, 127, 128, 129, 131, 152, 170, 187, 193, 194, 195, 196, 197, 199, 205, 206], "element_set_numb": 92, "element_weight": [60, 128, 131], "elev": [2, 9, 105, 116, 122, 141], "elevation_in_radian": 122, "elevation_rang": [9, 116, 132], "ellipsoid": 117, "ellipsoid_equatorial_radiu": [121, 132], "ellipsoid_flatten": [121, 132], "els": [116, 117], "email": 11, "emit": 73, "empti": [136, 143, 178, 179, 180], "en": [92, 140, 154, 166, 177, 196, 197], "enabl": 206, "encapsul": 2, "encod": [92, 197], "end": [7, 9, 11, 69, 71, 72, 77, 90, 121, 130, 140, 177, 178, 179, 180, 186, 200, 206], "end_inst": [69, 116, 117, 121, 127, 129, 132, 133], "end_lla": [7, 69], "end_screen_period": 11, "end_stat": 128, "endinst": 140, "endl": 206, "endlla": 140, "endscreenperiod": [143, 205], "ensur": [116, 206], "entri": 11, "enum": [4, 39, 40, 42, 43, 44, 135, 137, 143, 150, 151, 152, 153, 154, 155, 157, 170, 171, 175, 177, 179, 186, 188, 196, 200], "enumer": [81, 87, 88, 90, 123, 124, 125, 126, 135, 137, 143, 150, 154, 155, 157, 170, 171, 175, 177, 179, 186, 188, 196], "environ": [3, 7, 9, 22, 32, 33, 34, 35, 36, 37, 69, 70, 81, 82, 87, 88, 90, 103, 105, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 132, 133, 136, 141, 142, 178], "envrion": 136, "eop": 206, "ephemeri": [11, 92, 197, 206], "ephemeris_nam": 11, "ephemeris_typ": 92, "ephemerisnam": [143, 205], "epoch": [69, 76, 82, 83, 84, 85, 92, 116, 117, 127, 129, 132, 133, 177, 189, 197], "equal": [140, 156, 162, 166, 167, 173, 177, 178, 181, 182, 183, 186, 189, 196, 197, 198, 199], "equat": [96, 136, 139, 200], "equatori": [69, 81, 82, 87, 88, 90, 177, 196, 205], "equatorial_radiu": [81, 82, 87, 88, 90, 121, 130], "equival": [73, 206], "errno": [123, 124, 125, 126], "error": 206, "etc": [116, 121], "euler_angl": 132, "eulerangl": 132, "europ": 117, "evalu": [4, 19, 20, 39, 40, 42, 43, 44, 120, 130, 131, 137, 150, 151, 154, 155, 205], "event": [4, 39, 40, 41, 42, 43, 44, 70, 71, 72, 96, 121, 130, 137, 143, 150, 151, 152, 153, 154, 155, 178, 179, 180, 200, 207], "event_condit": [4, 70, 71, 72, 96, 120, 130, 131], "event_condition_target": [4, 39, 40, 42, 43, 44], "eventcondit": [39, 40, 41, 42, 43, 44, 70, 71, 72, 96, 134, 178, 179, 180, 200, 205], "eventconditiontarget": [4, 39, 40, 41, 42, 43, 44], "everi": 181, "everyth": [123, 124, 125, 126], "evolut": 132, "examp": 206, "exampl": [116, 117, 123, 124, 125, 126, 129, 206], "exclud": [123, 124, 125, 126], "execut": [72, 133, 180, 206], "execution_is_complet": 72, "executioniscomplet": [72, 180, 205], "exhibit": 206, "exist": [117, 129, 181, 182, 197, 206], "exit": 11, "expand": [74, 182, 205], "expect": [46, 119, 156], "experienc": [144, 145, 148, 149, 169], "exponenti": [125, 126, 130], "express": [5, 59, 60, 65, 73, 81, 82, 87, 88, 90, 118, 119, 121, 128, 129, 130, 131, 132, 136, 138, 144, 145, 146, 147, 148, 149, 169, 170, 173, 181, 199, 201, 202, 203, 204], "extent": 130, "extern": 206, "extract": [71, 73, 94, 179, 181, 198], "extract_coordin": [73, 94], "extract_maneuv": 71, "extractcoordin": [181, 198, 205], "extractmaneuv": [179, 205], "ey": [118, 123, 124, 125, 126, 127, 128, 129, 130, 131], "f": [116, 120, 122, 123, 124, 125, 126, 128, 131, 132], "f10": 118, "f107_average_constant_valu": 118, "f107_constant_valu": 118, "factor": 139, "factori": [65, 66, 130, 173, 174, 182], "fals": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 68, 69, 70, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 115, 116, 117, 120, 122, 127, 129, 131, 143, 151, 157, 158, 159, 160, 161, 177, 180, 181, 182, 183], "fd": [123, 124, 125, 126], "feedback": [60, 170], "fetch": [116, 189, 206], "few": 0, "fieldnam": [123, 124, 125, 126], "figur": [26, 28, 29, 30, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "figure2": 130, "file": [11, 79, 92, 116, 140, 143, 164, 184, 187, 197, 206], "filenam": [123, 124, 125, 126], "filenotfounderror": [123, 124, 125, 126], "filesystem": [11, 79, 92, 118, 123, 124, 125, 126, 130, 131], "filter": [9, 133], "filter_": 122, "final": [71, 72, 117, 130, 179, 180, 200, 206], "find": [6, 96, 120, 132, 139, 172, 207], "finit": [60, 62, 171], "finitediffer": [60, 128, 170, 205], "finitedifferencesolv": [134, 205], "first": [2, 92, 116, 117, 119, 120, 121, 130, 189, 197, 199, 203, 204, 206], "first_lin": 92, "fix": [82, 96, 116, 127, 183, 200], "fixed_step_s": 96, "fixedsteps": [200, 205], "flag": [151, 206], "flatten": 121, "flight": [37, 70, 71, 117, 118, 123, 124, 125, 126, 128, 130, 131, 132, 133, 134, 205, 206], "flightmaneuv": 179, "flightprofiletransform": 132, "flip": 47, "float": [4, 5, 6, 11, 39, 40, 41, 42, 43, 44, 46, 55, 56, 57, 59, 60, 62, 69, 71, 72, 79, 81, 82, 87, 88, 90, 92, 96, 105, 107, 109, 112, 113, 114, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "float64": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101], "flow": [46, 55, 130, 156, 166], "flux": 207, "folder": 206, "follow": [7, 69, 73, 81, 87, 88, 90, 117, 136, 140, 144, 145, 146, 147, 148, 149, 177, 196, 206], "footprint": 181, "forc": 206, "form": [18, 20, 21, 23, 24, 178], "format": [92, 116, 187, 197, 202, 206], "forward": [62, 171, 177, 205], "found": 206, "frame": [3, 5, 7, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 41, 46, 47, 50, 52, 53, 59, 60, 65, 66, 67, 69, 71, 73, 74, 77, 81, 82, 87, 88, 90, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 136, 138, 140, 144, 145, 146, 147, 148, 149, 152, 156, 157, 163, 164, 165, 169, 170, 173, 174, 175, 177, 178, 179, 181, 182, 183, 187, 193, 196, 199, 201, 202, 203, 204, 206], "frame_axes_gcrf": 129, "frame_axess_gcrf": 129, "frame_data": 129, "frame_nam": [47, 50, 52, 53], "frame_origin_gcrf": 129, "frame_origins_gcrf": 129, "frame_typ": 69, "frametyp": [47, 53, 69, 117, 122, 129, 132, 133, 157, 165, 177, 205], "framework": 206, "freez": 187, "friend": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 196, 197], "from": [3, 4, 7, 11, 13, 14, 15, 16, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 69, 70, 71, 73, 74, 79, 81, 87, 88, 90, 92, 94, 95, 98, 99, 100, 101, 103, 105, 108, 109, 110, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 136, 137, 140, 144, 145, 146, 147, 148, 149, 156, 170, 175, 177, 178, 179, 181, 182, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "from_dict": 73, "from_environ": [3, 32, 33, 34, 35, 36, 37, 70, 118, 120, 121, 123, 124, 125, 128, 130, 131], "from_fram": [95, 98, 99, 100, 101], "from_lla": 116, "from_model": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "from_posit": [103, 105, 116], "from_position_to_posit": [122, 129], "from_si_vector": [81, 87, 88, 90], "from_trajectori": [9, 116, 132], "fromenviron": [136, 178, 205], "fromfram": [201, 202, 203, 204], "fromframesptr": 199, "fromsivector": [196, 205], "fromvector": 140, "frozen": [69, 81, 87, 88, 90, 177, 196, 205], "frozen_orbit": [81, 87, 88, 90], "frozenorbit": [196, 205], "full": [94, 117, 198, 206], "function": [4, 6, 7, 9, 12, 17, 25, 39, 40, 42, 43, 44, 47, 60, 62, 63, 66, 67, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 102, 117, 119, 120, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "gap": 131, "gbrec": [60, 170], "gcc": 206, "gcrf": [46, 73, 117, 118, 119, 120, 121, 128, 129, 130, 131, 132, 140, 147, 156, 157, 165, 170, 178, 206], "gener": [7, 18, 19, 20, 21, 22, 23, 24, 40, 42, 44, 47, 62, 66, 67, 69, 79, 92, 116, 122, 127, 132, 134, 142, 143, 155, 157, 162, 171, 172, 174, 175, 182, 197, 205, 206, 207], "generate_checksum": 92, "generate_fram": [66, 119], "generate_grid": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132], "generate_state_coordin": 62, "generate_states_coordin": 62, "generatechecksum": [197, 205], "generatefram": [174, 205], "generategrid": 140, "generatestatecoordin": 171, "generation_d": [79, 187], "generationd": [187, 205], "generatorcontext": [134, 205], "geo": [116, 117, 122, 129], "geo_synchron": 69, "geocentr": 47, "geocentricnadir": [47, 157, 205], "geodet": [7, 47, 67, 69, 157, 175], "geodetic_coordin": 121, "geodeticnadir": [47, 157, 205], "geograph": 116, "geographiclib": 133, "geomagnet": 207, "geometri": [47, 48, 53, 56, 57, 73, 116, 117, 118, 121, 123, 124, 125, 126, 128, 129, 130, 131, 132, 162, 167, 168], "geopi": 133, "geosynchron": [69, 177, 205], "get": [2, 3, 4, 5, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 56, 59, 60, 62, 63, 65, 66, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 117, 132, 133, 136, 137, 138, 139, 140, 144, 145, 147, 148, 149, 150, 153, 154, 155, 156, 157, 159, 162, 166, 167, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 186, 189, 193, 196, 197, 200], "get_absolute_toler": 96, "get_acceler": 55, "get_acceleration_profil": 46, "get_access_filt": 9, "get_acquisition_of_sign": [2, 116], "get_aer_filt": 9, "get_all_dynamics_contribut": 71, "get_altitud": 132, "get_angular_momentum": [81, 87, 88, 90], "get_angular_veloc": 73, "get_aop": [81, 87, 88, 90, 92, 128, 131], "get_apoapsis_radiu": [81, 87, 88, 90, 131], "get_attitud": [73, 132], "get_axes_at": [47, 50, 52, 53], "get_axes_in": 129, "get_b_star_drag_term": 92, "get_beta_angl": 120, "get_body_fram": [47, 50, 52, 53, 117], "get_cartesian_st": [81, 87, 88, 90], "get_ccsds_cdm_vers": 11, "get_celesti": [32, 33, 36], "get_classical_orbital_el": [82, 129, 131], "get_classif": 92, "get_collision_prob": 11, "get_collision_probability_method": 11, "get_condition_funct": 9, "get_contribution_profile_from_coordinate_subset": 35, "get_control_weight": 60, "get_coordin": [73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_coordinate_subset": [73, 74], "get_creation_inst": 11, "get_criterion": [39, 40, 42, 44], "get_cross_sectional_surface_area": [56, 118, 123, 124, 125, 126, 130, 131], "get_data_arrai": 11, "get_date_tim": [118, 119, 128, 130, 131, 132], "get_deploy": 79, "get_deployment_at": 79, "get_deployment_with_nam": 79, "get_drag_coeffici": [56, 118, 123, 124, 125, 126, 130, 131], "get_dur": [2, 77, 116], "get_dynam": [70, 71, 72], "get_dynamics_acceleration_contribut": 71, "get_dynamics_contribut": 71, "get_eccentr": [81, 87, 88, 90, 92, 128, 131], "get_eccentric_anomali": [81, 87, 88, 90], "get_element_set_numb": 92, "get_elev": 122, "get_end": 121, "get_end_inst": 77, "get_ephemeris_typ": 92, "get_epoch": [76, 82, 83, 84, 85, 92, 117], "get_equatorial_radiu": [82, 116, 117, 118, 119, 122, 127, 129, 130, 131, 132], "get_evalu": [4, 39, 40, 42, 43, 44], "get_event_condit": [43, 71], "get_figur": 122, "get_final_mass": [71, 72], "get_first_lin": 92, "get_first_line_checksum": 92, "get_flatten": [116, 117, 122, 129, 132], "get_fram": [73, 74], "get_frame_at": [122, 129], "get_geometri": [48, 56], "get_geometry_in": [117, 129], "get_gradient_strategi": 60, "get_gravitational_paramet": [82, 118, 119, 128, 129, 130, 131], "get_guidance_law": 37, "get_head": [11, 79], "get_id": [95, 98, 99, 100, 101], "get_inclin": [81, 87, 88, 90, 92, 128, 131], "get_inertia_tensor": 56, "get_initial_mass": [71, 72], "get_inst": [42, 46, 73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_instant_at_ascending_nod": 77, "get_instant_at_descending_nod": 77, "get_instant_at_north_point": 77, "get_instant_at_pass_break": 77, "get_instant_at_south_point": 77, "get_international_design": 92, "get_interpolation_typ": [35, 85], "get_interv": [2, 46, 52, 71, 72, 77, 85, 116, 122, 132], "get_j2": 82, "get_j4": 82, "get_latitud": [117, 121, 122, 129, 132], "get_local_orbital_frame_factori": 65, "get_local_thrust_direct": 59, "get_log_typ": 96, "get_longitud": [117, 121, 122, 129, 132], "get_loss_of_sign": [2, 116], "get_mass": [48, 56], "get_mass_flow_r": 55, "get_mass_flow_rate_profil": 46, "get_max_elev": [2, 116], "get_maximum_iteration_count": [6, 63], "get_maximum_propagation_dur": 72, "get_mean_anomali": [81, 87, 88, 90, 92], "get_mean_mot": [81, 87, 88, 90, 92], "get_mean_motion_first_time_derivative_divided_by_two": 92, "get_mean_motion_second_time_derivative_divided_by_six": 92, "get_message_for": 11, "get_message_id": 11, "get_metadata_arrai": 11, "get_minimum_periapsis_radiu": 60, "get_miss_dist": 11, "get_nadir_track": 121, "get_nam": [3, 4, 5, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 59, 60, 71, 95, 98, 99, 100, 101], "get_nodal_precession_r": [81, 87, 88, 90], "get_number_of_coordin": [70, 94], "get_number_of_subset": 94, "get_numerical_solv": [71, 72], "get_object_count": 117, "get_object_data_at": 11, "get_object_metadata_at": 11, "get_observed_st": [96, 121, 128], "get_observed_state_vector": 96, "get_orbital_fram": [69, 117, 129, 132], "get_orbital_period": [81, 87, 88, 90, 129, 131], "get_orient": [119, 129, 132], "get_origin": 11, "get_origin_in": 129, "get_outer_r": 121, "get_paramet": 60, "get_pass_at": 69, "get_pass_with_revolution_numb": 69, "get_passes_within_interv": 69, "get_periapsis_radiu": [81, 87, 88, 90, 131], "get_perturbation_typ": 82, "get_posit": [73, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132], "get_position_in": 120, "get_propagation_dur": [71, 72], "get_propulsion_system": 56, "get_raan": [81, 87, 88, 90, 92, 128, 131], "get_radial_dist": [81, 87, 88, 90], "get_read_coordinate_subset": [3, 32, 33, 34, 35, 36, 37, 119], "get_read_coordinates_subset": 119, "get_relative_metadata": 11, "get_relative_posit": 11, "get_relative_toler": 96, "get_relative_veloc": 11, "get_revolution_numb": 77, "get_revolution_number_at": 69, "get_revolution_number_at_epoch": [76, 82, 83, 84, 85, 92], "get_root_solv": 96, "get_satellite_nam": 92, "get_satellite_numb": 92, "get_satellite_system": 37, "get_second_lin": 92, "get_second_line_checksum": 92, "get_seg": 72, "get_semi_latus_rectum": [81, 87, 88, 90], "get_semi_major_axi": [81, 87, 88, 90, 118, 119, 128, 130, 131], "get_si_vector": [81, 87, 88, 90], "get_siz": [73, 95, 98, 99, 100, 101], "get_specific_impuls": 55, "get_start_inst": 77, "get_stat": [72, 130, 131], "get_state_at": [7, 47, 69, 117, 118, 127, 128, 129, 130, 131, 132, 206], "get_state_filt": 9, "get_states_at": [7, 47, 69, 116, 122, 130, 132], "get_step": 9, "get_step_dur": 62, "get_step_percentag": 62, "get_stepper_typ": 96, "get_subset": 94, "get_target": [4, 39, 40, 42, 43, 44, 131], "get_target_angl": 39, "get_target_co": 60, "get_target_rang": 39, "get_thrust": 55, "get_time_of_closest_approach": [2, 11, 116], "get_time_step": [63, 96], "get_tl": 84, "get_toler": [6, 9, 63], "get_transform_at": 67, "get_transform_gener": 67, "get_transform_to": [119, 129, 132], "get_true_anomali": [81, 87, 88, 90, 128, 131], "get_typ": [2, 43, 62, 71, 77, 116], "get_valu": 65, "get_veloc": [73, 118, 119, 120, 123, 124, 125, 126, 128, 130, 131], "get_vertic": 117, "get_write_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "get_write_coordinates_subset": 119, "getacceler": [166, 205], "getaccelerationprofil": [156, 205], "getaccessfilt": [141, 205], "getacquisitionofsign": [135, 205], "getaerfilt": [141, 205], "getalignmentvectorat": [157, 159, 205], "getalldynamicscontribut": [179, 205], "getangularmomentum": [196, 205], "getangularveloc": [181, 205], "getaop": [196, 197, 205], "getapoapsisradiu": [196, 205], "getattitud": [181, 205], "getaxesat": [157, 163, 164, 165, 205], "getbodyfram": [157, 163, 164, 165, 205], "getbstardragterm": [197, 205], "getcartesianst": [193, 196, 205], "getccsdscdmvers": [143, 205], "getcelesti": [144, 145, 148, 205], "getclassicalorbitalel": [188, 205], "getclassif": [197, 205], "getcollisionprob": [143, 205], "getcollisionprobabilitymethod": [143, 205], "getconditionfunct": [141, 205], "getcontributionprofilefromcoordinatesubset": [147, 205], "getcontrolweight": [170, 205], "getcoordin": [181, 205], "getcoordinatesubset": [181, 182, 205], "getcreationd": [143, 205], "getcriterion": [150, 155, 205], "getcrosssectionalsurfacearea": [167, 205], "getcwd": [123, 124, 125, 126], "getdataarrai": [143, 205], "getdeploy": [187, 205], "getdeploymentat": [187, 205], "getdeploymentwithnam": [187, 205], "getdragcoeffici": [167, 205], "getdur": [135, 186, 205], "getdynam": [178, 179, 180, 205], "getdynamicsaccelerationcontribut": [179, 205], "getdynamicscontribut": [179, 205], "geteccentr": [196, 197, 205], "geteccentricanomali": [193, 196, 205], "getelementsetnumb": [197, 205], "getendinst": [186, 205], "getephemeristyp": [197, 205], "getepoch": [185, 188, 189, 190, 192, 197, 205], "getequatorialradiu": [188, 205], "getevalu": [137, 205], "geteventcondit": [154, 179, 205], "getfinalmass": [179, 180, 205], "getfirstlin": [197, 205], "getfirstlinechecksum": [197, 205], "getfirstst": [184, 205], "getfram": [181, 182, 205], "getgeometri": [162, 205], "getgradientstrategi": [170, 205], "getgravitationalparamet": [188, 205], "getguidancelaw": [149, 205], "gethead": [143, 187, 205], "getid": [199, 205], "getinclin": [196, 197, 205], "getinertiatensor": [167, 205], "getinitialmass": [179, 180, 205], "getinst": [153, 156, 181, 205], "getinternationaldesign": [197, 205], "getinterpolationtyp": [147, 184, 205], "getinterv": [135, 156, 164, 179, 180, 184, 186, 205], "getj2": [188, 205], "getj4": [188, 205], "getlastst": [184, 205], "getlocalorbitalframefactori": [173, 205], "getlocalthrustdirect": [169, 205], "getlossofsign": [135, 205], "getmass": [162, 205], "getmassflowr": [166, 205], "getmassflowrateprofil": [156, 205], "getmaxelev": [135, 205], "getmaximumiterationcount": [139, 172, 205], "getmaximumpropagationdur": [180, 205], "getmeananomali": [193, 196, 197, 205], "getmeanmot": [196, 197, 205], "getmeanmotionfirsttimederivativedividedbytwo": [197, 205], "getmeanmotionsecondtimederivativedividedbysix": [197, 205], "getmessagefor": [143, 205], "getmessageid": [143, 205], "getmetadataarrai": [143, 205], "getminimumperiapsisradiu": [170, 205], "getmissdist": [143, 205], "getnam": [136, 137, 138, 179, 199, 205], "getnodalprecessionr": [196, 205], "getnumberofcoordin": [178, 198, 205], "getnumberofsubset": [198, 205], "getnumericalsolv": [179, 180, 205], "getobjectcovariancematrix": [143, 205], "getobjectcovariancemethod": [143, 205], "getobjectdataat": [143, 205], "getobjectdesign": [143, 205], "getobjectephemerisnam": [143, 205], "getobjectinternationaldesign": [143, 205], "getobjectmaneuver": [143, 205], "getobjectmetadataat": [143, 205], "getobjectnam": [143, 205], "getobjectreferencefram": [143, 205], "getobjectstateattca": [143, 205], "getobjecttyp": [143, 205], "getobservedst": [200, 205], "getobservedstatevector": [200, 205], "getorbitalfram": [177, 205], "getorbitalperiod": [196, 205], "getorigin": [143, 205], "getparamet": [170, 205], "getpassat": [177, 205], "getpasseswithininterv": [177, 205], "getpasswithrevolutionnumb": [177, 205], "getperiapsisradiu": [196, 205], "getperturbationtyp": [188, 205], "getposit": [181, 205], "getpositionsfromst": [142, 205], "getpropagationdur": [179, 180, 205], "getpropulsionsystem": [167, 205], "getprovidertyp": [174, 205], "getraan": [196, 197, 205], "getradialdist": [196, 205], "getreadcoordinatesubset": [136, 144, 145, 146, 147, 148, 149, 205], "getrelativemetadata": [143, 205], "getrelativeposit": [143, 205], "getrelativeveloc": [143, 205], "getrevolutionnumb": [186, 205], "getrevolutionnumberat": [177, 205], "getrevolutionnumberatepoch": [185, 188, 189, 190, 192, 197, 205], "getrootsolv": [200, 205], "getsatellitenam": [197, 205], "getsatellitenumb": [197, 205], "getsatellitesystem": [149, 205], "getsecondlin": [197, 205], "getsecondlinechecksum": [197, 205], "getseg": [180, 205], "getsemilatusrectum": [196, 205], "getsemimajoraxi": [196, 205], "getsivector": [196, 205], "getsiz": [181, 199, 205], "getspecificimpuls": [166, 205], "getstartinst": [186, 205], "getstat": [180, 205], "getstateat": [140, 157, 205], "getstatefilt": [141, 205], "getstatesat": [140, 142, 157, 205], "getstep": [141, 205], "getstepdur": [171, 205], "getsteppercentag": [171, 205], "getsubset": [198, 205], "getsystemofequ": [136, 205], "gettarget": [137, 205], "gettargetangl": [150, 205], "gettargetco": [170, 205], "gettargetrang": [150, 205], "gettca": [143, 205], "getthrust": [166, 205], "gettimeofclosestapproach": [135, 205], "gettimestep": [172, 205], "gettl": [190, 205], "gettoler": [139, 141, 172, 205], "gettransformat": [175, 205], "gettransformgener": [175, 205], "gettrueanomali": [193, 196, 205], "gettyp": [135, 154, 171, 179, 186, 205], "getvalu": [173, 205], "getveloc": [181, 205], "getwritecoordinatesubset": [136, 144, 145, 146, 147, 148, 149, 205], "git": 133, "github": [116, 133, 206], "given": [3, 7, 47, 63, 67, 68, 69, 70, 71, 73, 76, 79, 82, 83, 84, 85, 92, 94, 96, 127, 136, 139, 140, 144, 145, 146, 147, 148, 149, 150, 155, 157, 172, 175, 177, 178, 180, 181, 182, 183, 189, 196, 197, 198, 200], "global": 120, "gmat": [206, 207], "gmat_astrodynam": [123, 124, 125, 126, 206], "go": [73, 116, 117, 122, 123, 124, 125, 126, 127, 129, 181], "googl": 206, "googleapi": 187, "gov": [60, 170], "gradient": [60, 62, 170, 171], "gradient_strategi": 60, "gradientstrategi": [60, 128, 170, 205], "graph_obj": [116, 117, 122, 123, 124, 125, 126, 127, 129], "gravit": [41, 60, 81, 82, 87, 88, 90, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 152, 170, 193, 194, 195, 196], "gravitation": [69, 177], "gravitational_paramet": [41, 60, 81, 82, 87, 88, 90, 128, 130, 131], "gravitationalparamet": 180, "graviti": [11, 33, 36, 119, 123, 124, 130, 131, 145, 148, 206], "gravity_model": [11, 121], "gravitymodel": [143, 205], "green": [122, 129], "grid": [122, 123, 124, 125, 126, 127, 172], "gridcolor": [117, 127, 129], "gridwidth": [117, 129], "ground": [7, 26, 69, 104, 116, 117, 122, 140, 157], "ground_spe": [7, 69], "ground_station_lla": [26, 122], "ground_strip": [7, 69], "ground_track_df": [117, 129], "groundspe": 140, "groundstrip": [140, 205], "group": [95, 199], "guess": [6, 139, 200], "guid": 206, "guidanc": [5, 37, 59, 60, 128, 138, 149, 169, 170], "guidance_law": [37, 126, 128, 130, 131], "guidancelaw": [37, 59, 60, 134, 149, 205], "h": 170, "ha": [6, 73, 94, 96, 116, 117, 119, 130, 131, 162, 181, 198, 200, 206], "half": 131, "half_angl": [112, 133], "half_pi": 132, "handl": 150, "harmon": [81, 87, 88, 90], "has_converg": 6, "has_subset": [73, 94], "hasconverg": [139, 205], "hash": [199, 205], "hassubset": [181, 198, 205], "have": [119, 189], "head": [116, 117, 127, 129], "header": [11, 79, 143, 187, 205, 206], "height": [115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "help": [122, 186, 196], "helper": 206, "here": [117, 118, 121, 178, 206], "hh": 187, "high": 180, "highligh": [26, 122], "highlight": [26, 122], "hold": 200, "hood": 181, "horizont": [66, 67, 69, 132, 175], "host": 206, "hour": [81, 87, 88, 90, 117, 118, 120, 128, 196], "how": [40, 42, 44, 116, 117, 118, 123, 124, 125, 126, 127, 128, 129, 131, 132, 206], "hpp": 206, "htm": [186, 196], "html": [115, 132], "http": [11, 60, 92, 116, 132, 133, 140, 143, 154, 166, 170, 177, 186, 187, 193, 194, 195, 196, 197, 206], "i": [2, 3, 4, 5, 6, 7, 9, 11, 19, 20, 22, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 60, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 116, 117, 119, 120, 122, 123, 124, 125, 126, 127, 129, 131, 132, 133, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 159, 160, 161, 162, 163, 166, 167, 169, 170, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 189, 196, 197, 198, 199, 200, 205, 206], "id": [11, 115], "ideal": 121, "ident": [123, 124, 125, 126], "identifi": [95, 98, 99, 100, 101, 199], "idxmax": 116, "ier": 206, "illustr": 0, "imag": 121, "imaging_window": 121, "impact": [69, 81, 87, 88, 90, 177, 196], "impart": 156, "impl": [134, 190, 205], "implement": [60, 199], "impli": 116, "implicit": 73, "import": [116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 206], "impuls": [46, 55, 71, 72, 130, 156, 166, 179, 180], "in_degre": [116, 117, 121, 122, 128, 129, 132], "in_eclips": 120, "in_fixed_fram": 82, "in_fram": [73, 95, 98, 99, 100, 101, 117, 122, 129, 132], "in_kilogram": [118, 123, 124, 125, 126, 128, 130, 131], "in_kilomet": [118, 119, 128, 130, 131], "in_met": [122, 127, 129, 130, 131, 132], "in_radian": [122, 132], "in_second": [116, 122, 123, 124, 125, 126], "in_track_thrust": 11, "inclin": [41, 69, 79, 81, 87, 88, 90, 92, 129, 152, 177, 193, 194, 195, 196, 197, 205], "includ": [26, 122, 123, 124, 125, 126, 178, 181, 187, 206], "incompat": 117, "incomplet": 196, "increas": 128, "increment": 197, "ind": [123, 124, 125, 126], "index": [11, 19, 20, 21, 69, 79, 116, 136, 143, 177, 186, 187, 196, 198, 207], "indic": [116, 137, 139, 150, 151, 152, 153, 154, 155, 169, 200], "individu": [71, 154], "inequ": [177, 181, 182, 183, 186], "inerti": [47, 53, 82, 117, 127, 157, 165, 187, 205], "inertia": [56, 57, 130, 167, 168], "inertia_tensor": [56, 57, 123, 124, 125, 126], "inertial_point": [47, 53], "inertialpoint": [157, 165, 205], "inertiatensor": 167, "infixedfram": 188, "inform": [79, 95, 136, 199, 200], "infram": [181, 199, 201, 202, 203, 204, 205], "ingest": 206, "inherit": [3, 200], "init": 133, "initi": [6, 22, 46, 69, 71, 72, 83, 85, 96, 119, 120, 121, 123, 124, 125, 126, 132, 139, 156, 177, 178, 179, 180, 189, 200, 206], "initial_co": 131, "initial_guess": 6, "initial_revolution_numb": [22, 69, 83, 85, 121], "initial_spacecraft_mass": 46, "initial_st": [118, 120, 121, 123, 124, 125, 126, 128, 130, 131], "inlin": [163, 176], "inout": [137, 150, 151, 155, 186], "inplac": 132, "input": [69, 81, 87, 88, 90, 95, 98, 99, 100, 101, 123, 124, 125, 126, 174, 177, 196, 198, 206], "input_data_typ": 118, "inputdatatyp": 118, "insert": [181, 182], "insid": 206, "instal": 133, "instanc": [117, 136, 144, 145, 146, 147, 148, 149, 154, 179, 180, 199, 201, 202, 203, 204], "instant": [2, 3, 5, 7, 9, 11, 13, 14, 15, 16, 19, 20, 32, 33, 34, 35, 36, 37, 42, 46, 47, 50, 52, 53, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 103, 107, 108, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 135, 136, 138, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 153, 156, 157, 159, 163, 164, 165, 169, 170, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 196, 197, 199, 200, 201, 202, 203, 204, 206], "instant_at_ascending_nod": 77, "instant_at_descending_nod": 77, "instant_at_north_point": 77, "instant_at_pass_break": 77, "instant_at_south_point": 77, "instant_it": [123, 124, 125, 126], "instantcondit": [134, 155, 205], "instanti": [37, 48, 119], "instead": [118, 133, 178], "instruct": 206, "int": [2, 4, 6, 11, 22, 26, 39, 40, 42, 43, 44, 47, 60, 62, 63, 67, 69, 70, 71, 72, 73, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 115, 122, 206], "intefer": 122, "integ": [11, 69, 76, 77, 79, 82, 83, 84, 85, 92, 143, 177, 185, 186, 187, 188, 189, 190, 192, 197], "integr": [96, 130, 178, 200, 206], "integrate_dur": 96, "integrate_tim": 96, "integratedur": [200, 205], "integratetim": [200, 205], "integrationframesptr": [178, 205], "interactiveshel": [123, 124, 125, 126], "interest": [116, 117, 123, 124, 125, 126, 132, 198], "interf": 122, "interfac": [3, 48, 76, 82, 83, 84, 138], "interfer": [26, 207], "interfered_access": 122, "interference_access": 122, "interference_angl": 122, "interference_filt": 122, "interference_plot": 122, "interference_step": 122, "interferencefilt": 122, "interferenceplot": 122, "intermedi": 179, "intern": [11, 73, 92, 116, 181, 189, 197], "international_design": [11, 92], "internationaldesign": [143, 205], "interpol": [22, 35, 46, 70, 85, 121, 147, 156, 178, 184, 192], "interpolated_st": 130, "interpolation_typ": [22, 35, 46, 70, 85, 121], "interpolationtyp": 130, "intersect": 121, "intersection_df": [117, 129], "intersection_itrf": [117, 129], "intersection_l": [117, 129], "intersection_point": [117, 129], "intersection_polygon": 129, "intersection_with": [117, 129], "intersections_itrf": [117, 129], "intersections_l": [117, 129], "intersections_polygons_2d": 117, "intersections_with_target_l": 117, "intersections_with_target_polygon": 117, "intertiatensor": 167, "interv": [2, 7, 9, 15, 26, 46, 52, 63, 69, 71, 72, 77, 85, 104, 106, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 135, 140, 141, 156, 164, 172, 177, 179, 180, 184, 186, 206], "intrack": [59, 126, 130, 169, 205], "intrackthrust": [143, 205], "invari": 199, "invers": [40, 151], "invert": [120, 151], "invok": 117, "io": [133, 206], "io_open": [123, 124, 125, 126], "ion": [132, 133], "ipython": [123, 124, 125, 126], "is_complet": [2, 77], "is_defin": [2, 3, 7, 9, 11, 32, 33, 34, 35, 36, 37, 46, 47, 48, 50, 52, 53, 55, 56, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 96, 117, 119, 129], "is_invers": 40, "is_kepl": [76, 82, 83, 84, 85], "is_position_in_eclips": [120, 121, 131], "is_propag": [76, 82, 83, 84, 85], "is_ris": 6, "is_satisfi": [4, 39, 40, 42, 43, 44], "is_sgp4": [76, 82, 83, 84, 85], "is_tabul": [50, 52, 53], "is_transform": [50, 52, 53], "isaccessact": [142, 205], "isantidirect": [157, 158, 159, 160, 161], "iscomplet": [135, 186, 205], "isdefin": [135, 136, 137, 140, 141, 143, 144, 145, 146, 147, 148, 149, 156, 157, 162, 163, 164, 165, 166, 167, 173, 174, 175, 176, 177, 178, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 205], "isequ": 183, "isinvers": [151, 205], "isn": 206, "isnotequ": 183, "iso": 16, "isoformat": [130, 131], "isp": [119, 166], "isris": 139, "iss": [116, 197], "issatisfi": [137, 150, 154, 155, 205], "issu": 206, "issubclass": 116, "iter": [6, 63, 96, 139, 172, 200], "iteration_count": [6, 96], "iterationcount": [139, 200, 205], "itrf": [7, 69, 73, 116, 117, 122, 129, 132, 183], "its": [116, 117, 163, 176, 197, 206], "j2": [69, 81, 82, 87, 88, 90, 116, 177, 188, 196, 205], "j2000": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "j3": [69, 81, 87, 88, 90, 177, 196], "j4": [82, 188, 205], "jacobian": [62, 171], "jpl": [60, 170, 206], "json": 116, "julian": 107, "jupyt": 206, "k": [60, 128, 139, 170, 205], "keep": 207, "kei": 60, "kepler": [60, 69, 76, 81, 83, 84, 85, 87, 88, 116, 118, 119, 121, 127, 128, 129, 131, 134, 177, 185, 193, 205, 206], "keplerian": [116, 127], "keplerian_model": [116, 127, 129], "kg": [46, 119, 130, 156], "kilogram": [55, 118, 123, 124, 125, 126, 128, 130, 131, 156], "kilomet": [60, 116, 118, 127, 128, 129, 130, 131, 132, 133, 170], "kind": 120, "km": [60, 118, 119, 131, 187], "know": [123, 124, 125, 126, 133], "kp": 118, "kp_constant_valu": 118, "kwarg": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96, 123, 124, 125, 126], "l": [193, 194, 195], "lab": 206, "lakecolor": [117, 129], "lambda": [130, 131], "landcolor": [116, 117, 122, 129], "last": [11, 116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "lat": [116, 117, 121, 122, 127, 129], "lataxi": [117, 129], "latitud": [27, 69, 105, 107, 109, 116, 117, 122, 127, 129, 132, 177], "latu": [81, 87, 88, 90, 196], "launch": 79, "launch_dat": [79, 187], "launchdat": [187, 205], "law": [5, 37, 59, 60, 128, 138, 149, 169, 170], "law_guidance_algorithm_partial_deriv": [60, 170], "layout": [30, 116, 117, 122, 127, 129], "leap": 206, "learn": [132, 133], "least": [69, 81, 87, 88, 90, 177, 196], "legend_name_list": [123, 124, 125, 126], "len": [116, 117, 122, 123, 124, 125, 126, 129], "length": [4, 11, 39, 40, 42, 43, 44, 60, 69, 79, 81, 82, 87, 88, 90, 112, 113, 116, 118, 122, 127, 128, 129, 130, 131, 132, 133, 137, 143, 170, 177, 187, 188, 193, 194, 195, 196], "leo": [116, 117, 129], "let": [116, 117, 119, 120, 123, 124, 125, 126, 129], "level": [72, 180, 189], "leverag": 118, "lgpl": 206, "lib": [116, 123, 124, 125, 126, 133], "librari": 206, "like": [57, 121, 123, 124, 125, 126, 155, 206], "limit": 72, "linalg": [120, 122, 123, 124, 125, 126, 132], "line": [92, 115, 116, 117, 119, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 197, 206], "line_element_set": [92, 197], "linear": [85, 184], "linestr": [117, 129], "linestring2d": [117, 129], "link": [182, 206], "linspac": [127, 129], "list": [3, 7, 9, 11, 18, 19, 20, 21, 22, 23, 24, 26, 27, 32, 33, 34, 35, 36, 37, 43, 46, 47, 50, 52, 53, 62, 63, 68, 69, 70, 71, 72, 73, 74, 79, 83, 85, 92, 94, 96, 104, 106, 109, 115, 117, 122, 136, 197], "list_ind": [123, 124, 125, 126], "listcomp": 127, "lla": [7, 26, 69, 104, 106, 108, 109, 110, 116, 117, 121, 122, 129, 132, 140], "lo": 116, "load": [11, 79, 92, 140, 143, 164, 184, 187, 197, 205], "loc": 116, "local": [59, 65, 66, 67, 69, 81, 87, 88, 90, 116, 123, 124, 125, 126, 130, 132, 133, 169, 173, 174, 175, 177, 196, 206], "local_orbital_fram": 119, "local_orbital_frame_factori": 65, "local_time_at_descending_nod": [69, 132, 133], "localhost": 206, "localorbitalframedirect": [59, 134, 169, 205], "localorbitalframefactori": [65, 119, 134, 173, 205], "localorbitalframetransformprovid": [66, 134, 174, 205], "localthrustdirect": 169, "locat": 122, "lock": 116, "lof": [67, 175], "log": [96, 130, 200], "log_typ": 96, "logadapt": 96, "logconst": 96, "logger": 96, "logic": [5, 43, 138, 154, 170], "logical_connect": 154, "logicalcondit": [131, 134, 137, 205], "logtyp": [96, 123, 124, 125, 126, 128, 200], "lon": [116, 117, 121, 122, 127, 129], "lonaxi": [117, 129], "long": [81, 87], "longitud": [27, 69, 79, 105, 107, 109, 116, 117, 122, 127, 129, 132, 177], "loop": [7, 50, 52, 53, 68, 69, 70], "loss": [2, 122], "loss_of_sign": 2, "lost": [2, 156], "low": [116, 180], "lower": [6, 139], "lower_bound": 6, "ltan": [81, 87, 88, 90, 196], "lvlh": [66, 67, 69, 174, 175, 177, 205], "lvlhgd": [67, 69, 175, 177, 205], "lvlhgdgt": [69, 177, 205], "lyapunov": [60, 170], "lyddan": [81, 87, 88, 193, 194, 195], "m": [3, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 46, 60, 62, 71, 72, 73, 74, 90, 94, 95, 96, 98, 99, 100, 101, 116, 123, 124, 125, 126, 128, 129, 132, 133, 141, 156, 170, 205], "macro": 189, "made": 121, "magnet": [118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131], "magnetic_model": 121, "magnitud": [5, 59, 60, 156], "mai": [69, 81, 87, 88, 90, 177, 196, 206], "main": 206, "mainli": 117, "maintain": 131, "major": [41, 60, 81, 87, 88, 90, 129, 152, 193, 194, 195, 196], "make": [74, 119, 132, 181, 206], "make_shar": 180, "manag": [94, 116, 117, 133], "maneuv": [70, 71, 72, 119, 126, 128, 130, 134, 178, 179, 180, 205], "maneuver": [11, 143, 205], "maneuver_condit": 131, "mani": 181, "manifest": 116, "manual": [127, 129, 189, 206], "map": [26, 116, 122, 127, 141, 170, 179, 206], "marker": [116, 121, 122, 127, 129], "mask": [9, 141], "mass": [11, 46, 48, 55, 56, 57, 71, 72, 73, 95, 98, 99, 100, 101, 118, 119, 123, 124, 125, 126, 128, 130, 131, 143, 145, 148, 149, 156, 162, 166, 167, 168, 169, 179, 180, 199, 205, 206], "mass_flow_r": [46, 119], "mass_flow_rate_profil": 46, "mass_subset": 119, "massflowr": 166, "massflowrateprofil": 156, "math": 132, "mathangl": [117, 129, 132], "mathemat": [5, 9, 22, 35, 46, 47, 48, 53, 56, 57, 70, 73, 85, 96, 116, 117, 118, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 200, 206], "mathnumericalsolv": 200, "matric": 71, "matrix": [11, 71], "matrix3d": [56, 57, 167, 168, 170], "matrix53d": 170, "matrixxd": [11, 71, 143, 147, 171, 179], "max": 206, "max_elev": 2, "maxim": [60, 170], "maximum": [2, 6, 60, 63, 71, 72, 77, 122, 131, 139, 170, 172, 178, 179, 180, 186, 200], "maximum_iteration_count": [6, 63], "maximum_propagation_dur": [71, 72, 130, 131], "maximum_propagation_duration_limit": 72, "maximumpropagationdur": [179, 180], "maximumrecommendedinterpolationinterv": [156, 205], "md": 206, "mean": [41, 79, 81, 87, 88, 90, 92, 130, 131, 152, 169, 193, 194, 195, 196, 197, 205], "mean_anomali": [41, 81, 87, 88, 90, 92], "mean_anomaly_from_eccentric_anomali": [81, 87, 88, 90], "mean_apogee_altitud": 79, "mean_apogee_altitude_km": 187, "mean_argument_of_perige": 79, "mean_argument_of_perigee_deg": 187, "mean_inclin": 79, "mean_inclination_deg": 187, "mean_longitude_ascending_nod": 79, "mean_longitude_ascending_node_deg": 187, "mean_mean_anomali": 79, "mean_mean_anomaly_deg": 187, "mean_mot": 92, "mean_motion_first_time_derivative_divided_by_two": 92, "mean_motion_second_time_derivative_divided_by_six": 92, "mean_perigee_altitud": 79, "mean_perigee_altitude_km": 187, "meananomali": [81, 87, 88, 90, 152, 196, 205], "meananomalyfromeccentricanomali": [196, 205], "meanapogeealtitud": [187, 205], "meanargumentofperige": [187, 205], "meaninclin": [187, 205], "meanlongitudeascendingnod": [187, 205], "meanmeananomali": [187, 205], "meanperigeealtitud": [187, 205], "meant": [57, 155, 168], "member": [2, 4, 11, 39, 40, 42, 43, 44, 47, 60, 62, 67, 69, 71, 77, 81, 82, 87, 88, 90, 96, 136, 137, 139, 143, 157, 158, 159, 160, 161, 170, 179, 180, 187, 200], "memori": 181, "meshgrid": [127, 129], "messag": [134, 205, 206], "message_for": 11, "message_id": 11, "messagefor": [143, 205], "messageid": [143, 205], "met": [63, 72, 96, 131, 137, 150, 151, 155, 172, 200], "meta": 73, "metadata": [11, 133, 143, 205], "meter": [55, 81, 87, 88, 90, 104, 107, 109, 116, 120, 121, 122, 123, 124, 125, 126, 129, 132, 133, 140, 196, 206], "meterpersecond": 140, "meters_per_second": [120, 121, 123, 124, 125, 126], "meterspersecond": 206, "method": [2, 3, 4, 5, 6, 7, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114, 115, 119, 139, 186, 200], "mgr": 116, "microsecond": [9, 16, 172], "midnight": [118, 130, 131], "might": 122, "millisecond": [121, 171], "min": 206, "min_elevation_angl": 122, "minimim": 122, "minimum": [60, 69, 77, 81, 87, 88, 90, 122, 177, 186, 196], "minimum_periapsis_radiu": [60, 128], "minimumperiapsisradiu": 170, "minimumrecommendeddur": [156, 205], "minut": [9, 69, 104, 106, 119, 122, 127, 131, 156, 172, 177, 206], "miss": [11, 182], "miss_dist": 11, "missdist": [143, 205], "mission": [72, 79, 187, 206, 207], "mission_sequ": 206, "mission_tim": 79, "mission_time_": 187, "missiontim": [187, 205], "mit": 206, "mjd": 127, "mltan": [81, 87, 88, 90, 196], "mm": 187, "mode": [116, 117, 121, 122, 123, 124, 125, 126, 127, 129, 157], "model": [5, 7, 11, 33, 34, 36, 47, 60, 69, 76, 116, 117, 119, 122, 127, 128, 130, 131, 132, 134, 140, 157, 177, 205, 206, 207], "modifi": [107, 181], "modul": 122, "modulenotfounderror": 122, "momentum": [47, 81, 87, 88, 90, 157, 175, 196], "monoton": [60, 170], "moon": [47, 131, 157, 205], "more": [7, 50, 52, 53, 68, 69, 70, 131, 180, 206], "most": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "motion": [81, 87, 88, 90, 92, 136, 167, 196, 197], "mount": 206, "mpl2": 206, "multipl": [7, 26, 43, 50, 52, 53, 68, 69, 70, 94, 122, 162, 180, 181], "multipli": [123, 124, 125, 126], "multiplication_factor": [123, 124, 125, 126], "must": [7, 46, 69, 73, 81, 87, 88, 90, 119, 121, 136, 144, 145, 146, 147, 148, 149, 156, 177, 183, 196, 206], "mutabl": 137, "n": [11, 35, 46, 60, 62, 71, 128, 156, 170, 197, 205], "n_body_perturb": 11, "nadir": [47, 53, 117, 157, 165, 205], "nadir_point": [47, 53, 117, 133], "nadirpoint": [157, 165, 205], "name": [2, 3, 4, 5, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 67, 69, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 112, 113, 114, 117, 120, 122, 123, 124, 125, 126, 130, 131, 133, 136, 137, 138, 144, 145, 148, 149, 150, 151, 154, 155, 157, 171, 179, 187, 197, 199, 201, 202, 203, 204, 205, 206], "nasa": [60, 170], "nbodyperturb": [143, 205], "ndarrai": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 50, 52, 53, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 112, 113, 114], "ndarray_to_mgr": 116, "ndim": 116, "necessari": 206, "ned": [66, 67, 69, 122, 129, 174, 175, 177, 205], "ned_fram": 129, "neg": [40, 42, 44, 46, 130, 132, 156, 157], "negativecross": [39, 40, 42, 44, 150, 155, 205], "net": [60, 170], "new": [3, 4, 39, 40, 42, 43, 44, 57, 65, 70, 72, 74, 119, 168, 181, 182, 197], "newton": 55, "next": [77, 186, 206], "nlopt": 206, "nodal": [81, 87, 88, 90, 196], "node": [41, 69, 77, 79, 81, 87, 88, 90, 92, 129, 152, 177, 186, 196, 197], "nolog": [96, 123, 124, 125, 126, 128, 130], "non": [155, 178], "none": [4, 7, 9, 18, 19, 20, 21, 22, 23, 24, 26, 39, 40, 42, 43, 44, 69, 70, 72, 73, 74, 82, 83, 92, 94, 96, 108, 115, 116, 117, 119, 122, 127, 129, 133, 147, 188, 205], "norm": [120, 122, 123, 124, 125, 126, 132], "normal": [66, 67, 69, 119, 157, 175], "north": [66, 67, 69, 77, 175, 186], "note": [69, 73, 81, 87, 88, 90, 177, 187, 196], "notebook": [118, 119, 120, 121, 122, 128, 131, 206], "noth": 206, "now": [116, 119, 120, 123, 124, 125, 126, 127, 166, 184, 206], "np": [5, 35, 47, 56, 60, 62, 66, 67, 71, 73, 112, 113, 114, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "nrlmsise": 118, "nrlmsise00": [118, 131], "nu": [90, 116, 127, 129], "nullptr": 200, "number": [6, 11, 22, 46, 63, 69, 70, 76, 77, 79, 82, 83, 84, 85, 92, 94, 96, 122, 139, 155, 156, 177, 178, 180, 186, 189, 197, 198, 200], "numer": [70, 71, 72, 96, 123, 124, 125, 126, 130, 178, 179, 180, 189, 200, 206], "numerical_solv": [70, 71, 72, 118, 121, 123, 124, 125, 126, 128, 130, 131], "numericalsolv": [70, 71, 72, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 134, 136, 178, 179, 180, 205, 206], "numpi": [3, 5, 11, 32, 33, 34, 35, 36, 37, 46, 47, 50, 52, 53, 56, 57, 59, 60, 62, 65, 66, 67, 71, 73, 74, 81, 87, 88, 90, 94, 95, 96, 98, 99, 100, 101, 117, 118, 119, 120, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "o": [123, 124, 125, 126, 132, 133, 206], "object": [2, 3, 4, 7, 9, 11, 22, 26, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 48, 56, 57, 65, 69, 70, 71, 72, 73, 74, 77, 81, 82, 87, 88, 90, 92, 96, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 132, 135, 140, 143, 144, 145, 148, 152, 156, 157, 159, 160, 161, 177, 186, 197, 200, 205, 206], "object_count": 117, "object_design": 11, "object_nam": 11, "object_typ": 11, "object_type_from_str": 11, "objectdesign": [143, 205], "objectnam": [143, 205], "objects_data_arrai": 11, "objects_metadata_arrai": 11, "objecttyp": [11, 143, 205], "objecttypefromstr": [143, 205], "oblat": 82, "obsavail": [143, 205], "observ": [11, 96, 103, 105, 200], "observations_avail": 11, "observations_us": 11, "observer_geometry_itrf": [117, 129], "obsus": [143, 205], "obtain": [116, 117, 129], "occupi": 198, "oceancolor": [117, 129], "od": 11, "offset": [4, 39, 40, 42, 43, 44, 47, 157], "omega": 90, "onc": [117, 179, 180, 206], "one": [46, 57, 69, 81, 87, 88, 90, 95, 98, 99, 100, 101, 132, 147, 156, 177, 180, 196, 199, 201, 202, 203, 204, 206], "onli": [47, 57, 73, 117, 168, 178, 181, 206], "onto": 116, "open": [116, 123, 124, 125, 126, 132, 133], "openspacecollect": 206, "openspacetoolkit": 206, "oper": [11, 117, 135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 186, 187, 188, 189, 190, 191, 192, 196, 197, 198, 199, 205], "operator_contact_posit": 11, "operator_email": 11, "operator_organ": 11, "operator_phon": 11, "operatorcontactposit": [143, 205], "operatoremail": [143, 205], "operatororgn": [143, 205], "operatorphon": [143, 205], "opm": [134, 205, 206], "opposit": [59, 175], "optim": 189, "option": [19, 20, 21, 22, 23, 24, 35, 46, 59, 70, 71, 72, 73, 83, 85, 96, 115, 133, 136, 138, 139, 144, 145, 146, 147, 148, 149, 156, 162, 166, 167, 168, 170, 171, 173, 178, 179, 180, 189, 196, 206], "orang": 116, "orbit": [11, 18, 19, 21, 22, 24, 47, 53, 60, 65, 66, 67, 68, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 129, 130, 131, 132, 133, 134, 138, 140, 152, 157, 165, 169, 170, 173, 174, 175, 176, 184, 205, 206, 207], "orbit_1": 122, "orbit_2": 122, "orbit_cent": 11, "orbit_data": [127, 129], "orbit_df": 127, "orbit_df_rms_posit": [123, 124, 125, 126], "orbit_df_rms_position_list": [123, 124, 125, 126], "orbit_df_rms_veloc": [123, 124, 125, 126], "orbit_df_rms_velocity_list": [123, 124, 125, 126], "orbit_plane_norm": 120, "orbital_el": 196, "orbital_fram": [117, 129], "orbital_frame_typ": [47, 53, 117, 133], "orbital_model": 116, "orbital_profil": 117, "orbitalframetyp": [47, 53], "orbitalmomentum": [47, 157, 205], "orbitcent": [143, 205], "orbitmodel": [82, 83, 84, 85], "order": [119, 180, 198, 206], "orekit": [206, 207], "orekit_astrodynam": [123, 124, 125, 126, 206], "org": [11, 92, 140, 143, 154, 166, 177, 196, 197, 206], "organ": 11, "orient": [47, 129, 157, 159, 206], "orientation_gener": 47, "orientation_profil": 47, "orientationgener": [157, 158, 205], "orientationprofil": [47, 157, 159, 205], "orientationprofiletarget": [47, 134, 157, 160, 205], "origin": [11, 129, 143, 205], "orthograph": [117, 129], "oscul": 128, "ostk": [116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 133, 134, 205, 206, 207], "ostk_stat": [123, 124, 125, 126], "ostk_states_compar": [123, 124, 125, 126], "ostk_states_compared_df": [123, 124, 125, 126], "ostream": [135, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197], "ot": [26, 73, 122], "other": [11, 37, 95, 98, 99, 100, 101, 122, 123, 124, 125, 126, 143, 193, 194, 195, 205, 206], "otherwis": [2, 3, 4, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 65, 66, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 177, 180, 181, 182, 183], "our": [117, 131], "out": 131, "output": [22, 23, 24, 95, 98, 99, 100, 101, 117, 119, 123, 124, 125, 126, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 196, 197, 206], "output_fram": [5, 22, 23, 24, 59, 60], "outputfram": 170, "outputframesptr": [138, 169, 170], "over": [11, 63, 117, 122, 127, 132, 172], "overload": [4, 7, 39, 40, 42, 43, 44, 47, 62, 63, 66, 69, 70, 73, 74, 81, 82, 83, 87, 88, 90, 92, 94, 96], "overrid": [144, 145, 146, 147, 148, 149, 150, 154, 155, 164, 165, 167, 169, 170, 175, 177, 183, 184, 188, 189, 190, 192, 193, 194, 195, 202, 203, 204], "p38i49ej": 133, "packag": [116, 123, 124, 125, 126, 133, 206], "page": 206, "pair": [60, 69, 136, 142, 150, 157, 159, 177, 196], "panda": [19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "param": 68, "paramet": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 128, 131, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 160, 161, 162, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 186, 187, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206], "parent": [66, 81, 117, 174, 200], "parent_fram": 66, "pars": [11, 79, 92, 116, 123, 124, 125, 126, 140, 143, 187, 197, 205, 206], "part": [117, 119], "partial": [2, 77, 135, 186, 205], "particular": [95, 167, 199, 206], "pass": [69, 81, 87, 88, 90, 116, 122, 131, 134, 177, 181, 196, 205, 206], "passiv": 129, "path": [7, 79, 92, 140, 197], "payload": [11, 133, 143, 187, 205], "pc": 11, "pd": [19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "pdf": [11, 143, 187], "penalti": 60, "per": [46, 55, 156], "percentag": [62, 171], "perform": [7, 50, 52, 53, 68, 69, 70, 118, 128, 172, 184, 200], "periapsi": [60, 69, 81, 87, 88, 90, 129, 131, 152, 177, 196], "periapsis_altitud": 69, "periapsis_weight": [60, 128], "periapsisweight": [170, 205], "perige": [41, 79, 81, 87, 88, 90, 92, 187, 197], "period": [11, 81, 87, 88, 90, 116, 193, 194, 195, 196], "permiss": 133, "perturb": [11, 82, 131, 171, 177], "perturbation_typ": 82, "perturbationtyp": [82, 116, 127, 129, 188, 205], "petropoulo": [60, 170], "phase": [77, 123, 124, 125, 126, 186, 205], "phi": [127, 129, 132], "phi_grid": [127, 129], "phone": 11, "physic": [2, 3, 4, 5, 7, 9, 11, 22, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 141, 162, 206], "pi": [127, 129, 132], "pip": [133, 206], "pitch": 132, "plai": 206, "plane": 132, "planet": 116, "platform": 207, "pleas": [81, 206], "plot": [26, 116, 117, 118, 119, 127, 129, 132], "plotli": [116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132], "png": [118, 127, 128, 129, 130, 131], "point": [47, 53, 77, 92, 116, 117, 118, 121, 123, 124, 125, 126, 128, 129, 130, 131, 145, 148, 149, 157, 159, 160, 161, 165, 169, 186, 197], "point2d": [117, 121, 129], "point3d": [117, 129], "point_coordin": 117, "point_itrf": [117, 129], "pointer": [81, 87, 88, 90, 137, 150, 154, 155, 156, 157, 162, 167, 168, 173, 174, 175, 177, 178, 182, 183, 189, 196, 199], "pointingmod": [157, 205], "polygon": [117, 121, 129], "polygon2d": [117, 121, 129], "polygon3d": [117, 129], "polygons_l": 117, "portion": 117, "posit": [5, 7, 11, 18, 19, 20, 21, 22, 23, 24, 34, 40, 42, 44, 46, 59, 60, 66, 67, 69, 73, 79, 81, 87, 88, 90, 100, 101, 103, 105, 107, 108, 110, 115, 116, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 138, 140, 142, 143, 146, 157, 169, 170, 174, 175, 178, 181, 183, 187, 196, 203, 204, 205, 206], "position_column": [18, 19, 20, 21, 22, 23, 24], "position_coordin": [5, 59, 60], "position_it": [123, 124, 125, 126], "position_iter_m": [123, 124, 125, 126], "position_vector": 66, "positionderiv": [119, 126, 134, 136, 205, 206], "positivecross": [39, 40, 42, 44, 150, 155, 205], "possibl": 181, "possibli": 133, "post": 187, "pre": [73, 181], "precess": [81, 87, 88, 90, 196], "precis": 139, "prefer": 181, "prepar": 133, "present": 181, "pressur": 11, "previou": [4, 39, 40, 42, 43, 44, 137, 150, 155], "previous_st": [4, 39, 40, 42, 43, 44], "previousst": [137, 150, 154, 155], "print": [116, 120, 121, 122, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 205], "probabl": 11, "procedur": 206, "process": [154, 206], "produc": [62, 156, 171, 182], "profil": [20, 23, 35, 46, 115, 117, 132, 133, 134, 147, 156, 205, 206], "program": 73, "progress": 206, "project": [117, 129, 132], "propag": [69, 71, 72, 76, 82, 84, 85, 119, 120, 121, 128, 130, 131, 134, 138, 179, 180, 185, 205, 206], "propagation_st": 128, "propel": 167, "propellant_mass": 128, "properti": [2, 4, 6, 11, 39, 40, 42, 43, 44, 47, 60, 62, 67, 69, 71, 72, 77, 79, 81, 82, 87, 88, 90, 96, 119], "propuls": [55, 56, 57, 126, 166, 167, 168], "propulsion_system": [56, 57, 126, 128, 130, 131], "propulsionsystem": [56, 57, 126, 128, 130, 131, 134, 167, 168, 205], "provid": [3, 4, 9, 39, 40, 42, 43, 44, 47, 48, 53, 60, 66, 67, 69, 70, 71, 72, 73, 76, 81, 82, 83, 84, 87, 88, 90, 94, 104, 106, 116, 118, 121, 129, 132, 138, 147, 157, 165, 170, 172, 174, 175, 177, 179, 180, 183, 186, 196, 206], "proxim": [60, 122, 170], "psi": 132, "pub": [11, 143], "public": [11, 60, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "publish": 206, "pure": [119, 136, 147], "purpos": [157, 160, 179], "push": 206, "put": 206, "px": [118, 119, 121, 128, 130, 131, 132], "py": [116, 123, 124, 125, 126, 133], "pybind": 206, "pybind11": 206, "pybind11_object": [2, 3, 4, 5, 6, 7, 9, 11, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 55, 57, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 87, 88, 90, 92, 94, 95, 96], "pypa": 133, "pypi": 206, "pyramid": [117, 129], "pyramid_b": [117, 129], "python3": [116, 123, 124, 125, 126, 133], "q": [60, 133, 170], "q_b_eci_": 73, "q_b_eci_i": 73, "q_b_eci_x": 73, "q_b_eci_z": 73, "q_b_gcrf": [129, 132], "q_b_orb": 129, "q_b_vvlh": 132, "q_gcrf_to_vnc": 119, "q_law": 131, "q_orb_gcrf": 129, "q_vvlh_gcrf": 132, "qlaw": [131, 134, 138, 205, 207], "qsw": [66, 67, 69, 174, 175, 177, 205], "qualifi": 206, "quantiti": 206, "quasi": [66, 67, 69, 117], "quaternion": [47, 53, 73, 98, 99, 129, 132, 157, 165, 181, 201, 202], "question": [193, 194, 195], "quickest": 206, "quiet": 133, "quotient": [60, 170], "r": [60, 127, 128, 129, 170, 205], "r_a": 90, "r_ecef_m": 187, "r_itrf_i": 73, "r_itrf_x": 73, "r_itrf_z": 73, "r_p": 90, "raan": [41, 69, 81, 87, 88, 90, 92, 116, 127, 129, 152, 177, 193, 194, 195, 196, 197, 205], "rad": [18, 20, 21, 23, 24, 122], "rad2deg": 120, "radial": [81, 87, 88, 90, 196], "radian": [132, 150, 196], "radiat": 11, "radiaul": 196, "radiu": [60, 69, 81, 82, 87, 88, 90, 113, 177, 187, 196], "rais": [116, 123, 124, 125, 126, 131], "rang": [9, 39, 105, 116, 117, 123, 124, 125, 126, 132, 141, 150], "range_rang": [9, 116, 132], "rate": [46, 55, 60, 130, 156, 166, 170, 196], "ration": [35, 70, 184], "raw": 116, "re": [117, 129], "reach": [120, 200], "read": [3, 32, 33, 34, 35, 36, 37, 123, 124, 125, 126, 136, 144, 145, 146, 147, 148, 149], "read_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "reader": [123, 124, 125, 126], "readi": [107, 206], "readindex": [136, 205], "readstates": [136, 205], "real": [4, 5, 6, 9, 11, 39, 40, 42, 43, 44, 46, 55, 56, 57, 59, 60, 62, 69, 71, 72, 79, 81, 82, 87, 88, 90, 92, 96, 120, 137, 138, 139, 141, 143, 150, 155, 156, 166, 167, 168, 169, 170, 171, 177, 179, 180, 187, 188, 189, 193, 194, 195, 196, 197, 200], "realcondit": [40, 41, 42, 120, 130, 131, 134, 137, 151, 152, 153, 205], "realinterv": [9, 26, 116, 122, 132], "realiz": 187, "recent": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "recommend": [11, 133, 206], "recommended_od_span": 11, "recommendedodspan": [143, 205], "rectum": [81, 87, 88, 90, 196], "recurs": 133, "red": [116, 127, 129, 132, 133], "reduc": [74, 132, 136, 144, 145, 146, 147, 148, 149, 181, 182, 205], "reduce_angl": 132, "reduced_angl": 132, "ref": [11, 60], "refer": [3, 11, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 41, 59, 73, 74, 81, 87, 88, 90, 92, 95, 98, 99, 100, 101, 123, 124, 125, 126, 136, 137, 138, 140, 144, 145, 146, 147, 148, 156, 157, 162, 163, 166, 167, 168, 169, 170, 173, 176, 177, 178, 181, 182, 189, 196, 197, 199, 201, 202, 203, 204], "referenc": [73, 181, 182], "reference_fram": [11, 18, 19, 20, 21, 22, 23, 24], "reffram": [143, 205], "region": 117, "rel": [4, 11, 39, 40, 42, 43, 44, 60, 96, 130, 137, 143, 187, 200, 205, 206], "relat": [35, 95, 199, 200], "relative_effectivity_threshold": 60, "relative_metadata": 11, "relative_posit": 11, "relative_tim": 206, "relative_toler": 96, "relative_veloc": 11, "relativeeffectivitythreshold": [170, 205], "relativemetadata": [11, 143, 205], "relativeposit": [143, 205], "relativeveloc": [143, 205], "releas": 206, "relev": 206, "remov": 182, "render": [115, 132, 133], "repetit": [72, 180], "repetition_count": 72, "repo": 206, "report": 206, "repositori": 116, "repr": [116, 123, 124, 125, 126], "repres": [7, 69, 73, 116, 117, 137, 150, 151, 154, 155, 157, 159, 160, 161, 169, 179, 180, 181, 183, 186, 196], "represent": [2, 39, 40, 42, 44, 77, 81, 82, 87, 88, 90, 177, 186], "reptit": 180, "request": [96, 171], "requir": [6, 47, 73, 96, 126, 133, 181, 206], "researchg": [60, 170], "residu": 11, "residuals_accept": 11, "residualsaccept": [143, 205], "resolut": 16, "resolv": [73, 133, 136, 181, 182, 199, 203, 204], "respect": [73, 98, 99, 100, 101, 118, 170, 181], "result": [69, 81, 87, 88, 90, 133, 155, 177, 179, 180, 196, 199, 201, 202, 203, 204, 206], "return": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 132, 136, 137, 138, 139, 140, 141, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 159, 162, 163, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 186, 189, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "revolut": [22, 69, 76, 77, 82, 83, 84, 85, 92, 177, 186, 189, 197], "revolution_numb": [69, 77, 92], "revolution_number_at_epoch": 92, "rf": 207, "rgb": [26, 116, 117, 122, 127, 129], "rgba": [27, 116, 117, 122, 129], "rideshar": 187, "rideshare_payload_users_guid": 187, "right": [41, 69, 81, 87, 88, 90, 92, 129, 152, 196, 197], "rise": [6, 139], "rm": 11, "rocket": 11, "rocketbodi": [11, 143, 205], "roll": [117, 129, 132], "root": [6, 81, 87, 88, 90, 96, 120, 133, 139, 200, 205], "root_solv": 96, "root_solver_has_converg": 96, "rootsolv": [96, 134, 200, 205], "rootsolverhasconverg": [200, 205], "rootsolversolut": 6, "rotat": [47, 53, 73, 117, 129, 132, 181], "rotate_vector": 119, "rotation_vector": 129, "rotationvector": 129, "row": [35, 123, 124, 125, 126, 147], "run": 133, "runge_kutta_dormand_prince_45": 206, "rungekutta4": [96, 128], "rungekuttacashkarp54": 96, "rungekuttadopri5": [96, 123, 124, 125, 126, 130], "rungekuttafehlberg78": 96, "runtim": 206, "runtimeerror": 119, "rx": 73, "rx_ecef": 73, "rx_eci": 73, "ry": 73, "ry_ecef": 73, "ry_eci": 73, "rz": 73, "rz_ecef": 73, "rz_eci": 73, "said": 131, "same": [35, 123, 124, 125, 126, 198, 206], "sample_s": 128, "sat_pass": 186, "satellit": [26, 37, 56, 57, 59, 66, 67, 69, 73, 92, 116, 120, 127, 132, 138, 149, 157, 167, 168, 181, 197, 206, 207], "satellite_1_coordin": 122, "satellite_1_pos_n": 122, "satellite_1_st": 122, "satellite_1_unit": 122, "satellite_2_coordin": 122, "satellite_2_pos_n": 122, "satellite_2_st": 122, "satellite_2_unit": 122, "satellite_geometri": [56, 118, 123, 124, 125, 126, 128, 130, 131], "satellite_interference_data": 122, "satellite_interference_df": 122, "satellite_lla": 132, "satellite_nam": 92, "satellite_numb": 92, "satellite_orbit": [116, 117, 129], "satellite_orbit_geometry_df": 116, "satellite_pos_n": 122, "satellite_position_n": 129, "satellite_r_gcrf": 132, "satellite_st": 132, "satellite_system": [37, 57, 59, 118, 123, 124, 125, 126, 128, 130, 131], "satellite_trajectory_data": 122, "satellite_trajectory_df": 122, "satellitesystem": [37, 57, 59, 118, 123, 124, 125, 126, 128, 130, 131, 134, 149, 162, 168, 205, 206], "satellitesystembuild": [134, 205], "satisfi": [4, 39, 40, 42, 43, 44, 63, 71, 96, 130, 133, 137, 150, 154, 155, 179], "scale": [60, 116, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 206], "scatter": [118, 119, 123, 124, 125, 126, 128, 130, 131], "scatter3d": [127, 129], "scatter_geo": 121, "scattergeo": [27, 116, 117, 122, 127, 129], "scenario": 207, "scenario001": [123, 206], "scenario002": 124, "scenario003": 125, "scenario004": 126, "scenariox": 206, "scene": [117, 127, 129, 132], "scheme": [62, 184], "screen": 11, "screen_entry_tim": 11, "screen_exit_tim": 11, "screen_volume_fram": 11, "screen_volume_i": 11, "screen_volume_shap": 11, "screen_volume_x": 11, "screen_volume_z": 11, "screenentrytim": [143, 205], "screenexittim": [143, 205], "screenvolumefram": [143, 205], "screenvolumei": [143, 205], "screenvolumeshap": [143, 205], "screenvolumex": [143, 205], "screenvolumez": [143, 205], "search": 172, "search_interv": 122, "sec": [123, 124, 125, 126], "second": [7, 55, 69, 81, 87, 88, 90, 92, 107, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 129, 130, 132, 133, 140, 156, 197, 199, 203, 204, 206], "second_lin": 92, "section": [56, 57, 73, 130, 143, 167, 168, 206], "secular": [87, 193, 194], "sedr": [11, 143, 205], "seen": 122, "segment": [72, 130, 134, 180, 205, 206], "segment_solut": [72, 130, 131], "segment_typ": 71, "segmentarrai": 180, "segmentpropagationdurationlimit": 180, "segmentsolut": [71, 72, 180, 205], "segmenttyp": [179, 205], "select": [71, 116, 117], "self": [2, 3, 4, 5, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 116, 119, 122], "semi": [41, 60, 81, 87, 88, 90, 129, 152, 193, 194, 195, 196], "semi_latus_rectum": [81, 87, 88, 90], "semi_major_axi": [41, 81, 87, 88, 90], "semilatu": [81, 87, 88, 90], "semimajoraxi": [81, 87, 88, 90, 128, 131, 152, 196, 205], "sensor": [112, 113, 115, 133, 207], "sensor_geometri": [117, 129], "sensor_project": 117, "separ": [122, 187], "sequenc": [79, 134, 205, 206, 207], "sequence_numb": [79, 187], "sequencenumb": [187, 205], "sequencesolut": 72, "sequenti": 131, "serv": [60, 170], "server": 206, "set": [7, 9, 19, 20, 21, 43, 52, 57, 60, 63, 69, 70, 72, 73, 81, 83, 87, 88, 90, 92, 96, 104, 116, 117, 118, 127, 168, 170, 172, 177, 178, 179, 180, 189, 196, 197, 199, 203, 204, 206], "set_access_filt": 9, "set_aer_filt": 9, "set_cached_state_arrai": 83, "set_dynam": 70, "set_epoch": 92, "set_index": 132, "set_inst": [120, 121], "set_revolution_number_at_epoch": 92, "set_satellite_numb": 92, "set_state_filt": 9, "set_step": 9, "set_time_index": [19, 20, 21], "set_toler": 9, "setaccessfilt": [141, 205], "setaerfilt": [141, 205], "setcachedstatearrai": [189, 205], "setdynam": [178, 205], "setepoch": [197, 205], "setrevolutionnumberatepoch": [197, 205], "setsatellitenumb": [197, 205], "setstatefilt": [141, 205], "setstep": [141, 205], "settoler": [141, 205], "setup": [119, 120, 121, 133], "sfu": 118, "sgp4": [69, 76, 82, 83, 85, 116, 117, 122, 129, 134, 185, 205, 206], "sgp4_model": [116, 117, 127], "shape": [11, 116], "share": [74, 81, 87, 88, 90, 136, 138, 142, 144, 145, 146, 147, 148, 149, 152, 154, 156, 157, 163, 164, 165, 169, 170, 173, 174, 175, 177, 178, 179, 180, 181, 182, 193, 196, 198, 199, 201, 202, 203, 204], "shell": 206, "short": [81, 87, 88, 193, 194, 195], "shortcut": 116, "shortest": 189, "should": [178, 181, 189], "show": [26, 115, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131], "show_orbital_track": [115, 132, 133], "show_xyz_ax": 115, "showbackground": [127, 129], "showcountri": [117, 129], "showgrid": [117, 129], "showlak": [117, 129], "showland": [116, 117, 122, 129], "showlegend": [116, 117, 122, 123, 124, 125, 126, 127, 129], "shown": 206, "showocean": [117, 129], "showscal": [127, 129], "si": [81, 87, 88, 90, 166, 196], "sight": 122, "signal": [2, 122], "similar": 206, "similarli": 120, "simpl": [117, 206], "simplest": 206, "simplifi": [57, 168, 206], "sin": [127, 129], "singl": [43, 181], "six": [92, 197], "size": [7, 47, 69, 73, 95, 98, 99, 100, 101, 115, 116, 122, 127, 129, 136, 139, 170, 171, 172, 178, 180, 181, 198, 199, 200], "sma": [130, 131], "sma_condit": 131, "so": [57, 119, 187], "sol": [130, 131], "solar": [11, 207], "solar_radiation_pressur": 11, "solarradiationpressur": [143, 205], "solut": [6, 71, 72, 96, 120, 130, 139, 179, 180, 200, 205], "solv": [6, 63, 71, 72, 121, 130, 139, 172, 179, 180, 200, 205], "solve_to_condit": [72, 131], "solver": [6, 70, 71, 72, 81, 87, 88, 90, 96, 130, 134, 139, 178, 179, 180, 200, 205], "solvetocondit": [180, 205], "some": 116, "soon": 206, "sort": [46, 147, 156, 178, 189], "sourc": 206, "south": [77, 186], "space": [7, 116, 133, 140, 193, 194, 195], "spacecraft": [46, 47, 60, 79, 144, 156, 157, 170, 206], "spacex": [134, 205, 206], "span": 11, "specif": [5, 46, 50, 52, 53, 55, 67, 71, 72, 118, 130, 138, 156, 157, 159, 166, 170, 175, 179, 180], "specifi": [11, 50, 52, 53, 57, 81, 87, 88, 90, 118, 140, 157, 159, 168, 179, 182, 184, 206], "specific_impuls": [55, 71, 72, 166], "specific_impulse_si_unit": [55, 126, 128, 130, 131], "specificimpuls": 166, "speed": [7, 69, 140], "spheric": [7, 9, 69, 116, 117, 119, 120, 121, 122, 123, 125, 126, 128, 129, 132, 187, 206], "spline": 184, "squar": 55, "srp": 11, "ss": 187, "stackexchang": [193, 194, 195], "standalon": 206, "standard": 206, "start": [7, 9, 11, 69, 71, 72, 77, 119, 121, 122, 130, 140, 177, 179, 180, 186, 198, 200], "start_inst": [7, 69, 116, 117, 120, 121, 122, 123, 124, 125, 126, 127, 129, 132, 133], "start_lla": [7, 69], "start_screen_period": 11, "start_stat": [123, 124, 125, 126], "startinst": 140, "startlla": 140, "startscreenperiod": [143, 205], "state": [3, 4, 7, 9, 11, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 62, 68, 69, 70, 71, 72, 74, 76, 79, 81, 82, 83, 84, 85, 87, 88, 90, 105, 107, 109, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 132, 134, 136, 137, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 157, 158, 163, 164, 165, 171, 174, 176, 177, 178, 179, 180, 182, 183, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 205, 206, 207], "state_arrai": 83, "state_build": [73, 118, 123, 124, 125, 126, 128, 130, 131], "state_filt": [9, 122], "state_gcrf": 129, "state_ind": [123, 124, 125, 126], "state_lla": [117, 129], "state_logg": 96, "state_vector": [3, 37, 120], "state_vvlh": 132, "statearrai": [140, 189], "statebuild": [73, 118, 123, 124, 125, 126, 128, 130, 131, 134, 181, 205], "statefilt": 122, "statelogg": [96, 200], "states_gcrf": 129, "states_line_str": [117, 129], "states_lla": [117, 129], "statetyp": 73, "statevector": 200, "static": [2, 3, 4, 6, 7, 9, 11, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 53, 55, 56, 57, 59, 62, 65, 66, 67, 69, 70, 71, 73, 74, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 134, 135, 136, 137, 139, 140, 141, 142, 143, 147, 150, 152, 155, 156, 157, 162, 164, 165, 166, 167, 168, 169, 170, 171, 173, 174, 175, 176, 177, 178, 179, 181, 182, 184, 186, 187, 188, 194, 195, 196, 197, 199, 200, 201, 202, 203, 204, 205, 206], "staticmodel": 183, "staticmodel1": 183, "staticmodel2": 183, "station": [26, 122, 157, 207], "std": [135, 136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 158, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 200, 206], "step": [7, 9, 62, 63, 69, 96, 104, 106, 115, 117, 122, 127, 129, 130, 132, 133, 171, 172, 177, 200, 206], "step_dur": [62, 69], "step_percentag": 62, "step_siz": [7, 69], "stepper": [96, 130, 200], "stepper_typ": 96, "steppertyp": [96, 123, 124, 125, 126, 128, 200], "stepsiz": 140, "stevengj": 206, "stk": [186, 196], "stm": [62, 171], "stop": [131, 206], "stop_inst": 122, "storag": 187, "store": [46, 117, 156], "str": [2, 3, 4, 5, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 26, 27, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 98, 99, 100, 101, 107, 112, 113, 114, 115, 116, 118, 119, 122], "strategi": [60, 170], "stream": [136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 166, 167, 168, 169, 170, 171, 173, 177, 178, 179, 180, 181, 182, 183, 186, 189, 196, 197], "strictli": [40, 42, 44, 130], "strictlyneg": [40, 42, 44, 130, 155, 205], "strictlyposit": [40, 42, 44, 130, 131, 155, 205], "string": [2, 3, 4, 5, 11, 16, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 71, 77, 79, 81, 82, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 115, 135, 136, 137, 138, 143, 144, 145, 148, 149, 150, 151, 154, 155, 157, 163, 164, 165, 171, 175, 177, 179, 186, 187, 188, 196, 197, 199, 201, 202, 203, 204], "string_from_criterion": [39, 40, 42, 44], "string_from_el": [81, 87, 88, 90], "string_from_log_typ": 96, "string_from_perturbation_typ": 82, "string_from_phas": 77, "string_from_stepper_typ": 96, "string_from_typ": [2, 62, 77], "stringfromcriterion": [150, 155, 205], "stringfromel": [196, 205], "stringfromframetyp": [177, 205], "stringfromperturbationtyp": [188, 205], "stringfromphas": [186, 205], "stringfromtyp": [4, 39, 40, 42, 43, 44, 135, 137, 171, 175, 186, 205], "strip": [7, 69, 140], "struct": [136, 137, 139, 143, 170, 179, 180, 187, 200], "structur": [136, 144, 145, 146, 147, 148, 149, 200, 206], "studi": 167, "sub": [63, 172], "subclass": [136, 137, 138, 140, 155, 157, 160, 162, 163, 176, 184, 185, 193, 196, 199], "subgeometri": 162, "subject": [136, 178], "submodul": 133, "subset": [3, 32, 33, 34, 35, 36, 37, 71, 73, 74, 94, 95, 98, 99, 100, 101, 119, 136, 144, 145, 146, 147, 148, 149, 179, 181, 182, 198, 199, 201, 202, 203, 204], "subset_1": [199, 203, 204], "subset_2": [199, 203, 204], "subtract": [95, 98, 99, 100, 101, 181, 199, 203, 204, 205], "successfulli": 116, "suffic": 117, "sugar": 73, "sum": [95, 98, 99, 100, 101, 181], "sun": [47, 69, 81, 87, 88, 90, 120, 121, 131, 157, 177, 196, 205], "sun_synchron": [69, 116, 118, 128, 130, 131, 132, 133], "sun_vector": 120, "sunsynchron": [177, 205], "super": 119, "support": [69, 81, 87, 88, 90, 117, 177, 184, 196], "suppress": 133, "surfac": [56, 57, 95, 98, 99, 100, 101, 117, 127, 129, 130, 167, 168, 177, 183, 199], "surface_area": [73, 95, 98, 99, 100, 101, 118, 123, 124, 125, 126, 130, 131], "surfacearea": [167, 199, 205], "svg": [116, 117, 119, 121, 122, 123, 124, 125, 126, 129], "switch": 172, "sy": 133, "synchron": [69, 177], "syntact": 73, "system": [37, 59, 73, 96, 123, 124, 125, 126, 133, 134, 136, 149, 181, 200, 205, 206], "system_of_equ": 96, "systemofequationswrapp": [136, 200], "t": [123, 124, 125, 126, 131, 178, 206], "tab": 206, "tabl": 127, "tabul": [46, 50, 53, 69, 121, 130, 134, 136, 140, 156, 163, 176, 178, 185, 205, 206], "tabulated_dynam": 46, "tabulateddynam": [156, 205], "tabulateddynamicssptr": 156, "take": [127, 200, 206], "taken": [178, 182], "tangent": [66, 67, 69, 175], "target": [4, 39, 40, 41, 42, 43, 44, 47, 60, 103, 115, 120, 130, 131, 134, 137, 138, 150, 152, 154, 155, 157, 158, 159, 161, 170, 205, 207], "target_angl": 39, "target_co": [60, 128, 131], "target_coordin": 117, "target_geometri": [117, 121], "target_intersect": 117, "target_intersection_df": 117, "target_lla": [129, 132], "target_posit": [129, 132], "target_position_n": 129, "target_r_gcrf": 132, "target_rang": 39, "target_valu": [4, 44, 130, 131], "targettyp": [47, 157, 160, 205], "tca": [116, 143, 205], "teh": 73, "templat": [73, 163, 176, 182], "tempor": [63, 172], "temporalconditionsolv": [121, 134, 205], "tensor": [56, 57, 130, 167, 168], "term": [92, 197], "termin": 71, "tessil": 206, "text": 90, "than": [7, 50, 52, 53, 68, 69, 70, 131, 206], "thei": [35, 69, 81, 87, 88, 90, 177, 196, 206], "them": [69, 81, 87, 88, 90, 177, 178, 196, 206], "themselv": 122, "ther": 94, "theta": [127, 129, 132, 170], "theta_grid": [127, 129], "thetarhtogcrf": [170, 205], "thi": [2, 7, 43, 48, 57, 60, 69, 71, 72, 73, 74, 77, 81, 87, 88, 90, 95, 98, 99, 100, 101, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 133, 136, 137, 144, 145, 146, 147, 148, 149, 150, 154, 167, 168, 172, 177, 178, 179, 180, 181, 186, 189, 196, 197, 200, 206], "third": [36, 81, 87, 88, 90, 130, 131, 148], "thirdbodygrav": [134, 136, 205, 206], "those": [117, 206], "threshold": 60, "through": [7, 69, 81, 87, 88, 90, 140, 177, 196], "throw": 206, "thrust": [5, 11, 46, 55, 59, 60, 126, 130, 131, 138, 149, 156, 166, 169, 170, 207], "thrust_acceler": [5, 11, 59, 60], "thrust_condit": 130, "thrust_direct": 59, "thrust_si_unit": [55, 126, 128, 130, 131], "thrustacceler": [143, 205], "thruster": [71, 72, 119, 126, 128, 130, 131, 134, 136, 138, 169, 179, 180, 205], "thruster_dynam": [71, 72, 119, 130, 131], "thrusterdynam": [71, 119], "tide": 11, "till": [121, 130, 131], "time": [2, 3, 4, 5, 7, 9, 11, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 40, 42, 44, 46, 47, 50, 52, 53, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 95, 96, 98, 99, 100, 101, 104, 106, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 137, 140, 141, 150, 155, 172, 177, 178, 187, 189, 196, 197, 200, 206], "time_column": [18, 19, 20, 21, 22, 23, 24], "time_last_observation_end": 11, "time_last_observation_start": 11, "time_of_closest_approach": [2, 11], "time_step": [63, 96, 121], "timelastobend": [143, 205], "timelastobstart": [143, 205], "timespec": 16, "timestamp": [73, 132], "tip": 206, "titl": [116, 117, 118, 119, 122, 123, 124, 125, 126, 127, 128, 129, 131, 132], "title_prefix": [123, 124, 125, 126], "title_text": [123, 124, 125, 126], "tle": [84, 116, 117, 122, 127, 134, 190, 191, 205, 206], "tle_1": 122, "tle_2": 122, "tmp": 133, "tnw": [66, 67, 69, 174, 175, 177, 205], "to_cartesian": [116, 129, 132], "to_co": [81, 87, 88], "to_dataframe_rm": [123, 124, 125, 126], "to_fram": [95, 98, 99, 100, 101], "to_norm": [129, 132], "to_posit": 103, "to_stat": 79, "to_str": 120, "to_tabulated_dynam": 46, "to_trajectori": [9, 132], "toc": 0, "toco": [193, 194, 195, 205], "tofram": [201, 202, 203, 204], "toframesptr": 199, "togeth": 57, "token": [132, 133], "toler": [6, 9, 60, 63, 81, 87, 88, 90, 96, 121, 122, 130, 139, 172, 196, 200], "tolist": [118, 123, 124, 125, 126, 128, 130, 131], "tool": [123, 124, 125, 126, 206], "toolkit": 116, "top": 73, "tostat": [187, 205], "totabulateddynam": [156, 205], "total": [94, 122, 130, 198], "toward": [157, 159, 161], "tqdm": 122, "trace": [127, 129], "traceback": [116, 117, 119, 122, 123, 124, 125, 126, 127, 130], "track": [11, 59, 69, 104, 115, 117, 119, 126, 207], "tracks_avail": 11, "tracks_us": 11, "tracksavail": [143, 205], "tracksus": [143, 205], "traitlet": 133, "trajectori": [2, 3, 4, 9, 11, 26, 32, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 47, 50, 52, 53, 59, 60, 62, 104, 105, 106, 107, 109, 116, 117, 118, 119, 120, 121, 122, 127, 128, 129, 130, 131, 132, 133, 134, 141, 142, 157, 161, 165, 205, 206], "trajectory_step": [26, 122], "trajectorytarget": [47, 134, 157, 160, 205], "transform": [47, 50, 52, 66, 67, 73, 129, 132, 134, 163, 174, 175, 181, 199, 201, 202, 203, 204, 205, 206], "transform_gener": 66, "transformgener": [174, 205], "transpos": 129, "tri": 119, "true": [2, 3, 4, 7, 9, 11, 19, 20, 21, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 59, 60, 65, 66, 67, 68, 69, 70, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 96, 116, 117, 120, 122, 123, 124, 125, 126, 127, 129, 130, 132, 133, 136, 137, 138, 139, 140, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 196, 197, 198, 199, 205], "true_anomali": [41, 69, 81, 87, 88, 90], "true_anomaly_from_eccentric_anomali": [81, 87, 88, 90], "true_anomaly_from_mean_anomali": [81, 87, 88, 90], "trueanomali": [81, 87, 88, 90, 152, 196, 205], "trueanomalyfromeccentricanomali": [196, 205], "trueanomalyfrommeananomali": [196, 205], "tupl": [15, 18, 39, 47, 60, 69, 81, 87, 88, 90, 96, 105, 107, 112, 113, 114, 170], "tutori": [116, 117, 123, 124, 125, 126, 127, 129, 132], "tuxfamili": 206, "two": [2, 57, 92, 115, 116, 117, 119, 120, 122, 127, 168, 181, 197, 199, 203, 204, 206], "two_pi": 132, "typ": 116, "type": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 18, 19, 20, 21, 22, 23, 24, 32, 33, 34, 35, 36, 37, 39, 40, 41, 42, 43, 44, 46, 47, 48, 50, 52, 53, 55, 56, 57, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 82, 83, 84, 85, 87, 88, 90, 92, 94, 95, 96, 98, 99, 100, 101, 103, 104, 105, 106, 107, 108, 109, 110, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 128, 129, 130, 131, 135, 137, 143, 147, 150, 154, 155, 156, 157, 160, 163, 165, 170, 171, 172, 174, 175, 176, 177, 178, 179, 184, 186, 188, 192, 196, 197, 200, 205, 206], "typedef": [172, 174, 177, 196], "typeerror": [117, 127], "typic": 47, "u": [117, 206], "u_gcrf": 132, "u_vvlh": 132, "u_vvlh_xz": 132, "undefin": [2, 7, 9, 11, 47, 48, 53, 55, 56, 60, 65, 66, 67, 69, 73, 74, 77, 79, 81, 87, 88, 90, 92, 96, 118, 119, 120, 121, 123, 124, 125, 126, 128, 130, 131, 135, 140, 141, 143, 157, 162, 165, 166, 167, 170, 173, 174, 175, 177, 178, 180, 181, 182, 186, 187, 194, 195, 196, 197, 200, 205], "under": [70, 130, 181, 206], "underli": [163, 176], "undesir": 200, "uniqu": 199, "unit": [2, 4, 7, 11, 39, 40, 41, 42, 43, 44, 46, 47, 48, 55, 56, 57, 60, 69, 71, 72, 73, 79, 81, 82, 87, 88, 90, 92, 116, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 156, 166, 173, 181, 196], "unknown": [11, 143, 205], "unlock": 116, "until": [72, 96, 200], "unus": 133, "up": [70, 117, 118, 122, 127, 129, 179, 180, 206], "updat": [4, 39, 40, 42, 43, 44, 122, 127, 133, 137, 154, 177], "update_layout": [123, 124, 125, 126], "update_target": [4, 39, 40, 42, 43, 44], "update_xax": [123, 124, 125, 126], "update_yax": [123, 124, 125, 126], "updatetarget": [137, 154, 205], "upper": [6, 139], "upper_bound": 6, "us": [0, 4, 6, 11, 35, 37, 39, 40, 42, 43, 44, 46, 47, 57, 60, 62, 66, 69, 70, 71, 72, 81, 90, 96, 116, 117, 118, 119, 123, 124, 125, 126, 127, 128, 129, 133, 138, 147, 150, 151, 152, 153, 155, 156, 171, 172, 177, 178, 179, 180, 181, 182, 184, 189, 200, 206], "user": [133, 181], "usr": [116, 123, 124, 125, 126, 133], "usual": 116, "utc": [18, 19, 20, 21, 22, 23, 24, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 140, 206], "util": [73, 116, 127, 181, 189], "v": [46, 71, 72, 131, 179, 180], "v1": 116, "v_": 127, "v_ecef_m_per_": 187, "v_itrf_i": 73, "v_itrf_x": 73, "v_itrf_z": 73, "valid": 207, "valu": [2, 4, 11, 13, 14, 15, 16, 39, 40, 42, 43, 44, 46, 47, 57, 60, 62, 67, 69, 71, 77, 81, 82, 87, 88, 90, 95, 96, 107, 116, 118, 120, 130, 131, 135, 137, 143, 150, 151, 154, 155, 157, 166, 168, 170, 171, 173, 175, 177, 179, 186, 188, 196, 199, 201, 202, 203, 204, 205, 206], "value_offset": [4, 39, 40, 42, 43, 44], "valueerror": [116, 123, 124, 125, 126], "valueoffset": [137, 205], "var": 116, "variabl": [119, 180], "variat": [87, 88, 193, 194, 195], "variou": [72, 127, 186], "vecctor": 198, "vector": [3, 4, 32, 33, 34, 35, 36, 37, 59, 65, 66, 67, 81, 87, 88, 90, 94, 132, 136, 137, 144, 145, 146, 147, 148, 149, 157, 159, 170, 173, 174, 175, 187, 196, 198], "vector3d": [47, 65, 67, 138, 156, 157, 158, 159, 169, 170, 173, 174, 175, 181], "vector5d": 170, "vector6d": [81, 87, 88, 90, 170, 196], "vectorxd": [74, 136, 144, 145, 146, 147, 148, 149, 171, 181, 182, 198, 199, 201, 202, 203, 204, 206], "vehicl": [132, 175], "vehsat_coordtype_class": 196, "veloc": [5, 11, 18, 19, 20, 21, 22, 23, 24, 47, 59, 60, 66, 67, 69, 73, 79, 81, 87, 88, 90, 98, 101, 107, 119, 120, 121, 123, 124, 125, 126, 132, 138, 143, 146, 157, 169, 170, 174, 175, 181, 187, 196, 201, 204, 205, 206], "velocity_column": [18, 19, 20, 21, 22, 23, 24], "velocity_coordin": [5, 59, 60], "velocity_direct": 59, "velocity_it": [123, 124, 125, 126], "velocity_iter_m": [123, 124, 125, 126], "velocity_vector": 66, "velocitydirect": 169, "velocityecef": [47, 157, 205], "velocityeci": [47, 157, 205], "venv": 133, "verbos": [72, 130, 131, 180, 200], "verifi": 119, "version": [11, 206], "vertic": [66, 67, 69, 175], "via": 206, "viewer": [132, 133], "viridi": [127, 129], "virtual": [3, 119, 133, 136, 137, 138, 139, 140, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 155, 157, 162, 163, 164, 165, 167, 169, 170, 175, 176, 177, 183, 184, 185, 188, 189, 190, 192, 193, 194, 195, 196, 199, 201, 202, 203, 204], "visibl": [2, 116, 135], "visual": [132, 207], "vnc": [66, 67, 69, 119, 130, 174, 175, 177, 205], "vo": 186, "void": [136, 137, 138, 139, 140, 141, 143, 144, 145, 146, 147, 148, 149, 150, 151, 154, 155, 156, 157, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 173, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 192, 196, 197, 200], "volum": 11, "vvlh": [66, 67, 69, 117, 129, 132, 133, 174, 175, 177, 205], "vvlh_frame": 132, "vx": [73, 206], "vx_ecef": 73, "vx_eci": 73, "vy": [73, 206], "vy_ecef": 73, "vy_eci": 73, "vz": [73, 77, 206], "vz_ecef": 73, "vz_eci": 73, "w": 132, "w_b_eci_in_b_i": 73, "w_b_eci_in_b_x": 73, "w_b_eci_in_b_z": 73, "wa": [79, 180, 198], "wai": [57, 168, 206], "want": [57, 133, 168, 200, 206], "warn": 133, "we": [116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 131, 206], "weight": [11, 60], "weighted_rm": 11, "weightedrm": [143, 205], "welcom": 206, "well": [116, 117, 122], "were": [127, 180, 206], "west": [67, 69], "wet": 128, "wet_mass": [126, 128, 130, 131], "wgs84": [7, 69, 140, 187], "what": [120, 123, 124, 125, 126, 133, 193, 194, 195], "when": [2, 39, 71, 72, 120, 122, 131, 150, 180, 181, 197, 206], "where": [116, 137, 150, 151, 155, 206], "whether": [6, 19, 20, 21, 40, 71, 72, 96, 115, 137, 139, 150, 151, 154, 155, 157, 159, 160, 161, 169, 177, 181, 182, 186, 200], "which": [3, 19, 20, 22, 46, 50, 52, 53, 62, 63, 71, 72, 73, 76, 79, 81, 84, 85, 87, 88, 90, 116, 117, 120, 122, 129, 132, 136, 138, 144, 145, 146, 147, 148, 149, 152, 156, 157, 159, 169, 172, 181, 182, 183, 186, 196, 199, 201, 202, 203, 204, 206], "while": 131, "who": 167, "whose": 206, "wideband": [66, 67, 69, 175], "width": [115, 116, 117, 118, 119, 121, 122, 127, 128, 129, 130, 131], "wiki": [92, 140, 154, 166, 177, 196, 197], "wikipedia": [92, 140, 154, 166, 177, 196, 197], "window": 207, "wise": 199, "with_area": 57, "with_cross_sectional_surface_area": 57, "with_drag_coeffici": 57, "with_dry_mass": 57, "with_geometri": 57, "with_inertia_tensor": 57, "with_propulsion_system": 57, "witharea": 168, "withcrosssectionalsurfacearea": [168, 205], "withdragcoeffici": [168, 205], "withdrymass": [168, 205], "withgeometri": [168, 205], "within": [39, 69, 116, 119, 122, 132, 150, 172, 177, 206], "within_rang": 39, "withinertiatensor": [168, 205], "withinrang": [39, 150, 205], "without": [167, 182], "withpropulsionsystem": [168, 205], "won": [123, 124, 125, 126], "work": [150, 206], "world": [26, 66, 122, 127], "wrap": 150, "wrapper": [136, 206], "write": [3, 32, 33, 34, 35, 36, 37, 71, 132, 136, 144, 145, 146, 147, 148, 149, 206], "write_coordinate_subset": [3, 32, 33, 34, 35, 36, 37], "writeindex": [136, 205], "wrt": [69, 177], "wth": 206, "www": [60, 170], "x": [11, 18, 20, 21, 23, 24, 32, 33, 34, 35, 36, 47, 57, 73, 107, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 136, 144, 145, 146, 147, 148, 149, 157, 168, 175, 205, 206], "x86_64": 206, "x_": 127, "x_half_angl": 113, "xaxi": [127, 129], "xx": 187, "xxx": 187, "xxxx": 187, "xxxxxx": 187, "xyz": [115, 202], "xz": 132, "y": [11, 18, 20, 21, 23, 24, 47, 57, 73, 107, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 157, 168, 175, 205, 206], "y_half_angl": 113, "yaml": 206, "yaw": 132, "yaxi": [127, 129], "you": [57, 123, 124, 125, 126, 133, 168, 206], "your": [57, 121, 133, 206], "ypr": 132, "yyyi": 187, "z": [11, 18, 20, 21, 23, 24, 47, 73, 77, 107, 127, 129, 131, 157, 175, 205, 206], "zarya": [116, 197], "zaxi": [127, 129], "zero": [6, 47, 60, 69, 81, 87, 88, 90, 132, 139, 157, 170, 177, 196], "zerolinecolor": [127, 129], "zip": 129, "zonal": [81, 87, 88, 90], "zyx": 132}, "titles": ["Tutorial", "ostk.astrodynamics", "ostk.astrodynamics.Access", "ostk.astrodynamics.Dynamics", "ostk.astrodynamics.EventCondition", "ostk.astrodynamics.GuidanceLaw", "ostk.astrodynamics.RootSolver", "ostk.astrodynamics.Trajectory", "ostk.astrodynamics.access", "ostk.astrodynamics.access.Generator", "ostk.astrodynamics.conjunction.message.ccsds", "ostk.astrodynamics.conjunction.message.ccsds.CDM", "ostk.astrodynamics.converters", "ostk.astrodynamics.converters.coerce_to_datetime", "ostk.astrodynamics.converters.coerce_to_instant", "ostk.astrodynamics.converters.coerce_to_interval", "ostk.astrodynamics.converters.coerce_to_iso", "ostk.astrodynamics.dataframe", "ostk.astrodynamics.dataframe.generate_column_names", "ostk.astrodynamics.dataframe.generate_dataframe_from_orbit", "ostk.astrodynamics.dataframe.generate_dataframe_from_profile", "ostk.astrodynamics.dataframe.generate_dataframe_from_states", "ostk.astrodynamics.dataframe.generate_orbit_from_dataframe", "ostk.astrodynamics.dataframe.generate_profile_from_dataframe", "ostk.astrodynamics.dataframe.generate_states_from_dataframe", "ostk.astrodynamics.display", "ostk.astrodynamics.display.AccessesPlot", "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", "ostk.astrodynamics.display.create_2d_map", "ostk.astrodynamics.display.create_3d_globe", "ostk.astrodynamics.display.create_plotly_figure", "ostk.astrodynamics.dynamics", "ostk.astrodynamics.dynamics.AtmosphericDrag", "ostk.astrodynamics.dynamics.CentralBodyGravity", "ostk.astrodynamics.dynamics.PositionDerivative", "ostk.astrodynamics.dynamics.Tabulated", "ostk.astrodynamics.dynamics.ThirdBodyGravity", "ostk.astrodynamics.dynamics.Thruster", "ostk.astrodynamics.event_condition", "ostk.astrodynamics.event_condition.AngularCondition", "ostk.astrodynamics.event_condition.BooleanCondition", "ostk.astrodynamics.event_condition.COECondition", "ostk.astrodynamics.event_condition.InstantCondition", "ostk.astrodynamics.event_condition.LogicalCondition", "ostk.astrodynamics.event_condition.RealCondition", "ostk.astrodynamics.flight", "ostk.astrodynamics.flight.Maneuver", "ostk.astrodynamics.flight.Profile", "ostk.astrodynamics.flight.System", "ostk.astrodynamics.flight.profile", "ostk.astrodynamics.flight.profile.Model", "ostk.astrodynamics.flight.profile.model", "ostk.astrodynamics.flight.profile.model.Tabulated", "ostk.astrodynamics.flight.profile.model.Transform", "ostk.astrodynamics.flight.system", "ostk.astrodynamics.flight.system.PropulsionSystem", "ostk.astrodynamics.flight.system.SatelliteSystem", "ostk.astrodynamics.flight.system.SatelliteSystemBuilder", "ostk.astrodynamics.guidance_law", "ostk.astrodynamics.guidance_law.ConstantThrust", "ostk.astrodynamics.guidance_law.QLaw", "ostk.astrodynamics.solver", "ostk.astrodynamics.solver.FiniteDifferenceSolver", "ostk.astrodynamics.solver.TemporalConditionSolver", "ostk.astrodynamics.trajectory", "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", "ostk.astrodynamics.trajectory.Model", "ostk.astrodynamics.trajectory.Orbit", "ostk.astrodynamics.trajectory.Propagator", "ostk.astrodynamics.trajectory.Segment", "ostk.astrodynamics.trajectory.Sequence", "ostk.astrodynamics.trajectory.State", "ostk.astrodynamics.trajectory.StateBuilder", "ostk.astrodynamics.trajectory.orbit", "ostk.astrodynamics.trajectory.orbit.OrbitModel", "ostk.astrodynamics.trajectory.orbit.Pass", "ostk.astrodynamics.trajectory.orbit.message.spacex", "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", "ostk.astrodynamics.trajectory.orbit.model", "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", "ostk.astrodynamics.trajectory.orbit.model.Kepler", "ostk.astrodynamics.trajectory.orbit.model.Propagated", "ostk.astrodynamics.trajectory.orbit.model.SGP4", "ostk.astrodynamics.trajectory.orbit.model.Tabulated", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", "ostk.astrodynamics.trajectory.orbit.model.kepler", "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", "ostk.astrodynamics.trajectory.orbit.model.sgp4", "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", "ostk.astrodynamics.trajectory.state", "ostk.astrodynamics.trajectory.state.CoordinateBroker", "ostk.astrodynamics.trajectory.state.CoordinateSubset", "ostk.astrodynamics.trajectory.state.NumericalSolver", "ostk.astrodynamics.trajectory.state.coordinate_subset", "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity", "ostk.astrodynamics.utilities", "ostk.astrodynamics.utilities.compute_aer", "ostk.astrodynamics.utilities.compute_ground_track", "ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates", "ostk.astrodynamics.utilities.compute_trajectory_geometry", "ostk.astrodynamics.utilities.convert_state", "ostk.astrodynamics.utilities.lla_from_position", "ostk.astrodynamics.utilities.lla_from_state", "ostk.astrodynamics.utilities.position_from_lla", "ostk.astrodynamics.viewer", "ostk.astrodynamics.viewer.ConicSensor", "ostk.astrodynamics.viewer.RectangularSensor", "ostk.astrodynamics.viewer.Sensor", "ostk.astrodynamics.viewer.Viewer", "Access Computation", "Area Coverage", "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model", "Constant Thrust Dynamics", "Custom Event Condition", "Custom Window Generation", "Find RF Interference Accesses", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)", "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)", "Orbit Computation", "Orbit Station-keeping with QLaw", "Sensor Modeling", "Station-keeping Sequence", "Altitude + Eccentricity Station-keeping Sequence", "Target Tracking", "Visualize Satellite States (Cesium)", "C++ API Documentation", "Class ostk::astrodynamics::Access", "Class ostk::astrodynamics::Dynamics", "Class ostk::astrodynamics::EventCondition", "Class ostk::astrodynamics::GuidanceLaw", "Class ostk::astrodynamics::RootSolver", "Class ostk::astrodynamics::Trajectory", "Class ostk::astrodynamics::access::Generator", "Class ostk::astrodynamics::access::GeneratorContext", "Class ostk::astrodynamics::conjunction::message::ccsds::CDM", "Class ostk::astrodynamics::dynamics::AtmosphericDrag", "Class ostk::astrodynamics::dynamics::CentralBodyGravity", "Class ostk::astrodynamics::dynamics::PositionDerivative", "Class ostk::astrodynamics::dynamics::Tabulated", "Class ostk::astrodynamics::dynamics::ThirdBodyGravity", "Class ostk::astrodynamics::dynamics::Thruster", "Class ostk::astrodynamics::eventcondition::AngularCondition", "Class ostk::astrodynamics::eventcondition::BooleanCondition", "Class ostk::astrodynamics::eventcondition::COECondition", "Class ostk::astrodynamics::eventcondition::InstantCondition", "Class ostk::astrodynamics::eventcondition::LogicalCondition", "Class ostk::astrodynamics::eventcondition::RealCondition", "Class ostk::astrodynamics::flight::Maneuver", "Class ostk::astrodynamics::flight::Profile", "Class ostk::astrodynamics::flight::Profile::CustomTarget", "Class ostk::astrodynamics::flight::Profile::OrientationProfileTarget", "Class ostk::astrodynamics::flight::Profile::Target", "Class ostk::astrodynamics::flight::Profile::TrajectoryTarget", "Class ostk::astrodynamics::flight::System", "Class ostk::astrodynamics::flight::profile::Model", "Class ostk::astrodynamics::flight::profile::model::Tabulated", "Class ostk::astrodynamics::flight::profile::model::Transform", "Class ostk::astrodynamics::flight::system::PropulsionSystem", "Class ostk::astrodynamics::flight::system::SatelliteSystem", "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder", "Class ostk::astrodynamics::guidancelaw::ConstantThrust", "Class ostk::astrodynamics::guidancelaw::QLaw", "Class ostk::astrodynamics::solver::FiniteDifferenceSolver", "Class ostk::astrodynamics::solver::TemporalConditionSolver", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory", "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider", "Class ostk::astrodynamics::trajectory::Model", "Class ostk::astrodynamics::trajectory::Orbit", "Class ostk::astrodynamics::trajectory::Propagator", "Class ostk::astrodynamics::trajectory::Segment", "Class ostk::astrodynamics::trajectory::Sequence", "Class ostk::astrodynamics::trajectory::State", "Class ostk::astrodynamics::trajectory::StateBuilder", "Class ostk::astrodynamics::trajectory::model::Static", "Class ostk::astrodynamics::trajectory::model::Tabulated", "Class ostk::astrodynamics::trajectory::orbit::Model", "Class ostk::astrodynamics::trajectory::orbit::Pass", "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM", "Class ostk::astrodynamics::trajectory::orbit::model::Kepler", "Class ostk::astrodynamics::trajectory::orbit::model::Propagated", "Class ostk::astrodynamics::trajectory::orbit::model::SGP4", "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl", "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong", "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort", "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE", "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE", "Class ostk::astrodynamics::trajectory::state::CoordinateBroker", "Class ostk::astrodynamics::trajectory::state::CoordinateSubset", "Class ostk::astrodynamics::trajectory::state::NumericalSolver", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition", "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity", "Class list", "Open Space Toolkit \u25b8 Astrodynamics", "Tutorial Notebooks", "Python API Documentation"], "titleterms": {"1": 123, "2": 124, "3": 125, "4": 126, "access": [2, 8, 9, 116, 122, 135, 141, 142], "accessesplot": 26, "accuraci": 206, "against": [123, 124, 125, 126], "altern": 206, "altitud": 131, "analysi": 122, "angl": 120, "angularcondit": [39, 150], "angularveloc": [98, 201], "api": [134, 208], "area": 117, "ascend": 128, "ascens": 128, "astrodynam": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206], "atmospher": 118, "atmosphericdrag": [32, 144], "attitudequaternion": [99, 202], "axi": 128, "benchmark": 206, "beta": 120, "blm": [193, 194, 195], "booleancondit": [40, 151], "brouwerlyddanemean": [81, 86, 87, 88, 193], "brouwerlyddanemeanlong": [87, 194], "brouwerlyddanemeanshort": [88, 195], "build": 206, "c": [134, 206], "cartesianposit": [100, 203], "cartesianveloc": [101, 204], "ccsd": [10, 11, 143], "cdm": [11, 143], "centralbodygrav": [33, 145], "cesium": 133, "class": [135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205], "coast": 131, "coe": [90, 196], "coecondit": [41, 152], "coerce_to_datetim": 13, "coerce_to_inst": 14, "coerce_to_interv": 15, "coerce_to_iso": 16, "comparison": [123, 124, 125, 126], "comput": [116, 117, 127, 129, 132], "compute_a": 103, "compute_ground_track": 104, "compute_time_lla_aer_coordin": 105, "compute_trajectory_geometri": 106, "condit": [120, 121], "conicsensor": 112, "conjunct": [10, 11, 143], "constant": [118, 119], "constantthrust": [59, 169], "contribut": 206, "convert": [12, 13, 14, 15, 16], "convert_st": 107, "convert_to_ground_track_plotting_data": 27, "coordinate_subset": [97, 98, 99, 100, 101], "coordinatebrok": [94, 198], "coordinatesubset": [95, 199, 201, 202, 203, 204], "coverag": 117, "creat": 121, "create_2d_map": 28, "create_3d_glob": 29, "create_plotly_figur": 30, "cross": [123, 124, 125, 126, 206], "custom": [120, 121], "customtarget": 158, "datafram": [17, 18, 19, 20, 21, 22, 23, 24], "debian": 206, "defin": [121, 122], "definit": 206, "densiti": 118, "depend": 206, "develop": 206, "displai": [25, 26, 27, 28, 29, 30], "docker": 206, "document": [134, 206, 208], "dynam": [3, 31, 32, 33, 34, 35, 36, 37, 118, 119, 130, 136, 144, 145, 146, 147, 148, 149], "ecc": 128, "eccentr": [128, 131], "eclips": 120, "environ": [116, 117, 128, 129, 131, 206], "error": [123, 124, 125, 126], "event": 120, "event_condit": [38, 39, 40, 41, 42, 43, 44], "eventcondit": [4, 137, 150, 151, 152, 153, 154, 155], "exampl": 0, "file": [123, 124, 125, 126], "filter": 122, "find": 122, "finitedifferencesolv": [62, 171], "flight": [45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168], "flux": 118, "frame": [123, 124, 125, 126], "function": 128, "gcrf": [123, 124, 125, 126], "gener": [9, 121, 141], "generate_column_nam": 18, "generate_dataframe_from_orbit": 19, "generate_dataframe_from_profil": 20, "generate_dataframe_from_st": 21, "generate_orbit_from_datafram": 22, "generate_profile_from_datafram": 23, "generate_states_from_datafram": 24, "generatorcontext": 142, "geomagnet": 118, "get": 206, "gmat": [123, 124, 125, 126], "guidance_law": [58, 59, 60], "guidancelaw": [5, 138, 169, 170], "imag": 206, "impl": 191, "inc": 128, "inclin": 128, "index": 118, "initi": [118, 128, 130, 131], "input": [118, 128, 130, 131], "instal": 206, "instantcondit": [42, 153], "interfer": 122, "intersect": 117, "ipython": 206, "jupyterlab": 206, "keep": [128, 130, 131], "kepler": [82, 89, 90, 188, 196], "licens": 206, "list": 205, "lla_from_posit": 108, "lla_from_st": 109, "localorbitalframedirect": [65, 173], "localorbitalframefactori": [66, 174], "localorbitalframetransformprovid": [67, 175], "logicalcondit": [43, 154], "major": 128, "maneuv": [46, 131, 156], "messag": [10, 11, 78, 79, 143, 187], "mission": [123, 124, 125, 126], "model": [50, 51, 52, 53, 68, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 118, 121, 129, 163, 164, 165, 176, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197], "multipl": 128, "node": 128, "notebook": 207, "numericalsolv": [96, 200], "open": 206, "opm": [79, 187], "orbit": [69, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 127, 128, 177, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197], "orbitmodel": 76, "orekit": [123, 124, 125, 126], "orientationprofiletarget": 159, "origin": 116, "ostk": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 123, 124, 125, 126, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "our": 121, "output": [116, 127], "pass": [77, 186], "platform": [123, 124, 125, 126], "plot": [122, 123, 124, 125, 126], "position_from_lla": 110, "positionderiv": [34, 146], "process": [123, 124, 125, 126], "profil": [47, 49, 50, 51, 52, 53, 157, 158, 159, 160, 161, 163, 164, 165], "propag": [70, 83, 118, 123, 124, 125, 126, 178, 189], "propulsionsystem": [55, 166], "python": [206, 208], "qlaw": [60, 128, 170], "raan": 128, "realcondit": [44, 155], "rectangularsensor": 113, "result": [123, 124, 125, 126], "rf": 122, "right": 128, "rm": [123, 124, 125, 126], "rootsolv": [6, 139], "run": [122, 123, 124, 125, 126, 206], "satellit": [117, 118, 122, 128, 129, 130, 131, 133], "satellitesystem": [56, 167], "satellitesystembuild": [57, 168], "scenario": [122, 123, 124, 125, 126, 206], "script": 206, "segment": [71, 131, 179], "semi": 128, "sensor": [114, 117, 129], "sequenc": [72, 123, 124, 125, 126, 130, 131, 180], "set": [123, 124, 125, 126], "setup": [0, 116, 117, 118, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 206], "sgp4": [84, 91, 92, 127, 190, 191, 197], "sma": 128, "solar": 118, "solver": [61, 62, 63, 121, 171, 172], "space": 206, "spacex": [78, 79, 187], "special": 206, "start": 206, "state": [73, 93, 94, 95, 96, 97, 98, 99, 100, 101, 118, 128, 130, 131, 133, 181, 198, 199, 200, 201, 202, 203, 204], "statebuild": [74, 182], "static": 183, "station": [128, 130, 131], "system": [48, 54, 55, 56, 57, 118, 128, 130, 131, 162, 166, 167, 168], "tabul": [35, 52, 85, 147, 164, 184, 192], "target": [116, 117, 128, 129, 132, 160], "temporalconditionsolv": [63, 172], "test": 206, "thank": 206, "thirdbodygrav": [36, 148], "thrust": 119, "thruster": [37, 149], "tle": [92, 197], "toler": 206, "toolkit": 206, "track": 132, "trajectori": [7, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 123, 124, 125, 126, 140, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204], "trajectorytarget": 161, "transform": [53, 165], "tutori": [0, 206, 207], "ubuntu": 206, "up": [123, 124, 125, 126], "user": [118, 128, 130, 131], "util": [102, 103, 104, 105, 106, 107, 108, 109, 110, 128], "v": [123, 124, 125, 126], "valid": [123, 124, 125, 126, 206], "viewer": [111, 112, 113, 114, 115], "visual": [117, 129, 133], "window": 121}})
\ No newline at end of file
diff --git a/_build/html/sitemap.xml b/_build/html/sitemap.xml
index a49c1f6d9..e37615e5e 100644
--- a/_build/html/sitemap.xml
+++ b/_build/html/sitemap.xml
@@ -1 +1 @@
-https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlTutorial.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.EventCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.GuidanceLaw.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.RootSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.Generator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_2d_map.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_3d_globe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_plotly_figure.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_column_names.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.AccessesPlot.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Thruster.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.COECondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.RealCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Maneuver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.QLaw.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.System.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.Model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Propagator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Segment.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.State.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.convert_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_position.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.position_from_lla.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.ConicSensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.RectangularSensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Sensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Viewer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Access Computation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_aer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_ground_track.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Area Coverage.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence [QLaw].html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Thrust Dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Event Condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Target Tracking.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Window Generation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Find RF Interference Accesses.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Visualize Satellite Trajectory (Cesium).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Orbit Computation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/QLaw Examples.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Sensor Modeling.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/classlist.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlnotebook.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpython.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlgenindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpy-modindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlsearch.html
\ No newline at end of file
+https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlTutorial.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.EventCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.GuidanceLaw.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.RootSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.Generator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_2d_map.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_3d_globe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_plotly_figure.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_column_names.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_dataframe_from_states.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_orbit_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_profile_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dataframe.generate_states_from_dataframe.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.AccessesPlot.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Thruster.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.COECondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.RealCondition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Maneuver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.System.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.QLaw.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.Model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Propagator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Segment.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.State.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_coordinates.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.convert_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_position.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.position_from_lla.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.ConicSensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.RectangularSensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Sensor.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Viewer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Access Computation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence [QLaw].html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Area Coverage.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Target Tracking.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Visualize Satellite Trajectory (Cesium).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_aer.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_ground_track.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_access.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Thrust Dynamics.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_custom_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Event Condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_orientation_profile_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile_1_1_trajectory_target.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Window Generation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1model_1_1_transform.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_propulsion_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1conjunction_1_1message_1_1ccsds_1_1_c_d_m.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1system_1_1_satellite_system_builder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Find RF Interference Accesses.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_direction.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_factory.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_local_orbital_frame_transform_provider.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_c_o_e_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Orbit Computation.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1message_1_1spacex_1_1_o_p_m.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_kepler.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_propagated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_s_g_p4_1_1_impl.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1_tabulated.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/QLaw Examples.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1sgp4_1_1_t_l_e.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_broker.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_coordinate_subset.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Sensor Modeling.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1_numerical_solver.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_angular_velocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_attitude_quaternion.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_position.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1state_1_1coordinatesubset_1_1_cartesian_velocity.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/classlist.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlnotebook.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpython.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlgenindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpy-modindex.html https://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlsearch.html
\ No newline at end of file
diff --git a/_build/html/_images/e9fa94379369910e6951b960eb663b9c39043a2399cc7d16ae7cfd15a226ea65.svg b/_build/jupyter_execute/06c29e4ad2630ddc63a367944d0633cd30498361a708ac7068040706074d8202.svg
similarity index 99%
rename from _build/html/_images/e9fa94379369910e6951b960eb663b9c39043a2399cc7d16ae7cfd15a226ea65.svg
rename to _build/jupyter_execute/06c29e4ad2630ddc63a367944d0633cd30498361a708ac7068040706074d8202.svg
index 7ccedf658..47143e156 100644
--- a/_build/html/_images/e9fa94379369910e6951b960eb663b9c39043a2399cc7d16ae7cfd15a226ea65.svg
+++ b/_build/jupyter_execute/06c29e4ad2630ddc63a367944d0633cd30498361a708ac7068040706074d8202.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_build/html/_images/6156a06b98da8747f1993132ee86b2969db2579a8dfabd644f38210523787c98.svg b/_build/jupyter_execute/69a1697a287fb6cf4c98702ee6a4057b6efe55ebc985bea282aa9caf9158b957.svg
similarity index 99%
rename from _build/html/_images/6156a06b98da8747f1993132ee86b2969db2579a8dfabd644f38210523787c98.svg
rename to _build/jupyter_execute/69a1697a287fb6cf4c98702ee6a4057b6efe55ebc985bea282aa9caf9158b957.svg
index f8259a886..50bb56021 100644
--- a/_build/html/_images/6156a06b98da8747f1993132ee86b2969db2579a8dfabd644f38210523787c98.svg
+++ b/_build/jupyter_execute/69a1697a287fb6cf4c98702ee6a4057b6efe55ebc985bea282aa9caf9158b957.svg
@@ -1 +1 @@
-trace 1
\ No newline at end of file
+trace 1
\ No newline at end of file
diff --git a/_build/jupyter_execute/4110cc3455897c13329d02154786349abf4a64698d3dca52d0f74442a94382a8.svg b/_build/jupyter_execute/727ee7d5dbdc254c026e620fc6f3f680dcd959ffb2b6505ebc9df24461667380.svg
similarity index 99%
rename from _build/jupyter_execute/4110cc3455897c13329d02154786349abf4a64698d3dca52d0f74442a94382a8.svg
rename to _build/jupyter_execute/727ee7d5dbdc254c026e620fc6f3f680dcd959ffb2b6505ebc9df24461667380.svg
index f64d70432..84e88753f 100644
--- a/_build/jupyter_execute/4110cc3455897c13329d02154786349abf4a64698d3dca52d0f74442a94382a8.svg
+++ b/_build/jupyter_execute/727ee7d5dbdc254c026e620fc6f3f680dcd959ffb2b6505ebc9df24461667380.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/_build/jupyter_execute/_notebooks/Access Computation.ipynb b/_build/jupyter_execute/_notebooks/Access Computation.ipynb
index 634fed21e..192634491 100644
--- a/_build/jupyter_execute/_notebooks/Access Computation.ipynb
+++ b/_build/jupyter_execute/_notebooks/Access Computation.ipynb
@@ -274,13 +274,7 @@
"Locking local repository [/var/cache/open-space-toolkit-data/data/manifest]...\n",
"Fetching Data Manifest from [https://github.com/open-space-collective/open-space-toolkit-data/raw/v1/data/manifest.json]...\n",
"Unlocking local repository [/var/cache/open-space-toolkit-data/data/manifest]...\n",
- "Data Manifest [/var/cache/open-space-toolkit-data/data/manifest/manifest.json] has been successfully fetched from [https://github.com/open-space-collective/open-space-toolkit-data/raw/v1/data/manifest.json].\n",
- "Fetching latest Bulletin A...\n",
- "Locking local repository [/var/cache/open-space-toolkit-data/data/coordinate/frame/provider/iers]...\n",
- "Creating temporary directory [/var/cache/open-space-toolkit-data/data/coordinate/frame/provider/iers/bulletin-A/tmp]...\n",
- "Fetching Bulletin A from [https://github.com/open-space-collective/open-space-toolkit-data/raw/v1/data//coordinate/frame/provider/iers/bulletin-A/ser7.dat]...\n",
- "Unlocking local repository [/var/cache/open-space-toolkit-data/data/coordinate/frame/provider/iers]...\n",
- "Bulletin A [/var/cache/open-space-toolkit-data/data/coordinate/frame/provider/iers/bulletin-A/ser7.dat] has been successfully fetched from [https://github.com/open-space-collective/open-space-toolkit-data/raw/v1/data//coordinate/frame/provider/iers/bulletin-A/ser7.dat].\n"
+ "Data Manifest [/var/cache/open-space-toolkit-data/data/manifest/manifest.json] has been successfully fetched from [https://github.com/open-space-collective/open-space-toolkit-data/raw/v1/data/manifest.json].\n"
]
}
],
@@ -39362,7 +39356,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Area Coverage.ipynb b/_build/jupyter_execute/_notebooks/Area Coverage.ipynb
index 00ace0615..7376f66cc 100644
--- a/_build/jupyter_execute/_notebooks/Area Coverage.ipynb
+++ b/_build/jupyter_execute/_notebooks/Area Coverage.ipynb
@@ -536,13 +536,13 @@
"outputs": [
{
"ename": "TypeError",
- "evalue": "nadir_pointing(): incompatible function arguments. The following argument types are supported:\n 1. (orbit: ostk.astrodynamics.trajectory.Orbit, orbital_frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType) -> ostk.astrodynamics.flight.Profile\n\nInvoked with: -- Orbit -------------------------------------------------------------------------------------------\n Model - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n Epoch: 2018-09-17 18:34:54.432.768 [UTC] \n Two-Line Elements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n----------------------------------------------------------------------------------------------------\n, -- Frame -------------------------------------------------------------------------------------------\n Name: VVLH @ Orbit [0x29976f0] \n Quasi-inertial: false \n Parent frame: GCRF \n----------------------------------------------------------------------------------------------------\n",
+ "evalue": "nadir_pointing(): incompatible function arguments. The following argument types are supported:\n 1. (orbit: ostk.astrodynamics.trajectory.Orbit, orbital_frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType) -> ostk.astrodynamics.flight.Profile\n\nInvoked with: -- Orbit -------------------------------------------------------------------------------------------\n Model - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n Epoch: 2018-09-17 18:34:54.432.768 [UTC] \n Two-Line Elements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n----------------------------------------------------------------------------------------------------\n, -- Frame -------------------------------------------------------------------------------------------\n Name: VVLH @ Orbit [0x2806340] \n Quasi-inertial: false \n Parent frame: GCRF \n----------------------------------------------------------------------------------------------------\n",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mTypeError\u001b[0m Traceback (most recent call last)",
"Cell \u001b[0;32mIn[19], line 2\u001b[0m\n\u001b[1;32m 1\u001b[0m orbital_frame \u001b[38;5;241m=\u001b[39m satellite_orbit\u001b[38;5;241m.\u001b[39mget_orbital_frame(Orbit\u001b[38;5;241m.\u001b[39mFrameType\u001b[38;5;241m.\u001b[39mVVLH)\n\u001b[0;32m----> 2\u001b[0m orbital_profile \u001b[38;5;241m=\u001b[39m \u001b[43mProfile\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43mnadir_pointing\u001b[49m\u001b[43m(\u001b[49m\u001b[43msatellite_orbit\u001b[49m\u001b[43m,\u001b[49m\u001b[43m \u001b[49m\u001b[43morbital_frame\u001b[49m\u001b[43m)\u001b[49m\n\u001b[1;32m 3\u001b[0m \u001b[38;5;28;01mif\u001b[39;00m Frame\u001b[38;5;241m.\u001b[39mexists(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mBody\u001b[39m\u001b[38;5;124m\"\u001b[39m):\n\u001b[1;32m 4\u001b[0m Frame\u001b[38;5;241m.\u001b[39mdestruct(\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mBody\u001b[39m\u001b[38;5;124m\"\u001b[39m)\n",
- "\u001b[0;31mTypeError\u001b[0m: nadir_pointing(): incompatible function arguments. The following argument types are supported:\n 1. (orbit: ostk.astrodynamics.trajectory.Orbit, orbital_frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType) -> ostk.astrodynamics.flight.Profile\n\nInvoked with: -- Orbit -------------------------------------------------------------------------------------------\n Model - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n Epoch: 2018-09-17 18:34:54.432.768 [UTC] \n Two-Line Elements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n----------------------------------------------------------------------------------------------------\n, -- Frame -------------------------------------------------------------------------------------------\n Name: VVLH @ Orbit [0x29976f0] \n Quasi-inertial: false \n Parent frame: GCRF \n----------------------------------------------------------------------------------------------------\n"
+ "\u001b[0;31mTypeError\u001b[0m: nadir_pointing(): incompatible function arguments. The following argument types are supported:\n 1. (orbit: ostk.astrodynamics.trajectory.Orbit, orbital_frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType) -> ostk.astrodynamics.flight.Profile\n\nInvoked with: -- Orbit -------------------------------------------------------------------------------------------\n Model - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n Epoch: 2018-09-17 18:34:54.432.768 [UTC] \n Two-Line Elements - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \n----------------------------------------------------------------------------------------------------\n, -- Frame -------------------------------------------------------------------------------------------\n Name: VVLH @ Orbit [0x2806340] \n Quasi-inertial: false \n Parent frame: GCRF \n----------------------------------------------------------------------------------------------------\n"
]
}
],
@@ -1159,7 +1159,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb b/_build/jupyter_execute/_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb
index d7e2cc1af..009fb60ee 100644
--- a/_build/jupyter_execute/_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb
+++ b/_build/jupyter_execute/_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.ipynb
@@ -328,7 +328,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Constant Thrust Dynamics.ipynb b/_build/jupyter_execute/_notebooks/Constant Thrust Dynamics.ipynb
index 5b5daed2d..b99304af5 100644
--- a/_build/jupyter_execute/_notebooks/Constant Thrust Dynamics.ipynb
+++ b/_build/jupyter_execute/_notebooks/Constant Thrust Dynamics.ipynb
@@ -337,7 +337,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Custom Event Condition.ipynb b/_build/jupyter_execute/_notebooks/Custom Event Condition.ipynb
index dd3167a5c..7efcd771f 100644
--- a/_build/jupyter_execute/_notebooks/Custom Event Condition.ipynb
+++ b/_build/jupyter_execute/_notebooks/Custom Event Condition.ipynb
@@ -270,7 +270,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb b/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb
index 3063b7722..5f52aa28b 100644
--- a/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb
+++ b/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb
@@ -376,7 +376,7 @@
{
"data": {
"image/svg+xml": [
- "trace 1 "
+ "trace 1 "
]
},
"metadata": {},
@@ -425,7 +425,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Find RF Interference Accesses.ipynb b/_build/jupyter_execute/_notebooks/Find RF Interference Accesses.ipynb
index f423db200..b376a8301 100644
--- a/_build/jupyter_execute/_notebooks/Find RF Interference Accesses.ipynb
+++ b/_build/jupyter_execute/_notebooks/Find RF Interference Accesses.ipynb
@@ -713,7 +713,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb
index de9fcfea8..3992fa4be 100644
--- a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb
+++ b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).ipynb
@@ -8192,7 +8192,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb
index f654c2cfa..759f3c057 100644
--- a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb
+++ b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).ipynb
@@ -8190,7 +8190,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb
index b96934eba..c9937df42 100644
--- a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb
+++ b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).ipynb
@@ -8190,7 +8190,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb
index 27fb04685..24eac4e45 100644
--- a/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb
+++ b/_build/jupyter_execute/_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).ipynb
@@ -8204,7 +8204,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Orbit Computation.ipynb b/_build/jupyter_execute/_notebooks/Orbit Computation.ipynb
index d03ce5691..6afae906d 100644
--- a/_build/jupyter_execute/_notebooks/Orbit Computation.ipynb
+++ b/_build/jupyter_execute/_notebooks/Orbit Computation.ipynb
@@ -634,7 +634,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/QLaw Examples.ipynb b/_build/jupyter_execute/_notebooks/QLaw Examples.ipynb
index e4533fbc5..071d11a42 100644
--- a/_build/jupyter_execute/_notebooks/QLaw Examples.ipynb
+++ b/_build/jupyter_execute/_notebooks/QLaw Examples.ipynb
@@ -1275,7 +1275,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb b/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb
index a06e6ad3b..8f78d339c 100644
--- a/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb
+++ b/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb
@@ -804,7 +804,7 @@
{
"data": {
"image/svg+xml": [
- " "
+ " "
]
},
"metadata": {},
@@ -874,7 +874,7 @@
{
"data": {
"image/svg+xml": [
- " "
+ " "
]
},
"metadata": {},
@@ -1114,7 +1114,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Station-Keeping Sequence [QLaw].ipynb b/_build/jupyter_execute/_notebooks/Station-Keeping Sequence [QLaw].ipynb
index 1a7447c99..180b3abfb 100644
--- a/_build/jupyter_execute/_notebooks/Station-Keeping Sequence [QLaw].ipynb
+++ b/_build/jupyter_execute/_notebooks/Station-Keeping Sequence [QLaw].ipynb
@@ -495,7 +495,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Station-Keeping Sequence.ipynb b/_build/jupyter_execute/_notebooks/Station-Keeping Sequence.ipynb
index 1973b1f65..422df8245 100644
--- a/_build/jupyter_execute/_notebooks/Station-Keeping Sequence.ipynb
+++ b/_build/jupyter_execute/_notebooks/Station-Keeping Sequence.ipynb
@@ -257,7 +257,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[2024-12-06 19:06:27.354272] [0x00007f66fb597740] [debug] Solving Segment:\n",
+ "[2024-12-20 07:07:48.032807] [0x00007f8ad6823740] [debug] Solving Segment:\n",
"-- Segment -----------------------------------------------------------------------------------------\n",
" Name: Coast \n",
" Type: Coast \n",
@@ -286,7 +286,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[2024-12-06 19:06:28.038592] [0x00007f66fb597740] [debug] \n",
+ "[2024-12-20 07:07:48.715020] [0x00007f8ad6823740] [debug] \n",
"-- Segment Solution --------------------------------------------------------------------------------\n",
" Name: Coast - Mean SMA crossing - coast - 0 \n",
" Condition satisfied: True \n",
@@ -297,7 +297,7 @@
"----------------------------------------------------------------------------------------------------\n",
"\n",
"\n",
- "[2024-12-06 19:06:28.038827] [0x00007f66fb597740] [debug] Solving Segment:\n",
+ "[2024-12-20 07:07:48.715214] [0x00007f8ad6823740] [debug] Solving Segment:\n",
"-- Segment -----------------------------------------------------------------------------------------\n",
" Name: Maneuver \n",
" Type: Maneuver \n",
@@ -350,7 +350,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[2024-12-06 19:06:29.018699] [0x00007f66fb597740] [debug] \n",
+ "[2024-12-20 07:07:49.687865] [0x00007f8ad6823740] [debug] \n",
"-- Segment Solution --------------------------------------------------------------------------------\n",
" Name: Maneuver - Mean SMA crossing - thrust - 0 \n",
" Condition satisfied: True \n",
@@ -364,7 +364,7 @@
"----------------------------------------------------------------------------------------------------\n",
"\n",
"\n",
- "[2024-12-06 19:06:29.018943] [0x00007f66fb597740] [debug] Solving Segment:\n",
+ "[2024-12-20 07:07:49.688048] [0x00007f8ad6823740] [debug] Solving Segment:\n",
"-- Segment -----------------------------------------------------------------------------------------\n",
" Name: Coast \n",
" Type: Coast \n",
@@ -393,7 +393,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[2024-12-06 19:06:32.295582] [0x00007f66fb597740] [debug] \n",
+ "[2024-12-20 07:07:52.964026] [0x00007f8ad6823740] [debug] \n",
"-- Segment Solution --------------------------------------------------------------------------------\n",
" Name: Coast - Mean SMA crossing - coast - 1 \n",
" Condition satisfied: True \n",
@@ -404,7 +404,7 @@
"----------------------------------------------------------------------------------------------------\n",
"\n",
"\n",
- "[2024-12-06 19:06:32.296178] [0x00007f66fb597740] [debug] Solving Segment:\n",
+ "[2024-12-20 07:07:52.964586] [0x00007f8ad6823740] [debug] Solving Segment:\n",
"-- Segment -----------------------------------------------------------------------------------------\n",
" Name: Maneuver \n",
" Type: Maneuver \n",
@@ -457,7 +457,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
- "[2024-12-06 19:06:33.297169] [0x00007f66fb597740] [debug] \n",
+ "[2024-12-20 07:07:53.941699] [0x00007f8ad6823740] [debug] \n",
"-- Segment Solution --------------------------------------------------------------------------------\n",
" Name: Maneuver - Mean SMA crossing - thrust - 1 \n",
" Condition satisfied: True \n",
@@ -648,7 +648,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_build/jupyter_execute/_notebooks/Target Tracking.ipynb b/_build/jupyter_execute/_notebooks/Target Tracking.ipynb
index ab7d0f615..758c4df5a 100644
--- a/_build/jupyter_execute/_notebooks/Target Tracking.ipynb
+++ b/_build/jupyter_execute/_notebooks/Target Tracking.ipynb
@@ -436,85 +436,85 @@
],
"xaxis": "x",
"y": [
+ 5.383687420111675e-15,
+ 1.7869234832263528e-15,
+ 5.338186837922805e-15,
0.0,
- 8.934617416247095e-15,
- 5.3381868379905116e-15,
0.0,
- 5.29404822207033e-15,
0.0,
- 7.001771489832732e-15,
0.0,
+ 3.4870124645451966e-15,
0.0,
0.0,
0.0,
- 8.585182011071736e-15,
- 5.1322492028100494e-15,
0.0,
0.0,
- 1.0156320623580188e-14,
- 1.1808961125166616e-14,
+ 5.1137998900059855e-15,
0.0,
- 1.0055895182517385e-14,
- 3.341401037570129e-15,
+ 3.385440207829099e-15,
0.0,
+ 6.72565817210312e-15,
0.0,
0.0,
0.0,
0.0,
- 1.0674762671017786e-14,
- 1.638094584266874e-15,
0.0,
+ 2.476669754145115e-15,
0.0,
+ 2.463406770219471e-15,
0.0,
+ 7.353374599319252e-15,
0.0,
- 6.478891666568328e-15,
0.0,
0.0,
- 1.691301473951182e-14,
0.0,
+ 1.2124212366982437e-14,
0.0,
+ 4.02690827129751e-15,
0.0,
+ 6.422687853009356e-15,
+ 5.61187951906887e-15,
+ 4.003240510209499e-16,
0.0,
0.0,
- 3.994108320421781e-16,
- 5.187292128786468e-15,
- 3.588118399195732e-15,
0.0,
0.0,
0.0,
- 3.579917716133032e-15,
0.0,
- 1.0536126136764034e-14,
- 5.360975173634737e-15,
- 5.963929657565302e-16,
- 5.76617557900596e-15,
0.0,
- 7.76000853851898e-15,
+ 6.563182479573078e-15,
0.0,
- 5.378591598373826e-15,
0.0,
- 1.1971835450002418e-15,
+ 3.1929794197546806e-15,
+ 7.703409141023506e-15,
0.0,
+ 1.2928021000713448e-15,
+ 3.9794915582179796e-16,
0.0,
- 2.802585288823283e-15,
+ 8.765112234396877e-15,
+ 3.9871503229424165e-15,
0.0,
0.0,
- 1.447475817755207e-14,
- 8.054660507530698e-16,
+ 7.997771319371779e-16,
+ 3.2029546158039953e-15,
+ 3.608050054475537e-15,
0.0,
- 1.6166991111490508e-15,
+ 4.8249193925280385e-15,
+ 9.66559260905917e-15,
0.0,
- 4.869431334530805e-15,
0.0,
- 6.5210127761906334e-15,
- 1.634052876962273e-15,
- 5.733047128063614e-15,
0.0,
0.0,
- 8.254208226706268e-16,
- 8.277132973129114e-15,
+ 8.133081191709146e-16,
+ 2.445379791078256e-15,
+ 9.804317261801199e-15,
0.0,
- 8.311951094201907e-15
+ 7.389598870066034e-15,
+ 8.232049004152478e-16,
+ 0.0,
+ 9.104846270468775e-15,
+ 0.0,
+ 0.0
],
"yaxis": "y"
},
@@ -616,85 +616,85 @@
],
"xaxis": "x",
"y": [
- 27.604847433505462,
- 27.132698874033125,
- 26.655806481705703,
- 26.174183650877794,
- 25.687847937857402,
- 25.196819414413977,
- 24.701121933312315,
- 24.200782934318227,
- 23.69583353830528,
- 23.186308637716113,
- 22.672246691164776,
- 22.153690972268894,
- 21.63068789520212,
- 21.1032882530597,
- 20.571546990681792,
- 20.03552326265794,
- 19.495280484138817,
- 18.95088637388172,
- 18.40241270153297,
- 17.849936464902434,
- 17.293538178890923,
- 16.733303035517494,
- 16.169320612775937,
- 15.6016848613261,
- 15.03049408041473,
- 14.455850602976712,
- 13.87786186896244,
- 13.296638684767903,
- 12.712296275839373,
- 12.124953923370061,
- 11.534734870038404,
- 10.941766213577498,
- 10.346178788368938,
- 9.748106769745092,
- 9.147688595281119,
- 8.545065212882697,
- 7.940380983529454,
- 7.3337832382446635,
- 6.725422092029964,
- 6.11545024801314,
- 5.5040225440565305,
- 4.891296734399036,
- 4.277431770542094,
- 3.6625885731100314,
- 3.046929545524269,
- 2.43061833297418,
- 1.8138195766841423,
- 1.196698437219935,
- 0.5794212540654066,
- -0.037846081424829196,
- -0.6549374628236437,
- -1.2716870541688923,
- -1.8879295440356225,
- -2.503500397620652,
- -3.1182361058689674,
- -3.7319746299828926,
- -4.344554840931815,
- -4.955817961026329,
- -5.565606983900305,
- -6.173767098361511,
- -6.780145901234187,
- -7.384593601453544,
- -7.98696338741857,
- -8.587110917442319,
- -9.184895541550135,
- -9.780179762788991,
- -10.372829566033126,
- -10.962714558681094,
- -11.549708099622622,
- -12.133687416219352,
- -12.714533850149651,
- -13.292132382685624,
- -13.866372572823463,
- -14.437148050562511,
- -15.004356718728115,
- -15.56790079829262,
- -16.12768686229328,
- -16.68362597184758,
- -16.937922200066158
+ 27.6048474320614,
+ 27.13269887258992,
+ 26.65580648025808,
+ 26.17418364943161,
+ 25.68784793640722,
+ 25.196819412963094,
+ 24.701121931858108,
+ 24.200782932866733,
+ 23.695833536856906,
+ 23.186308636265398,
+ 22.672246689717827,
+ 22.15369097082043,
+ 21.6306878937552,
+ 21.103288251611993,
+ 20.57154698923922,
+ 20.035523261220916,
+ 19.49528048270217,
+ 18.95088637244862,
+ 18.40241270010382,
+ 17.84993646348041,
+ 17.293538177468093,
+ 16.733303034099908,
+ 16.169320611364,
+ 15.601684859920224,
+ 15.030494079015309,
+ 14.455850601586995,
+ 13.877861867577373,
+ 13.296638683390698,
+ 12.712296274467715,
+ 12.124953922012473,
+ 11.534734868687304,
+ 10.941766212235978,
+ 10.346178787037484,
+ 9.748106768424094,
+ 9.147688593971024,
+ 8.545065211586456,
+ 7.940380982244916,
+ 7.333783236972376,
+ 6.72542209077024,
+ 6.1154502467664384,
+ 5.504022542823195,
+ 4.891296733179492,
+ 4.277431769336746,
+ 3.6625885719192826,
+ 3.046929544350746,
+ 2.4306183318136343,
+ 1.8138195755392847,
+ 1.1966984360932298,
+ 0.5794212529506488,
+ -0.037846082522936614,
+ -0.6549374639027058,
+ -1.271687055230766,
+ -1.8879295450799787,
+ -2.5035003986472906,
+ -3.118236106875651,
+ -3.7319746309752304,
+ -4.344554841905751,
+ -4.9558179619797,
+ -5.565606984834879,
+ -6.173767099277127,
+ -6.780145902130678,
+ -7.384593602329068,
+ -7.986963388276404,
+ -8.587110918282304,
+ -9.184895542368897,
+ -9.7801797635881,
+ -10.372829566810957,
+ -10.962714559440663,
+ -11.549708100362475,
+ -12.133687416940784,
+ -12.714533850852595,
+ -13.292132383367358,
+ -13.866372573485416,
+ -14.437148051205961,
+ -15.004356719349445,
+ -15.567900798895531,
+ -16.127686862875493,
+ -16.6836259724126,
+ -16.937922200621188
],
"yaxis": "y"
},
@@ -796,85 +796,85 @@
],
"xaxis": "x",
"y": [
- 55.525197409928424,
- 55.66258620066566,
- 55.798226441135434,
- 55.93207120487861,
- 56.06407231011306,
- 56.19418276619835,
- 56.322355209667386,
- 56.44854235021885,
- 56.57269701596755,
- 56.69477220011742,
- 56.81472149083133,
- 56.93249759066191,
- 57.04805466579507,
- 57.161346862806795,
- 57.27232874587757,
- 57.38095535062309,
- 57.48718223883784,
- 57.59096555404805,
- 57.69226243926366,
- 57.79102964510424,
- 57.88722576379581,
- 57.98080983303274,
- 58.071741757674474,
- 58.15998236749623,
- 58.245493474690704,
- 58.328238275590664,
- 58.408180027219984,
- 58.48528417727303,
- 58.559517034410874,
- 58.63084616940678,
- 58.69924046821002,
- 58.764670183699664,
- 58.82710698583445,
- 58.88652433653052,
- 58.94289622847096,
- 58.996199194346495,
- 59.04641103706972,
- 59.09351119809217,
- 59.13748079464764,
- 59.17830265421469,
- 59.215961658613516,
- 59.25044352097553,
- 59.281736691477974,
- 59.30983112423302,
- 59.334718610531546,
- 59.3563927943641,
- 59.37484918445567,
- 59.39008546342771,
- 59.40210028848489,
- 59.41089510132911,
- 59.416472918524484,
- 59.41883862779788,
- 59.41799897851835,
- 59.41396256859556,
- 59.40673982791886,
- 59.39634328862025,
- 59.38278639944331,
- 59.36608524413804,
- 59.34625734718859,
- 59.32332193241589,
- 59.29729988723562,
- 59.26821372420259,
- 59.23608782401836,
- 59.200947254888696,
- 59.1628194334425,
- 59.12173293824054,
- 59.07771774478158,
- 59.030805173871755,
- 58.981027838516766,
- 58.92841958933549,
- 58.87301573921924,
- 58.814851885008274,
- 58.75396553271286,
- 58.69039491720657,
- 58.624179224209286,
- 58.555358531350585,
- 58.483973749175135,
- 58.41006684186633,
- 58.375250534039544
+ 55.525197411952355,
+ 55.662586202673104,
+ 55.79822644313429,
+ 55.93207120686109,
+ 56.0640723120867,
+ 56.194182768159386,
+ 56.322355211619524,
+ 56.448542352154504,
+ 56.572697017886824,
+ 56.694772202027636,
+ 56.81472149272526,
+ 56.93249759254685,
+ 57.04805466766723,
+ 57.161346864670016,
+ 57.27232874772443,
+ 57.38095535245388,
+ 57.487182240659635,
+ 57.5909655558573,
+ 57.69226244106051,
+ 57.791029646885065,
+ 57.88722576557132,
+ 57.980809834795984,
+ 58.07174175942571,
+ 58.15998236923524,
+ 58.245493476417735,
+ 58.32823827730257,
+ 58.40818002892341,
+ 58.4852841789649,
+ 58.55951703609448,
+ 58.63084617107258,
+ 58.69924046986788,
+ 58.764670185346404,
+ 58.82710698747042,
+ 58.88652433815581,
+ 58.942896230085736,
+ 58.99619919594782,
+ 59.04641103866082,
+ 59.09351119967346,
+ 59.137480796219215,
+ 59.178302655776776,
+ 59.21596166016632,
+ 59.250443522519255,
+ 59.28173669301286,
+ 59.309831125759274,
+ 59.33471861204661,
+ 59.356392795873916,
+ 59.3748491859575,
+ 59.39008546491905,
+ 59.40210028997471,
+ 59.41089510281178,
+ 59.41647291999741,
+ 59.4188386292643,
+ 59.417998979978464,
+ 59.413962570049506,
+ 59.40673982936431,
+ 59.396343290065836,
+ 59.382786400883646,
+ 59.36608524557056,
+ 59.34625734861653,
+ 59.3233219338394,
+ 59.29729988865506,
+ 59.26821372561537,
+ 59.236087825430324,
+ 59.200947256300175,
+ 59.162819434848195,
+ 59.121732939643444,
+ 59.07771774617929,
+ 59.03080517526998,
+ 58.98102783991309,
+ 58.92841959073281,
+ 58.873015740617845,
+ 58.814851886402955,
+ 58.75396553410662,
+ 58.69039491860235,
+ 58.62417922559929,
+ 58.55535853274315,
+ 58.48397375056503,
+ 58.41006684326197,
+ 58.37525053543272
],
"yaxis": "y"
}
@@ -1728,9 +1728,9 @@
}
},
"text/html": [
- "
"
],
"text/plain": [
- "
"
+ ""
]
},
"execution_count": 8,
@@ -1690,7 +1687,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
- "version": "3.11.9"
+ "version": "3.11.11"
}
},
"nbformat": 4,
diff --git a/_notebooks/render.html b/_notebooks/render.html
index f9e1c04ec..bd4339d9a 100644
--- a/_notebooks/render.html
+++ b/_notebooks/render.html
@@ -7,28 +7,28 @@
async function init() {
Cesium.Ion.defaultAccessToken = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlYmYyODhkOS1jNDY5LTQ0NTUtOWNlZi0zMDhjNjE1NDY2OTUiLCJpZCI6NzE4ODUsImlhdCI6MTYzNTUzNzc1Mn0.YQiV6xUFOiEhdQ-w3Dmgy1XYZogK5dclhn7X0U6i7Oo";
var widget = new Cesium.Viewer("cesiumContainer", {fullscreenButton: false, homeButton: false, infoBox: false, sceneModePicker: false, selectionIndicator: false, timeline: true, navigationHelpButton: false, navigationInstructionsInitiallyVisible: false, scene3dOnly: true, clockViewModel: new Cesium.ClockViewModel(new Cesium.Clock({startTime: Cesium.JulianDate.fromIso8601("2024-01-01T15:08:42.062272+00:00"), stopTime: Cesium.JulianDate.fromIso8601("2024-01-01T15:09:59.522054+00:00"), clockRange: Cesium.ClockRange.CLAMPED, canAnimate: true, shouldAnimate: false}))});
- widget.property_3fae4706 = new Cesium.SampledProperty(Cesium.Cartesian3);
- widget.property_3fae4706.addSample("2024-01-01T15:08:42.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.137930271362766, 4.362430553709083, 550122.7669634694));
- widget.property_3fae4706.addSample("2024-01-01T15:08:52.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.261797647382496, 3.737522066100169, 550090.1591987774));
- widget.property_3fae4706.addSample("2024-01-01T15:09:02.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.38554923641237, 3.112594977378538, 550062.5564545575));
- widget.property_3fae4706.addSample("2024-01-01T15:09:12.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.509204704154577, 2.4876524003059486, 550039.9721058706));
- widget.property_3fae4706.addSample("2024-01-01T15:09:22.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.63278362632062, 1.8626974463482582, 550022.4170964456));
- widget.property_3fae4706.addSample("2024-01-01T15:09:32.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.756305002611578, 1.237733225954018, 550009.8999331509));
- widget.property_3fae4706.addSample("2024-01-01T15:09:42.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.879788283453337, 0.6127628488178318, 550002.426681713));
- widget.property_3fae4706.addSample("2024-01-01T15:09:52.062272+00:00", Cesium.Cartesian3.fromDegrees(-10.003252883728202, -0.01221057585955051, 550000.0009636492));
- widget.property_3fae4706.addSample("2024-01-01T15:09:59.522054+00:00", Cesium.Cartesian3.fromDegrees(-10.095353742010236, -0.47842726730938373, 550001.47933361));
- widget.property_95af224b = new Cesium.SampledProperty(Cesium.Quaternion);
- widget.property_95af224b.addSample("2024-01-01T15:08:42.062272+00:00", new Cesium.Quaternion(-0.7745270532877749, 0.3201986758532946, 0.3818494147296324, 0.3895788446229985));
- widget.property_95af224b.addSample("2024-01-01T15:08:52.062272+00:00", new Cesium.Quaternion(-0.7458551025950836, 0.345047316946292, 0.41423862756603663, 0.39121461428894616));
- widget.property_95af224b.addSample("2024-01-01T15:09:02.062272+00:00", new Cesium.Quaternion(-0.7140832164841817, 0.370529995190869, 0.44861698019482715, 0.389275593481449));
- widget.property_95af224b.addSample("2024-01-01T15:09:12.062272+00:00", new Cesium.Quaternion(-0.6793714639520361, 0.3958062568935332, 0.48449460978147424, 0.38347984831578186));
- widget.property_95af224b.addSample("2024-01-01T15:09:22.062272+00:00", new Cesium.Quaternion(-0.6421430497278803, 0.41986389309274663, 0.5211727859974736, 0.37382555035579307));
- widget.property_95af224b.addSample("2024-01-01T15:09:32.062272+00:00", new Cesium.Quaternion(-0.6030953858636139, 0.44164915680270034, 0.5578119184712468, 0.3606491944492734));
- widget.property_95af224b.addSample("2024-01-01T15:09:42.062272+00:00", new Cesium.Quaternion(-0.5631387153775337, 0.4602383932243905, 0.5935492691157129, 0.34460800016449944));
- widget.property_95af224b.addSample("2024-01-01T15:09:52.062272+00:00", new Cesium.Quaternion(-0.5232686870952316, 0.47499264150157017, 0.6276290281636949, 0.32657874185453295));
- widget.property_95af224b.addSample("2024-01-01T15:09:59.522054+00:00", new Cesium.Quaternion(-0.49414348424426224, 0.48332441215715466, 0.6516334860509023, 0.3123996310001508));
- widget.entities.add({position: widget.property_3fae4706, orientation: widget.property_95af224b, model: {uri: await Cesium.IonResource.fromAssetId(1359555), availability: new Cesium.TimeIntervalCollection({intervals: [new Cesium.TimeInterval({start: Cesium.JulianDate.fromIso8601("2024-01-01T15:08:42.062272+00:00"), stop: Cesium.JulianDate.fromIso8601("2024-01-01T15:09:59.522054+00:00")})]})}});
- widget.entities.add({polyline: {positions: Cesium.Cartesian3.fromDegreesArrayHeights([-9.137930271362766, 4.362430553709083, 550122.7669634694, -9.261797647382496, 3.737522066100169, 550090.1591987774, -9.38554923641237, 3.112594977378538, 550062.5564545575, -9.509204704154577, 2.4876524003059486, 550039.9721058706, -9.63278362632062, 1.8626974463482582, 550022.4170964456, -9.756305002611578, 1.237733225954018, 550009.8999331509, -9.879788283453337, 0.6127628488178318, 550002.426681713, -10.003252883728202, -0.01221057585955051, 550000.0009636492, -10.095353742010236, -0.47842726730938373, 550001.47933361]), width: 1.0}});
+ widget.property_3f09a5ab = new Cesium.SampledProperty(Cesium.Cartesian3);
+ widget.property_3f09a5ab.addSample("2024-01-01T15:08:42.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.137930272185047, 4.362430553737098, 550122.7669634755));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:08:52.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.261797648205023, 3.7375220661285726, 550090.1591987855));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:02.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.385549237240038, 3.1125949774073116, 550062.5564545591));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:12.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.509204704984114, 2.4876524003351057, 550039.972105868));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:22.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.632783627150436, 1.8626974463777943, 550022.4170964444));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:32.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.756305003443265, 1.2377332259839398, 550009.8999331556));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:42.062272+00:00", Cesium.Cartesian3.fromDegrees(-9.87978828428689, 0.6127628488481233, 550002.4266817163));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:52.062272+00:00", Cesium.Cartesian3.fromDegrees(-10.003252884566892, -0.012210575828876516, 550000.0009636488));
+ widget.property_3f09a5ab.addSample("2024-01-01T15:09:59.522054+00:00", Cesium.Cartesian3.fromDegrees(-10.095353742848685, -0.4784272672784221, 550001.4793336083));
+ widget.property_ccf162ea = new Cesium.SampledProperty(Cesium.Quaternion);
+ widget.property_ccf162ea.addSample("2024-01-01T15:08:42.062272+00:00", new Cesium.Quaternion(-0.7745270532731057, 0.32019867587153694, 0.3818494147302193, 0.38957884463659437));
+ widget.property_ccf162ea.addSample("2024-01-01T15:08:52.062272+00:00", new Cesium.Quaternion(-0.7458551025801965, 0.34504731696437685, 0.41423862756624874, 0.3912146143011534));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:02.062272+00:00", new Cesium.Quaternion(-0.7140832164691815, 0.3705299952086629, 0.44861698019448293, 0.3892755934924248));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:12.062272+00:00", new Cesium.Quaternion(-0.6793714639372284, 0.395806256910742, 0.4844946097803658, 0.38347984832565335));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:22.062272+00:00", new Cesium.Quaternion(-0.6421430497135727, 0.4198638931091663, 0.52117278599541, 0.37382555036480486));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:32.062272+00:00", new Cesium.Quaternion(-0.6030953858500578, 0.4416491568182824, 0.5578119184680776, 0.36064919445776256));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:42.062272+00:00", new Cesium.Quaternion(-0.5631387153649707, 0.4602383932391689, 0.5935492691113625, 0.3446080001727855));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:52.062272+00:00", new Cesium.Quaternion(-0.5232686870837849, 0.4749926415157336, 0.6276290281581541, 0.32657874186292196));
+ widget.property_ccf162ea.addSample("2024-01-01T15:09:59.522054+00:00", new Cesium.Quaternion(-0.49414348423376403, 0.48332441217092914, 0.6516334860445472, 0.3123996310087014));
+ widget.entities.add({position: widget.property_3f09a5ab, orientation: widget.property_ccf162ea, model: {uri: await Cesium.IonResource.fromAssetId(1359555), availability: new Cesium.TimeIntervalCollection({intervals: [new Cesium.TimeInterval({start: Cesium.JulianDate.fromIso8601("2024-01-01T15:08:42.062272+00:00"), stop: Cesium.JulianDate.fromIso8601("2024-01-01T15:09:59.522054+00:00")})]})}});
+ widget.entities.add({polyline: {positions: Cesium.Cartesian3.fromDegreesArrayHeights([-9.137930272185047, 4.362430553737098, 550122.7669634755, -9.261797648205023, 3.7375220661285726, 550090.1591987855, -9.385549237240038, 3.1125949774073116, 550062.5564545591, -9.509204704984114, 2.4876524003351057, 550039.972105868, -9.632783627150436, 1.8626974463777943, 550022.4170964444, -9.756305003443265, 1.2377332259839398, 550009.8999331556, -9.87978828428689, 0.6127628488481233, 550002.4266817163, -10.003252884566892, -0.012210575828876516, 550000.0009636488, -10.095353742848685, -0.4784272672784221, 550001.4793336083]), width: 1.0}});
widget.entities.add({position: Cesium.Cartesian3.fromDegrees(0.0, 0.0, 9.999999999622059), point: {pixelSize: 10.0, color: Cesium.Color.RED}});
widget.zoomTo(widget.entities);
widget.trackedEntity = widget.entities.values[0];
diff --git a/dev/bench/data.js b/dev/bench/data.js
deleted file mode 100644
index 6c463be6c..000000000
--- a/dev/bench/data.js
+++ /dev/null
@@ -1,170 +0,0 @@
-window.BENCHMARK_DATA = {
- "lastUpdate": 1734518766922,
- "repoUrl": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics",
- "entries": {
- "Benchmark": [
- {
- "commit": {
- "author": {
- "email": "vishwa2710@gmail.com",
- "name": "Vishwa Shah",
- "username": "vishwa2710"
- },
- "committer": {
- "email": "noreply@github.com",
- "name": "GitHub",
- "username": "web-flow"
- },
- "distinct": true,
- "id": "827f75f77688336e62bbc540216388797cd01e02",
- "message": "fix: startup script for jupyter (#471)",
- "timestamp": "2024-12-08T19:04:43-07:00",
- "tree_id": "0eedb04296dcfccf31bfc6f28cffa4034c5f4421",
- "url": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics/commit/827f75f77688336e62bbc540216388797cd01e02"
- },
- "date": 1733710993304,
- "tool": "googlecpp",
- "benches": [
- {
- "name": "Access | Ground Station <> TLE/iterations:10",
- "value": 589627758.3000085,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 589592527.6000001 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | Spherical/iterations:10",
- "value": 884427258.1999916,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 884369169.7000002 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1984 {100, 100}/iterations:10",
- "value": 3188399030.800008,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3188162319.5999994 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1996 {100, 100}/iterations:10",
- "value": 3188446686.599997,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3188298265.7000017 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM2008 {100, 100}/iterations:10",
- "value": 3196785188.400008,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3196688772.7999988 ns\nthreads: 1"
- }
- ]
- },
- {
- "commit": {
- "author": {
- "email": "35860220+alex-liang3@users.noreply.github.com",
- "name": "Alex Liang",
- "username": "alex-liang3"
- },
- "committer": {
- "email": "noreply@github.com",
- "name": "GitHub",
- "username": "web-flow"
- },
- "distinct": true,
- "id": "6956a4e18fabf2a52c0b3aafc7efc7dbc5ef3eb2",
- "message": "feat: frozen orbit conditions (#473)\n\n* feat: add method to get coe for frozen orbit\r\n\r\n* feat: add frozen Orbit constructor\r\n\r\n* test: add coe gtest\r\n\r\n* chore: improve error handling\r\n\r\n* refactor: make re, j2, and j3 args\r\n\r\n* test: add tests for orbit\r\n\r\n* chore: bump ostk-physics dependency version\r\n\r\n* test: add python tests\r\n\r\n* perf: loosen criticality requirement\r\n\r\n* style: use camelCase\r\n\r\n* style: add units and long for to var names\r\n\r\n* style: make lambda captures explicit\r\n\r\n* perf: use ostk Arrays\r\n\r\n* test: add more tests\r\n\r\n* doc: add more documentation\r\n\r\n* test: improve tests\r\n\r\n* doc: add docs for Orbit constructor\r\n\r\n* feat: add overloaded ctor for COE\r\n\r\n* test: add test for ctor with Celestial\r\n\r\n* test: add python test\r\n\r\n* perf: use reference\r\n\r\n* chore: fix typos\r\n\r\n* doc: add doc to orbit.hpp\r\n\r\n* test: add negative tests for celestial ctor",
- "timestamp": "2024-12-17T13:50:49-03:00",
- "tree_id": "b9713c32b18cb97e6bdc8dc001a4df72f7762185",
- "url": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics/commit/6956a4e18fabf2a52c0b3aafc7efc7dbc5ef3eb2"
- },
- "date": 1734455480354,
- "tool": "googlecpp",
- "benches": [
- {
- "name": "Access | Ground Station <> TLE/iterations:10",
- "value": 584720371.7999946,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 584694399.8999999 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | Spherical/iterations:10",
- "value": 881762585.0999889,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 881722342.2000002 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1984 {100, 100}/iterations:10",
- "value": 3175390347.0000067,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3175295313.600001 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1996 {100, 100}/iterations:10",
- "value": 3174495148.300002,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3174368380.999999 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM2008 {100, 100}/iterations:10",
- "value": 3175764644.300011,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3175667149.8999968 ns\nthreads: 1"
- }
- ]
- },
- {
- "commit": {
- "author": {
- "email": "35860220+alex-liang3@users.noreply.github.com",
- "name": "Alex Liang",
- "username": "alex-liang3"
- },
- "committer": {
- "email": "noreply@github.com",
- "name": "GitHub",
- "username": "web-flow"
- },
- "distinct": true,
- "id": "84816150be89cca9f52929306466e147990db9b3",
- "message": "docs: clarify altitude definition in Orbit constructors (#475)\n\ndoc: clarify altitude definition in Orbit ctors",
- "timestamp": "2024-12-18T11:28:38+01:00",
- "tree_id": "db8e00e55ad6fe506767b9457b42a5dd467304c2",
- "url": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics/commit/84816150be89cca9f52929306466e147990db9b3"
- },
- "date": 1734518764637,
- "tool": "googlecpp",
- "benches": [
- {
- "name": "Access | Ground Station <> TLE/iterations:10",
- "value": 583768593.700006,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 583730880.0000001 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | Spherical/iterations:10",
- "value": 888723954.0999985,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 888686518.8999999 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1984 {100, 100}/iterations:10",
- "value": 3184520978.800026,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3184384983.400001 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM1996 {100, 100}/iterations:10",
- "value": 3181799061.9000173,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3181680421.199998 ns\nthreads: 1"
- },
- {
- "name": "Propagation | Numerical | EGM2008 {100, 100}/iterations:10",
- "value": 3186331568.2999883,
- "unit": "ns/iter",
- "extra": "iterations: 10\ncpu: 3186055682.699998 ns\nthreads: 1"
- }
- ]
- }
- ]
- }
-}
\ No newline at end of file
diff --git a/dev/bench/index.html b/dev/bench/index.html
deleted file mode 100644
index 6c887805e..000000000
--- a/dev/bench/index.html
+++ /dev/null
@@ -1,281 +0,0 @@
-
-
-
-
-
-
- Benchmarks
-
-
-
-
-
-
- Download data as JSON
-
-
-
-
-
-
-
-
-
diff --git a/xml/_c_o_e_8cpp.xml b/xml/_c_o_e_8cpp.xml
index 35c5064cb..d781f5c47 100644
--- a/xml/_c_o_e_8cpp.xml
+++ b/xml/_c_o_e_8cpp.xml
@@ -152,1045 +152,1199 @@
namespace kepler
{
-using ostk::core::type::Integer;
-using ostk::core::type::Real;
-using ostk::core::type::Shared;
-using ostk::core::type::Size;
-using ostk::core::type::String;
-
-using ostk::mathematics::geometry::d3::transformation::rotation::RotationMatrix;
-using ostk::mathematics::object::Vector3d;
-
-using ostk::physics::time::Scale;
-using ostk::physics::unit::Angle;
-using ostk::physics::unit::Derived;
-using ostk::physics::unit::ElectricCurrent;
-using ostk::physics::unit::Length;
-using ostk::physics::unit::Mass;
-using [TimeUnit] = ostk::physics::unit::Time;
-using [EarthGravitationalModel] = ostk::physics::environment::gravitational::Earth;
-
-static const Real Tolerance = 1e-30;
-static const Derived::Unit GravitationalParameterSIUnit = Derived::Unit::MeterCubedPerSecondSquared();
-static const Derived::Unit angularVelocitySIUnit = Derived::Unit::RadianPerSecond();
-static const Derived::Unit AngularMomentumSIUnit = {
- Length::Unit::Meter,
- {2},
- Mass::Unit::Kilogram,
- {1},
- TimeUnit::Unit::Second,
- {-2},
- ElectricCurrent::Unit::Undefined,
- {0},
- Angle::Unit::Undefined,
- {0},
-};
-
-[COE::COE](
-const Length& aSemiMajorAxis,
-const Real& anEccentricity,
-const Angle& anInclination,
-const Angle& aRaan,
-const Angle& anAop,
-const Angle& aTrueAnomaly
-)
- : semiMajorAxis_(aSemiMajorAxis),
- eccentricity_(anEccentricity),
- inclination_(anInclination),
- raan_(aRaan),
- aop_(anAop),
- anomaly_(aTrueAnomaly),
- anomalyType_(COE::AnomalyType::True)
-{
-}
-
-bool [COE::operator==](const COE& aCOE) const
-{
-if ((!this->[isDefined]()) || (!aCOE.isDefined()))
- {
-return false ;
- }
-
-return ([semiMajorAxis_] == aCOE.semiMajorAxis_) && ([eccentricity_] == aCOE.eccentricity_) &&
- ([inclination_] == aCOE.inclination_) && ([raan_] == aCOE.raan_) && ([aop_] == aCOE.aop_) &&
- ([anomaly_] == aCOE.anomaly_) && ([anomalyType_] == aCOE.anomalyType_);
-}
-
-bool [COE::operator!=](const COE& aCOE) const
-{
-return !((*this) == aCOE);
-}
-
-std::ostream&[operator<<](std::ostream& anOutputStream, const COE& aCOE)
-{
- aCOE.print(anOutputStream);
-
-return anOutputStream;
-}
-
-bool [COE::isDefined]() const
-{
-return [semiMajorAxis_].isDefined() &&[eccentricity_].isDefined() &&[inclination_].isDefined() &&[raan_].isDefined() &&
-[aop_].isDefined() &&[anomaly_].isDefined();
-}
-
-Length[COE::getSemiMajorAxis]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [semiMajorAxis_];
-}
-
-Real[COE::getEccentricity]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [eccentricity_];
-}
-
-Angle[COE::getInclination]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [inclination_];
-}
-
-Angle[COE::getRaan]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [raan_];
-}
-
-Angle[COE::getAop]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [aop_];
-}
-
-Angle[COE::getTrueAnomaly]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [anomaly_];
-}
-
-Angle[COE::getMeanAnomaly]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [COE::MeanAnomalyFromEccentricAnomaly](this->[getEccentricAnomaly](),[eccentricity_]);
-}
-
-Angle[COE::getEccentricAnomaly]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return [COE::EccentricAnomalyFromTrueAnomaly]([anomaly_],[eccentricity_]);
-}
-
-Length[COE::getPeriapsisRadius]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return this->[semiMajorAxis_] * (1.0 - this->[eccentricity_]);
-}
-
-Length[COE::getApoapsisRadius]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return this->[semiMajorAxis_] * (1.0 + this->[eccentricity_]);
-}
-
-Length[COE::getSemiLatusRectum]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return Length::Meters([COE::ComputeSemiLatusRectum]([semiMajorAxis_].inMeters(),[eccentricity_]));
-}
-
-Length[COE::getRadialDistance]() const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return Length::Meters([COE::ComputeRadialDistance](
-[semiMajorAxis_].inMeters(),
-[eccentricity_],
- COE::ConvertAnomaly([anomaly_],[eccentricity_],[anomalyType_],[AnomalyType::True], 1e-12).inRadians()
- ));
-}
-
-Derived[COE::getAngularMomentum]( const Derived& aGravitationalParameter) const
-{
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return Derived(
-[COE::ComputeAngularMomentum](
-[COE::ComputeSemiLatusRectum]([semiMajorAxis_].inMeters(),[eccentricity_]), aGravitationalParameter
- ),
- AngularMomentumSIUnit
- );
-}
-
-Derived[COE::getMeanMotion]( const Derived& aGravitationalParameter) const
-{
-if (!aGravitationalParameter.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
- }
-
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-const Real semiMajorAxis_m =[semiMajorAxis_].inMeters();
-
-const Real gravitationalParameter_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
-
-return Derived(
- std::sqrt(gravitationalParameter_SI / (semiMajorAxis_m * semiMajorAxis_m * semiMajorAxis_m)),
- angularVelocitySIUnit
- );
-}
-
-Derived[COE::getNodalPrecessionRate](
-const Derived& aGravitationalParameter,const Length& anEquatorialRadius,const Real& aJ2Parameter
-) const
-{
-const Real omega = this->[getMeanMotion](aGravitationalParameter).in(angularVelocitySIUnit);
-
-const Real omega_p =
- -(3.0 / 2.0) * std::pow(anEquatorialRadius.inMeters(), 2.0) * aJ2Parameter * omega *
- std::cos(this->[inclination_].inRadians()) /
- std::pow(this->[semiMajorAxis_].inMeters() * (1.0 - (this->eccentricity_ * this->eccentricity_)), 2.0);
-
-return Derived(omega_p, angularVelocitySIUnit);
-}
-
-Duration[COE::getOrbitalPeriod]( const Derived& aGravitationalParameter) const
-{
-if (!aGravitationalParameter.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
- }
-
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-return Duration::Seconds(Real::TwoPi() / this->[getMeanMotion](aGravitationalParameter).in(angularVelocitySIUnit));
-}
-
-[COE::CartesianState][COE::getCartesianState](
-const Derived& aGravitationalParameter,const Shared<const Frame>& aFrameSPtr
-) const
-{
-if (!aGravitationalParameter.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
- }
-
-if ((aFrameSPtr ==nullptr ) || (!aFrameSPtr->isDefined()))
- {
-throw ostk::core::error::runtime::Undefined("Frame" );
- }
-
-if (!this->[isDefined]())
- {
-throw ostk::core::error::runtime::Undefined("COE" );
- }
-
-const Real a_m =[semiMajorAxis_].inMeters();
-const Real inclination_rad =[inclination_].inRadians();
-const Real raan_rad =[raan_].inRadians();
-const Real aop_rad =[aop_].inRadians();
-const Real nu_rad =[anomaly_].inRadians();
-const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
-
-const Real p_m = a_m * (1.0 -[eccentricity_] *[eccentricity_]);
-
-const Vector3d R_pqw = {
- p_m * std::cos(nu_rad) / (1.0 +[eccentricity_] * std::cos(nu_rad)),
- p_m * std::sin(nu_rad) / (1.0 +[eccentricity_] * std::cos(nu_rad)),
- 0.0,
- };
-
-const Vector3d V_pqw = {
- -std::sqrt(mu_SI / p_m) * std::sin(nu_rad),
- +std::sqrt(mu_SI / p_m) * ([eccentricity_] + std::cos(nu_rad)),
- 0.0,
- };
-
-try
- {
-const Vector3d x_ECI = RotationMatrix::RZ(Angle::Radians(-raan_rad)) *
- RotationMatrix::RX(Angle::Radians(-inclination_rad)) *
- RotationMatrix::RZ(Angle::Radians(-aop_rad)) * R_pqw;
-const Vector3d v_ECI = RotationMatrix::RZ(Angle::Radians(-raan_rad)) *
- RotationMatrix::RX(Angle::Radians(-inclination_rad)) *
- RotationMatrix::RZ(Angle::Radians(-aop_rad)) * V_pqw;
-
-const Position position = Position::Meters(x_ECI, aFrameSPtr);
-const Velocity velocity = Velocity::MetersPerSecond(v_ECI, aFrameSPtr);
-
-return {
- position,
- velocity,
- };
- }
-catch (const ostk::core::error::Exception& anException)
- {
- std::cout <<"raan_rad = " << raan_rad << std::endl;
- std::cout <<"inclination_rad = " << inclination_rad << std::endl;
- std::cout <<"aop_rad = " << aop_rad << std::endl;
- std::cout <<"R_pqw = " << R_pqw << std::endl;
- std::cout <<"V_pqw = " << V_pqw << std::endl;
-
-throw anException;
- }
-}
-
-Vector6d[COE::getSIVector]( const [COE::AnomalyType]& anAnomalyType) const
-{
-return {
-[semiMajorAxis_].inMeters(),
-[eccentricity_],
-[inclination_].inRadians(),
-[raan_].inRadians(),
-[aop_].inRadians(),
- COE::ConvertAnomaly([anomaly_],[eccentricity_],[AnomalyType::True], anAnomalyType, 1e-12).inRadians(),
- };
-}
-
-void [COE::print](std::ostream& anOutputStream,bool displayDecorator) const
-{
- displayDecorator ? ostk::core::utils::Print::Header(anOutputStream,"Classical Orbital Elements" ) : void();
-
- ostk::core::utils::Print::Line(anOutputStream)
- <<"Semi-major axis:"
- << ([semiMajorAxis_].isDefined() ? String::Format("{} [m]" ,[semiMajorAxis_].inMeters().toString()) : "Undefined" );
- ostk::core::utils::Print::Line(anOutputStream)
- <<"Eccentricity:" << ([eccentricity_].isDefined() ?[eccentricity_].toString() :"Undefined" );
- ostk::core::utils::Print::Line(anOutputStream)
- <<"Inclination:"
- << ([inclination_].isDefined() ? String::Format("{} [deg]" ,[inclination_].inDegrees(0.0, 360.0).toString())
- :"Undefined" );
- ostk::core::utils::Print::Line(anOutputStream)
- <<"Right ascension of the ascending node:"
- << ([raan_].isDefined() ? String::Format("{} [deg]" ,[raan_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
- ostk::core::utils::Print::Line(anOutputStream)
- <<"Argument of periapsis:"
- << ([aop_].isDefined() ? String::Format("{} [deg]" ,[aop_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
- String anomalyType = String::Empty();
-switch ([anomalyType_])
- {
-case [COE::AnomalyType::True]:
- anomalyType ="True" ;
-break ;
-case [COE::AnomalyType::Mean]:
- anomalyType ="Mean" ;
-break ;
-case [COE::AnomalyType::Eccentric]:
- anomalyType ="Eccentric" ;
-break ;
-default :
-throw ostk::core::error::runtime::Wrong("Anomaly type" );
- }
- ostk::core::utils::Print::Line(anOutputStream)
- << String::Format("{} anomaly:" , anomalyType)
- << ([anomaly_].isDefined() ? String::Format("{} [deg]" ,[anomaly_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
-
- displayDecorator ? ostk::core::utils::Print::Footer(anOutputStream) : void();
-}
-
-COE[COE::Undefined]()
-{
-return {
- Length::Undefined(),
- Real::Undefined(),
- Angle::Undefined(),
+using ostk::core::type::Array;
+using ostk::core::type::Integer;
+using ostk::core::type::Real;
+using ostk::core::type::Shared;
+using ostk::core::type::Size;
+using ostk::core::type::String;
+
+using ostk::mathematics::geometry::d3::transformation::rotation::RotationMatrix;
+using ostk::mathematics::object::Vector3d;
+
+using ostk::physics::time::Scale;
+using ostk::physics::unit::Angle;
+using ostk::physics::unit::Derived;
+using ostk::physics::unit::ElectricCurrent;
+using ostk::physics::unit::Length;
+using ostk::physics::unit::Mass;
+using [TimeUnit] = ostk::physics::unit::Time;
+using [EarthGravitationalModel] = ostk::physics::environment::gravitational::Earth;
+
+static const Real Tolerance = 1e-30;
+static const Derived::Unit GravitationalParameterSIUnit = Derived::Unit::MeterCubedPerSecondSquared();
+static const Derived::Unit angularVelocitySIUnit = Derived::Unit::RadianPerSecond();
+static const Derived::Unit AngularMomentumSIUnit = {
+ Length::Unit::Meter,
+ {2},
+ Mass::Unit::Kilogram,
+ {1},
+ TimeUnit::Unit::Second,
+ {-2},
+ ElectricCurrent::Unit::Undefined,
+ {0},
+ Angle::Unit::Undefined,
+ {0},
+};
+
+[COE::COE](
+const Length& aSemiMajorAxis,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& aTrueAnomaly
+)
+ : semiMajorAxis_(aSemiMajorAxis),
+ eccentricity_(anEccentricity),
+ inclination_(anInclination),
+ raan_(aRaan),
+ aop_(anAop),
+ anomaly_(aTrueAnomaly),
+ anomalyType_(COE::AnomalyType::True)
+{
+}
+
+bool [COE::operator==](const COE& aCOE) const
+{
+if ((!this->[isDefined]()) || (!aCOE.isDefined()))
+ {
+return false ;
+ }
+
+return ([semiMajorAxis_] == aCOE.semiMajorAxis_) && ([eccentricity_] == aCOE.eccentricity_) &&
+ ([inclination_] == aCOE.inclination_) && ([raan_] == aCOE.raan_) && ([aop_] == aCOE.aop_) &&
+ ([anomaly_] == aCOE.anomaly_) && ([anomalyType_] == aCOE.anomalyType_);
+}
+
+bool [COE::operator!=](const COE& aCOE) const
+{
+return !((*this) == aCOE);
+}
+
+std::ostream&[operator<<](std::ostream& anOutputStream, const COE& aCOE)
+{
+ aCOE.print(anOutputStream);
+
+return anOutputStream;
+}
+
+bool [COE::isDefined]() const
+{
+return [semiMajorAxis_].isDefined() &&[eccentricity_].isDefined() &&[inclination_].isDefined() &&[raan_].isDefined() &&
+[aop_].isDefined() &&[anomaly_].isDefined();
+}
+
+Length[COE::getSemiMajorAxis]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [semiMajorAxis_];
+}
+
+Real[COE::getEccentricity]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [eccentricity_];
+}
+
+Angle[COE::getInclination]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [inclination_];
+}
+
+Angle[COE::getRaan]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [raan_];
+}
+
+Angle[COE::getAop]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [aop_];
+}
+
+Angle[COE::getTrueAnomaly]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [anomaly_];
+}
+
+Angle[COE::getMeanAnomaly]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [COE::MeanAnomalyFromEccentricAnomaly](this->[getEccentricAnomaly](),[eccentricity_]);
+}
+
+Angle[COE::getEccentricAnomaly]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return [COE::EccentricAnomalyFromTrueAnomaly]([anomaly_],[eccentricity_]);
+}
+
+Length[COE::getPeriapsisRadius]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return this->[semiMajorAxis_] * (1.0 - this->[eccentricity_]);
+}
+
+Length[COE::getApoapsisRadius]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return this->[semiMajorAxis_] * (1.0 + this->[eccentricity_]);
+}
+
+Length[COE::getSemiLatusRectum]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return Length::Meters([COE::ComputeSemiLatusRectum]([semiMajorAxis_].inMeters(),[eccentricity_]));
+}
+
+Length[COE::getRadialDistance]() const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return Length::Meters([COE::ComputeRadialDistance](
+[semiMajorAxis_].inMeters(),
+[eccentricity_],
+ COE::ConvertAnomaly([anomaly_],[eccentricity_],[anomalyType_],[AnomalyType::True], 1e-12).inRadians()
+ ));
+}
+
+Derived[COE::getAngularMomentum]( const Derived& aGravitationalParameter) const
+{
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return Derived(
+[COE::ComputeAngularMomentum](
+[COE::ComputeSemiLatusRectum]([semiMajorAxis_].inMeters(),[eccentricity_]), aGravitationalParameter
+ ),
+ AngularMomentumSIUnit
+ );
+}
+
+Derived[COE::getMeanMotion]( const Derived& aGravitationalParameter) const
+{
+if (!aGravitationalParameter.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
+ }
+
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+const Real semiMajorAxis_m =[semiMajorAxis_].inMeters();
+
+const Real gravitationalParameter_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
+
+return Derived(
+ std::sqrt(gravitationalParameter_SI / (semiMajorAxis_m * semiMajorAxis_m * semiMajorAxis_m)),
+ angularVelocitySIUnit
+ );
+}
+
+Derived[COE::getNodalPrecessionRate](
+const Derived& aGravitationalParameter,const Length& anEquatorialRadius,const Real& aJ2Parameter
+) const
+{
+const Real omega = this->[getMeanMotion](aGravitationalParameter).in(angularVelocitySIUnit);
+
+const Real omega_p =
+ -(3.0 / 2.0) * std::pow(anEquatorialRadius.inMeters(), 2.0) * aJ2Parameter * omega *
+ std::cos(this->[inclination_].inRadians()) /
+ std::pow(this->[semiMajorAxis_].inMeters() * (1.0 - (this->eccentricity_ * this->eccentricity_)), 2.0);
+
+return Derived(omega_p, angularVelocitySIUnit);
+}
+
+Duration[COE::getOrbitalPeriod]( const Derived& aGravitationalParameter) const
+{
+if (!aGravitationalParameter.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
+ }
+
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+return Duration::Seconds(Real::TwoPi() / this->[getMeanMotion](aGravitationalParameter).in(angularVelocitySIUnit));
+}
+
+[COE::CartesianState][COE::getCartesianState](
+const Derived& aGravitationalParameter,const Shared<const Frame>& aFrameSPtr
+) const
+{
+if (!aGravitationalParameter.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
+ }
+
+if ((aFrameSPtr ==nullptr ) || (!aFrameSPtr->isDefined()))
+ {
+throw ostk::core::error::runtime::Undefined("Frame" );
+ }
+
+if (!this->[isDefined]())
+ {
+throw ostk::core::error::runtime::Undefined("COE" );
+ }
+
+const Real a_m =[semiMajorAxis_].inMeters();
+const Real inclination_rad =[inclination_].inRadians();
+const Real raan_rad =[raan_].inRadians();
+const Real aop_rad =[aop_].inRadians();
+const Real nu_rad =[anomaly_].inRadians();
+const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
+
+const Real p_m = a_m * (1.0 -[eccentricity_] *[eccentricity_]);
+
+const Vector3d R_pqw = {
+ p_m * std::cos(nu_rad) / (1.0 +[eccentricity_] * std::cos(nu_rad)),
+ p_m * std::sin(nu_rad) / (1.0 +[eccentricity_] * std::cos(nu_rad)),
+ 0.0,
+ };
+
+const Vector3d V_pqw = {
+ -std::sqrt(mu_SI / p_m) * std::sin(nu_rad),
+ +std::sqrt(mu_SI / p_m) * ([eccentricity_] + std::cos(nu_rad)),
+ 0.0,
+ };
+
+try
+ {
+const Vector3d x_ECI = RotationMatrix::RZ(Angle::Radians(-raan_rad)) *
+ RotationMatrix::RX(Angle::Radians(-inclination_rad)) *
+ RotationMatrix::RZ(Angle::Radians(-aop_rad)) * R_pqw;
+const Vector3d v_ECI = RotationMatrix::RZ(Angle::Radians(-raan_rad)) *
+ RotationMatrix::RX(Angle::Radians(-inclination_rad)) *
+ RotationMatrix::RZ(Angle::Radians(-aop_rad)) * V_pqw;
+
+const Position position = Position::Meters(x_ECI, aFrameSPtr);
+const Velocity velocity = Velocity::MetersPerSecond(v_ECI, aFrameSPtr);
+
+return {
+ position,
+ velocity,
+ };
+ }
+catch (const ostk::core::error::Exception& anException)
+ {
+ std::cout <<"raan_rad = " << raan_rad << std::endl;
+ std::cout <<"inclination_rad = " << inclination_rad << std::endl;
+ std::cout <<"aop_rad = " << aop_rad << std::endl;
+ std::cout <<"R_pqw = " << R_pqw << std::endl;
+ std::cout <<"V_pqw = " << V_pqw << std::endl;
+
+throw anException;
+ }
+}
+
+Vector6d[COE::getSIVector]( const [COE::AnomalyType]& anAnomalyType) const
+{
+return {
+[semiMajorAxis_].inMeters(),
+[eccentricity_],
+[inclination_].inRadians(),
+[raan_].inRadians(),
+[aop_].inRadians(),
+ COE::ConvertAnomaly([anomaly_],[eccentricity_],[AnomalyType::True], anAnomalyType, 1e-12).inRadians(),
+ };
+}
+
+void [COE::print](std::ostream& anOutputStream,bool displayDecorator) const
+{
+ displayDecorator ? ostk::core::utils::Print::Header(anOutputStream,"Classical Orbital Elements" ) : void();
+
+ ostk::core::utils::Print::Line(anOutputStream)
+ <<"Semi-major axis:"
+ << ([semiMajorAxis_].isDefined() ? String::Format("{} [m]" ,[semiMajorAxis_].inMeters().toString()) : "Undefined" );
+ ostk::core::utils::Print::Line(anOutputStream)
+ <<"Eccentricity:" << ([eccentricity_].isDefined() ?[eccentricity_].toString() :"Undefined" );
+ ostk::core::utils::Print::Line(anOutputStream)
+ <<"Inclination:"
+ << ([inclination_].isDefined() ? String::Format("{} [deg]" ,[inclination_].inDegrees(0.0, 360.0).toString())
+ :"Undefined" );
+ ostk::core::utils::Print::Line(anOutputStream)
+ <<"Right ascension of the ascending node:"
+ << ([raan_].isDefined() ? String::Format("{} [deg]" ,[raan_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
+ ostk::core::utils::Print::Line(anOutputStream)
+ <<"Argument of periapsis:"
+ << ([aop_].isDefined() ? String::Format("{} [deg]" ,[aop_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
+ String anomalyType = String::Empty();
+switch ([anomalyType_])
+ {
+case [COE::AnomalyType::True]:
+ anomalyType ="True" ;
+break ;
+case [COE::AnomalyType::Mean]:
+ anomalyType ="Mean" ;
+break ;
+case [COE::AnomalyType::Eccentric]:
+ anomalyType ="Eccentric" ;
+break ;
+default :
+throw ostk::core::error::runtime::Wrong("Anomaly type" );
+ }
+ ostk::core::utils::Print::Line(anOutputStream)
+ << String::Format("{} anomaly:" , anomalyType)
+ << ([anomaly_].isDefined() ? String::Format("{} [deg]" ,[anomaly_].inDegrees(0.0, 360.0).toString()) : "Undefined" );
+
+ displayDecorator ? ostk::core::utils::Print::Footer(anOutputStream) : void();
+}
+
+COE[COE::Undefined]()
+{
+return {
+ Length::Undefined(),
+ Real::Undefined(),
Angle::Undefined(),
Angle::Undefined(),
Angle::Undefined(),
- };
-}
-
-COE[COE::Cartesian]( const [COE::CartesianState]& aCartesianState,const Derived& aGravitationalParameter)
-{
-if ((!aCartesianState.first.isDefined()) || (!aCartesianState.second.isDefined()))
- {
-throw ostk::core::error::runtime::Undefined("Cartesian state" );
- }
-
-if (!aGravitationalParameter.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
- }
-
-static const Real tolerance = 1e-11;
-
-const Real mu = aGravitationalParameter.in(GravitationalParameterSIUnit);
-
-if (mu == 0.0)
- {
-throw ostk::core::error::runtime::Wrong("Gravitational parameter" );
- }
-
-const Vector3d& positionVector = aCartesianState.first.accessCoordinates();
-const Vector3d& velocityVector = aCartesianState.second.accessCoordinates();
-
-const Real position = positionVector.norm();
-const Real velocity = velocityVector.norm();
-
-if (position == 0.0)
- {
-throw ostk::core::error::runtime::Wrong("Position vector" );
- }
-
-
-
-const Vector3d angularMomentumVector = positionVector.cross(velocityVector);
-
-const Real angularMomentum = angularMomentumVector.norm();
-
-if (angularMomentum == 0.0)
- {
-throw ostk::core::error::runtime::Wrong("Angular momentum" );
- }
-
-
-
-const Vector3d nodeVector = Vector3d::Z().cross(angularMomentumVector);
-
-const Real node = nodeVector.norm();
-
-
-
-const Vector3d eccentricityVector = (1.0 / mu) * ((((velocity * velocity) - (mu / position)) * positionVector) -
- ((positionVector.dot(velocityVector)) * (velocityVector)));
-
-const Real e = eccentricityVector.norm();
-
-if ((std::abs(1.0 - e)) <= Real::Epsilon())
- {
-throw ostk::core::error::runtime::ToBeImplemented("Support for parabolic orbits." );
- }
-
-
-
-const Real E = (0.5 * velocity * velocity) - (mu / position);
-
-if (E == 0.0)
- {
-throw ostk::core::error::runtime::Wrong("Specific orbital energy" );
- }
-
-const Real a_m = -mu / (2.0 * E);
-
-if (std::abs(a_m * (1.0 - e)) < Real::Epsilon())
- {
-throw ostk::core::error::RuntimeError("Conic section is singular." );
- }
-
-
-
-const Real i_rad = std::acos(angularMomentumVector(2) / angularMomentum);
-
-
-
- Real raan_rad = 0.0;
- Real aop_rad = 0.0;
- Real nu_rad = 0.0;
-
-if ((e >= tolerance) && ((i_rad >= tolerance) && (i_rad <= (Real::Pi() - tolerance))))
- {
-if (node == 0.0)
- {
-throw ostk::core::error::runtime::Undefined("Node" );
- }
-
- raan_rad = std::acos(nodeVector(0) / node);
-
-if (nodeVector(1) < 0.0)
- {
- raan_rad = Real::TwoPi() - raan_rad;
- }
-
- aop_rad = std::acos(std::clamp((double )(nodeVector.dot(eccentricityVector) / (node * e)), -1.0, 1.0));
-
-if (eccentricityVector(2) < 0.0)
- {
- aop_rad = Real::TwoPi() - aop_rad;
- }
-
- nu_rad = std::acos(std::clamp((double )(eccentricityVector.dot(positionVector) / (e * position)), -1.0, 1.0));
-
-if (positionVector.dot(velocityVector) < 0.0)
- {
- nu_rad = Real::TwoPi() - nu_rad;
- }
- }
-else if ((e >= tolerance) && ((i_rad < tolerance) || (i_rad > (Real::Pi() - tolerance))))
-
- {
- raan_rad = 0.0;
- aop_rad = std::acos(eccentricityVector(0) / e);
-
-if (eccentricityVector(1) < 0.0)
- {
- aop_rad = Real::TwoPi() - aop_rad;
- }
-
-if (i_rad > (Real::Pi() - tolerance))
- {
- aop_rad = aop_rad * -1.0;
- }
-
-if (aop_rad < 0.0)
- {
- aop_rad = aop_rad + Real::TwoPi();
- }
-
- nu_rad = std::acos(std::clamp((double )(eccentricityVector.dot(positionVector) / (e * position)), -1.0, 1.0));
-
-if (positionVector.dot(velocityVector) < 0.0)
- {
- nu_rad = Real::TwoPi() - nu_rad;
- }
- }
-else if ((e < tolerance) && ((i_rad >= tolerance) && (i_rad <= (Real::Pi() - tolerance))))
- {
-if (node == 0.0)
- {
-throw ostk::core::error::runtime::Undefined("Node" );
- }
-
- raan_rad = std::acos(nodeVector(0) / node);
-
-if (nodeVector(1) < 0.0)
- {
- raan_rad = Real::TwoPi() - raan_rad;
- }
-
- aop_rad = 0.0;
-
- nu_rad = std::acos(std::clamp((double )(nodeVector.dot(positionVector) / (node * position)), -1.0, 1.0));
-
-if (positionVector(2) < 0.0)
- {
- nu_rad = Real::TwoPi() - nu_rad;
- }
- }
-else if ((e < tolerance) && ((i_rad < tolerance) || (i_rad > (Real::Pi() - tolerance))))
- {
- raan_rad = 0.0;
- aop_rad = 0.0;
-
- nu_rad = std::acos(positionVector(0) / position);
-
-if (positionVector(1) < 0.0)
- {
- nu_rad = Real::TwoPi() - nu_rad;
- }
-
-if (i_rad > (Real::Pi() - tolerance))
- {
- nu_rad = nu_rad * -1.0;
- }
-
-if (nu_rad < 0.0)
- {
- nu_rad = nu_rad + Real::TwoPi();
- }
- }
-
-return {
- Length::Meters(a_m),
- e,
- Angle::Radians(i_rad),
- Angle::Radians(raan_rad),
- Angle::Radians(aop_rad),
- Angle::Radians(nu_rad),
- };
-}
-
-COE[COE::FromSIVector]( const Vector6d& aCOEVector,const AnomalyType& anAnomalyType)
-{
-return {
- Length::Meters(aCOEVector[0]),
- aCOEVector[1],
- Angle::Radians(aCOEVector[2]),
- Angle::Radians(aCOEVector[3]),
- Angle::Radians(aCOEVector[4]),
- COE::ConvertAnomaly(Angle::Radians(aCOEVector[5]), aCOEVector[1], anAnomalyType,[AnomalyType::True], 1e-15),
- };
-}
-
-Angle[COE::EccentricAnomalyFromTrueAnomaly]( const Angle& aTrueAnomaly,const Real& anEccentricity)
-{
-if (!aTrueAnomaly.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("True anomaly" );
- }
-
-if (!anEccentricity.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentricity" );
- }
-
-const Real trueAnomaly_rad = aTrueAnomaly.inRadians();
-
- Real eccentricAnomaly_rad = Real::Undefined();
- Real m = Real::Undefined();
-
-if (anEccentricity.abs() < Tolerance)
- {
- m = trueAnomaly_rad;
- eccentricAnomaly_rad = trueAnomaly_rad;
- }
-else
- {
-if (anEccentricity < (1.0 - Tolerance))
- {
-const Real sinE = (std::sqrt(1.0 - anEccentricity * anEccentricity) * std::sin(trueAnomaly_rad)) /
- (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
-const Real cosE =
- (anEccentricity + std::cos(trueAnomaly_rad)) / (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
-
- eccentricAnomaly_rad = std::atan2(sinE, cosE);
- m = eccentricAnomaly_rad - anEccentricity * std::sin(eccentricAnomaly_rad);
- }
-else
- {
-if (anEccentricity > (1.0 + Tolerance))
- {
-if ((anEccentricity > 1.0) &&
- (std::fabs(trueAnomaly_rad) + 0.00001 < (M_PI - std::acos(1.0 / anEccentricity))))
- {
-const Real sinE = (std::sqrt(anEccentricity * anEccentricity - 1.0) * std::sin(trueAnomaly_rad)) /
- (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
-
- eccentricAnomaly_rad = std::asinh(sinE);
- m = anEccentricity * std::sinh(eccentricAnomaly_rad) - eccentricAnomaly_rad;
- }
-else
- {
-throw ostk::core::error::RuntimeError("Algorithm error." );
- }
- }
-else
- {
-if (std::fabs(trueAnomaly_rad) < 168.0 * M_PI / 180.0)
- {
- eccentricAnomaly_rad = std::tan(trueAnomaly_rad * 0.5);
- m = eccentricAnomaly_rad +
- (eccentricAnomaly_rad * eccentricAnomaly_rad * eccentricAnomaly_rad) / 3.0;
- }
-else
- {
-throw ostk::core::error::RuntimeError("Algorithm error." );
- }
- }
- }
- }
-
-if (anEccentricity < 1.0)
- {
- m = std::fmod(m, 2.0 * M_PI);
-
-if (m < 0.0)
- {
- m += 2.0 * M_PI;
- }
-
- eccentricAnomaly_rad = std::fmod(eccentricAnomaly_rad, 2.0 * M_PI);
- }
-
-return Angle::Radians(Angle::Radians(eccentricAnomaly_rad).inRadians(0.0, Real::TwoPi()));
-}
-
-Angle[COE::TrueAnomalyFromEccentricAnomaly]( const Angle& anEccentricAnomaly,const Real& anEccentricity)
-{
-if (!anEccentricAnomaly.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentric anomaly" );
- }
-
-if (!anEccentricity.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentricity" );
- }
+ Angle::Undefined(),
+ };
+}
+
+COE[COE::Cartesian]( const [COE::CartesianState]& aCartesianState,const Derived& aGravitationalParameter)
+{
+if ((!aCartesianState.first.isDefined()) || (!aCartesianState.second.isDefined()))
+ {
+throw ostk::core::error::runtime::Undefined("Cartesian state" );
+ }
+
+if (!aGravitationalParameter.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Gravitational parameter" );
+ }
+
+static const Real tolerance = 1e-11;
+
+const Real mu = aGravitationalParameter.in(GravitationalParameterSIUnit);
+
+if (mu == 0.0)
+ {
+throw ostk::core::error::runtime::Wrong("Gravitational parameter" );
+ }
+
+const Vector3d& positionVector = aCartesianState.first.accessCoordinates();
+const Vector3d& velocityVector = aCartesianState.second.accessCoordinates();
+
+const Real position = positionVector.norm();
+const Real velocity = velocityVector.norm();
+
+if (position == 0.0)
+ {
+throw ostk::core::error::runtime::Wrong("Position vector" );
+ }
+
+
+
+const Vector3d angularMomentumVector = positionVector.cross(velocityVector);
+
+const Real angularMomentum = angularMomentumVector.norm();
+
+if (angularMomentum == 0.0)
+ {
+throw ostk::core::error::runtime::Wrong("Angular momentum" );
+ }
+
+
+
+const Vector3d nodeVector = Vector3d::Z().cross(angularMomentumVector);
+
+const Real node = nodeVector.norm();
+
+
+
+const Vector3d eccentricityVector = (1.0 / mu) * ((((velocity * velocity) - (mu / position)) * positionVector) -
+ ((positionVector.dot(velocityVector)) * (velocityVector)));
+
+const Real e = eccentricityVector.norm();
+
+if ((std::abs(1.0 - e)) <= Real::Epsilon())
+ {
+throw ostk::core::error::runtime::ToBeImplemented("Support for parabolic orbits." );
+ }
+
+
+
+const Real E = (0.5 * velocity * velocity) - (mu / position);
+
+if (E == 0.0)
+ {
+throw ostk::core::error::runtime::Wrong("Specific orbital energy" );
+ }
+
+const Real a_m = -mu / (2.0 * E);
+
+if (std::abs(a_m * (1.0 - e)) < Real::Epsilon())
+ {
+throw ostk::core::error::RuntimeError("Conic section is singular." );
+ }
+
+
+
+const Real i_rad = std::acos(angularMomentumVector(2) / angularMomentum);
+
+
+
+ Real raan_rad = 0.0;
+ Real aop_rad = 0.0;
+ Real nu_rad = 0.0;
+
+if ((e >= tolerance) && ((i_rad >= tolerance) && (i_rad <= (Real::Pi() - tolerance))))
+ {
+if (node == 0.0)
+ {
+throw ostk::core::error::runtime::Undefined("Node" );
+ }
+
+ raan_rad = std::acos(nodeVector(0) / node);
+
+if (nodeVector(1) < 0.0)
+ {
+ raan_rad = Real::TwoPi() - raan_rad;
+ }
+
+ aop_rad = std::acos(std::clamp((double )(nodeVector.dot(eccentricityVector) / (node * e)), -1.0, 1.0));
+
+if (eccentricityVector(2) < 0.0)
+ {
+ aop_rad = Real::TwoPi() - aop_rad;
+ }
+
+ nu_rad = std::acos(std::clamp((double )(eccentricityVector.dot(positionVector) / (e * position)), -1.0, 1.0));
+
+if (positionVector.dot(velocityVector) < 0.0)
+ {
+ nu_rad = Real::TwoPi() - nu_rad;
+ }
+ }
+else if ((e >= tolerance) && ((i_rad < tolerance) || (i_rad > (Real::Pi() - tolerance))))
+
+ {
+ raan_rad = 0.0;
+ aop_rad = std::acos(eccentricityVector(0) / e);
+
+if (eccentricityVector(1) < 0.0)
+ {
+ aop_rad = Real::TwoPi() - aop_rad;
+ }
+
+if (i_rad > (Real::Pi() - tolerance))
+ {
+ aop_rad = aop_rad * -1.0;
+ }
+
+if (aop_rad < 0.0)
+ {
+ aop_rad = aop_rad + Real::TwoPi();
+ }
+
+ nu_rad = std::acos(std::clamp((double )(eccentricityVector.dot(positionVector) / (e * position)), -1.0, 1.0));
+
+if (positionVector.dot(velocityVector) < 0.0)
+ {
+ nu_rad = Real::TwoPi() - nu_rad;
+ }
+ }
+else if ((e < tolerance) && ((i_rad >= tolerance) && (i_rad <= (Real::Pi() - tolerance))))
+ {
+if (node == 0.0)
+ {
+throw ostk::core::error::runtime::Undefined("Node" );
+ }
+
+ raan_rad = std::acos(nodeVector(0) / node);
+
+if (nodeVector(1) < 0.0)
+ {
+ raan_rad = Real::TwoPi() - raan_rad;
+ }
+
+ aop_rad = 0.0;
+
+ nu_rad = std::acos(std::clamp((double )(nodeVector.dot(positionVector) / (node * position)), -1.0, 1.0));
+
+if (positionVector(2) < 0.0)
+ {
+ nu_rad = Real::TwoPi() - nu_rad;
+ }
+ }
+else if ((e < tolerance) && ((i_rad < tolerance) || (i_rad > (Real::Pi() - tolerance))))
+ {
+ raan_rad = 0.0;
+ aop_rad = 0.0;
+
+ nu_rad = std::acos(positionVector(0) / position);
+
+if (positionVector(1) < 0.0)
+ {
+ nu_rad = Real::TwoPi() - nu_rad;
+ }
+
+if (i_rad > (Real::Pi() - tolerance))
+ {
+ nu_rad = nu_rad * -1.0;
+ }
+
+if (nu_rad < 0.0)
+ {
+ nu_rad = nu_rad + Real::TwoPi();
+ }
+ }
+
+return {
+ Length::Meters(a_m),
+ e,
+ Angle::Radians(i_rad),
+ Angle::Radians(raan_rad),
+ Angle::Radians(aop_rad),
+ Angle::Radians(nu_rad),
+ };
+}
+
+COE[COE::FromSIVector]( const Vector6d& aCOEVector,const AnomalyType& anAnomalyType)
+{
+return {
+ Length::Meters(aCOEVector[0]),
+ aCOEVector[1],
+ Angle::Radians(aCOEVector[2]),
+ Angle::Radians(aCOEVector[3]),
+ Angle::Radians(aCOEVector[4]),
+ COE::ConvertAnomaly(Angle::Radians(aCOEVector[5]), aCOEVector[1], anAnomalyType,[AnomalyType::True], 1e-15),
+ };
+}
+
+COE[COE::FrozenOrbit](
+const Length& aSemiMajorAxis,
+const Shared<const Celestial>& aCelestialObjectSPtr,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& aTrueAnomaly
+)
+{
+if ((aCelestialObjectSPtr ==nullptr ) || (!aCelestialObjectSPtr->isDefined()))
+ {
+throw ostk::core::error::runtime::Undefined("Celestial object" );
+ }
+
+const Length equatorialRadius = aCelestialObjectSPtr->getEquatorialRadius();
+const Real j2 = aCelestialObjectSPtr->accessGravitationalModel()->getParameters().J2_;
+const Real j3 = aCelestialObjectSPtr->accessGravitationalModel()->getParameters().J3_;
+
+return [COE::FrozenOrbit](
+ aSemiMajorAxis, equatorialRadius, j2, j3, anEccentricity, anInclination, aRaan, anAop, aTrueAnomaly
+ );
+}
+
+COE[COE::FrozenOrbit](
+const Length& aSemiMajorAxis,
+const Length& anEquatorialRadius,
+const Real& aJ2,
+const Real& aJ3,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& aTrueAnomaly
+)
+{
+if (!aSemiMajorAxis.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Semi-major Axis" );
+ }
+if (!anEquatorialRadius.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Equatorial Radius" );
+ }
+if (!aJ2.isDefined() || aJ2 == 0.0)
+ {
+throw ostk::core::error::runtime::Undefined("J2" );
+ }
+if (!aJ3.isDefined() || aJ3 == 0.0)
+ {
+throw ostk::core::error::runtime::Undefined("J3" );
+ }
+if (!aRaan.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Raan" );
+ }
+if (!aTrueAnomaly.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("True anomaly" );
+ }
+if (anEccentricity.isDefined() && anInclination.isDefined())
+ {
+throw ostk::core::error::RuntimeError("Cannot define both eccentricity and inclination" );
+ }
+
+const Array<Angle> criticalInclinations = {Angle::Degrees(63.4349), Angle::Degrees(116.5651)};
+const Array<Angle> criticalAops = {Angle::Degrees(90.0), Angle::Degrees(270.0)};
+
+const Real equatorialRadius_meters = anEquatorialRadius.inMeters();
+const Real j2 = aJ2;
+const Real j3 = aJ3;
+
+
+const Real eccCoefficient = -j3 * equatorialRadius_meters / 2.0 / j2 / aSemiMajorAxis.inMeters();
+
+const auto eccentricityFromInclination = [&eccCoefficient](const Angle& inclination) -> Real
+ {
+return eccCoefficient * std::sin(inclination.inRadians());
+ };
+
+const auto inclinationFromEccentricity = [&eccCoefficient](const Real& eccentricity) -> Angle
+ {
+return Angle::Radians(asin(eccentricity / eccCoefficient));
+ };
+
+
+const auto isCritical = [](const Angle& angle,const Array<Angle>& criticalAngles) ->bool
+ {
+const Real epsilon = Angle::Arcseconds(1.0).inRadians();
+
+return (angle.inRadians().isNear(criticalAngles[0].inRadians(), epsilon)) ||
+ (angle.inRadians().isNear(criticalAngles[1].inRadians(), epsilon));
+ };
-const Real eccentricAnomaly_rad = anEccentricAnomaly.inRadians();
-const Real trueAnomaly_rad = 2.0 * std::atan2(
- (std::sqrt(1.0 + anEccentricity) * std::sin(eccentricAnomaly_rad / 2.0)),
- (std::sqrt(1.0 - anEccentricity) * std::cos(eccentricAnomaly_rad / 2.0))
- );
-
-return Angle::Radians(Angle::Radians(trueAnomaly_rad).inRadians(0.0, Real::TwoPi()));
-}
+
+const Angle aop = anAop.isDefined() ? anAop : criticalAops[0];
+
+
+if (isCritical(aop, criticalAops))
+ {
+ Angle inclination = Angle::Undefined();
+ Real eccentricity = Real::Undefined();
-Angle[COE::MeanAnomalyFromEccentricAnomaly]( const Angle& anEccentricAnomaly,const Real& anEccentricity)
-{
-if (!anEccentricAnomaly.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentric anomaly" );
- }
-
-if (!anEccentricity.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentricity" );
- }
-
-const Real eccentricAnomaly_rad = anEccentricAnomaly.inRadians();
-const Real meanAnomaly_rad = eccentricAnomaly_rad - anEccentricity * std::sin(eccentricAnomaly_rad);
-
-return Angle::Radians(Angle::Radians(meanAnomaly_rad).inRadians(0.0, Real::TwoPi()));
-}
-
-Angle[COE::EccentricAnomalyFromMeanAnomaly](
-const Angle& aMeanAnomaly,const Real& anEccentricity,const Real& aTolerance
-)
-{
-if (!aMeanAnomaly.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Mean anomaly" );
- }
-
-if (!anEccentricity.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Eccentricity" );
- }
-
-if (!aTolerance.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Tolerance" );
- }
-
-
-
-
-
-
-
-auto keplerstart3 = [](Real e, Real M) -> Real
- {
-const Real t34 = e * e;
-const Real t35 = e * t34;
-const Real t33 = std::cos(M);
-
-return M + (-0.5 * t35 + e + (t34 + 1.5 * t33 * t35) * t33) * std::sin(M);
- };
-
-
-
-auto eps3 = [](Real e, Real M, Real x) -> Real
- {
-const Real t1 = std::cos(x);
-const Real t2 = -1.0 + e * t1;
-const Real t3 = std::sin(x);
-const Real t4 = e * t3;
-const Real t5 = -x + t4 + M;
-const Real t6 = t5 / (0.5 * t5 * t4 / t2 + t2);
-
-return t5 / (((0.5 * t3) - ((1.0 / 6.0) * t1 * t6)) * e * t6 + t2);
- };
-
-const Real meanAnomaly_rad = aMeanAnomaly.inRadians();
-
-const Real M = meanAnomaly_rad;
-const Real Mnorm = std::fmod(M, 2.0 * M_PI);
-
- Real E = Real::Undefined();
-
- Real E0 = keplerstart3(anEccentricity, Mnorm);
- Real dE = aTolerance + 1.0;
- Size count = 0;
-
-while (dE > aTolerance)
- {
- E = E0 - eps3(anEccentricity, Mnorm, E0);
- dE = std::abs(E - E0);
- E0 = E;
-
- count++;
-
-if (count > 1000)
- {
-throw ostk::core::error::RuntimeError(
-"Cannot converge to solution ({}, {}, {})." ,
- aMeanAnomaly.toString(32),
- anEccentricity.toString(32),
- aTolerance.toString(32)
- );
- }
- }
-
-return Angle::Radians(E);
-}
-
-Angle[COE::TrueAnomalyFromMeanAnomaly]( const Angle& aMeanAnomly,const Real& anEccentricity,const Real& aTolerance)
-{
-return [TrueAnomalyFromEccentricAnomaly](
-[EccentricAnomalyFromMeanAnomaly](aMeanAnomly, anEccentricity, aTolerance), anEccentricity
- );
-}
-
-Real[COE::ComputeSemiLatusRectum]( const Real& aSemiMajorAxis,const Real& anEccentricity)
-{
-return aSemiMajorAxis * (1.0 - (anEccentricity * anEccentricity));
-}
-
-Real[COE::ComputeRadialDistance]( const Real& aSemiMajorAxis,const Real& anEccentricity,const Real& aTrueAnomaly)
-{
-return [ComputeSemiLatusRectum](aSemiMajorAxis, anEccentricity) / (1.0 + anEccentricity * std::cos(aTrueAnomaly));
-}
-
-Real[COE::ComputeAngularMomentum](
-const Real& aSemiMajorAxis,const Real& anEccentricity,const Derived& aGravitationalParameter
-)
-{
-const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
+
+if (!anEccentricity.isDefined())
+ {
+ inclination = anInclination.isDefined() ? anInclination : criticalInclinations[0];
+ eccentricity = eccentricityFromInclination(inclination);
+ }
+
+else
+ {
+
+if (anEccentricity > eccCoefficient)
+ {
+throw ostk::core::error::RuntimeError(
+"Provided eccentricity [" + anEccentricity.toString() +"] cannot be greater than " +
+ eccCoefficient.toString()
+ );
+ }
+ inclination = inclinationFromEccentricity(anEccentricity);
+ eccentricity = anEccentricity;
+ }
+
+return {
+ aSemiMajorAxis,
+ eccentricity,
+ inclination,
+ aRaan,
+ aop,
+ aTrueAnomaly,
+ };
+ }
+
+
+const Angle inclination = anInclination.isDefined() ? anInclination : criticalInclinations[0];
+if (!isCritical(inclination, criticalInclinations))
+ {
+throw ostk::core::error::RuntimeError("Provided inclination must be a critical value" );
+ }
+
+const Real eccentricity = eccentricityFromInclination(inclination);
+
+return {
+ aSemiMajorAxis,
+ eccentricity,
+ inclination,
+ aRaan,
+ aop,
+ aTrueAnomaly,
+ };
+}
+
+Angle[COE::EccentricAnomalyFromTrueAnomaly]( const Angle& aTrueAnomaly,const Real& anEccentricity)
+{
+if (!aTrueAnomaly.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("True anomaly" );
+ }
+
+if (!anEccentricity.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentricity" );
+ }
+
+const Real trueAnomaly_rad = aTrueAnomaly.inRadians();
+
+ Real eccentricAnomaly_rad = Real::Undefined();
+ Real m = Real::Undefined();
+
+if (anEccentricity.abs() < Tolerance)
+ {
+ m = trueAnomaly_rad;
+ eccentricAnomaly_rad = trueAnomaly_rad;
+ }
+else
+ {
+if (anEccentricity < (1.0 - Tolerance))
+ {
+const Real sinE = (std::sqrt(1.0 - anEccentricity * anEccentricity) * std::sin(trueAnomaly_rad)) /
+ (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
+const Real cosE =
+ (anEccentricity + std::cos(trueAnomaly_rad)) / (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
+
+ eccentricAnomaly_rad = std::atan2(sinE, cosE);
+ m = eccentricAnomaly_rad - anEccentricity * std::sin(eccentricAnomaly_rad);
+ }
+else
+ {
+if (anEccentricity > (1.0 + Tolerance))
+ {
+if ((anEccentricity > 1.0) &&
+ (std::fabs(trueAnomaly_rad) + 0.00001 < (M_PI - std::acos(1.0 / anEccentricity))))
+ {
+const Real sinE = (std::sqrt(anEccentricity * anEccentricity - 1.0) * std::sin(trueAnomaly_rad)) /
+ (1.0 + anEccentricity * std::cos(trueAnomaly_rad));
+
+ eccentricAnomaly_rad = std::asinh(sinE);
+ m = anEccentricity * std::sinh(eccentricAnomaly_rad) - eccentricAnomaly_rad;
+ }
+else
+ {
+throw ostk::core::error::RuntimeError("Algorithm error." );
+ }
+ }
+else
+ {
+if (std::fabs(trueAnomaly_rad) < 168.0 * M_PI / 180.0)
+ {
+ eccentricAnomaly_rad = std::tan(trueAnomaly_rad * 0.5);
+ m = eccentricAnomaly_rad +
+ (eccentricAnomaly_rad * eccentricAnomaly_rad * eccentricAnomaly_rad) / 3.0;
+ }
+else
+ {
+throw ostk::core::error::RuntimeError("Algorithm error." );
+ }
+ }
+ }
+ }
+
+if (anEccentricity < 1.0)
+ {
+ m = std::fmod(m, 2.0 * M_PI);
-return std::sqrt(mu_SI *[ComputeSemiLatusRectum](aSemiMajorAxis, anEccentricity));
-}
-
-Real[COE::ComputeAngularMomentum]( const Real& aSemiLatusRectum,const Derived& aGravitationalParameter)
-{
-const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
-
-return std::sqrt(mu_SI * aSemiLatusRectum);
-}
-
-Time[COE::ComputeMeanLTAN]( const Angle& raan,const Instant& anInstant,const Sun& aSun)
-{
-
-const Vector3d sunDirectionGCRF = aSun.getPositionIn(Frame::GCRF(), anInstant).getCoordinates();
-
-
-const Angle apparentSolarTime = Angle::Radians(std::atan2(sunDirectionGCRF.y(), sunDirectionGCRF.x()));
+if (m < 0.0)
+ {
+ m += 2.0 * M_PI;
+ }
+
+ eccentricAnomaly_rad = std::fmod(eccentricAnomaly_rad, 2.0 * M_PI);
+ }
+
+return Angle::Radians(Angle::Radians(eccentricAnomaly_rad).inRadians(0.0, Real::TwoPi()));
+}
+
+Angle[COE::TrueAnomalyFromEccentricAnomaly]( const Angle& anEccentricAnomaly,const Real& anEccentricity)
+{
+if (!anEccentricAnomaly.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentric anomaly" );
+ }
-
-const Angle equationOfTime = COE::ComputeEquationOfTime(anInstant);
-
-
-const Angle smlt = apparentSolarTime + equationOfTime;
-
-
-const Real alpha = std::fmod((raan - smlt).inRadians(), 2.0 * M_PI);
-
-
-const Real meanLTAN = std::fmod((alpha * 12.0 / M_PI) + 12.0, 24.0);
-
-return Time::Hours(meanLTAN);
-}
-
-Time[COE::ComputeLTAN]( const Angle& raan,const Instant& anInstant,const Sun& aSun)
-{
-
-const Vector3d sunDirectionGCRF = aSun.getPositionIn(Frame::GCRF(), anInstant).getCoordinates();
-
-
-const Angle apparentSolarTime = Angle::Radians(std::atan2(sunDirectionGCRF.y(), sunDirectionGCRF.x()));
-
-
-const Real alpha = std::fmod((raan - apparentSolarTime).inRadians(), 2.0 * M_PI);
+if (!anEccentricity.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentricity" );
+ }
+
+const Real eccentricAnomaly_rad = anEccentricAnomaly.inRadians();
+const Real trueAnomaly_rad = 2.0 * std::atan2(
+ (std::sqrt(1.0 + anEccentricity) * std::sin(eccentricAnomaly_rad / 2.0)),
+ (std::sqrt(1.0 - anEccentricity) * std::cos(eccentricAnomaly_rad / 2.0))
+ );
+
+return Angle::Radians(Angle::Radians(trueAnomaly_rad).inRadians(0.0, Real::TwoPi()));
+}
+
+Angle[COE::MeanAnomalyFromEccentricAnomaly]( const Angle& anEccentricAnomaly,const Real& anEccentricity)
+{
+if (!anEccentricAnomaly.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentric anomaly" );
+ }
+
+if (!anEccentricity.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentricity" );
+ }
-
-const Real LTAN = std::fmod((alpha * 12.0 / M_PI) + 12.0, 24.0);
+const Real eccentricAnomaly_rad = anEccentricAnomaly.inRadians();
+const Real meanAnomaly_rad = eccentricAnomaly_rad - anEccentricity * std::sin(eccentricAnomaly_rad);
-return Time::Hours(LTAN);
+return Angle::Radians(Angle::Radians(meanAnomaly_rad).inRadians(0.0, Real::TwoPi()));
}
-String[COE::StringFromElement]( const [COE::Element]& anElement)
-{
-switch (anElement)
- {
-case [COE::Element::SemiMajorAxis]:
-return "SemiMajorAxis" ;
-case [COE::Element::Eccentricity]:
-return "Eccentricity" ;
-case [COE::Element::Inclination]:
-return "Inclination" ;
-case [COE::Element::Aop]:
-return "Aop" ;
-case [COE::Element::Raan]:
-return "Raan" ;
-case [COE::Element::TrueAnomaly]:
-return "TrueAnomaly" ;
-case [COE::Element::MeanAnomaly]:
-return "MeanAnomaly" ;
-case [COE::Element::EccentricAnomaly]:
-return "EccentricAnomaly" ;
- }
-
-throw ostk::core::error::runtime::Wrong("Element" );
-}
+Angle[COE::EccentricAnomalyFromMeanAnomaly](
+const Angle& aMeanAnomaly,const Real& anEccentricity,const Real& aTolerance
+)
+{
+if (!aMeanAnomaly.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Mean anomaly" );
+ }
+
+if (!anEccentricity.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Eccentricity" );
+ }
+
+if (!aTolerance.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Tolerance" );
+ }
+
+
+
+
+
+
-[COE::COE](
-const Length& aSemiMajorAxis,
-const Real& anEccentricity,
-const Angle& anInclination,
-const Angle& aRaan,
-const Angle& anAop,
-const Angle& anAnomaly,
-const AnomalyType& anAnomalyType
-)
- : semiMajorAxis_(aSemiMajorAxis),
- eccentricity_(anEccentricity),
- inclination_(anInclination),
- raan_(aRaan),
- aop_(anAop),
- anomaly_(anAnomaly),
- anomalyType_(anAnomalyType)
-{
-}
-
-Angle COE::ConvertAnomaly(
-const Angle& anAnomaly,
-const Real& anEccentricity,
-const AnomalyType& fromAnomalyType,
-const AnomalyType& toAnomalyType,
-const Real& aTolerance
-)
-{
-switch (fromAnomalyType)
- {
-case ([AnomalyType::True]):
- {
-switch (toAnomalyType)
- {
-case ([AnomalyType::True]):
-return anAnomaly;
-case ([AnomalyType::Eccentric]):
-return [EccentricAnomalyFromTrueAnomaly](anAnomaly, anEccentricity);
-case ([AnomalyType::Mean]):
-return [MeanAnomalyFromEccentricAnomaly](
-[EccentricAnomalyFromTrueAnomaly](anAnomaly, anEccentricity), anEccentricity
- );
-default :
-throw ostk::core::error::runtime::Wrong("To Anomaly type" );
- }
- }
-
-case ([AnomalyType::Eccentric]):
- {
-switch (toAnomalyType)
- {
-case ([AnomalyType::True]):
-return [TrueAnomalyFromEccentricAnomaly](anAnomaly, anEccentricity);
-case ([AnomalyType::Eccentric]):
-return anAnomaly;
-case ([AnomalyType::Mean]):
-return [MeanAnomalyFromEccentricAnomaly](anAnomaly, anEccentricity);
-default :
-throw ostk::core::error::runtime::Wrong("To Anomaly type" );
- }
- }
-
-case ([AnomalyType::Mean]):
- {
-switch (toAnomalyType)
- {
-case ([AnomalyType::True]):
-return [TrueAnomalyFromMeanAnomaly](anAnomaly, anEccentricity, aTolerance);
-case ([AnomalyType::Eccentric]):
-return [EccentricAnomalyFromMeanAnomaly](anAnomaly, anEccentricity, aTolerance);
-case ([AnomalyType::Mean]):
-return anAnomaly;
-default :
-throw ostk::core::error::runtime::Wrong("To Anomaly type" );
- }
- }
-
-default :
-throw ostk::core::error::runtime::Wrong("From Anomaly type" );
- }
-}
-
-Angle COE::ComputeEquationOfTime( const Instant& anInstant)
-{
-
-const Real julianDate = anInstant.getJulianDate(Scale::UTC);
+auto keplerstart3 = [](Real e, Real M) -> Real
+ {
+const Real t34 = e * e;
+const Real t35 = e * t34;
+const Real t33 = std::cos(M);
+
+return M + (-0.5 * t35 + e + (t34 + 1.5 * t33 * t35) * t33) * std::sin(M);
+ };
+
+
+
+auto eps3 = [](Real e, Real M, Real x) -> Real
+ {
+const Real t1 = std::cos(x);
+const Real t2 = -1.0 + e * t1;
+const Real t3 = std::sin(x);
+const Real t4 = e * t3;
+const Real t5 = -x + t4 + M;
+const Real t6 = t5 / (0.5 * t5 * t4 / t2 + t2);
+
+return t5 / (((0.5 * t3) - ((1.0 / 6.0) * t1 * t6)) * e * t6 + t2);
+ };
+
+const Real meanAnomaly_rad = aMeanAnomaly.inRadians();
+
+const Real M = meanAnomaly_rad;
+const Real Mnorm = std::fmod(M, 2.0 * M_PI);
+
+ Real E = Real::Undefined();
+
+ Real E0 = keplerstart3(anEccentricity, Mnorm);
+ Real dE = aTolerance + 1.0;
+ Size count = 0;
+
+while (dE > aTolerance)
+ {
+ E = E0 - eps3(anEccentricity, Mnorm, E0);
+ dE = std::abs(E - E0);
+ E0 = E;
+
+ count++;
+
+if (count > 1000)
+ {
+throw ostk::core::error::RuntimeError(
+"Cannot converge to solution ({}, {}, {})." ,
+ aMeanAnomaly.toString(32),
+ anEccentricity.toString(32),
+ aTolerance.toString(32)
+ );
+ }
+ }
+
+return Angle::Radians(E);
+}
+
+Angle[COE::TrueAnomalyFromMeanAnomaly]( const Angle& aMeanAnomly,const Real& anEccentricity,const Real& aTolerance)
+{
+return [TrueAnomalyFromEccentricAnomaly](
+[EccentricAnomalyFromMeanAnomaly](aMeanAnomly, anEccentricity, aTolerance), anEccentricity
+ );
+}
+
+Real[COE::ComputeSemiLatusRectum]( const Real& aSemiMajorAxis,const Real& anEccentricity)
+{
+return aSemiMajorAxis * (1.0 - (anEccentricity * anEccentricity));
+}
+
+Real[COE::ComputeRadialDistance]( const Real& aSemiMajorAxis,const Real& anEccentricity,const Real& aTrueAnomaly)
+{
+return [ComputeSemiLatusRectum](aSemiMajorAxis, anEccentricity) / (1.0 + anEccentricity * std::cos(aTrueAnomaly));
+}
+
+Real[COE::ComputeAngularMomentum](
+const Real& aSemiMajorAxis,const Real& anEccentricity,const Derived& aGravitationalParameter
+)
+{
+const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
+
+return std::sqrt(mu_SI *[ComputeSemiLatusRectum](aSemiMajorAxis, anEccentricity));
+}
+
+Real[COE::ComputeAngularMomentum]( const Real& aSemiLatusRectum,const Derived& aGravitationalParameter)
+{
+const Real mu_SI = aGravitationalParameter.in(GravitationalParameterSIUnit);
-
-const Real julianDate_J2000 = 2451545.0;
+return std::sqrt(mu_SI * aSemiLatusRectum);
+}
-
-const Real T_UT1 = (julianDate - julianDate_J2000) / 36525.0;
-
-
-const Real sunMeanLongitude_deg = std::fmod(280.460 + 36000.771 * T_UT1, 360.0);
-
-
-const Real sunMeanAnomaly_rad = Angle::Degrees(std::fmod(357.5291092 + 35999.05034 * T_UT1, 360.0)).inRadians();
-
-
-const Real sunEclipticLatitude_rad =
- Angle::Degrees(std::fmod(
- sunMeanLongitude_deg + 1.914666471 * std::sin(sunMeanAnomaly_rad) +
- 0.019994643 * std::sin(2.0 * sunMeanAnomaly_rad),
- 360.0
- ))
- .inRadians();
-
-
-const Real equationOfTime_deg =
- -1.914666471 * std::sin(sunMeanAnomaly_rad) - 0.019994643 * std::sin(2.0 * sunMeanAnomaly_rad) +
- 2.466 * std::sin(2.0 * sunEclipticLatitude_rad) - 0.0053 * std::sin(4.0 * sunEclipticLatitude_rad);
+Time[COE::ComputeMeanLTAN]( const Angle& raan,const Instant& anInstant,const Sun& aSun)
+{
+
+const Vector3d sunDirectionGCRF = aSun.getPositionIn(Frame::GCRF(), anInstant).getCoordinates();
+
+
+const Angle apparentSolarTime = Angle::Radians(std::atan2(sunDirectionGCRF.y(), sunDirectionGCRF.x()));
+
+
+const Angle equationOfTime = COE::ComputeEquationOfTime(anInstant);
+
+
+const Angle smlt = apparentSolarTime + equationOfTime;
+
+
+const Real alpha = std::fmod((raan - smlt).inRadians(), 2.0 * M_PI);
+
+
+const Real meanLTAN = std::fmod((alpha * 12.0 / M_PI) + 12.0, 24.0);
+
+return Time::Hours(meanLTAN);
+}
-return Angle::Degrees(equationOfTime_deg);
-}
-
-}
-}
-}
-}
-}
-}
+Time[COE::ComputeLTAN]( const Angle& raan,const Instant& anInstant,const Sun& aSun)
+{
+
+const Vector3d sunDirectionGCRF = aSun.getPositionIn(Frame::GCRF(), anInstant).getCoordinates();
+
+
+const Angle apparentSolarTime = Angle::Radians(std::atan2(sunDirectionGCRF.y(), sunDirectionGCRF.x()));
+
+
+const Real alpha = std::fmod((raan - apparentSolarTime).inRadians(), 2.0 * M_PI);
+
+
+const Real LTAN = std::fmod((alpha * 12.0 / M_PI) + 12.0, 24.0);
+
+return Time::Hours(LTAN);
+}
+
+String[COE::StringFromElement]( const [COE::Element]& anElement)
+{
+switch (anElement)
+ {
+case [COE::Element::SemiMajorAxis]:
+return "SemiMajorAxis" ;
+case [COE::Element::Eccentricity]:
+return "Eccentricity" ;
+case [COE::Element::Inclination]:
+return "Inclination" ;
+case [COE::Element::Aop]:
+return "Aop" ;
+case [COE::Element::Raan]:
+return "Raan" ;
+case [COE::Element::TrueAnomaly]:
+return "TrueAnomaly" ;
+case [COE::Element::MeanAnomaly]:
+return "MeanAnomaly" ;
+case [COE::Element::EccentricAnomaly]:
+return "EccentricAnomaly" ;
+ }
+
+throw ostk::core::error::runtime::Wrong("Element" );
+}
+
+[COE::COE](
+const Length& aSemiMajorAxis,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& anAnomaly,
+const AnomalyType& anAnomalyType
+)
+ : semiMajorAxis_(aSemiMajorAxis),
+ eccentricity_(anEccentricity),
+ inclination_(anInclination),
+ raan_(aRaan),
+ aop_(anAop),
+ anomaly_(anAnomaly),
+ anomalyType_(anAnomalyType)
+{
+}
+
+Angle COE::ConvertAnomaly(
+const Angle& anAnomaly,
+const Real& anEccentricity,
+const AnomalyType& fromAnomalyType,
+const AnomalyType& toAnomalyType,
+const Real& aTolerance
+)
+{
+switch (fromAnomalyType)
+ {
+case ([AnomalyType::True]):
+ {
+switch (toAnomalyType)
+ {
+case ([AnomalyType::True]):
+return anAnomaly;
+case ([AnomalyType::Eccentric]):
+return [EccentricAnomalyFromTrueAnomaly](anAnomaly, anEccentricity);
+case ([AnomalyType::Mean]):
+return [MeanAnomalyFromEccentricAnomaly](
+[EccentricAnomalyFromTrueAnomaly](anAnomaly, anEccentricity), anEccentricity
+ );
+default :
+throw ostk::core::error::runtime::Wrong("To Anomaly type" );
+ }
+ }
+
+case ([AnomalyType::Eccentric]):
+ {
+switch (toAnomalyType)
+ {
+case ([AnomalyType::True]):
+return [TrueAnomalyFromEccentricAnomaly](anAnomaly, anEccentricity);
+case ([AnomalyType::Eccentric]):
+return anAnomaly;
+case ([AnomalyType::Mean]):
+return [MeanAnomalyFromEccentricAnomaly](anAnomaly, anEccentricity);
+default :
+throw ostk::core::error::runtime::Wrong("To Anomaly type" );
+ }
+ }
+
+case ([AnomalyType::Mean]):
+ {
+switch (toAnomalyType)
+ {
+case ([AnomalyType::True]):
+return [TrueAnomalyFromMeanAnomaly](anAnomaly, anEccentricity, aTolerance);
+case ([AnomalyType::Eccentric]):
+return [EccentricAnomalyFromMeanAnomaly](anAnomaly, anEccentricity, aTolerance);
+case ([AnomalyType::Mean]):
+return anAnomaly;
+default :
+throw ostk::core::error::runtime::Wrong("To Anomaly type" );
+ }
+ }
+
+default :
+throw ostk::core::error::runtime::Wrong("From Anomaly type" );
+ }
+}
+
+Angle COE::ComputeEquationOfTime( const Instant& anInstant)
+{
+
+const Real julianDate = anInstant.getJulianDate(Scale::UTC);
+
+
+const Real julianDate_J2000 = 2451545.0;
+
+
+const Real T_UT1 = (julianDate - julianDate_J2000) / 36525.0;
+
+
+const Real sunMeanLongitude_deg = std::fmod(280.460 + 36000.771 * T_UT1, 360.0);
+
+
+const Real sunMeanAnomaly_rad = Angle::Degrees(std::fmod(357.5291092 + 35999.05034 * T_UT1, 360.0)).inRadians();
+
+
+const Real sunEclipticLatitude_rad =
+ Angle::Degrees(std::fmod(
+ sunMeanLongitude_deg + 1.914666471 * std::sin(sunMeanAnomaly_rad) +
+ 0.019994643 * std::sin(2.0 * sunMeanAnomaly_rad),
+ 360.0
+ ))
+ .inRadians();
+
+
+const Real equationOfTime_deg =
+ -1.914666471 * std::sin(sunMeanAnomaly_rad) - 0.019994643 * std::sin(2.0 * sunMeanAnomaly_rad) +
+ 2.466 * std::sin(2.0 * sunEclipticLatitude_rad) - 0.0053 * std::sin(4.0 * sunEclipticLatitude_rad);
+
+return Angle::Degrees(equationOfTime_deg);
+}
+
+}
+}
+}
+}
+}
+}
diff --git a/xml/_c_o_e_8hpp.xml b/xml/_c_o_e_8hpp.xml
index 44dc166cb..b2abdc877 100644
--- a/xml/_c_o_e_8hpp.xml
+++ b/xml/_c_o_e_8hpp.xml
@@ -245,167 +245,190 @@
using ostk::physics::coordinate::Frame;
using ostk::physics::coordinate::Position;
using ostk::physics::coordinate::Velocity;
-using ostk::physics::environment::object::celestial::Sun;
-using ostk::physics::time::Duration;
-using ostk::physics::time::Instant;
-using ostk::physics::time::Time;
-using ostk::physics::unit::Angle;
-using ostk::physics::unit::Derived;
-using ostk::physics::unit::Length;
-
-class [COE]
-{
-public :
-enum class [Element]
- {
-[SemiMajorAxis],
-[Eccentricity],
-[Inclination],
-[Raan],
-[Aop],
-[TrueAnomaly],
-[MeanAnomaly],
-[EccentricAnomaly]
- };
-
-enum class [AnomalyType]
- {
-[True],
-[Mean],
-[Eccentric],
- };
-
-typedef Pair<Position, Velocity>[CartesianState];
-
-[COE](const Length& aSemiMajorAxis,
-const Real& anEccentricity,
-const Angle& anInclination,
-const Angle& aRaan,
-const Angle& anAop,
-const Angle& aTrueAnomaly);
-
-bool [operator==](const [COE]& aCOE)const ;
-
-bool [operator!=](const [COE]& aCOE)const ;
-
-friend std::ostream&[operator<<](std::ostream& anOutputStream,const [COE]& aCOE);
-
-bool [isDefined]()const ;
-
- Length[getSemiMajorAxis]()const ;
-
- Real[getEccentricity]()const ;
-
- Angle[getInclination]()const ;
-
- Angle[getRaan]()const ;
-
- Angle[getAop]()const ;
-
-virtual Angle[getTrueAnomaly]()const ;
-
-virtual Angle[getMeanAnomaly]()const ;
-
-virtual Angle[getEccentricAnomaly]()const ;
-
- Length[getPeriapsisRadius]()const ;
-
- Length[getApoapsisRadius]()const ;
-
- Length[getSemiLatusRectum]()const ;
-
- Length[getRadialDistance]()const ;
-
- Derived[getAngularMomentum](const Derived& aGravitationalParameter)const ;
-
- Derived[getMeanMotion](const Derived& aGravitationalParameter)const ;
-
- Derived[getNodalPrecessionRate](
-const Derived& aGravitationalParameter,const Length& anEquatorialRadius,const Real& aJ2Parameter
- )const ;
-
- Duration[getOrbitalPeriod](const Derived& aGravitationalParameter)const ;
-
-[COE::CartesianState][getCartesianState](const Derived& aGravitationalParameter,const Shared<const Frame>& aFrameSPtr)
-const ;
-
- Vector6d[getSIVector](const [AnomalyType]& anAnomalyType)const ;
-
-void [print](std::ostream& anOutputStream,bool displayDecorator =true ) const ;
-
-static [COE][Undefined]();
-
-static [COE][Cartesian](const [COE::CartesianState]& aCartesianState,const Derived& aGravitationalParameter);
-
-static [COE][FromSIVector](const Vector6d& aCOEVector,const [AnomalyType]& anAnomalyType);
-
-static Angle[EccentricAnomalyFromTrueAnomaly](const Angle& aTrueAnomaly,const Real& anEccentricity);
-
-static Angle[TrueAnomalyFromEccentricAnomaly](const Angle& anEccentricAnomaly,const Real& anEccentricity);
-
-static Angle[MeanAnomalyFromEccentricAnomaly](const Angle& anEccentricAnomaly,const Real& anEccentricity);
-
-static Angle[EccentricAnomalyFromMeanAnomaly](
-const Angle& aMeanAnomaly,const Real& anEccentricity,const Real& aTolerance
- );
-
-static Angle[TrueAnomalyFromMeanAnomaly](
-const Angle& aMeanAnomly,const Real& anEccentricity,const Real& aTolerance
- );
-
-static Real[ComputeSemiLatusRectum](const Real& aSemiMajorAxis,const Real& anEccentricity);
-
-static Real[ComputeAngularMomentum](
-const Real& aSemiMajorAxis,const Real& anEccentricity,const Derived& aGravitationalParameter
- );
-
-static Real[ComputeAngularMomentum](const Real& aSemiLatusRectum,const Derived& aGravitationalParameter);
-
-static Real[ComputeRadialDistance](const Real& aSemiMajorAxis,const Real& anEccentricity,const Real& trueAnomaly);
-
-static Time[ComputeMeanLTAN](const Angle& raan,const Instant& anInstant,const Sun& sun = Sun::Default());
-
-static Time[ComputeLTAN](const Angle& raan,const Instant& anInstant,const Sun& sun = Sun::Default());
-
-static String[StringFromElement](const [COE::Element]& anElement);
-
-protected :
- Length[semiMajorAxis_];
- Real[eccentricity_];
- Angle[inclination_];
- Angle[raan_];
- Angle[aop_];
- Angle[anomaly_];
-[AnomalyType][anomalyType_];
-
-[COE](const Length& aSemiMajorAxis,
-const Real& anEccentricity,
-const Angle& anInclination,
-const Angle& aRaan,
-const Angle& anAop,
-const Angle& anAnomaly,
-const [AnomalyType]& anAnomalyType);
-
-private :
-static Angle ConvertAnomaly(
-const Angle& anAnomaly,
-const Real& anEccentricity,
-const [AnomalyType]& fromAnomalyType,
-const [AnomalyType]& toAnomalyType,
-const Real& aTolerance
- );
-
-static Angle ComputeEquationOfTime(const Instant& anInstant);
-};
-
-}
-}
-}
-}
-}
-}
-
-#endif
+using ostk::physics::environment::object::Celestial;
+using ostk::physics::environment::object::celestial::Sun;
+using ostk::physics::time::Duration;
+using ostk::physics::time::Instant;
+using ostk::physics::time::Time;
+using ostk::physics::unit::Angle;
+using ostk::physics::unit::Derived;
+using ostk::physics::unit::Length;
+
+class [COE]
+{
+public :
+enum class [Element]
+ {
+[SemiMajorAxis],
+[Eccentricity],
+[Inclination],
+[Raan],
+[Aop],
+[TrueAnomaly],
+[MeanAnomaly],
+[EccentricAnomaly]
+ };
+
+enum class [AnomalyType]
+ {
+[True],
+[Mean],
+[Eccentric],
+ };
+
+typedef Pair<Position, Velocity>[CartesianState];
+
+[COE](const Length& aSemiMajorAxis,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& aTrueAnomaly);
+
+bool [operator==](const [COE]& aCOE)const ;
+
+bool [operator!=](const [COE]& aCOE)const ;
+
+friend std::ostream&[operator<<](std::ostream& anOutputStream,const [COE]& aCOE);
+
+bool [isDefined]()const ;
+
+ Length[getSemiMajorAxis]()const ;
+
+ Real[getEccentricity]()const ;
+
+ Angle[getInclination]()const ;
+
+ Angle[getRaan]()const ;
+
+ Angle[getAop]()const ;
+
+virtual Angle[getTrueAnomaly]()const ;
+
+virtual Angle[getMeanAnomaly]()const ;
+
+virtual Angle[getEccentricAnomaly]()const ;
+
+ Length[getPeriapsisRadius]()const ;
+
+ Length[getApoapsisRadius]()const ;
+
+ Length[getSemiLatusRectum]()const ;
+
+ Length[getRadialDistance]()const ;
+
+ Derived[getAngularMomentum](const Derived& aGravitationalParameter)const ;
+
+ Derived[getMeanMotion](const Derived& aGravitationalParameter)const ;
+
+ Derived[getNodalPrecessionRate](
+const Derived& aGravitationalParameter,const Length& anEquatorialRadius,const Real& aJ2Parameter
+ )const ;
+
+ Duration[getOrbitalPeriod](const Derived& aGravitationalParameter)const ;
+
+[COE::CartesianState][getCartesianState](const Derived& aGravitationalParameter,const Shared<const Frame>& aFrameSPtr)
+const ;
+
+ Vector6d[getSIVector](const [AnomalyType]& anAnomalyType)const ;
+
+void [print](std::ostream& anOutputStream,bool displayDecorator =true ) const ;
+
+static [COE][Undefined]();
+
+static [COE][Cartesian](const [COE::CartesianState]& aCartesianState,const Derived& aGravitationalParameter);
+
+static [COE][FromSIVector](const Vector6d& aCOEVector,const [AnomalyType]& anAnomalyType);
+
+static [COE][FrozenOrbit](
+const Length& aSemiMajorAxis,
+const Shared<const Celestial>& aCelestialObjectSPtr,
+const Real& anEccentricity = Real::Undefined(),
+const Angle& anInclination = Angle::Undefined(),
+const Angle& aRaan = Angle::Degrees(0.0),
+const Angle& anAop = Angle::Undefined(),
+const Angle& aTrueAnomaly = Angle::Degrees(0.0)
+ );
+
+static [COE][FrozenOrbit](
+const Length& aSemiMajorAxis,
+const Length& anEquatorialRadius,
+const Real& aJ2,
+const Real& aJ3,
+const Real& anEccentricity = Real::Undefined(),
+const Angle& anInclination = Angle::Undefined(),
+const Angle& aRaan = Angle::Degrees(0.0),
+const Angle& anAop = Angle::Undefined(),
+const Angle& aTrueAnomaly = Angle::Degrees(0.0)
+ );
+
+static Angle[EccentricAnomalyFromTrueAnomaly](const Angle& aTrueAnomaly,const Real& anEccentricity);
+
+static Angle[TrueAnomalyFromEccentricAnomaly](const Angle& anEccentricAnomaly,const Real& anEccentricity);
+
+static Angle[MeanAnomalyFromEccentricAnomaly](const Angle& anEccentricAnomaly,const Real& anEccentricity);
+
+static Angle[EccentricAnomalyFromMeanAnomaly](
+const Angle& aMeanAnomaly,const Real& anEccentricity,const Real& aTolerance
+ );
+
+static Angle[TrueAnomalyFromMeanAnomaly](
+const Angle& aMeanAnomly,const Real& anEccentricity,const Real& aTolerance
+ );
+
+static Real[ComputeSemiLatusRectum](const Real& aSemiMajorAxis,const Real& anEccentricity);
+
+static Real[ComputeAngularMomentum](
+const Real& aSemiMajorAxis,const Real& anEccentricity,const Derived& aGravitationalParameter
+ );
+
+static Real[ComputeAngularMomentum](const Real& aSemiLatusRectum,const Derived& aGravitationalParameter);
+
+static Real[ComputeRadialDistance](const Real& aSemiMajorAxis,const Real& anEccentricity,const Real& trueAnomaly);
+
+static Time[ComputeMeanLTAN](const Angle& raan,const Instant& anInstant,const Sun& sun = Sun::Default());
+
+static Time[ComputeLTAN](const Angle& raan,const Instant& anInstant,const Sun& sun = Sun::Default());
+
+static String[StringFromElement](const [COE::Element]& anElement);
+
+protected :
+ Length[semiMajorAxis_];
+ Real[eccentricity_];
+ Angle[inclination_];
+ Angle[raan_];
+ Angle[aop_];
+ Angle[anomaly_];
+[AnomalyType][anomalyType_];
+
+[COE](const Length& aSemiMajorAxis,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& anAnomaly,
+const [AnomalyType]& anAnomalyType);
+
+private :
+static Angle ConvertAnomaly(
+const Angle& anAnomaly,
+const Real& anEccentricity,
+const [AnomalyType]& fromAnomalyType,
+const [AnomalyType]& toAnomalyType,
+const Real& aTolerance
+ );
+
+static Angle ComputeEquationOfTime(const Instant& anInstant);
+};
+
+}
+}
+}
+}
+}
+}
+
+#endif
diff --git a/xml/_orbit_8cpp.xml b/xml/_orbit_8cpp.xml
index 3e45fddee..02e5b649f 100644
--- a/xml/_orbit_8cpp.xml
+++ b/xml/_orbit_8cpp.xml
@@ -1560,344 +1560,380 @@
return {orbitalModel, aCelestialObjectSPtr};
}
-String[Orbit::StringFromFrameType]( const [Orbit::FrameType]& aFrameType)
-{
-switch (aFrameType)
- {
-case [Orbit::FrameType::Undefined]:
-return "Undefined" ;
-
-case [Orbit::FrameType::NED]:
-return "NED" ;
-
-case [Orbit::FrameType::LVLH]:
-return "LVLH" ;
-
-case [Orbit::FrameType::VVLH]:
-return "VVLH" ;
-
-case [Orbit::FrameType::LVLHGD]:
-return "LVLHGD" ;
-
-case [Orbit::FrameType::LVLHGDGT]:
-return "LVLHGDGT" ;
-
-case [Orbit::FrameType::QSW]:
-return "QSW" ;
-
-case [Orbit::FrameType::TNW]:
-return "TNW" ;
-
-case [Orbit::FrameType::VNC]:
-return "VNC" ;
+Orbit[Orbit::Frozen](
+const Instant& anEpoch,
+const Length& anAltitude,
+const Shared<const Celestial>& aCelestialObjectSPtr,
+const Real& anEccentricity,
+const Angle& anInclination,
+const Angle& aRaan,
+const Angle& anAop,
+const Angle& aTrueAnomaly
+)
+{
+if (!anEpoch.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Epoch" );
+ }
+if (!anAltitude.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Altitude" );
+ }
+if ((aCelestialObjectSPtr ==nullptr ) || (!aCelestialObjectSPtr->isDefined()))
+ {
+throw ostk::core::error::runtime::Undefined("Celestial object" );
+ }
+
+const Length equatorialRadius = aCelestialObjectSPtr->getEquatorialRadius();
+const Length semiMajorAxis = equatorialRadius + anAltitude;
+
+const COE coe =[COE::FrozenOrbit](
+ semiMajorAxis, aCelestialObjectSPtr, anEccentricity, anInclination, aRaan, anAop, aTrueAnomaly
+ );
-default :
-throw ostk::core::error::runtime::Wrong("Frame type" );
-break ;
- }
+const Kepler orbitalModel = {coe, anEpoch, {*aCelestialObjectSPtr},[Kepler::PerturbationType::J2],false };
+
+return {orbitalModel, aCelestialObjectSPtr};
+}
-return String::Empty();
-}
-
-String Orbit::generateFrameName( const [Orbit::FrameType]& aFrameType) const
-{
- std::stringstream stringStream;
- stringStream <<this ;
-
-return String::Format("{} @ Orbit [{}]" ,[Orbit::StringFromFrameType](aFrameType), stringStream.str());
-}
-
-Array<Pair<Index, Pass>>[Orbit::ComputePasses]( const Array<State>& aStateArray,const Integer& anInitialRevolutionNumber)
-{
-if (!anInitialRevolutionNumber.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Initial revolution number" );
- }
-
-if (aStateArray.getSize() < 2)
- {
-throw ostk::core::error::RuntimeError(
-"Greater than 2 states required to compute passes: {}" , aStateArray.getSize()
- );
- }
+String[Orbit::StringFromFrameType]( const [Orbit::FrameType]& aFrameType)
+{
+switch (aFrameType)
+ {
+case [Orbit::FrameType::Undefined]:
+return "Undefined" ;
+
+case [Orbit::FrameType::NED]:
+return "NED" ;
+
+case [Orbit::FrameType::LVLH]:
+return "LVLH" ;
+
+case [Orbit::FrameType::VVLH]:
+return "VVLH" ;
+
+case [Orbit::FrameType::LVLHGD]:
+return "LVLHGD" ;
+
+case [Orbit::FrameType::LVLHGDGT]:
+return "LVLHGDGT" ;
+
+case [Orbit::FrameType::QSW]:
+return "QSW" ;
-for (Index i = 1; i < aStateArray.getSize(); ++i)
- {
-if (aStateArray[i - 1].accessInstant() > aStateArray[i].accessInstant())
- {
-throw ostk::core::error::RuntimeError("States are not in chronological order." );
- }
- }
-
-const orbit::model::Tabulated tabulated =
- orbit::model::Tabulated(aStateArray, anInitialRevolutionNumber, Interpolator::Type::BarycentricRational);
+case [Orbit::FrameType::TNW]:
+return "TNW" ;
+
+case [Orbit::FrameType::VNC]:
+return "VNC" ;
+
+default :
+throw ostk::core::error::runtime::Wrong("Frame type" );
+break ;
+ }
-const Array<Pass> passes =[Orbit::ComputePassesWithModel](
- tabulated,
- aStateArray.accessFirst().accessInstant(),
- aStateArray.accessLast().accessInstant(),
- anInitialRevolutionNumber
- );
-
- Array<Pair<Index, Pass>> passMap;
- passMap.reserve(passes.getSize());
-
- Index stateIndex = 0;
- Index passIndex = 0;
-
-while (stateIndex < aStateArray.getSize())
+return String::Empty();
+}
+
+String Orbit::generateFrameName( const [Orbit::FrameType]& aFrameType) const
+{
+ std::stringstream stringStream;
+ stringStream <<this ;
+
+return String::Format("{} @ Orbit [{}]" ,[Orbit::StringFromFrameType](aFrameType), stringStream.str());
+}
+
+Array<Pair<Index, Pass>>[Orbit::ComputePasses]( const Array<State>& aStateArray,const Integer& anInitialRevolutionNumber)
+{
+if (!anInitialRevolutionNumber.isDefined())
{
-const Instant& stateInstant = aStateArray[stateIndex].accessInstant();
-
-if (passes[passIndex].accessInstantAtPassBreak().[isDefined]() &&
- stateInstant >= passes[passIndex].accessInstantAtPassBreak())
- {
- passMap.add({stateIndex, passes[passIndex]});
- ++passIndex;
- }
-
- stateIndex++;
- }
-
- passMap.add({stateIndex, passes.accessLast()});
-
-return passMap;
-}
-
-Array<Pass>[Orbit::ComputePassesWithModel](
-const orbit::Model& aModel,
-const Instant& aStartInstant,
-const Instant& anEndInstant,
-const Integer& aRevolutionNumber
-)
-{
-
-
-if (!aModel.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Model" );
- }
+throw ostk::core::error::runtime::Undefined("Initial revolution number" );
+ }
+
+if (aStateArray.getSize() < 2)
+ {
+throw ostk::core::error::RuntimeError(
+"Greater than 2 states required to compute passes: {}" , aStateArray.getSize()
+ );
+ }
+
+for (Index i = 1; i < aStateArray.getSize(); ++i)
+ {
+if (aStateArray[i - 1].accessInstant() > aStateArray[i].accessInstant())
+ {
+throw ostk::core::error::RuntimeError("States are not in chronological order." );
+ }
+ }
+
+const orbit::model::Tabulated tabulated =
+ orbit::model::Tabulated(aStateArray, anInitialRevolutionNumber, Interpolator::Type::BarycentricRational);
+
+const Array<Pass> passes =[Orbit::ComputePassesWithModel](
+ tabulated,
+ aStateArray.accessFirst().accessInstant(),
+ aStateArray.accessLast().accessInstant(),
+ anInitialRevolutionNumber
+ );
+
+ Array<Pair<Index, Pass>> passMap;
+ passMap.reserve(passes.getSize());
-if (!aRevolutionNumber.isDefined())
- {
-throw ostk::core::error::runtime::Undefined("Revolution number" );
- }
-
- Array<Pass> passes = Array<Pass>::Empty();
+ Index stateIndex = 0;
+ Index passIndex = 0;
+
+while (stateIndex < aStateArray.getSize())
+ {
+const Instant& stateInstant = aStateArray[stateIndex].accessInstant();
- Integer revolutionNumber = aRevolutionNumber;
- Instant previousInstant = aStartInstant;
- State previousState = aModel.calculateStateAt(previousInstant);
-
- Instant previousPassEndInstant = (Real(previousState.getPosition().accessCoordinates().z()).isNear(0.0, epsilon))
- ? previousState.accessInstant()
- : Instant::Undefined();
-
- Instant northPointCrossing = Instant::Undefined();
- Instant descendingNodeCrossing = Instant::Undefined();
- Instant southPointCrossing = Instant::Undefined();
- Instant passBreakCrossing = Instant::Undefined();
-
-const bool isForwardPropagated = aStartInstant < anEndInstant;
- Duration stepDuration = Duration::Minutes(5.0);
-
-while (true )
- {
-if ((isForwardPropagated && (previousInstant >= anEndInstant)) ||
- (!isForwardPropagated && (previousInstant <= anEndInstant)))
- {
-break ;
- }
+if (passes[passIndex].accessInstantAtPassBreak().[isDefined]() &&
+ stateInstant >= passes[passIndex].accessInstantAtPassBreak())
+ {
+ passMap.add({stateIndex, passes[passIndex]});
+ ++passIndex;
+ }
+
+ stateIndex++;
+ }
+
+ passMap.add({stateIndex, passes.accessLast()});
+
+return passMap;
+}
+
+Array<Pass>[Orbit::ComputePassesWithModel](
+const orbit::Model& aModel,
+const Instant& aStartInstant,
+const Instant& anEndInstant,
+const Integer& aRevolutionNumber
+)
+{
+
- std::tie(northPointCrossing, descendingNodeCrossing, southPointCrossing, passBreakCrossing) =
- Orbit::ComputeCrossings(aModel, previousInstant, stepDuration, isForwardPropagated, anEndInstant);
-
- Pass pass = {
- revolutionNumber,
- isForwardPropagated ? previousPassEndInstant : passBreakCrossing,
- northPointCrossing,
- descendingNodeCrossing,
- southPointCrossing,
- isForwardPropagated ? passBreakCrossing : previousPassEndInstant,
- };
+if (!aModel.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Model" );
+ }
+
+if (!aRevolutionNumber.isDefined())
+ {
+throw ostk::core::error::runtime::Undefined("Revolution number" );
+ }
+
+ Array<Pass> passes = Array<Pass>::Empty();
- passes.add(pass);
-
-
-
-
-if ((isForwardPropagated && !pass.accessInstantAtPassBreak().isDefined()) ||
- (!isForwardPropagated && !pass.accessInstantAtAscendingNode().isDefined()))
- {
-break ;
- }
-
- revolutionNumber += isForwardPropagated ? 1 : -1;
- previousPassEndInstant = passBreakCrossing;
-
-if (pass.isComplete())
- {
- Array<Duration> durations = {
- (pass.accessInstantAtNorthPoint() - pass.accessInstantAtAscendingNode()),
- (pass.accessInstantAtDescendingNode() - pass.accessInstantAtNorthPoint()),
- (pass.accessInstantAtSouthPoint() - pass.accessInstantAtDescendingNode()),
- (pass.accessInstantAtPassBreak() - pass.accessInstantAtSouthPoint()),
- };
- stepDuration = *std::min_element(durations.begin(), durations.end()) / 2.0;
- }
-
- previousInstant = isForwardPropagated ? pass.accessInstantAtPassBreak() + Duration::Microseconds(1.0)
- : pass.accessInstantAtAscendingNode() - Duration::Microseconds(1.0);
- }
-
-return passes;
-}
-
-Instant Orbit::GetCrossingInstant(
-const Instant& anEpoch,
-const Instant& previousInstant,
-const Instant& currentInstant,
-const std::function<double ( double )>& getValue
-)
-{
-const RootSolver::Solution solution =
- rootSolver.[bisection](getValue, (previousInstant - anEpoch).inSeconds(), (currentInstant - anEpoch).inSeconds());
-
-if (!solution.hasConverged)
- {
-throw ostk::core::error::RuntimeError("Root solver did not converge." );
- }
+ Integer revolutionNumber = aRevolutionNumber;
+ Instant previousInstant = aStartInstant;
+ State previousState = aModel.calculateStateAt(previousInstant);
+
+ Instant previousPassEndInstant = (Real(previousState.getPosition().accessCoordinates().z()).isNear(0.0, epsilon))
+ ? previousState.accessInstant()
+ : Instant::Undefined();
+
+ Instant northPointCrossing = Instant::Undefined();
+ Instant descendingNodeCrossing = Instant::Undefined();
+ Instant southPointCrossing = Instant::Undefined();
+ Instant passBreakCrossing = Instant::Undefined();
+
+const bool isForwardPropagated = aStartInstant < anEndInstant;
+ Duration stepDuration = Duration::Minutes(5.0);
+
+while (true )
+ {
+if ((isForwardPropagated && (previousInstant >= anEndInstant)) ||
+ (!isForwardPropagated && (previousInstant <= anEndInstant)))
+ {
+break ;
+ }
+
+ std::tie(northPointCrossing, descendingNodeCrossing, southPointCrossing, passBreakCrossing) =
+ Orbit::ComputeCrossings(aModel, previousInstant, stepDuration, isForwardPropagated, anEndInstant);
+
+ Pass pass = {
+ revolutionNumber,
+ isForwardPropagated ? previousPassEndInstant : passBreakCrossing,
+ northPointCrossing,
+ descendingNodeCrossing,
+ southPointCrossing,
+ isForwardPropagated ? passBreakCrossing : previousPassEndInstant,
+ };
+
+ passes.add(pass);
+
+
+
+
+if ((isForwardPropagated && !pass.accessInstantAtPassBreak().isDefined()) ||
+ (!isForwardPropagated && !pass.accessInstantAtAscendingNode().isDefined()))
+ {
+break ;
+ }
-return anEpoch + Duration::Seconds(solution.root);
-}
+ revolutionNumber += isForwardPropagated ? 1 : -1;
+ previousPassEndInstant = passBreakCrossing;
-Tuple<Instant, Instant, Instant, Instant> Orbit::ComputeCrossings(
-const orbit::Model& aModel,
- Instant previousInstant,
-const Duration& aStepDuration,
-const bool & isForwardPropagated,
-const Instant& anEndInstant
-)
-{
- Instant northPointCrossing = Instant::Undefined();
- Instant southPointCrossing = Instant::Undefined();
- Instant descendingNodeCrossing = Instant::Undefined();
- Instant passBreakCrossing = Instant::Undefined();
-
-if (anEndInstant.isDefined())
- {
-if ((isForwardPropagated && (previousInstant >= anEndInstant)) ||
- (!isForwardPropagated && (previousInstant <= anEndInstant)))
- {
-return {northPointCrossing, descendingNodeCrossing, southPointCrossing, passBreakCrossing};
- }
- }
-
-const Instant epoch = aModel.getEpoch();
-
-const State previousState = aModel.calculateStateAt(previousInstant);
- Real previousStateCoordinates_ECI_z = previousState.getPosition().accessCoordinates().z();
- Real previousStateCoordinates_ECI_zdot = previousState.getVelocity().accessCoordinates().z();
+if (pass.isComplete())
+ {
+ Array<Duration> durations = {
+ (pass.accessInstantAtNorthPoint() - pass.accessInstantAtAscendingNode()),
+ (pass.accessInstantAtDescendingNode() - pass.accessInstantAtNorthPoint()),
+ (pass.accessInstantAtSouthPoint() - pass.accessInstantAtDescendingNode()),
+ (pass.accessInstantAtPassBreak() - pass.accessInstantAtSouthPoint()),
+ };
+ stepDuration = *std::min_element(durations.begin(), durations.end()) / 2.0;
+ }
+
+ previousInstant = isForwardPropagated ? pass.accessInstantAtPassBreak() + Duration::Microseconds(1.0)
+ : pass.accessInstantAtAscendingNode() - Duration::Microseconds(1.0);
+ }
+
+return passes;
+}
+
+Instant Orbit::GetCrossingInstant(
+const Instant& anEpoch,
+const Instant& previousInstant,
+const Instant& currentInstant,
+const std::function<double ( double )>& getValue
+)
+{
+const RootSolver::Solution solution =
+ rootSolver.[bisection](getValue, (previousInstant - anEpoch).inSeconds(), (currentInstant - anEpoch).inSeconds());
-const auto getZ = [&aModel, &epoch](const double & aDurationInSeconds) -> Real
+if (!solution.hasConverged)
{
-return aModel.calculateStateAt(epoch + Duration::Seconds(aDurationInSeconds))
- .getPosition()
- .accessCoordinates()
- .z();
- };
+throw ostk::core::error::RuntimeError("Root solver did not converge." );
+ }
+
+return anEpoch + Duration::Seconds(solution.root);
+}
-const auto getZDot = [&aModel, &epoch](const double & aDurationInSeconds) -> Real
- {
-return aModel.calculateStateAt(epoch + Duration::Seconds(aDurationInSeconds))
- .getVelocity()
- .accessCoordinates()
- .z();
- };
-
-const Duration stepDuration = isForwardPropagated ? aStepDuration : -aStepDuration;
-
-bool lastStep =false ;
-
-while (!passBreakCrossing.isDefined() && !lastStep)
- {
- Instant currentInstant = previousInstant + stepDuration;
-
-if (anEndInstant.isDefined())
+Tuple<Instant, Instant, Instant, Instant> Orbit::ComputeCrossings(
+const orbit::Model& aModel,
+ Instant previousInstant,
+const Duration& aStepDuration,
+const bool & isForwardPropagated,
+const Instant& anEndInstant
+)
+{
+ Instant northPointCrossing = Instant::Undefined();
+ Instant southPointCrossing = Instant::Undefined();
+ Instant descendingNodeCrossing = Instant::Undefined();
+ Instant passBreakCrossing = Instant::Undefined();
+
+if (anEndInstant.isDefined())
+ {
+if ((isForwardPropagated && (previousInstant >= anEndInstant)) ||
+ (!isForwardPropagated && (previousInstant <= anEndInstant)))
{
-if ((isForwardPropagated && (currentInstant >= anEndInstant)) ||
- (!isForwardPropagated && (currentInstant <= anEndInstant)))
- {
- currentInstant = anEndInstant;
- lastStep =true ;
- }
- }
-
-const State currentState = aModel.calculateStateAt(currentInstant);
-const Real currentStateCoordinates_ECI_z = currentState.getPosition().accessCoordinates().z();
-const Real currentStateCoordinates_ECI_zdot = currentState.getVelocity().accessCoordinates().z();
-
-if ((previousStateCoordinates_ECI_z == 0.0) && (currentStateCoordinates_ECI_z == 0.0))
- {
-throw ostk::core::error::runtime::ToBeImplemented("Equatorial orbit support." );
- }
-
-if (((previousStateCoordinates_ECI_zdot > 0.0) && (currentStateCoordinates_ECI_zdot <= 0.0)) ||
- ((previousStateCoordinates_ECI_zdot < 0.0) && (currentStateCoordinates_ECI_zdot >= 0.0)))
- {
-if (currentStateCoordinates_ECI_z > 0.0)
- {
- northPointCrossing = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZDot);
- }
-else
- {
- southPointCrossing = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZDot);
- }
- }
+return {northPointCrossing, descendingNodeCrossing, southPointCrossing, passBreakCrossing};
+ }
+ }
+
+const Instant epoch = aModel.getEpoch();
+
+const State previousState = aModel.calculateStateAt(previousInstant);
+ Real previousStateCoordinates_ECI_z = previousState.getPosition().accessCoordinates().z();
+ Real previousStateCoordinates_ECI_zdot = previousState.getVelocity().accessCoordinates().z();
+
+const auto getZ = [&aModel, &epoch](const double & aDurationInSeconds) -> Real
+ {
+return aModel.calculateStateAt(epoch + Duration::Seconds(aDurationInSeconds))
+ .getPosition()
+ .accessCoordinates()
+ .z();
+ };
+
+const auto getZDot = [&aModel, &epoch](const double & aDurationInSeconds) -> Real
+ {
+return aModel.calculateStateAt(epoch + Duration::Seconds(aDurationInSeconds))
+ .getVelocity()
+ .accessCoordinates()
+ .z();
+ };
+
+const Duration stepDuration = isForwardPropagated ? aStepDuration : -aStepDuration;
+
+bool lastStep =false ;
-if ((previousStateCoordinates_ECI_z > 0.0) && (currentStateCoordinates_ECI_z <= 0.0))
- {
-const Instant crossingInstant = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZ);
+while (!passBreakCrossing.isDefined() && !lastStep)
+ {
+ Instant currentInstant = previousInstant + stepDuration;
-if (isForwardPropagated)
- {
- descendingNodeCrossing = crossingInstant;
- }
-else
- {
- passBreakCrossing = crossingInstant;
+if (anEndInstant.isDefined())
+ {
+if ((isForwardPropagated && (currentInstant >= anEndInstant)) ||
+ (!isForwardPropagated && (currentInstant <= anEndInstant)))
+ {
+ currentInstant = anEndInstant;
+ lastStep =true ;
}
}
-if ((previousStateCoordinates_ECI_z < 0.0) && (currentStateCoordinates_ECI_z >= 0.0))
- {
-const Instant crossingInstant = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZ);
-if (isForwardPropagated)
- {
- passBreakCrossing = crossingInstant;
- }
-else
- {
- descendingNodeCrossing = crossingInstant;
- }
- }
-
- previousStateCoordinates_ECI_z = currentStateCoordinates_ECI_z;
- previousStateCoordinates_ECI_zdot = currentStateCoordinates_ECI_zdot;
- previousInstant = currentInstant;
- }
-
-return {
- northPointCrossing,
- descendingNodeCrossing,
- southPointCrossing,
- passBreakCrossing,
- };
-}
+const State currentState = aModel.calculateStateAt(currentInstant);
+const Real currentStateCoordinates_ECI_z = currentState.getPosition().accessCoordinates().z();
+const Real currentStateCoordinates_ECI_zdot = currentState.getVelocity().accessCoordinates().z();
+
+if ((previousStateCoordinates_ECI_z == 0.0) && (currentStateCoordinates_ECI_z == 0.0))
+ {
+throw ostk::core::error::runtime::ToBeImplemented("Equatorial orbit support." );
+ }
+
+if (((previousStateCoordinates_ECI_zdot > 0.0) && (currentStateCoordinates_ECI_zdot <= 0.0)) ||
+ ((previousStateCoordinates_ECI_zdot < 0.0) && (currentStateCoordinates_ECI_zdot >= 0.0)))
+ {
+if (currentStateCoordinates_ECI_z > 0.0)
+ {
+ northPointCrossing = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZDot);
+ }
+else
+ {
+ southPointCrossing = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZDot);
+ }
+ }
+
+if ((previousStateCoordinates_ECI_z > 0.0) && (currentStateCoordinates_ECI_z <= 0.0))
+ {
+const Instant crossingInstant = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZ);
-}
-}
-}
+if (isForwardPropagated)
+ {
+ descendingNodeCrossing = crossingInstant;
+ }
+else
+ {
+ passBreakCrossing = crossingInstant;
+ }
+ }
+
+if ((previousStateCoordinates_ECI_z < 0.0) && (currentStateCoordinates_ECI_z >= 0.0))
+ {
+const Instant crossingInstant = Orbit::GetCrossingInstant(epoch, previousInstant, currentInstant, getZ);
+if (isForwardPropagated)
+ {
+ passBreakCrossing = crossingInstant;
+ }
+else
+ {
+ descendingNodeCrossing = crossingInstant;
+ }
+ }
+
+ previousStateCoordinates_ECI_z = currentStateCoordinates_ECI_z;
+ previousStateCoordinates_ECI_zdot = currentStateCoordinates_ECI_zdot;
+ previousInstant = currentInstant;
+ }
+
+return {
+ northPointCrossing,
+ descendingNodeCrossing,
+ southPointCrossing,
+ passBreakCrossing,
+ };
+}
+
+}
+}
+}
diff --git a/xml/_orbit_8hpp.xml b/xml/_orbit_8hpp.xml
index f8cda6de3..94f9042e1 100644
--- a/xml/_orbit_8hpp.xml
+++ b/xml/_orbit_8hpp.xml
@@ -481,50 +481,61 @@
const Angle& anArgumentOfLatitude = Angle::Zero()
);
-static String[StringFromFrameType](const [Orbit::FrameType]& aFrameType);
-
-static Array<Pair<Index, Pass>>[ComputePasses](
-const Array<State>& aStateArray,const Integer& anInitialRevolutionNumber
- );
-
-static Array<Pass>[ComputePassesWithModel](
-const [orbit::Model]& aModel,
-const Instant& aStartInstant,
-const Instant& anEndInstant,
-const Integer& anInitialRevolutionNumber
- );
-
-private :
-const [orbit::Model]* modelPtr_;
-
- Shared<const Celestial> celestialObjectSPtr_;
-
-mutable std::mutex mutex_;
-mutable Map<Integer, Pass> passMap_;
-
- String generateFrameName(const [Orbit::FrameType]& aFrameType)const ;
-
-static Instant GetCrossingInstant(
-const Instant& anEpoch,
-const Instant& previousInstant,
-const Instant& currentInstant,
-const std::function<double ( double )>& getValue
- );
-
-static Tuple<Instant, Instant, Instant, Instant> ComputeCrossings(
+static [Orbit][Frozen](
+const Instant& anEpoch,
+const Length& anAltitude,
+const Shared<const Celestial>& aCelestialObjectSPtr,
+const Real& anEccentricity = Real::Undefined(),
+const Angle& anInclination = Angle::Undefined(),
+const Angle& aRaan = Angle::Degrees(0.0),
+const Angle& anAop = Angle::Undefined(),
+const Angle& aTrueAnomaly = Angle::Degrees(0.0)
+ );
+
+static String[StringFromFrameType](const [Orbit::FrameType]& aFrameType);
+
+static Array<Pair<Index, Pass>>[ComputePasses](
+const Array<State>& aStateArray,const Integer& anInitialRevolutionNumber
+ );
+
+static Array<Pass>[ComputePassesWithModel](
const [orbit::Model]& aModel,
- Instant previousInstant,
-const Duration& stepDuration,
-const bool & isForwardPropagated,
-const Instant& anEndInstant = Instant::Undefined()
- );
-};
-
-}
-}
-}
-
-#endif
+const Instant& aStartInstant,
+const Instant& anEndInstant,
+const Integer& anInitialRevolutionNumber
+ );
+
+private :
+const [orbit::Model]* modelPtr_;
+
+ Shared<const Celestial> celestialObjectSPtr_;
+
+mutable std::mutex mutex_;
+mutable Map<Integer, Pass> passMap_;
+
+ String generateFrameName(const [Orbit::FrameType]& aFrameType)const ;
+
+static Instant GetCrossingInstant(
+const Instant& anEpoch,
+const Instant& previousInstant,
+const Instant& currentInstant,
+const std::function<double ( double )>& getValue
+ );
+
+static Tuple<Instant, Instant, Instant, Instant> ComputeCrossings(
+const [orbit::Model]& aModel,
+ Instant previousInstant,
+const Duration& stepDuration,
+const bool & isForwardPropagated,
+const Instant& anEndInstant = Instant::Undefined()
+ );
+};
+
+}
+}
+}
+
+#endif
diff --git a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.xml b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.xml
index 37cfd0c60..76426b325 100644
--- a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.xml
+++ b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.xml
@@ -105,7 +105,7 @@
-
+
Shared< const Celestial >
@@ -118,7 +118,7 @@
-
+
std::mutex
@@ -131,7 +131,7 @@
-
+
Map< Integer, [Pass] >
@@ -144,7 +144,7 @@
-
+
@@ -950,6 +950,138 @@
+
+ [Orbit]
+ Orbit ostk::astrodynamics::trajectory::Orbit::Frozen
+ (const Instant &anEpoch, const Length &anAltitude, const Shared< const Celestial > &aCelestialObjectSPtr, const Real &anEccentricity=Real::Undefined(), const Angle &anInclination=Angle::Undefined(), const Angle &aRaan=Angle::Degrees(0.0), const Angle &anAop=Angle::Undefined(), const Angle &aTrueAnomaly=Angle::Degrees(0.0))
+ Frozen
+
+ const Instant &
+ anEpoch
+
+
+ const Length &
+ anAltitude
+
+
+ const Shared< const Celestial > &
+ aCelestialObjectSPtr
+
+
+ const Real &
+ anEccentricity
+ Real::Undefined()
+
+
+ const Angle &
+ anInclination
+ Angle::Undefined()
+
+
+ const Angle &
+ aRaan
+ Angle::Degrees(0.0)
+
+
+ const Angle &
+ anAop
+ Angle::Undefined()
+
+
+ const Angle &
+ aTrueAnomaly
+ Angle::Degrees(0.0)
+
+
+Constructs a Frozen orbit.
+
+
+[Model]: Kepler (J2 Perturbation)
+The critical angles for inclination are 63.4349 degrees and 116.5651 degrees. The critical angles for AoP are 90.0 degrees and 270.0 degrees.
+At a minimum, an epoch, altitude, and celestial body with a defined J2 and J3 must be provided. In this case, the inclination and AoP are set to critical angles, and the eccentricity is derived from inclination. RAAN and true anomaly default to zero degrees.
+Additionally, the following combinations of inputs are supported:
+AoP (inclination set to critical value, eccentricity derived)
+AoP and eccentricity (inclination derived)
+AoP and inclination, but at least one of them must be a critical value (eccentricity derived)
+Inclination (AoP set to critical value, eccentricity derived)
+Eccentricity (AoP set to critical value, inclination derived)
+
+
+Note that inclination and eccentricity cannot both be provided.
+RAAN and True Anomaly may be provided alongside any of these arguments, and will be passed through to the resulting [Orbit] as they do not impact the frozen orbit condition.
+
+
+anEpoch
+
+
+An orbit epoch
+
+
+
+
+anAltitude
+
+
+An orbit altitude (wrt. equatorial radius)
+
+
+
+
+aCelestialObjectSPtr
+
+
+A shared pointer to a central celestial body
+
+
+
+
+anEccentricity
+
+
+An eccentricity
+
+
+
+
+anInclination
+
+
+An inclination
+
+
+
+
+aRaan
+
+
+A raan
+
+
+
+
+anAop
+
+
+An aop
+
+
+
+
+aTrueAnomaly
+
+
+A true anomaly
+
+
+
+Frozen orbit
+
+
+
+
+
+
+
String
String ostk::astrodynamics::trajectory::Orbit::StringFromFrameType
@@ -978,7 +1110,7 @@
-
+
Array< Pair< Index, [Pass] > >
@@ -1020,7 +1152,7 @@
-
+
Array< [Pass] >
@@ -1086,7 +1218,7 @@
-
+
@@ -1105,7 +1237,7 @@
-
+
@@ -1173,7 +1305,7 @@
-
+
Tuple< Instant, Instant, Instant, Instant >
@@ -1252,7 +1384,7 @@
-
+
@@ -1285,7 +1417,7 @@
-
+
ostk::astrodynamics::trajectory::Orbit accessModel
ostk::astrodynamics::trajectory::Orbit celestialObjectSPtr_
@@ -1297,6 +1429,7 @@
ostk::astrodynamics::trajectory::Orbit ConstPassIterator
ostk::astrodynamics::trajectory::Orbit Equatorial
ostk::astrodynamics::trajectory::Orbit FrameType
+ ostk::astrodynamics::trajectory::Orbit Frozen
ostk::astrodynamics::trajectory::Orbit generateFrameName
ostk::astrodynamics::trajectory::Orbit GeoSynchronous
ostk::astrodynamics::trajectory::Orbit GetCrossingInstant
diff --git a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.xml b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.xml
index 0541cfdb6..2f128dd21 100644
--- a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.xml
+++ b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean.xml
@@ -351,6 +351,8 @@
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean eccentricity_
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean Element
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean FromSIVector
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean FrozenOrbit
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean FrozenOrbit
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean getAngularMomentum
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean getAop
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean getApoapsisRadius
diff --git a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.xml b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.xml
index 0fb8aa649..71693e13a 100644
--- a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.xml
+++ b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_long.xml
@@ -320,6 +320,8 @@
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong Element
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong FromSIVector
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong FromSIVector
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong FrozenOrbit
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong FrozenOrbit
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong getAngularMomentum
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong getAop
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong getApoapsisRadius
diff --git a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.xml b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.xml
index e354c6a9e..da86641b3 100644
--- a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.xml
+++ b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1blm_1_1_brouwer_lyddane_mean_short.xml
@@ -320,6 +320,8 @@
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort Element
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort FromSIVector
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort FromSIVector
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort FrozenOrbit
+ ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort FrozenOrbit
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort getAngularMomentum
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort getAop
ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort getApoapsisRadius
diff --git a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.xml b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.xml
index 28503b3fb..4ce75cf81 100644
--- a/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.xml
+++ b/xml/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler_1_1_c_o_e.xml
@@ -70,7 +70,7 @@
-
+
@@ -102,7 +102,7 @@
-
+
Pair< Position, Velocity >
@@ -115,7 +115,7 @@
-
+
@@ -130,7 +130,7 @@
-
+
Real
@@ -143,7 +143,7 @@
-
+
Angle
@@ -156,7 +156,7 @@
-
+
Angle
@@ -169,7 +169,7 @@
-
+
Angle
@@ -182,7 +182,7 @@
-
+
Angle
@@ -195,7 +195,7 @@
-
+
[AnomalyType]
@@ -208,7 +208,7 @@
-
+
@@ -298,7 +298,7 @@
-
+
bool
@@ -328,7 +328,7 @@
-
+
bool
@@ -358,7 +358,7 @@
-
+
bool
@@ -375,7 +375,7 @@
-
+
Length
@@ -392,7 +392,7 @@
-
+
Real
@@ -409,7 +409,7 @@
-
+
Angle
@@ -426,7 +426,7 @@
-
+
Angle
@@ -443,7 +443,7 @@
-
+
Angle
@@ -460,7 +460,7 @@
-
+
Angle
@@ -478,7 +478,7 @@
-
+
Angle
@@ -496,7 +496,7 @@
-
+
Angle
@@ -514,7 +514,7 @@
-
+
Length
@@ -531,7 +531,7 @@
-
+
Length
@@ -548,7 +548,7 @@
-
+
Length
@@ -565,7 +565,7 @@
-
+
Length
@@ -582,7 +582,7 @@
-
+
Derived
@@ -612,7 +612,7 @@
-
+
Derived
@@ -642,7 +642,7 @@
-
+
Derived
@@ -696,7 +696,7 @@
-
+
Duration
@@ -726,7 +726,7 @@
-
+
[COE::CartesianState]
@@ -768,7 +768,7 @@
-
+
Vector6d
@@ -798,7 +798,7 @@
-
+
void
@@ -839,7 +839,7 @@
-
+
@@ -885,7 +885,7 @@
-
+
@@ -906,7 +906,7 @@
-
+
[COE]
@@ -948,7 +948,7 @@
-
+
[COE]
@@ -990,7 +990,269 @@
-
+
+
+
+ [COE]
+ COE ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit
+ (const Length &aSemiMajorAxis, const Shared< const Celestial > &aCelestialObjectSPtr, const Real &anEccentricity=Real::Undefined(), const Angle &anInclination=Angle::Undefined(), const Angle &aRaan=Angle::Degrees(0.0), const Angle &anAop=Angle::Undefined(), const Angle &aTrueAnomaly=Angle::Degrees(0.0))
+ FrozenOrbit
+
+ const Length &
+ aSemiMajorAxis
+
+
+ const Shared< const Celestial > &
+ aCelestialObjectSPtr
+
+
+ const Real &
+ anEccentricity
+ Real::Undefined()
+
+
+ const Angle &
+ anInclination
+ Angle::Undefined()
+
+
+ const Angle &
+ aRaan
+ Angle::Degrees(0.0)
+
+
+ const Angle &
+ anAop
+ Angle::Undefined()
+
+
+ const Angle &
+ aTrueAnomaly
+ Angle::Degrees(0.0)
+
+
+Construct a frozen orbit from an incomplete set of COEs.
+
+
+The critical angles for inclination are 63.4349 degrees and 116.5651 degrees. The critical angles for AoP are 90.0 degrees and 270.0 degrees.
+At a minimum, a semi-major axis and shared pointer to a central celestial body with a defined J2 and J3 must be provided. In this case, the inclination and AoP are set to critical angles, and the eccentricity is derived from inclination. RAAN and true anomaly default to zero degrees.
+Additionally, the following combinations of inputs are supported:
+AoP (inclination set to critical value, eccentricity derived)
+AoP and eccentricity (inclination derived)
+AoP and inclination, but at least one of them must be a critical value (eccentricity derived)
+Inclination (AoP set to critical value, eccentricity derived)
+Eccentricity (AoP set to critical value, inclination derived)
+
+
+Note that inclination and eccentricity cannot both be provided.
+RAAN and True Anomaly may be provided alongside any of these arguments, and will be passed through to the resulting [COE] as they do not impact the frozen orbit condition.
+
+
+aSemiMajorAxis
+
+
+A semi-major axis
+
+
+
+
+aCelestialObjectSPtr
+
+
+A shared pointer to a central celestial body
+
+
+
+
+anEccentricity
+
+
+An eccentricity
+
+
+
+
+anInclination
+
+
+An inclination
+
+
+
+
+aRaan
+
+
+A raan
+
+
+
+
+anAop
+
+
+An aop
+
+
+
+
+aTrueAnomaly
+
+
+A true anomaly
+
+
+
+[COE]
+
+
+
+
+
+
+
+
+ [COE]
+ COE ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FrozenOrbit
+ (const Length &aSemiMajorAxis, const Length &anEquatorialRadius, const Real &aJ2, const Real &aJ3, const Real &anEccentricity=Real::Undefined(), const Angle &anInclination=Angle::Undefined(), const Angle &aRaan=Angle::Degrees(0.0), const Angle &anAop=Angle::Undefined(), const Angle &aTrueAnomaly=Angle::Degrees(0.0))
+ FrozenOrbit
+
+ const Length &
+ aSemiMajorAxis
+
+
+ const Length &
+ anEquatorialRadius
+
+
+ const Real &
+ aJ2
+
+
+ const Real &
+ aJ3
+
+
+ const Real &
+ anEccentricity
+ Real::Undefined()
+
+
+ const Angle &
+ anInclination
+ Angle::Undefined()
+
+
+ const Angle &
+ aRaan
+ Angle::Degrees(0.0)
+
+
+ const Angle &
+ anAop
+ Angle::Undefined()
+
+
+ const Angle &
+ aTrueAnomaly
+ Angle::Degrees(0.0)
+
+
+Construct a frozen orbit from an incomplete set of COEs.
+
+
+The critical angles for inclination are 63.4349 degrees and 116.5651 degrees. The critical angles for AoP are 90.0 degrees and 270.0 degrees.
+At a minimum, a semi-major axis, equatorial radius, J2, and J3 must be provided. In this case, the inclination and AoP are set to critical angles, and the eccentricity is derived from inclination. RAAN and true anomaly default to zero degrees.
+Additionally, the following combinations of inputs are supported:
+AoP (inclination set to critical value, eccentricity derived)
+AoP and eccentricity (inclination derived)
+AoP and inclination, but at least one of them must be a critical value (eccentricity derived)
+Inclination (AoP set to critical value, eccentricity derived)
+Eccentricity (AoP set to critical value, inclination derived)
+
+
+Note that inclination and eccentricity cannot both be provided.
+RAAN and True Anomaly may be provided alongside any of these arguments, and will be passed through to the resulting [COE] as they do not impact the frozen orbit condition.
+
+
+aSemiMajorAxis
+
+
+A semi-major axis
+
+
+
+
+anEquatorialRadius
+
+
+An equatorial radius
+
+
+
+
+aJ2
+
+
+A J2
+
+
+
+
+aJ3
+
+
+A J3
+
+
+
+
+anEccentricity
+
+
+An eccentricity
+
+
+
+
+anInclination
+
+
+An inclination
+
+
+
+
+aRaan
+
+
+A raan
+
+
+
+
+anAop
+
+
+An aop
+
+
+
+
+aTrueAnomaly
+
+
+A true anomaly
+
+
+
+[COE]
+
+
+
+
+
+
Angle
@@ -1032,7 +1294,7 @@
-
+
Angle
@@ -1074,7 +1336,7 @@
-
+
Angle
@@ -1116,7 +1378,7 @@
-
+
Angle
@@ -1170,7 +1432,7 @@
-
+
Angle
@@ -1224,7 +1486,7 @@
-
+
Real
@@ -1266,7 +1528,7 @@
-
+
Real
@@ -1320,7 +1582,7 @@
-
+
Real
@@ -1362,7 +1624,7 @@
-
+
Real
@@ -1416,7 +1678,7 @@
-
+
Time
@@ -1463,7 +1725,7 @@
-
+
Time
@@ -1510,7 +1772,7 @@
-
+
String
@@ -1540,7 +1802,7 @@
-
+
@@ -1642,7 +1904,7 @@
-
+
@@ -1722,7 +1984,7 @@
-
+
Angle
@@ -1752,7 +2014,7 @@
-
+
@@ -1812,7 +2074,7 @@
Length
-
+
ostk::astrodynamics::trajectory::orbit::model::kepler::COE anomaly_
ostk::astrodynamics::trajectory::orbit::model::kepler::COE AnomalyType
@@ -1835,6 +2097,8 @@
ostk::astrodynamics::trajectory::orbit::model::kepler::COE eccentricity_
ostk::astrodynamics::trajectory::orbit::model::kepler::COE Element
ostk::astrodynamics::trajectory::orbit::model::kepler::COE FromSIVector
+ ostk::astrodynamics::trajectory::orbit::model::kepler::COE FrozenOrbit
+ ostk::astrodynamics::trajectory::orbit::model::kepler::COE FrozenOrbit
ostk::astrodynamics::trajectory::orbit::model::kepler::COE getAngularMomentum
ostk::astrodynamics::trajectory::orbit::model::kepler::COE getAop
ostk::astrodynamics::trajectory::orbit::model::kepler::COE getApoapsisRadius
diff --git a/xml/index.xml b/xml/index.xml
index 8a2bdedae..79f5ba42b 100644
--- a/xml/index.xml
+++ b/xml/index.xml
@@ -236,6 +236,8 @@
Undefined
Cartesian
FromSIVector
+ FrozenOrbit
+ FrozenOrbit
EccentricAnomalyFromTrueAnomaly
TrueAnomalyFromEccentricAnomaly
MeanAnomalyFromEccentricAnomaly
@@ -779,6 +781,7 @@
CircularEquatorial
GeoSynchronous
SunSynchronous
+ Frozen
StringFromFrameType
ComputePasses
ComputePassesWithModel
diff --git a/xml/namespaceostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler.xml b/xml/namespaceostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler.xml
index e80eb3ee4..bf25747a5 100644
--- a/xml/namespaceostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler.xml
+++ b/xml/namespaceostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1model_1_1kepler.xml
@@ -15,7 +15,7 @@
-
+
ostk::physics::environment::gravitational::Earth
@@ -28,7 +28,7 @@
-
+
@@ -44,7 +44,7 @@
-
+
const Derived::Unit
@@ -58,7 +58,7 @@
-
+
const Derived::Unit
@@ -72,7 +72,7 @@
-
+
const Derived::Unit
@@ -97,7 +97,7 @@
-
+
@@ -142,7 +142,7 @@
-
+