diff --git a/_build/html/.doctrees/_notebooks/Area Coverage.doctree b/_build/html/.doctrees/_notebooks/Area Coverage.doctree index b9230d954..80023ec2b 100644 Binary files a/_build/html/.doctrees/_notebooks/Area Coverage.doctree and b/_build/html/.doctrees/_notebooks/Area Coverage.doctree differ diff --git a/_build/html/.doctrees/_notebooks/Custom Window Generation.doctree b/_build/html/.doctrees/_notebooks/Custom Window Generation.doctree index 31a210ce6..5f8d170d7 100644 Binary files a/_build/html/.doctrees/_notebooks/Custom Window Generation.doctree and b/_build/html/.doctrees/_notebooks/Custom Window Generation.doctree differ diff --git a/_build/html/.doctrees/_notebooks/Sensor Modeling.doctree b/_build/html/.doctrees/_notebooks/Sensor Modeling.doctree index af4240f13..ce3ebea98 100644 Binary files a/_build/html/.doctrees/_notebooks/Sensor Modeling.doctree and b/_build/html/.doctrees/_notebooks/Sensor Modeling.doctree differ diff --git a/_build/html/.doctrees/_notebooks/Station-keeping Sequence.doctree b/_build/html/.doctrees/_notebooks/Station-keeping Sequence.doctree index 24ca5ae5c..5e3143b5b 100644 Binary files a/_build/html/.doctrees/_notebooks/Station-keeping Sequence.doctree and b/_build/html/.doctrees/_notebooks/Station-keeping Sequence.doctree differ diff --git a/_build/html/.doctrees/_notebooks/Visualize Satellite Trajectory (Cesium).doctree b/_build/html/.doctrees/_notebooks/Visualize Satellite Trajectory (Cesium).doctree index ddc7ea446..1d6394fad 100644 Binary files a/_build/html/.doctrees/_notebooks/Visualize Satellite Trajectory (Cesium).doctree and b/_build/html/.doctrees/_notebooks/Visualize Satellite Trajectory (Cesium).doctree differ diff --git a/_build/html/.doctrees/environment.pickle b/_build/html/.doctrees/environment.pickle index 8e9f0b1bc..d01a41048 100644 Binary files a/_build/html/.doctrees/environment.pickle and b/_build/html/.doctrees/environment.pickle differ diff --git a/_build/html/_autosummary/ostk.astrodynamics.Access.html b/_build/html/_autosummary/ostk.astrodynamics.Access.html index 64b1db577..7862852e9 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.Access.html +++ b/_build/html/_autosummary/ostk.astrodynamics.Access.html @@ -1 +1 @@ - ostk.astrodynamics.Access — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Access

class Access(
self: ostk.astrodynamics.Access,
type: ostk.astrodynamics.Access.Type,
acquisition_of_signal: ostk.physics.time.Instant,
time_of_closest_approach: ostk.physics.time.Instant,
loss_of_signal: ostk.physics.time.Instant,
max_elevation: ostk.physics.unit.Angle,
)

Bases: pybind11_object

Object-to-object visibility

This class encapsulates the concept of visibility access between two trajectories.

Constructs an Access object.

Parameters:
  • type (Access.Type) -- Type of the access (Complete, Partial, Undefined)

  • acquisition_of_signal (Instant) -- The instant when the signal is first acquired

  • time_of_closest_approach (Instant) -- The time of closest approach between objects

  • loss_of_signal (Instant) -- The instant when the signal is lost

  • max_elevation (Angle) -- The maximum elevation angle during the access

Methods

get_acquisition_of_signal

Get the acquisition of signal of the access.

get_duration

Get the duration of the access.

get_interval

Get the interval of the access.

get_loss_of_signal

Get the loss of signal of the access.

get_max_elevation

Get the maximum elevation of the access.

get_time_of_closest_approach

Get the time of closest approach of the access.

get_type

Get the type of the access.

is_complete

Check if the access is complete.

is_defined

Check if the Access object is defined.

string_from_type

Returns a string representation of the Access type.

undefined

Creates an undefined Access object.

class Type(self: ostk.astrodynamics.Access.Type, value: int)

Bases: pybind11_object

Access type.

Members:

Undefined : Undefined

Complete : Complete

Partial : Partial

property name
get_acquisition_of_signal(
self: ostk.astrodynamics.Access,
) ostk.physics.time.Instant

Get the acquisition of signal of the access.

Returns:

The acquisition of signal of the access.

Return type:

Instant

get_duration(self: ostk.astrodynamics.Access) ostk.physics.time.Duration

Get the duration of the access.

Returns:

The duration of the access.

Return type:

Duration

get_interval(self: ostk.astrodynamics.Access) ostk.physics.time.Interval

Get the interval of the access.

Returns:

The interval of the access.

Return type:

Interval

get_loss_of_signal(self: ostk.astrodynamics.Access) ostk.physics.time.Instant

Get the loss of signal of the access.

Returns:

The loss of signal of the access.

Return type:

Instant

get_max_elevation(self: ostk.astrodynamics.Access) ostk.physics.unit.Angle

Get the maximum elevation of the access.

Returns:

The maximum elevation of the access.

Return type:

Angle

get_time_of_closest_approach(
self: ostk.astrodynamics.Access,
) ostk.physics.time.Instant

Get the time of closest approach of the access.

Returns:

The time of closest approach of the access.

Return type:

Instant

get_type(self: ostk.astrodynamics.Access) ostk.astrodynamics.Access.Type

Get the type of the access.

Returns:

The type of the access.

Return type:

Access.Type

is_complete(self: ostk.astrodynamics.Access) bool

Check if the access is complete.

Returns:

True if complete, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.Access) bool

Check if the Access object is defined.

Returns:

True if defined, False otherwise.

Return type:

bool

static string_from_type(type: ostk.astrodynamics.Access.Type) ostk.core.type.String

Returns a string representation of the Access type.

Parameters:

type (Access.Type) -- The type of the access.

Returns:

A string representation of the type.

Return type:

str

static undefined() ostk.astrodynamics.Access

Creates an undefined Access object.

Returns:

An undefined Access object.

Return type:

Access

\ No newline at end of file + ostk.astrodynamics.Access — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Access

class Access(
self: ostk.astrodynamics.Access,
type: ostk.astrodynamics.Access.Type,
acquisition_of_signal: ostk.physics.time.Instant,
time_of_closest_approach: ostk.physics.time.Instant,
loss_of_signal: ostk.physics.time.Instant,
max_elevation: ostk.physics.unit.Angle,
)

Bases: pybind11_object

Object-to-object visibility

This class encapsulates the concept of visibility access between two trajectories.

Constructs an Access object.

Parameters:
  • type (Access.Type) -- Type of the access (Complete, Partial, Undefined)

  • acquisition_of_signal (Instant) -- The instant when the signal is first acquired

  • time_of_closest_approach (Instant) -- The time of closest approach between objects

  • loss_of_signal (Instant) -- The instant when the signal is lost

  • max_elevation (Angle) -- The maximum elevation angle during the access

Methods

get_acquisition_of_signal

Get the acquisition of signal of the access.

get_duration

Get the duration of the access.

get_interval

Get the interval of the access.

get_loss_of_signal

Get the loss of signal of the access.

get_max_elevation

Get the maximum elevation of the access.

get_time_of_closest_approach

Get the time of closest approach of the access.

get_type

Get the type of the access.

is_complete

Check if the access is complete.

is_defined

Check if the Access object is defined.

string_from_type

Returns a string representation of the Access type.

undefined

Creates an undefined Access object.

class Type(self: ostk.astrodynamics.Access.Type, value: int)

Bases: pybind11_object

Access type.

Members:

Undefined : Undefined

Complete : Complete

Partial : Partial

property name
get_acquisition_of_signal(
self: ostk.astrodynamics.Access,
) ostk.physics.time.Instant

Get the acquisition of signal of the access.

Returns:

The acquisition of signal of the access.

Return type:

Instant

get_duration(self: ostk.astrodynamics.Access) ostk.physics.time.Duration

Get the duration of the access.

Returns:

The duration of the access.

Return type:

Duration

get_interval(self: ostk.astrodynamics.Access) ostk.physics.time.Interval

Get the interval of the access.

Returns:

The interval of the access.

Return type:

Interval

get_loss_of_signal(self: ostk.astrodynamics.Access) ostk.physics.time.Instant

Get the loss of signal of the access.

Returns:

The loss of signal of the access.

Return type:

Instant

get_max_elevation(self: ostk.astrodynamics.Access) ostk.physics.unit.Angle

Get the maximum elevation of the access.

Returns:

The maximum elevation of the access.

Return type:

Angle

get_time_of_closest_approach(
self: ostk.astrodynamics.Access,
) ostk.physics.time.Instant

Get the time of closest approach of the access.

Returns:

The time of closest approach of the access.

Return type:

Instant

get_type(self: ostk.astrodynamics.Access) ostk.astrodynamics.Access.Type

Get the type of the access.

Returns:

The type of the access.

Return type:

Access.Type

is_complete(self: ostk.astrodynamics.Access) bool

Check if the access is complete.

Returns:

True if complete, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.Access) bool

Check if the Access object is defined.

Returns:

True if defined, False otherwise.

Return type:

bool

static string_from_type(type: ostk.astrodynamics.Access.Type) ostk.core.type.String

Returns a string representation of the Access type.

Parameters:

type (Access.Type) -- The type of the access.

Returns:

A string representation of the type.

Return type:

str

static undefined() ostk.astrodynamics.Access

Creates an undefined Access object.

Returns:

An undefined Access object.

Return type:

Access

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.Dynamics.html b/_build/html/_autosummary/ostk.astrodynamics.Dynamics.html index 96664f551..e4e817df9 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.Dynamics.html +++ b/_build/html/_autosummary/ostk.astrodynamics.Dynamics.html @@ -1 +1 @@ - ostk.astrodynamics.Dynamics — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Dynamics

class Dynamics(self: ostk.astrodynamics.Dynamics, name: ostk.core.type.String)

Bases: pybind11_object

Abstract interface class for dynamics.

Can inherit and provide the virtual methods:
  • is_defined

  • get_read_coordinate_subsets

  • get_write_coordinate_subsets

  • compute_contribution

to create a custom dynamics class.

Construct a new Dynamics object.

Parameters:

name (str) -- The name of the dynamics.

Returns:

The new Dynamics object.

Return type:

dynamics (Dynamics)

Methods

compute_contribution

Compute the contribution of the dynamics at a given instant.

from_environment

Create a list of Dynamics objects from an environment.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the dynamics is defined.

compute_contribution(
self: ostk.astrodynamics.Dynamics,
instant: ostk.physics.time.Instant,
state_vector: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the dynamics at a given instant.

Parameters:
  • instant (Instant) -- The instant at which to compute the contribution.

  • state_vector (numpy.ndarray) -- The state vector at the instant.

  • frame (Frame) -- The reference frame in which to compute the contribution.

Returns:

The contribution of the dynamics at the instant.

Return type:

contribution (numpy.ndarray)

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.Dynamics) bool

Check if the dynamics is defined.

Returns:

True if the dynamics is defined, False otherwise.

Return type:

is_defined (bool)

\ No newline at end of file + ostk.astrodynamics.Dynamics — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Dynamics

class Dynamics(self: ostk.astrodynamics.Dynamics, name: ostk.core.type.String)

Bases: pybind11_object

Abstract interface class for dynamics.

Can inherit and provide the virtual methods:
  • is_defined

  • get_read_coordinate_subsets

  • get_write_coordinate_subsets

  • compute_contribution

to create a custom dynamics class.

Construct a new Dynamics object.

Parameters:

name (str) -- The name of the dynamics.

Returns:

The new Dynamics object.

Return type:

dynamics (Dynamics)

Methods

compute_contribution

Compute the contribution of the dynamics at a given instant.

from_environment

Create a list of Dynamics objects from an environment.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the dynamics is defined.

compute_contribution(
self: ostk.astrodynamics.Dynamics,
instant: ostk.physics.time.Instant,
state_vector: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the dynamics at a given instant.

Parameters:
  • instant (Instant) -- The instant at which to compute the contribution.

  • state_vector (numpy.ndarray) -- The state vector at the instant.

  • frame (Frame) -- The reference frame in which to compute the contribution.

Returns:

The contribution of the dynamics at the instant.

Return type:

contribution (numpy.ndarray)

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.Dynamics) bool

Check if the dynamics is defined.

Returns:

True if the dynamics is defined, False otherwise.

Return type:

is_defined (bool)

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.GuidanceLaw.html b/_build/html/_autosummary/ostk.astrodynamics.GuidanceLaw.html index bcd9908cb..fa88f6748 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.GuidanceLaw.html +++ b/_build/html/_autosummary/ostk.astrodynamics.GuidanceLaw.html @@ -1 +1 @@ - ostk.astrodynamics.GuidanceLaw — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.GuidanceLaw

class GuidanceLaw(self: ostk.astrodynamics.GuidanceLaw, name: ostk.core.type.String)

Bases: pybind11_object

Guidance law base class.

A guidance law is a mathematical model that computes the acceleration based on specific guidance law logic.

Constructor.

Parameters:

name (str) -- The name of the guidance law.

Methods

calculate_thrust_acceleration_at

Compute the acceleration.

get_name

Get the name of the guidance law.

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.GuidanceLaw,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Compute the acceleration.

Parameters:
  • instant (Instant) -- Instant of computation.

  • position_coordinates (np.array) -- Position coordinates.

  • velocity_coordinates (np.array) -- Velocity coordinates.

  • thrust_acceleration (float) -- Thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration is expressed in.

Returns:

The acceleration.

Return type:

np.array

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.GuidanceLaw — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.GuidanceLaw

class GuidanceLaw(self: ostk.astrodynamics.GuidanceLaw, name: ostk.core.type.String)

Bases: pybind11_object

Guidance law base class.

A guidance law is a mathematical model that computes the acceleration based on specific guidance law logic.

Constructor.

Parameters:

name (str) -- The name of the guidance law.

Methods

calculate_thrust_acceleration_at

Compute the acceleration.

get_name

Get the name of the guidance law.

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.GuidanceLaw,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Compute the acceleration.

Parameters:
  • instant (Instant) -- Instant of computation.

  • position_coordinates (np.array) -- Position coordinates.

  • velocity_coordinates (np.array) -- Velocity coordinates.

  • thrust_acceleration (float) -- Thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration is expressed in.

Returns:

The acceleration.

Return type:

np.array

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.Trajectory.html b/_build/html/_autosummary/ostk.astrodynamics.Trajectory.html index 84bf0b5f8..a94dcfa15 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.Trajectory.html +++ b/_build/html/_autosummary/ostk.astrodynamics.Trajectory.html @@ -1 +1 @@ - ostk.astrodynamics.Trajectory — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Trajectory

class Trajectory(*args, **kwargs)

Bases: pybind11_object

Path followed by an object through space as a function of time.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.Trajectory, model: ostk::astrodynamics::trajectory::Model) -> None

    Construct a Trajectory object from a model.

    Args:

    model (trajectory.Model): The model of the trajectory.

    Returns:

    Trajectory: The Trajectory object.

  2. __init__(self: ostk.astrodynamics.Trajectory, states: List[ostk::astrodynamics::trajectory::State]) -> None

    Construct a Trajectory object from an array of states.

    Args:

    states (list[State]): The states of the trajectory.

    Returns:

    Trajectory: The Trajectory object.

Methods

get_state_at

Get the state of the trajectory at a given instant.

get_states_at

Get the states of the trajectory at a given set of instants.

is_defined

Check if the trajectory is defined.

position

Create a Trajectory object representing a position.

undefined

Create an undefined Trajectory object.

get_state_at(
self: ostk.astrodynamics.Trajectory,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the trajectory at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the trajectory at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.Trajectory,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the trajectory at a given set of instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states of the trajectory at the given instants.

Return type:

list[State]

is_defined(self: ostk.astrodynamics.Trajectory) bool

Check if the trajectory is defined.

Returns:

True if the trajectory is defined, False otherwise.

Return type:

bool

static position(
position: ostk.physics.coordinate.Position,
) ostk.astrodynamics.Trajectory

Create a Trajectory object representing a position.

Parameters:

position (Position) -- The position.

Returns:

The Trajectory object representing the position.

Return type:

Trajectory

static undefined() ostk.astrodynamics.Trajectory

Create an undefined Trajectory object.

Returns:

The undefined Trajectory object.

Return type:

Trajectory

\ No newline at end of file + ostk.astrodynamics.Trajectory — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.Trajectory

class Trajectory(*args, **kwargs)

Bases: pybind11_object

Path followed by an object through space as a function of time.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.Trajectory, model: ostk::astrodynamics::trajectory::Model) -> None

    Construct a Trajectory object from a model.

    Args:

    model (trajectory.Model): The model of the trajectory.

    Returns:

    Trajectory: The Trajectory object.

  2. __init__(self: ostk.astrodynamics.Trajectory, states: List[ostk::astrodynamics::trajectory::State]) -> None

    Construct a Trajectory object from an array of states.

    Args:

    states (list[State]): The states of the trajectory.

    Returns:

    Trajectory: The Trajectory object.

Methods

get_state_at

Get the state of the trajectory at a given instant.

get_states_at

Get the states of the trajectory at a given set of instants.

is_defined

Check if the trajectory is defined.

position

Create a Trajectory object representing a position.

undefined

Create an undefined Trajectory object.

get_state_at(
self: ostk.astrodynamics.Trajectory,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the trajectory at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the trajectory at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.Trajectory,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the trajectory at a given set of instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states of the trajectory at the given instants.

Return type:

list[State]

is_defined(self: ostk.astrodynamics.Trajectory) bool

Check if the trajectory is defined.

Returns:

True if the trajectory is defined, False otherwise.

Return type:

bool

static position(
position: ostk.physics.coordinate.Position,
) ostk.astrodynamics.Trajectory

Create a Trajectory object representing a position.

Parameters:

position (Position) -- The position.

Returns:

The Trajectory object representing the position.

Return type:

Trajectory

static undefined() ostk.astrodynamics.Trajectory

Create an undefined Trajectory object.

Returns:

The undefined Trajectory object.

Return type:

Trajectory

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.access.Generator.html b/_build/html/_autosummary/ostk.astrodynamics.access.Generator.html index 387725fe9..1c8687334 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.access.Generator.html +++ b/_build/html/_autosummary/ostk.astrodynamics.access.Generator.html @@ -1 +1 @@ - ostk.astrodynamics.access.Generator — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.access.Generator

class Generator(
self: ostk.astrodynamics.access.Generator,
environment: ostk.physics.Environment,
aer_filter: Callable[[ostk.physics.coordinate.spherical.AER], bool] = None,
access_filter: Callable[[ostk.astrodynamics.Access], bool] = None,
state_filter: Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool] = None,
step: ostk.physics.time.Duration = Duration.minutes(1.0),
tolerance: ostk.physics.time.Duration = Duration.microseconds(1.0),
)

Bases: pybind11_object

An access generator.

Constructor.

Parameters:
  • environment (Environment) -- The environment.

  • aer_filter (function) -- The AER filter.

  • access_filter (function) -- The access filter.

  • state_filter (function) -- The state filter.

  • step (Duration) -- The step.

  • tolerance (Duration) -- The tolerance.

Methods

aer_mask

Create an AER generator with a mask.

aer_ranges

Create an AER generator with ranges.

compute_accesses

Compute the accesses.

get_access_filter

Get the access filter.

get_aer_filter

Get the AER filter.

get_condition_function

Get the condition function.

get_state_filter

Get the state filter.

get_step

Get the step.

get_tolerance

Get the tolerance.

is_defined

Check if the generator is defined.

set_access_filter

Set the access filter.

set_aer_filter

Set the AER filter.

set_state_filter

Set the state filter.

set_step

Set the step.

set_tolerance

Set the tolerance.

undefined

Get an undefined generator.

static aer_mask(
azimuth_elevation_mask: Dict[ostk.core.type.Real, ostk.core.type.Real],
range_range: ostk.mathematics.object.RealInterval,
environment: ostk.physics.Environment,
) ostk.astrodynamics.access.Generator

Create an AER generator with a mask.

Parameters:
  • azimuth_elevation_mask (Interval) -- The azimuth-elevation mask.

  • range_range (Interval) -- The range range.

  • environment (Environment) -- The environment.

Returns:

The AER generator.

Return type:

Generator

static aer_ranges(
azimuth_range: ostk.mathematics.object.RealInterval,
elevation_range: ostk.mathematics.object.RealInterval,
range_range: ostk.mathematics.object.RealInterval,
environment: ostk.physics.Environment,
) ostk.astrodynamics.access.Generator

Create an AER generator with ranges.

Parameters:
  • azimuth_range (Interval) -- The azimuth range.

  • elevation_range (Interval) -- The elevation range.

  • range_range (Interval) -- The range range.

  • environment (Environment) -- The environment.

Returns:

The AER generator.

Return type:

Generator

compute_accesses(
self: ostk.astrodynamics.access.Generator,
interval: ostk.physics.time.Interval,
from_trajectory: ostk.astrodynamics.Trajectory,
to_trajectory: ostk.astrodynamics.Trajectory,
) List[ostk.astrodynamics.Access]

Compute the accesses.

Parameters:
  • interval (Interval) -- The interval.

  • from_trajectory (State) -- The state at the start of the interval.

  • to_trajectory (State) -- The state at the end of the interval.

Returns:

The accesses.

Return type:

Accesses

get_access_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.astrodynamics.Access], bool]

Get the access filter.

Returns:

The access filter.

Return type:

function

get_aer_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.physics.coordinate.spherical.AER], bool]

Get the AER filter.

Returns:

The AER filter.

Return type:

function

get_condition_function(
self: ostk.astrodynamics.access.Generator,
from_trajectory: ostk.astrodynamics.Trajectory,
to_trajectory: ostk.astrodynamics.Trajectory,
) Callable[[ostk.physics.time.Instant], bool]

Get the condition function.

Parameters:
  • from_trajectory (State) -- The state at the start of the interval.

  • to_trajectory (State) -- The state at the end of the interval.

Returns:

The condition function.

Return type:

function

get_state_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool]

Get the state filter.

Returns:

The state filter.

Return type:

function

get_step(
self: ostk.astrodynamics.access.Generator,
) ostk.physics.time.Duration

Get the step.

Returns:

The step.

Return type:

Duration

get_tolerance(
self: ostk.astrodynamics.access.Generator,
) ostk.physics.time.Duration

Get the tolerance.

Returns:

The tolerance.

Return type:

Duration

is_defined(self: ostk.astrodynamics.access.Generator) bool

Check if the generator is defined.

Returns:

True if the generator is defined, False otherwise.

Return type:

bool

set_access_filter(
self: ostk.astrodynamics.access.Generator,
access_filter: Callable[[ostk.astrodynamics.Access], bool],
) None

Set the access filter.

Parameters:

access_filter (function) -- The access filter.

set_aer_filter(
self: ostk.astrodynamics.access.Generator,
aer_filter: Callable[[ostk.physics.coordinate.spherical.AER], bool],
) None

Set the AER filter.

Parameters:

aer_filter (function) -- The AER filter.

set_state_filter(
self: ostk.astrodynamics.access.Generator,
state_filter: Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool],
) None

Set the state filter.

Parameters:

state_filter (function) -- The state filter.

set_step(
self: ostk.astrodynamics.access.Generator,
step: ostk.physics.time.Duration,
) None

Set the step.

Parameters:

step (Duration) -- The step.

set_tolerance(
self: ostk.astrodynamics.access.Generator,
tolerance: ostk.physics.time.Duration,
) None

Set the tolerance.

Parameters:

tolerance (Duration) -- The tolerance.

static undefined() ostk.astrodynamics.access.Generator

Get an undefined generator.

Returns:

An undefined generator.

Return type:

Generator

\ No newline at end of file + ostk.astrodynamics.access.Generator — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.access.Generator

class Generator(
self: ostk.astrodynamics.access.Generator,
environment: ostk.physics.Environment,
aer_filter: Callable[[ostk.physics.coordinate.spherical.AER], bool] = None,
access_filter: Callable[[ostk.astrodynamics.Access], bool] = None,
state_filter: Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool] = None,
step: ostk.physics.time.Duration = Duration.minutes(1.0),
tolerance: ostk.physics.time.Duration = Duration.microseconds(1.0),
)

Bases: pybind11_object

An access generator.

Constructor.

Parameters:
  • environment (Environment) -- The environment.

  • aer_filter (function) -- The AER filter.

  • access_filter (function) -- The access filter.

  • state_filter (function) -- The state filter.

  • step (Duration) -- The step.

  • tolerance (Duration) -- The tolerance.

Methods

aer_mask

Create an AER generator with a mask.

aer_ranges

Create an AER generator with ranges.

compute_accesses

Compute the accesses.

get_access_filter

Get the access filter.

get_aer_filter

Get the AER filter.

get_condition_function

Get the condition function.

get_state_filter

Get the state filter.

get_step

Get the step.

get_tolerance

Get the tolerance.

is_defined

Check if the generator is defined.

set_access_filter

Set the access filter.

set_aer_filter

Set the AER filter.

set_state_filter

Set the state filter.

set_step

Set the step.

set_tolerance

Set the tolerance.

undefined

Get an undefined generator.

static aer_mask(
azimuth_elevation_mask: Dict[ostk.core.type.Real, ostk.core.type.Real],
range_range: ostk.mathematics.object.RealInterval,
environment: ostk.physics.Environment,
) ostk.astrodynamics.access.Generator

Create an AER generator with a mask.

Parameters:
  • azimuth_elevation_mask (Interval) -- The azimuth-elevation mask.

  • range_range (Interval) -- The range range.

  • environment (Environment) -- The environment.

Returns:

The AER generator.

Return type:

Generator

static aer_ranges(
azimuth_range: ostk.mathematics.object.RealInterval,
elevation_range: ostk.mathematics.object.RealInterval,
range_range: ostk.mathematics.object.RealInterval,
environment: ostk.physics.Environment,
) ostk.astrodynamics.access.Generator

Create an AER generator with ranges.

Parameters:
  • azimuth_range (Interval) -- The azimuth range.

  • elevation_range (Interval) -- The elevation range.

  • range_range (Interval) -- The range range.

  • environment (Environment) -- The environment.

Returns:

The AER generator.

Return type:

Generator

compute_accesses(
self: ostk.astrodynamics.access.Generator,
interval: ostk.physics.time.Interval,
from_trajectory: ostk.astrodynamics.Trajectory,
to_trajectory: ostk.astrodynamics.Trajectory,
) List[ostk.astrodynamics.Access]

Compute the accesses.

Parameters:
  • interval (Interval) -- The interval.

  • from_trajectory (State) -- The state at the start of the interval.

  • to_trajectory (State) -- The state at the end of the interval.

Returns:

The accesses.

Return type:

Accesses

get_access_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.astrodynamics.Access], bool]

Get the access filter.

Returns:

The access filter.

Return type:

function

get_aer_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.physics.coordinate.spherical.AER], bool]

Get the AER filter.

Returns:

The AER filter.

Return type:

function

get_condition_function(
self: ostk.astrodynamics.access.Generator,
from_trajectory: ostk.astrodynamics.Trajectory,
to_trajectory: ostk.astrodynamics.Trajectory,
) Callable[[ostk.physics.time.Instant], bool]

Get the condition function.

Parameters:
  • from_trajectory (State) -- The state at the start of the interval.

  • to_trajectory (State) -- The state at the end of the interval.

Returns:

The condition function.

Return type:

function

get_state_filter(
self: ostk.astrodynamics.access.Generator,
) Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool]

Get the state filter.

Returns:

The state filter.

Return type:

function

get_step(
self: ostk.astrodynamics.access.Generator,
) ostk.physics.time.Duration

Get the step.

Returns:

The step.

Return type:

Duration

get_tolerance(
self: ostk.astrodynamics.access.Generator,
) ostk.physics.time.Duration

Get the tolerance.

Returns:

The tolerance.

Return type:

Duration

is_defined(self: ostk.astrodynamics.access.Generator) bool

Check if the generator is defined.

Returns:

True if the generator is defined, False otherwise.

Return type:

bool

set_access_filter(
self: ostk.astrodynamics.access.Generator,
access_filter: Callable[[ostk.astrodynamics.Access], bool],
) None

Set the access filter.

Parameters:

access_filter (function) -- The access filter.

set_aer_filter(
self: ostk.astrodynamics.access.Generator,
aer_filter: Callable[[ostk.physics.coordinate.spherical.AER], bool],
) None

Set the AER filter.

Parameters:

aer_filter (function) -- The AER filter.

set_state_filter(
self: ostk.astrodynamics.access.Generator,
state_filter: Callable[[ostk.astrodynamics.trajectory.State, ostk.astrodynamics.trajectory.State], bool],
) None

Set the state filter.

Parameters:

state_filter (function) -- The state filter.

set_step(
self: ostk.astrodynamics.access.Generator,
step: ostk.physics.time.Duration,
) None

Set the step.

Parameters:

step (Duration) -- The step.

set_tolerance(
self: ostk.astrodynamics.access.Generator,
tolerance: ostk.physics.time.Duration,
) None

Set the tolerance.

Parameters:

tolerance (Duration) -- The tolerance.

static undefined() ostk.astrodynamics.access.Generator

Get an undefined generator.

Returns:

An undefined generator.

Return type:

Generator

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html b/_build/html/_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html index e43b52f1f..486a6baa3 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html +++ b/_build/html/_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.html @@ -1 +1 @@ - ostk.astrodynamics.conjunction.message.ccsds.CDM — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.conjunction.message.ccsds.CDM

class CDM(self: ostk.astrodynamics.conjunction.message.ccsds.CDM, header: ostk::astrodynamics::conjunction::message::ccsds::CDM::Header, relative_metadata: ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata, objects_metadata_array: List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata], objects_data_array: List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Data])

Bases: pybind11_object

Conjunction Data Message.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • header (CDM::Header) -- The CDM header.

  • relative_metadata (CDM::RelativeMetadata) -- The relative metadata.

  • objects_metadata_array (Array<CDM::Metadata>) -- The objects metadata array.

  • objects_data_array (Array<CDM::Data>) -- The objects data array.

Methods

dictionary

Get the CDM dictionary.

get_ccsds_cdm_version

Get the CCSDS CDM version.

get_collision_probability

Get the collision probability.

get_collision_probability_method

Get the collision probability method.

get_creation_instant

Get the creation instant.

get_data_array

Get the objects data array.

get_header

Get the CDM header.

get_message_for

Get the message for.

get_message_id

Get the message ID.

get_metadata_array

Get the objects metadata array.

get_miss_distance

Get the miss distance.

get_object_data_at

Get the object data at the specified index.

get_object_metadata_at

Get the object metadata at the specified index.

get_originator

Get the originator.

get_relative_metadata

Get the relative metadata.

get_relative_position

Get the relative position.

get_relative_velocity

Get the relative velocity.

get_time_of_closest_approach

Get the time of closest approach.

is_defined

Check if the CDM is defined.

load

Load a CDM from a file.

object_type_from_string

Get the object type from a string.

parse

Parse a CDM from a string.

undefined

Get an undefined CDM.

class Data

Bases: pybind11_object

Conjunction Data Message data.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

__init__(self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Data, time_last_observation_start: ostk.physics.time.Instant, time_last_observation_end: ostk.physics.time.Instant, recommended_od_span: ostk.physics.time.Duration, actual_od_span: ostk.physics.time.Duration, observations_available: ostk.core.type.Integer, observations_used: ostk.core.type.Integer, tracks_available: ostk.core.type.Integer, tracks_used: ostk.core.type.Integer, residuals_accepted: ostk.core.type.Real, weighted_rms: ostk.core.type.Real, area_pc: ostk.core.type.Real, area_drag: ostk.core.type.Real, area_srp: ostk.core.type.Real, mass: ostk.physics.unit.Mass, cd_area_over_mass: ostk.core.type.Real, cr_area_over_mass: ostk.core.type.Real, thrust_acceleration: ostk.core.type.Real, sedr: ostk.core.type.Real, state: ostk.astrodynamics.trajectory.State = undefined, covariance_matrix: numpy.ndarray[numpy.float64[m, n]] = array([[0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.]])) -> None

Constructor.

Args:

time_last_observation_start (Instant): The time of the last observation start. time_last_observation_end (Instant): The time of the last observation end. recommended_od_span (Duration): The recommended OD span. actual_od_span (Duration): The actual OD span. observations_available (int): The number of observations available. observations_used (int): The number of observations used. tracks_available (int): The number of tracks available. tracks_used (int): The number of tracks used. residuals_accepted (float): The residuals accepted. weighted_rms (float): The weighted RMS. area_pc (float): The area PC. area_drag (float): The area drag. area_srp (float): The area SRP. mass (Mass): The mass. cd_area_over_mass (float): The CD area over mass. cr_area_over_mass (float): The CR area over mass. thrust_acceleration (float): The thrust acceleration. sedr (float): The SEDR. state (State): The state. covariance_matrix (MatrixXd): The covariance matrix.

property actual_od_span

The actual OD span.

property area_drag

The area drag.

property area_pc

The area PC.

property area_srp

The area SRP.

property cd_area_over_mass

The CD area over mass.

property covariance_matrix

The covariance matrix.

property cr_area_over_mass

The CR area over mass.

property mass

The mass.

property observations_available

The number of observations available.

property observations_used

The number of observations used.

property recommended_od_span

The recommended OD span.

property residuals_accepted

The residuals accepted.

property sedr

The SEDR.

property state

The state.

property thrust_acceleration

The thrust acceleration.

property time_last_observation_end

The time of the last observation end.

property time_last_observation_start

The time of the last observation start.

property tracks_available

The number of tracks available.

property tracks_used

The number of tracks used.

property weighted_rms

The weighted RMS.

class Header(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Header,
ccsds_cdm_version: ostk.core.type.String,
comment: ostk.core.type.String =,
creation_date: ostk.physics.time.Instant,
originator: ostk.core.type.String,
message_for: ostk.core.type.String =,
message_id: ostk.core.type.String,
)

Bases: pybind11_object

Conjunction Data Message header.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • ccsds_cdm_version (str) -- The CCSDS CDM version.

  • comment (str) -- The comment.

  • creation_date (Instant) -- The creation date.

  • originator (str) -- The originator.

  • message_for (str) -- The message for.

  • message_id (str) -- The message ID.

property ccsds_cdm_version

The CCSDS CDM version.

property comment

The comment.

property creation_date

The creation date.

property message_for

The message for.

property message_id

The message ID.

property originator

The originator.

class Metadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata,
comment: ostk.core.type.String =,
object: ostk.core.type.String,
object_designator: ostk.core.type.Integer,
catalog_name: ostk.core.type.String =,
object_name: ostk.core.type.String,
international_designator: ostk.core.type.String,
object_type: ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType,
operator_contact_position: ostk.core.type.String =,
operator_organization: ostk.core.type.String =,
operator_phone: ostk.core.type.String =,
operator_email: ostk.core.type.String =,
ephemeris_name: ostk.core.type.String,
covariance_method: ostk.core.type.String,
maneuverable: ostk.core.type.String,
orbit_center: ostk.core.type.String =,
reference_frame: ostk.core.type.String,
gravity_model: ostk.core.type.String =,
atmospheric_model: ostk.core.type.String =,
n_body_perturbations: ostk.core.type.String =,
solar_radiation_pressure: bool = False,
earth_tides: bool = False,
in_track_thrust: bool = False,
)

Bases: pybind11_object

Conjunction Data Message metadata.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • comment (str) -- The comment.

  • object (str) -- The object.

  • object_designator (int) -- The object designator.

  • catalog_name (str) -- The catalog name.

  • object_name (str) -- The object name.

  • international_designator (str) -- The international designator.

  • object_type (ObjectType) -- The object type.

  • operator_contact_position (str) -- The operator contact position.

  • operator_organization (str) -- The operator organization.

  • operator_phone (str) -- The operator phone.

  • operator_email (str) -- The operator email.

  • ephemeris_name (str) -- The ephemeris name.

  • covariance_method (str) -- The covariance method.

  • maneuverable (str) -- The maneuverable.

  • orbit_center (str) -- The orbit center.

  • reference_frame (str) -- The reference frame.

  • gravity_model (str) -- The gravity model.

  • atmospheric_model (str) -- The atmospheric model.

  • n_body_perturbations (str) -- The n-body perturbations.

  • solar_radiation_pressure (bool) -- The solar radiation pressure.

  • earth_tides (bool) -- The earth tides.

  • in_track_thrust (bool) -- The in-track thrust.

property atmospheric_model

The atmospheric model.

property catalog_name

The catalog name.

property comment

The comment.

property covariance_method

The covariance method.

property earth_tides

The earth tides.

property ephemeris_name

The ephemeris name.

property gravity_model

The gravity model.

property in_track_thrust

The in-track thrust.

property international_designator

The international designator.

property maneuverable

The maneuverable.

property n_body_perturbations

The n-body perturbations.

property object

The object.

property object_designator

The object designator.

property object_name

The object name.

property object_type

The object type.

property operator_contact_position

The operator contact position.

property operator_email

The operator email.

property operator_organization

The operator organization.

property operator_phone

The operator phone.

property orbit_center

The orbit center.

property reference_frame

The reference frame.

property solar_radiation_pressure

The solar radiation pressure.

class ObjectType(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType,
value: int,
)

Bases: pybind11_object

Object type.

Members:

Payload : Payload

RocketBody : Rocket Body

Debris : Debris

Unknown : Unknown

Other : Other

property name
class RelativeMetadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata,
comment: ostk.core.type.String =,
time_of_closest_approach: ostk.physics.time.Instant,
miss_distance: ostk.physics.unit.Length,
relative_position: ostk.physics.coordinate.Position = undefined,
relative_velocity: ostk.physics.coordinate.Velocity = undefined,
start_screen_period: ostk.physics.time.Instant,
end_screen_period: ostk.physics.time.Instant,
screen_volume_frame: ostk.core.type.String =,
screen_volume_shape: ostk.core.type.String =,
screen_volume_x: ostk.core.type.Real = Undefined,
screen_volume_y: ostk.core.type.Real = Undefined,
screen_volume_z: ostk.core.type.Real = Undefined,
screen_entry_time: ostk.physics.time.Instant,
screen_exit_time: ostk.physics.time.Instant,
collision_probability: ostk.core.type.Real,
collision_probability_method: ostk.core.type.String,
)

Bases: pybind11_object

Relative metadata.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • comment (str) -- The comment.

  • time_of_closest_approach (Instant) -- The time of closest approach.

  • miss_distance (Distance) -- The miss distance.

  • relative_position (Position) -- The relative position.

  • relative_velocity (Velocity) -- The relative velocity.

  • start_screen_period (Instant) -- The start screen period.

  • end_screen_period (Instant) -- The end screen period.

  • screen_volume_frame (str) -- The screen volume frame.

  • screen_volume_shape (str) -- The screen volume shape.

  • screen_volume_x (float) -- The screen volume x.

  • screen_volume_y (float) -- The screen volume y.

  • screen_volume_z (float) -- The screen volume z.

  • screen_entry_time (Instant) -- The screen entry time.

  • screen_exit_time (Instant) -- The screen exit time.

  • collision_probability (Probability) -- The collision probability.

  • collision_probability_method (str) -- The collision probability method.

property collision_probability

The collision probability.

property collision_probability_method

The collision probability method.

property comment

The comment.

property end_screen_period

The end screen period.

property miss_distance

The miss distance.

property relative_position

The relative position.

property relative_velocity

The relative velocity.

property screen_entry_time

The screen entry time.

property screen_exit_time

The screen exit time.

property screen_volume_frame

The screen volume frame.

property screen_volume_shape

The screen volume shape.

property screen_volume_x

The screen volume x.

property screen_volume_y

The screen volume y.

property screen_volume_z

The screen volume z.

property start_screen_period

The start screen period.

property time_of_closest_approach

The time of closest approach.

static dictionary(
dictionary: ostk.core.container.Dictionary,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Get the CDM dictionary.

Returns:

The CDM dictionary.

Return type:

Dictionary

get_ccsds_cdm_version(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the CCSDS CDM version.

Returns:

The CCSDS CDM version.

Return type:

str

get_collision_probability(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.Real

Get the collision probability.

Returns:

The collision probability.

Return type:

Probability

get_collision_probability_method(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the collision probability method.

Returns:

The collision probability method.

Return type:

str

get_creation_instant(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.time.Instant

Get the creation instant.

Returns:

The creation instant.

Return type:

Instant

get_data_array(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Data]

Get the objects data array.

Returns:

The objects data array.

Return type:

Array<CDM::Data>

get_header(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header

Get the CDM header.

Returns:

The CDM header.

Return type:

CDM::Header

get_message_for(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the message for.

Returns:

The message for.

Return type:

str

get_message_id(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the message ID.

Returns:

The message ID.

Return type:

str

get_metadata_array(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata]

Get the objects metadata array.

Returns:

The objects metadata array.

Return type:

Array<CDM::Metadata>

get_miss_distance(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.unit.Length

Get the miss distance.

Returns:

The miss distance.

Return type:

Distance

get_object_data_at(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
index: int,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data

Get the object data at the specified index.

Parameters:

index (int) -- The index of the object data.

Returns:

The object data.

Return type:

Data

get_object_metadata_at(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
index: int,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata

Get the object metadata at the specified index.

Parameters:

index (int) -- The index of the object metadata.

Returns:

The object metadata.

Return type:

CDM::Metadata

get_originator(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the originator.

Returns:

The originator.

Return type:

str

get_relative_metadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata

Get the relative metadata.

Returns:

The relative metadata.

Return type:

CDM::RelativeMetadata

get_relative_position(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.coordinate.Position

Get the relative position.

Returns:

The relative position.

Return type:

Position

get_relative_velocity(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.coordinate.Velocity

Get the relative velocity.

Returns:

The relative velocity.

Return type:

Velocity

get_time_of_closest_approach(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.time.Instant

Get the time of closest approach.

Returns:

The time of closest approach.

Return type:

Instant

is_defined(self: ostk.astrodynamics.conjunction.message.ccsds.CDM) bool

Check if the CDM is defined.

Returns:

True if the CDM is defined, False otherwise.

Return type:

bool

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Load a CDM from a file.

Parameters:

file (str) -- The file to load.

Returns:

The loaded CDM.

Return type:

CDM

static object_type_from_string(
string: ostk.core.type.String,
) ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType

Get the object type from a string.

Parameters:

string (str) -- The string to get the object type from.

Returns:

The object type.

Return type:

CDM::ObjectType

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Parse a CDM from a string.

Parameters:

string (str) -- The string to parse.

Returns:

The parsed CDM.

Return type:

CDM

static undefined() ostk.astrodynamics.conjunction.message.ccsds.CDM

Get an undefined CDM.

Returns:

An undefined CDM.

Return type:

CDM

\ No newline at end of file + ostk.astrodynamics.conjunction.message.ccsds.CDM — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.conjunction.message.ccsds.CDM

class CDM(self: ostk.astrodynamics.conjunction.message.ccsds.CDM, header: ostk::astrodynamics::conjunction::message::ccsds::CDM::Header, relative_metadata: ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata, objects_metadata_array: List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata], objects_data_array: List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Data])

Bases: pybind11_object

Conjunction Data Message.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • header (CDM::Header) -- The CDM header.

  • relative_metadata (CDM::RelativeMetadata) -- The relative metadata.

  • objects_metadata_array (Array<CDM::Metadata>) -- The objects metadata array.

  • objects_data_array (Array<CDM::Data>) -- The objects data array.

Methods

dictionary

Get the CDM dictionary.

get_ccsds_cdm_version

Get the CCSDS CDM version.

get_collision_probability

Get the collision probability.

get_collision_probability_method

Get the collision probability method.

get_creation_instant

Get the creation instant.

get_data_array

Get the objects data array.

get_header

Get the CDM header.

get_message_for

Get the message for.

get_message_id

Get the message ID.

get_metadata_array

Get the objects metadata array.

get_miss_distance

Get the miss distance.

get_object_data_at

Get the object data at the specified index.

get_object_metadata_at

Get the object metadata at the specified index.

get_originator

Get the originator.

get_relative_metadata

Get the relative metadata.

get_relative_position

Get the relative position.

get_relative_velocity

Get the relative velocity.

get_time_of_closest_approach

Get the time of closest approach.

is_defined

Check if the CDM is defined.

load

Load a CDM from a file.

object_type_from_string

Get the object type from a string.

parse

Parse a CDM from a string.

undefined

Get an undefined CDM.

class Data

Bases: pybind11_object

Conjunction Data Message data.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

__init__(self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Data, time_last_observation_start: ostk.physics.time.Instant, time_last_observation_end: ostk.physics.time.Instant, recommended_od_span: ostk.physics.time.Duration, actual_od_span: ostk.physics.time.Duration, observations_available: ostk.core.type.Integer, observations_used: ostk.core.type.Integer, tracks_available: ostk.core.type.Integer, tracks_used: ostk.core.type.Integer, residuals_accepted: ostk.core.type.Real, weighted_rms: ostk.core.type.Real, area_pc: ostk.core.type.Real, area_drag: ostk.core.type.Real, area_srp: ostk.core.type.Real, mass: ostk.physics.unit.Mass, cd_area_over_mass: ostk.core.type.Real, cr_area_over_mass: ostk.core.type.Real, thrust_acceleration: ostk.core.type.Real, sedr: ostk.core.type.Real, state: ostk.astrodynamics.trajectory.State = undefined, covariance_matrix: numpy.ndarray[numpy.float64[m, n]] = array([[0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.], [0., 0., 0., 0., 0., 0., 0., 0., 0.]])) -> None

Constructor.

Args:

time_last_observation_start (Instant): The time of the last observation start. time_last_observation_end (Instant): The time of the last observation end. recommended_od_span (Duration): The recommended OD span. actual_od_span (Duration): The actual OD span. observations_available (int): The number of observations available. observations_used (int): The number of observations used. tracks_available (int): The number of tracks available. tracks_used (int): The number of tracks used. residuals_accepted (float): The residuals accepted. weighted_rms (float): The weighted RMS. area_pc (float): The area PC. area_drag (float): The area drag. area_srp (float): The area SRP. mass (Mass): The mass. cd_area_over_mass (float): The CD area over mass. cr_area_over_mass (float): The CR area over mass. thrust_acceleration (float): The thrust acceleration. sedr (float): The SEDR. state (State): The state. covariance_matrix (MatrixXd): The covariance matrix.

property actual_od_span

The actual OD span.

property area_drag

The area drag.

property area_pc

The area PC.

property area_srp

The area SRP.

property cd_area_over_mass

The CD area over mass.

property covariance_matrix

The covariance matrix.

property cr_area_over_mass

The CR area over mass.

property mass

The mass.

property observations_available

The number of observations available.

property observations_used

The number of observations used.

property recommended_od_span

The recommended OD span.

property residuals_accepted

The residuals accepted.

property sedr

The SEDR.

property state

The state.

property thrust_acceleration

The thrust acceleration.

property time_last_observation_end

The time of the last observation end.

property time_last_observation_start

The time of the last observation start.

property tracks_available

The number of tracks available.

property tracks_used

The number of tracks used.

property weighted_rms

The weighted RMS.

class Header(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Header,
ccsds_cdm_version: ostk.core.type.String,
comment: ostk.core.type.String =,
creation_date: ostk.physics.time.Instant,
originator: ostk.core.type.String,
message_for: ostk.core.type.String =,
message_id: ostk.core.type.String,
)

Bases: pybind11_object

Conjunction Data Message header.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • ccsds_cdm_version (str) -- The CCSDS CDM version.

  • comment (str) -- The comment.

  • creation_date (Instant) -- The creation date.

  • originator (str) -- The originator.

  • message_for (str) -- The message for.

  • message_id (str) -- The message ID.

property ccsds_cdm_version

The CCSDS CDM version.

property comment

The comment.

property creation_date

The creation date.

property message_for

The message for.

property message_id

The message ID.

property originator

The originator.

class Metadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata,
comment: ostk.core.type.String =,
object: ostk.core.type.String,
object_designator: ostk.core.type.Integer,
catalog_name: ostk.core.type.String =,
object_name: ostk.core.type.String,
international_designator: ostk.core.type.String,
object_type: ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType,
operator_contact_position: ostk.core.type.String =,
operator_organization: ostk.core.type.String =,
operator_phone: ostk.core.type.String =,
operator_email: ostk.core.type.String =,
ephemeris_name: ostk.core.type.String,
covariance_method: ostk.core.type.String,
maneuverable: ostk.core.type.String,
orbit_center: ostk.core.type.String =,
reference_frame: ostk.core.type.String,
gravity_model: ostk.core.type.String =,
atmospheric_model: ostk.core.type.String =,
n_body_perturbations: ostk.core.type.String =,
solar_radiation_pressure: bool = False,
earth_tides: bool = False,
in_track_thrust: bool = False,
)

Bases: pybind11_object

Conjunction Data Message metadata.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • comment (str) -- The comment.

  • object (str) -- The object.

  • object_designator (int) -- The object designator.

  • catalog_name (str) -- The catalog name.

  • object_name (str) -- The object name.

  • international_designator (str) -- The international designator.

  • object_type (ObjectType) -- The object type.

  • operator_contact_position (str) -- The operator contact position.

  • operator_organization (str) -- The operator organization.

  • operator_phone (str) -- The operator phone.

  • operator_email (str) -- The operator email.

  • ephemeris_name (str) -- The ephemeris name.

  • covariance_method (str) -- The covariance method.

  • maneuverable (str) -- The maneuverable.

  • orbit_center (str) -- The orbit center.

  • reference_frame (str) -- The reference frame.

  • gravity_model (str) -- The gravity model.

  • atmospheric_model (str) -- The atmospheric model.

  • n_body_perturbations (str) -- The n-body perturbations.

  • solar_radiation_pressure (bool) -- The solar radiation pressure.

  • earth_tides (bool) -- The earth tides.

  • in_track_thrust (bool) -- The in-track thrust.

property atmospheric_model

The atmospheric model.

property catalog_name

The catalog name.

property comment

The comment.

property covariance_method

The covariance method.

property earth_tides

The earth tides.

property ephemeris_name

The ephemeris name.

property gravity_model

The gravity model.

property in_track_thrust

The in-track thrust.

property international_designator

The international designator.

property maneuverable

The maneuverable.

property n_body_perturbations

The n-body perturbations.

property object

The object.

property object_designator

The object designator.

property object_name

The object name.

property object_type

The object type.

property operator_contact_position

The operator contact position.

property operator_email

The operator email.

property operator_organization

The operator organization.

property operator_phone

The operator phone.

property orbit_center

The orbit center.

property reference_frame

The reference frame.

property solar_radiation_pressure

The solar radiation pressure.

class ObjectType(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType,
value: int,
)

Bases: pybind11_object

Object type.

Members:

Payload : Payload

RocketBody : Rocket Body

Debris : Debris

Unknown : Unknown

Other : Other

property name
class RelativeMetadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM.RelativeMetadata,
comment: ostk.core.type.String =,
time_of_closest_approach: ostk.physics.time.Instant,
miss_distance: ostk.physics.unit.Length,
relative_position: ostk.physics.coordinate.Position = undefined,
relative_velocity: ostk.physics.coordinate.Velocity = undefined,
start_screen_period: ostk.physics.time.Instant,
end_screen_period: ostk.physics.time.Instant,
screen_volume_frame: ostk.core.type.String =,
screen_volume_shape: ostk.core.type.String =,
screen_volume_x: ostk.core.type.Real = Undefined,
screen_volume_y: ostk.core.type.Real = Undefined,
screen_volume_z: ostk.core.type.Real = Undefined,
screen_entry_time: ostk.physics.time.Instant,
screen_exit_time: ostk.physics.time.Instant,
collision_probability: ostk.core.type.Real,
collision_probability_method: ostk.core.type.String,
)

Bases: pybind11_object

Relative metadata.

Ref: https://public.ccsds.org/Pubs/508x0b1e2s.pdf

Constructor.

Parameters:
  • comment (str) -- The comment.

  • time_of_closest_approach (Instant) -- The time of closest approach.

  • miss_distance (Distance) -- The miss distance.

  • relative_position (Position) -- The relative position.

  • relative_velocity (Velocity) -- The relative velocity.

  • start_screen_period (Instant) -- The start screen period.

  • end_screen_period (Instant) -- The end screen period.

  • screen_volume_frame (str) -- The screen volume frame.

  • screen_volume_shape (str) -- The screen volume shape.

  • screen_volume_x (float) -- The screen volume x.

  • screen_volume_y (float) -- The screen volume y.

  • screen_volume_z (float) -- The screen volume z.

  • screen_entry_time (Instant) -- The screen entry time.

  • screen_exit_time (Instant) -- The screen exit time.

  • collision_probability (Probability) -- The collision probability.

  • collision_probability_method (str) -- The collision probability method.

property collision_probability

The collision probability.

property collision_probability_method

The collision probability method.

property comment

The comment.

property end_screen_period

The end screen period.

property miss_distance

The miss distance.

property relative_position

The relative position.

property relative_velocity

The relative velocity.

property screen_entry_time

The screen entry time.

property screen_exit_time

The screen exit time.

property screen_volume_frame

The screen volume frame.

property screen_volume_shape

The screen volume shape.

property screen_volume_x

The screen volume x.

property screen_volume_y

The screen volume y.

property screen_volume_z

The screen volume z.

property start_screen_period

The start screen period.

property time_of_closest_approach

The time of closest approach.

static dictionary(
dictionary: ostk.core.container.Dictionary,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Get the CDM dictionary.

Returns:

The CDM dictionary.

Return type:

Dictionary

get_ccsds_cdm_version(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the CCSDS CDM version.

Returns:

The CCSDS CDM version.

Return type:

str

get_collision_probability(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.Real

Get the collision probability.

Returns:

The collision probability.

Return type:

Probability

get_collision_probability_method(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the collision probability method.

Returns:

The collision probability method.

Return type:

str

get_creation_instant(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.time.Instant

Get the creation instant.

Returns:

The creation instant.

Return type:

Instant

get_data_array(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Data]

Get the objects data array.

Returns:

The objects data array.

Return type:

Array<CDM::Data>

get_header(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Header

Get the CDM header.

Returns:

The CDM header.

Return type:

CDM::Header

get_message_for(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the message for.

Returns:

The message for.

Return type:

str

get_message_id(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the message ID.

Returns:

The message ID.

Return type:

str

get_metadata_array(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) List[ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata]

Get the objects metadata array.

Returns:

The objects metadata array.

Return type:

Array<CDM::Metadata>

get_miss_distance(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.unit.Length

Get the miss distance.

Returns:

The miss distance.

Return type:

Distance

get_object_data_at(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
index: int,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Data

Get the object data at the specified index.

Parameters:

index (int) -- The index of the object data.

Returns:

The object data.

Return type:

Data

get_object_metadata_at(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
index: int,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata

Get the object metadata at the specified index.

Parameters:

index (int) -- The index of the object metadata.

Returns:

The object metadata.

Return type:

CDM::Metadata

get_originator(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.core.type.String

Get the originator.

Returns:

The originator.

Return type:

str

get_relative_metadata(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata

Get the relative metadata.

Returns:

The relative metadata.

Return type:

CDM::RelativeMetadata

get_relative_position(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.coordinate.Position

Get the relative position.

Returns:

The relative position.

Return type:

Position

get_relative_velocity(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.coordinate.Velocity

Get the relative velocity.

Returns:

The relative velocity.

Return type:

Velocity

get_time_of_closest_approach(
self: ostk.astrodynamics.conjunction.message.ccsds.CDM,
) ostk.physics.time.Instant

Get the time of closest approach.

Returns:

The time of closest approach.

Return type:

Instant

is_defined(self: ostk.astrodynamics.conjunction.message.ccsds.CDM) bool

Check if the CDM is defined.

Returns:

True if the CDM is defined, False otherwise.

Return type:

bool

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Load a CDM from a file.

Parameters:

file (str) -- The file to load.

Returns:

The loaded CDM.

Return type:

CDM

static object_type_from_string(
string: ostk.core.type.String,
) ostk.astrodynamics.conjunction.message.ccsds.CDM.ObjectType

Get the object type from a string.

Parameters:

string (str) -- The string to get the object type from.

Returns:

The object type.

Return type:

CDM::ObjectType

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.conjunction.message.ccsds.CDM

Parse a CDM from a string.

Parameters:

string (str) -- The string to parse.

Returns:

The parsed CDM.

Return type:

CDM

static undefined() ostk.astrodynamics.conjunction.message.ccsds.CDM

Get an undefined CDM.

Returns:

An undefined CDM.

Return type:

CDM

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html index 0b4897fa1..3cd5d4f5b 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_datetime — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_datetime — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_duration.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_duration.html index 62599e919..d005ba4fc 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_duration.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_duration.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_duration — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_duration — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html index 6ee63f893..184b99b5d 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_instant.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_instant — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_instant — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html index 5791cf64d..85412f9a9 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_interval.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_interval — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_interval — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html index 5a2b7d53c..dfdb799ac 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_iso.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_iso — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_iso — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_position.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_position.html index ce510348d..3790518ee 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_position.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_position.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_position — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_position — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.html b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.html index 2752e1e4c..92ab602de 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.html +++ b/_build/html/_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.html @@ -1 +1 @@ - ostk.astrodynamics.converters.coerce_to_velocity — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.converters.coerce_to_velocity — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.display.AccessesPlot.html b/_build/html/_autosummary/ostk.astrodynamics.display.AccessesPlot.html index 5b64b2070..1cd4ad2c1 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.display.AccessesPlot.html +++ b/_build/html/_autosummary/ostk.astrodynamics.display.AccessesPlot.html @@ -1 +1 @@ - ostk.astrodynamics.display.AccessesPlot — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.display.AccessesPlot

class AccessesPlot(
earth: Celestial,
interval: RealInterval,
trajectory_step: Duration,
access_step: Duration,
ground_station_lla: LLA,
color: str,
)

Bases: object

Accesses plot. Display a 2D world map, with 1 ground station and multiple satellites, highlighting the accesses.

Methods

add_satellite

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show

Display the figure.

add_satellite(
trajectory: Trajectory,
accesses: list[Access],
rgb: list[int],
) None

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show()

Display the figure.

\ No newline at end of file + ostk.astrodynamics.display.AccessesPlot — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.display.AccessesPlot

class AccessesPlot(
earth: Celestial,
interval: RealInterval,
trajectory_step: Duration,
access_step: Duration,
ground_station_lla: LLA,
color: str,
)

Bases: object

Accesses plot. Display a 2D world map, with 1 ground station and multiple satellites, highlighting the accesses.

Methods

add_satellite

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show

Display the figure.

add_satellite(
trajectory: Trajectory,
accesses: list[Access],
rgb: list[int],
) None

Add a satellite trajectory to the plot, including a highligh ot the interference accesses.

show()

Display the figure.

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html index ba36a8a84..01c7c28c8 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.AtmosphericDrag — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.AtmosphericDrag

class AtmosphericDrag(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The atmospheric drag dynamics.

Constructor.

Parameters:

celestial (Celestial) -- The celestial body.

Methods

compute_contribution

Compute the contribution of the atmospheric drag to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the celestial body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the atmospheric drag is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the atmospheric drag to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the atmospheric drag to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
) ostk.physics.environment.object.Celestial

Get the celestial body.

Returns:

The celestial body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.AtmosphericDrag) bool

Check if the atmospheric drag is defined.

Returns:

True if the atmospheric drag is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.AtmosphericDrag — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.AtmosphericDrag

class AtmosphericDrag(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The atmospheric drag dynamics.

Constructor.

Parameters:

celestial (Celestial) -- The celestial body.

Methods

compute_contribution

Compute the contribution of the atmospheric drag to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the celestial body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the atmospheric drag is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the atmospheric drag to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the atmospheric drag to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.AtmosphericDrag,
) ostk.physics.environment.object.Celestial

Get the celestial body.

Returns:

The celestial body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.AtmosphericDrag) bool

Check if the atmospheric drag is defined.

Returns:

True if the atmospheric drag is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html index 080cf7546..238fd4f25 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.CentralBodyGravity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.CentralBodyGravity

class CentralBodyGravity(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The central-body gravity model.

Constructor.

Parameters:

celestial (Celestial) -- The central body.

Methods

compute_contribution

Compute the contribution of the central-body gravity to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the central body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the central-body gravity is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the central-body gravity to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the central-body gravity to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
) ostk.physics.environment.object.Celestial

Get the central body.

Returns:

The central body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
) bool

Check if the central-body gravity is defined.

Returns:

True if the central-body gravity is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.CentralBodyGravity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.CentralBodyGravity

class CentralBodyGravity(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The central-body gravity model.

Constructor.

Parameters:

celestial (Celestial) -- The central body.

Methods

compute_contribution

Compute the contribution of the central-body gravity to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the central body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the central-body gravity is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the central-body gravity to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the central-body gravity to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
) ostk.physics.environment.object.Celestial

Get the central body.

Returns:

The central body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(
self: ostk.astrodynamics.dynamics.CentralBodyGravity,
) bool

Check if the central-body gravity is defined.

Returns:

True if the central-body gravity is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html index 26320b36a..5cab02c31 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.PositionDerivative — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.PositionDerivative

class PositionDerivative(self: ostk.astrodynamics.dynamics.PositionDerivative)

Bases: Dynamics

The position derivative model.

Constructor.

Methods

compute_contribution

Compute the contribution of the position derivative to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the position derivative is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.PositionDerivative,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the position derivative to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the position derivative to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(
self: ostk.astrodynamics.dynamics.PositionDerivative,
) bool

Check if the position derivative is defined.

Returns:

True if the position derivative is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.PositionDerivative — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.PositionDerivative

class PositionDerivative(self: ostk.astrodynamics.dynamics.PositionDerivative)

Bases: Dynamics

The position derivative model.

Constructor.

Methods

compute_contribution

Compute the contribution of the position derivative to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the position derivative is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.PositionDerivative,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the position derivative to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the position derivative to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(
self: ostk.astrodynamics.dynamics.PositionDerivative,
) bool

Check if the position derivative is defined.

Returns:

True if the position derivative is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.Tabulated.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.Tabulated.html index 71ff2f2c7..6203a8ab8 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.Tabulated.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.Tabulated.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.Tabulated

class Tabulated(self: ostk.astrodynamics.dynamics.Tabulated, instants: List[ostk.physics.time.Instant], contribution_profile: numpy.ndarray[numpy.float64[m, n]], coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset], frame: ostk.physics.coordinate.Frame, interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>)

Bases: Dynamics

The tabulated dynamics.

Constructor.

Parameters:
  • instants (list[Instant]) -- An array of instants.

  • contribution_profile (numpy.ndarray) -- A contribution profile.

  • coordinate_subsets (list[CoordinateSubset]) -- An array of coordinate subsets related to the contribution profile.

  • frame (Frame) -- A frame.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type. Defaults to Barycentric Rational.

Methods

access_contribution_profile

Access the contribution profile.

access_frame

Access the reference frame.

access_instants

Access the contribution instants.

compute_contribution

Compute the contribution from the contribution profile to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_contribution_profile_from_coordinate_subsets

Get the contribution profile corresponding to a subset of coordinates.

get_interpolation_type

Get the interpolation type used for each row of the contribution profile (they are all the same).

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the tabulated dynamics is defined.

access_contribution_profile(
self: ostk.astrodynamics.dynamics.Tabulated,
) numpy.ndarray[numpy.float64[m, n]]

Access the contribution profile.

Returns:

The contribution profile.

Return type:

np.ndarray

access_frame(
self: ostk.astrodynamics.dynamics.Tabulated,
) ostk.physics.coordinate.Frame

Access the reference frame.

Returns:

The reference frame.

Return type:

Frame

access_instants(
self: ostk.astrodynamics.dynamics.Tabulated,
) List[ostk.physics.time.Instant]

Access the contribution instants.

Returns:

The contribution instants.

Return type:

list[Instant]

compute_contribution(
self: ostk.astrodynamics.dynamics.Tabulated,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution from the contribution profile to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution from the contribution profile to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_contribution_profile_from_coordinate_subsets(self: ostk.astrodynamics.dynamics.Tabulated, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) numpy.ndarray[numpy.float64[m, n]]

Get the contribution profile corresponding to a subset of coordinates.

Parameters:

coordinate_subsets (list[CoordinateSubset]) -- The coordinate subsets.

Returns:

The contribution profile.

Return type:

numpy.ndarray

get_interpolation_type(
self: ostk.astrodynamics.dynamics.Tabulated,
) ostk.mathematics.curve_fitting.Interpolator.Type

Get the interpolation type used for each row of the contribution profile (they are all the same).

Returns:

The interpolation type.

Return type:

Interpolator.Type

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.Tabulated) bool

Check if the tabulated dynamics is defined.

Returns:

True if the tabulated dynamics is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.Tabulated

class Tabulated(self: ostk.astrodynamics.dynamics.Tabulated, instants: List[ostk.physics.time.Instant], contribution_profile: numpy.ndarray[numpy.float64[m, n]], coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset], frame: ostk.physics.coordinate.Frame, interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>)

Bases: Dynamics

The tabulated dynamics.

Constructor.

Parameters:
  • instants (list[Instant]) -- An array of instants.

  • contribution_profile (numpy.ndarray) -- A contribution profile.

  • coordinate_subsets (list[CoordinateSubset]) -- An array of coordinate subsets related to the contribution profile.

  • frame (Frame) -- A frame.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type. Defaults to Barycentric Rational.

Methods

access_contribution_profile

Access the contribution profile.

access_frame

Access the reference frame.

access_instants

Access the contribution instants.

compute_contribution

Compute the contribution from the contribution profile to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_contribution_profile_from_coordinate_subsets

Get the contribution profile corresponding to a subset of coordinates.

get_interpolation_type

Get the interpolation type used for each row of the contribution profile (they are all the same).

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the tabulated dynamics is defined.

access_contribution_profile(
self: ostk.astrodynamics.dynamics.Tabulated,
) numpy.ndarray[numpy.float64[m, n]]

Access the contribution profile.

Returns:

The contribution profile.

Return type:

np.ndarray

access_frame(
self: ostk.astrodynamics.dynamics.Tabulated,
) ostk.physics.coordinate.Frame

Access the reference frame.

Returns:

The reference frame.

Return type:

Frame

access_instants(
self: ostk.astrodynamics.dynamics.Tabulated,
) List[ostk.physics.time.Instant]

Access the contribution instants.

Returns:

The contribution instants.

Return type:

list[Instant]

compute_contribution(
self: ostk.astrodynamics.dynamics.Tabulated,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution from the contribution profile to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution from the contribution profile to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_contribution_profile_from_coordinate_subsets(self: ostk.astrodynamics.dynamics.Tabulated, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) numpy.ndarray[numpy.float64[m, n]]

Get the contribution profile corresponding to a subset of coordinates.

Parameters:

coordinate_subsets (list[CoordinateSubset]) -- The coordinate subsets.

Returns:

The contribution profile.

Return type:

numpy.ndarray

get_interpolation_type(
self: ostk.astrodynamics.dynamics.Tabulated,
) ostk.mathematics.curve_fitting.Interpolator.Type

Get the interpolation type used for each row of the contribution profile (they are all the same).

Returns:

The interpolation type.

Return type:

Interpolator.Type

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.Tabulated) bool

Check if the tabulated dynamics is defined.

Returns:

True if the tabulated dynamics is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html index f2483ed66..c77cbd890 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.ThirdBodyGravity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.ThirdBodyGravity

class ThirdBodyGravity(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The third body gravity model.

Constructor.

Parameters:

celestial (Celestial) -- The celestial body.

Methods

compute_contribution

Compute the contribution of the third-body gravity to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the celestial body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the third-body gravity is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the third-body gravity to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the third-body gravity to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
) ostk.physics.environment.object.Celestial

Get the celestial body.

Returns:

The celestial body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.ThirdBodyGravity) bool

Check if the third-body gravity is defined.

Returns:

True if the third-body gravity is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.ThirdBodyGravity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.ThirdBodyGravity

class ThirdBodyGravity(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
celestial: ostk.physics.environment.object.Celestial,
)

Bases: Dynamics

The third body gravity model.

Constructor.

Parameters:

celestial (Celestial) -- The celestial body.

Methods

compute_contribution

Compute the contribution of the third-body gravity to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_celestial

Get the celestial body.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the third-body gravity is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
instant: ostk.physics.time.Instant,
x: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the third-body gravity to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • x (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the third-body gravity to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_celestial(
self: ostk.astrodynamics.dynamics.ThirdBodyGravity,
) ostk.physics.environment.object.Celestial

Get the celestial body.

Returns:

The celestial body.

Return type:

Celestial

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.ThirdBodyGravity) bool

Check if the third-body gravity is defined.

Returns:

True if the third-body gravity is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.dynamics.Thruster.html b/_build/html/_autosummary/ostk.astrodynamics.dynamics.Thruster.html index 7028d4f2d..b2aaa47fb 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.dynamics.Thruster.html +++ b/_build/html/_autosummary/ostk.astrodynamics.dynamics.Thruster.html @@ -1 +1 @@ - ostk.astrodynamics.dynamics.Thruster — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.Thruster

class Thruster(
self: ostk.astrodynamics.dynamics.Thruster,
satellite_system: ostk.astrodynamics.flight.system.SatelliteSystem,
guidance_law: ostk::astrodynamics::GuidanceLaw,
name: ostk.core.type.String =,
)

Bases: Dynamics

Abstract Thruster Class.

Base class to derive other thruster classes from. Cannot be instantiated.

Constructor.

Parameters:
  • satellite_system (SatelliteSystem) -- The satellite system.

  • guidance_law (GuidanceLaw) -- The guidance law used to compute the acceleration vector.

  • name (str) -- The name of the thruster.

Methods

compute_contribution

Compute the contribution of the thruster to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_guidance_law

Get the guidance law of the thruster.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_satellite_system

Get the satellite system of the thruster.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the thruster is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.Thruster,
instant: ostk.physics.time.Instant,
state_vector: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the thruster to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • state_vector (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the thruster to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_guidance_law(
self: ostk.astrodynamics.dynamics.Thruster,
) ostk::astrodynamics::GuidanceLaw

Get the guidance law of the thruster.

Returns:

The guidance law.

Return type:

GuidanceLaw

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_satellite_system(
self: ostk.astrodynamics.dynamics.Thruster,
) ostk.astrodynamics.flight.system.SatelliteSystem

Get the satellite system of the thruster.

Returns:

The satellite system.

Return type:

SatelliteSystem

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.Thruster) bool

Check if the thruster is defined.

Returns:

True if the thruster is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.dynamics.Thruster — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.dynamics.Thruster

class Thruster(
self: ostk.astrodynamics.dynamics.Thruster,
satellite_system: ostk.astrodynamics.flight.system.SatelliteSystem,
guidance_law: ostk::astrodynamics::GuidanceLaw,
name: ostk.core.type.String =,
)

Bases: Dynamics

Abstract Thruster Class.

Base class to derive other thruster classes from. Cannot be instantiated.

Constructor.

Parameters:
  • satellite_system (SatelliteSystem) -- The satellite system.

  • guidance_law (GuidanceLaw) -- The guidance law used to compute the acceleration vector.

  • name (str) -- The name of the thruster.

Methods

compute_contribution

Compute the contribution of the thruster to the state vector.

from_environment

Create a list of Dynamics objects from an environment.

get_guidance_law

Get the guidance law of the thruster.

get_name

Get the name of the dynamics.

get_read_coordinate_subsets

Get the coordinate subsets that the dynamics reads.

get_satellite_system

Get the satellite system of the thruster.

get_write_coordinate_subsets

Get the coordinate subsets that the dynamics writes.

is_defined

Check if the thruster is defined.

compute_contribution(
self: ostk.astrodynamics.dynamics.Thruster,
instant: ostk.physics.time.Instant,
state_vector: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, 1]]

Compute the contribution of the thruster to the state vector.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • state_vector (numpy.ndarray) -- The state vector.

  • frame (Frame) -- The reference frame.

Returns:

The contribution of the thruster to the state vector.

Return type:

numpy.ndarray

static from_environment(
environment: ostk.physics.Environment,
) List[ostk.astrodynamics.Dynamics]

Create a list of Dynamics objects from an environment.

Parameters:

environment (Environment) -- The environment to create the dynamics from.

Returns:

The list of Dynamics objects created from the environment.

Return type:

dynamics (list[Dynamics])

get_guidance_law(
self: ostk.astrodynamics.dynamics.Thruster,
) ostk::astrodynamics::GuidanceLaw

Get the guidance law of the thruster.

Returns:

The guidance law.

Return type:

GuidanceLaw

get_name(self: ostk.astrodynamics.Dynamics) ostk.core.type.String

Get the name of the dynamics.

Returns:

The name of the dynamics.

Return type:

name (str)

get_read_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics reads.

Returns:

The coordinate subsets that the dynamics reads.

Return type:

read_coordinate_subsets (Array<CoordinateSubset>)

get_satellite_system(
self: ostk.astrodynamics.dynamics.Thruster,
) ostk.astrodynamics.flight.system.SatelliteSystem

Get the satellite system of the thruster.

Returns:

The satellite system.

Return type:

SatelliteSystem

get_write_coordinate_subsets(
self: ostk.astrodynamics.Dynamics,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets that the dynamics writes.

Returns:

The coordinate subsets that the dynamics writes.

Return type:

write_coordinate_subsets (Array<CoordinateSubset>)

is_defined(self: ostk.astrodynamics.dynamics.Thruster) bool

Check if the thruster is defined.

Returns:

True if the thruster is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html b/_build/html/_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html index f907d881b..99ed8be99 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.event_condition.AngularCondition.html @@ -1 +1 @@ - ostk.astrodynamics.event_condition.AngularCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.AngularCondition

class AngularCondition(*args, **kwargs)

Bases: EventCondition

An Angular Event Condition.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.event_condition.AngularCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target_angle: ostk.physics.unit.Angle) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target_angle (Angle): The target angle of the condition.

  2. __init__(self: ostk.astrodynamics.event_condition.AngularCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target: ostk.astrodynamics.EventCondition.Target) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target (EventConditionTarget): The target of the condition.

Methods

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

get_target_angle

Get the target angle of the condition.

get_target_range

Get the target range of the condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

within_range

Create an angular condition that is satisfied when the angle is within a range.

class Criterion(
self: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
value: int,
)

Bases: pybind11_object

Angular condition criterion.

Members:

PositiveCrossing

NegativeCrossing

AnyCrossing

WithinRange

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

get_criterion(
self: ostk.astrodynamics.event_condition.AngularCondition,
) ostk.astrodynamics.event_condition.AngularCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion of the condition.

Return type:

ostk.astrodynamics.event_condition.AngularCondition.Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

get_target_angle(
self: ostk.astrodynamics.event_condition.AngularCondition,
) ostk.physics.unit.Angle

Get the target angle of the condition.

Returns:

The target angle of the condition.

Return type:

Angle

get_target_range(
self: ostk.astrodynamics.event_condition.AngularCondition,
) Tuple[ostk.physics.unit.Angle, ostk.physics.unit.Angle]

Get the target range of the condition.

Returns:

The target range of the condition.

Return type:

tuple

is_satisfied(
self: ostk.astrodynamics.event_condition.AngularCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion) -- The criterion.

Returns:

The string representation of the criterion.

Return type:

str

static within_range(
name: ostk.core.type.String,
evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real],
target_range: Tuple[ostk.physics.unit.Angle, ostk.physics.unit.Angle],
) ostk.astrodynamics.event_condition.AngularCondition

Create an angular condition that is satisfied when the angle is within a range.

Parameters:
  • name (str) -- The name of the condition.

  • evaluator (function) -- The evaluator of the condition.

  • target_range (tuple) -- The target range of the condition.

Returns:

The angular condition.

Return type:

AngularCondition

\ No newline at end of file + ostk.astrodynamics.event_condition.AngularCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.AngularCondition

class AngularCondition(*args, **kwargs)

Bases: EventCondition

An Angular Event Condition.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.event_condition.AngularCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target_angle: ostk.physics.unit.Angle) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target_angle (Angle): The target angle of the condition.

  2. __init__(self: ostk.astrodynamics.event_condition.AngularCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target: ostk.astrodynamics.EventCondition.Target) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target (EventConditionTarget): The target of the condition.

Methods

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

get_target_angle

Get the target angle of the condition.

get_target_range

Get the target range of the condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

within_range

Create an angular condition that is satisfied when the angle is within a range.

class Criterion(
self: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
value: int,
)

Bases: pybind11_object

Angular condition criterion.

Members:

PositiveCrossing

NegativeCrossing

AnyCrossing

WithinRange

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

get_criterion(
self: ostk.astrodynamics.event_condition.AngularCondition,
) ostk.astrodynamics.event_condition.AngularCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion of the condition.

Return type:

ostk.astrodynamics.event_condition.AngularCondition.Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

get_target_angle(
self: ostk.astrodynamics.event_condition.AngularCondition,
) ostk.physics.unit.Angle

Get the target angle of the condition.

Returns:

The target angle of the condition.

Return type:

Angle

get_target_range(
self: ostk.astrodynamics.event_condition.AngularCondition,
) Tuple[ostk.physics.unit.Angle, ostk.physics.unit.Angle]

Get the target range of the condition.

Returns:

The target range of the condition.

Return type:

tuple

is_satisfied(
self: ostk.astrodynamics.event_condition.AngularCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (ostk.astrodynamics.event_condition.AngularCondition.Criterion) -- The criterion.

Returns:

The string representation of the criterion.

Return type:

str

static within_range(
name: ostk.core.type.String,
evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real],
target_range: Tuple[ostk.physics.unit.Angle, ostk.physics.unit.Angle],
) ostk.astrodynamics.event_condition.AngularCondition

Create an angular condition that is satisfied when the angle is within a range.

Parameters:
  • name (str) -- The name of the condition.

  • evaluator (function) -- The evaluator of the condition.

  • target_range (tuple) -- The target range of the condition.

Returns:

The angular condition.

Return type:

AngularCondition

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html b/_build/html/_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html index 0e619c021..73cca9307 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.html @@ -1 +1 @@ - ostk.astrodynamics.event_condition.BooleanCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.BooleanCondition

class BooleanCondition(
self: ostk.astrodynamics.event_condition.BooleanCondition,
name: ostk.core.type.String,
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
evaluator: Callable[[ostk.astrodynamics.trajectory.State], bool],
is_inverse: bool,
)

Bases: RealCondition

A Boolean Event Condition.

Constructor.

Parameters:
  • name (str) -- The name of the condition.

  • criterion (Criterion) -- The criterion of the condition.

  • evaluator (function) -- The evaluator of the condition.

  • is_inverse (bool) -- Whether the condition is inverse.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_inversed

Check if the condition is inverse.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.BooleanCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_inversed(
self: ostk.astrodynamics.event_condition.BooleanCondition,
) bool

Check if the condition is inverse.

Returns:

True if the condition is inverse, False otherwise.

Return type:

bool

is_satisfied(
self: ostk.astrodynamics.event_condition.BooleanCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.event_condition.BooleanCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.BooleanCondition

class BooleanCondition(
self: ostk.astrodynamics.event_condition.BooleanCondition,
name: ostk.core.type.String,
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
evaluator: Callable[[ostk.astrodynamics.trajectory.State], bool],
is_inverse: bool,
)

Bases: RealCondition

A Boolean Event Condition.

Constructor.

Parameters:
  • name (str) -- The name of the condition.

  • criterion (Criterion) -- The criterion of the condition.

  • evaluator (function) -- The evaluator of the condition.

  • is_inverse (bool) -- Whether the condition is inverse.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_inversed

Check if the condition is inverse.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.BooleanCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_inversed(
self: ostk.astrodynamics.event_condition.BooleanCondition,
) bool

Check if the condition is inverse.

Returns:

True if the condition is inverse, False otherwise.

Return type:

bool

is_satisfied(
self: ostk.astrodynamics.event_condition.BooleanCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.event_condition.COECondition.html b/_build/html/_autosummary/ostk.astrodynamics.event_condition.COECondition.html index 1eabba7f8..f22fad647 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.event_condition.COECondition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.event_condition.COECondition.html @@ -1 +1 @@ - ostk.astrodynamics.event_condition.COECondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.COECondition

class COECondition

Bases: pybind11_object

A COE Event Condition.

Methods

aop

Create a COE condition based on the argument of perigee.

eccentric_anomaly

Create a COE condition based on the eccentric anomaly.

eccentricity

Create a COE condition based on the eccentricity.

inclination

Create a COE condition based on the inclination.

mean_anomaly

Create a COE condition based on the mean anomaly.

raan

Create a COE condition based on the right ascension of the ascending node.

semi_major_axis

Create a COE condition based on the semi-major axis.

true_anomaly

Create a COE condition based on the true anomaly.

static aop(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
aop: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the argument of perigee.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • aop (EventConditionTarget) -- The argument of perigee.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static eccentric_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
eccentric_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the eccentric anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • eccentric_anomaly (EventConditionTarget) -- The eccentric anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static eccentricity(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
eccentricity: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.RealCondition

Create a COE condition based on the eccentricity.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • eccentricity (EventConditionTarget) -- The eccentricity.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static inclination(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
inclination: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the inclination.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • inclination (EventConditionTarget) -- The inclination.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static mean_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
mean_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the mean anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • mean_anomaly (EventConditionTarget) -- The mean anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static raan(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
raan: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the right ascension of the ascending node.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • raan (EventConditionTarget) -- The right ascension of the ascending node.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static semi_major_axis(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
semi_major_axis: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.RealCondition

Create a COE condition based on the semi-major axis.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • semi_major_axis (EventConditionTarget) -- The semi-major axis.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static true_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
true_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the true anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • true_anomaly (EventConditionTarget) -- The true anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

\ No newline at end of file + ostk.astrodynamics.event_condition.COECondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.COECondition

class COECondition

Bases: pybind11_object

A COE Event Condition.

Methods

aop

Create a COE condition based on the argument of perigee.

eccentric_anomaly

Create a COE condition based on the eccentric anomaly.

eccentricity

Create a COE condition based on the eccentricity.

inclination

Create a COE condition based on the inclination.

mean_anomaly

Create a COE condition based on the mean anomaly.

raan

Create a COE condition based on the right ascension of the ascending node.

semi_major_axis

Create a COE condition based on the semi-major axis.

true_anomaly

Create a COE condition based on the true anomaly.

static aop(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
aop: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the argument of perigee.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • aop (EventConditionTarget) -- The argument of perigee.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static eccentric_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
eccentric_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the eccentric anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • eccentric_anomaly (EventConditionTarget) -- The eccentric anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static eccentricity(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
eccentricity: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.RealCondition

Create a COE condition based on the eccentricity.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • eccentricity (EventConditionTarget) -- The eccentricity.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static inclination(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
inclination: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the inclination.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • inclination (EventConditionTarget) -- The inclination.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static mean_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
mean_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the mean anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • mean_anomaly (EventConditionTarget) -- The mean anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static raan(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
raan: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the right ascension of the ascending node.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • raan (EventConditionTarget) -- The right ascension of the ascending node.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static semi_major_axis(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
semi_major_axis: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.RealCondition

Create a COE condition based on the semi-major axis.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • semi_major_axis (EventConditionTarget) -- The semi-major axis.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

static true_anomaly(
criterion: ostk.astrodynamics.event_condition.AngularCondition.Criterion,
frame: ostk.physics.coordinate.Frame,
true_anomaly: ostk.astrodynamics.EventCondition.Target,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.event_condition.AngularCondition

Create a COE condition based on the true anomaly.

Parameters:
  • criterion (Criterion) -- The criterion.

  • frame (Frame) -- The reference frame.

  • true_anomaly (EventConditionTarget) -- The true anomaly.

  • gravitational_parameter (float) -- The gravitational parameter.

Returns:

The COE condition.

Return type:

COECondition

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html b/_build/html/_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html index 19252b484..68af9bb9c 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.event_condition.InstantCondition.html @@ -1 +1 @@ - ostk.astrodynamics.event_condition.InstantCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.InstantCondition

class InstantCondition(
self: ostk.astrodynamics.event_condition.InstantCondition,
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
instant: ostk.physics.time.Instant,
)

Bases: RealCondition

An Instant Event Condition.

Constructor.

Parameters:
  • criterion (Criterion) -- The criterion.

  • instant (Instant) -- The instant.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_instant

Get the instant.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.RealCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_instant(
self: ostk.astrodynamics.event_condition.InstantCondition,
) ostk.physics.time.Instant

Get the instant.

Returns:

The instant.

Return type:

Instant

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_satisfied(
self: ostk.astrodynamics.event_condition.RealCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.event_condition.InstantCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.InstantCondition

class InstantCondition(
self: ostk.astrodynamics.event_condition.InstantCondition,
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
instant: ostk.physics.time.Instant,
)

Bases: RealCondition

An Instant Event Condition.

Constructor.

Parameters:
  • criterion (Criterion) -- The criterion.

  • instant (Instant) -- The instant.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_instant

Get the instant.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.RealCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_instant(
self: ostk.astrodynamics.event_condition.InstantCondition,
) ostk.physics.time.Instant

Get the instant.

Returns:

The instant.

Return type:

Instant

get_name(
self: ostk.astrodynamics.EventCondition,
) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_satisfied(
self: ostk.astrodynamics.event_condition.RealCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.event_condition.RealCondition.html b/_build/html/_autosummary/ostk.astrodynamics.event_condition.RealCondition.html index e0a1144b8..582c1634a 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.event_condition.RealCondition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.event_condition.RealCondition.html @@ -1 +1 @@ - ostk.astrodynamics.event_condition.RealCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.RealCondition

class RealCondition(*args, **kwargs)

Bases: EventCondition

A Real Event Condition.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.event_condition.RealCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target_value: ostk.core.type.Real = 0.0) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target_value (float): The target value of the condition.

  2. __init__(self: ostk.astrodynamics.event_condition.RealCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target: ostk.astrodynamics.EventCondition.Target) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target (EventConditionTarget): The target of the condition.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.RealCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(self: ostk.astrodynamics.EventCondition) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_satisfied(
self: ostk.astrodynamics.event_condition.RealCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.event_condition.RealCondition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.event_condition.RealCondition

class RealCondition(*args, **kwargs)

Bases: EventCondition

A Real Event Condition.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.event_condition.RealCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target_value: ostk.core.type.Real = 0.0) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target_value (float): The target value of the condition.

  2. __init__(self: ostk.astrodynamics.event_condition.RealCondition, name: ostk.core.type.String, criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion, evaluator: Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real], target: ostk.astrodynamics.EventCondition.Target) -> None

    Constructor.

    Args:

    name (str): The name of the condition. criterion (Criterion): The criterion of the condition. evaluator (function): The evaluator of the condition. target (EventConditionTarget): The target of the condition.

Methods

duration_condition

Generate a duration condition.

evaluate

Evaluate the condition.

get_criterion

Get the criterion of the condition.

get_evaluator

Get the evaluator of the event condition.

get_name

Get the name of the event condition.

get_target

Get the target of the event condition.

is_satisfied

Check if the condition is satisfied.

string_from_criterion

Get the string representation of a criterion.

class Criterion(
self: ostk.astrodynamics.event_condition.RealCondition.Criterion,
value: int,
)

Bases: pybind11_object

The Criterion that defines how the condition is satisfied.

Members:

PositiveCrossing : The positive crossing criterion

NegativeCrossing : The negative crossing criterion

AnyCrossing : The any crossing criterion

StrictlyPositive : The strictly positive criterion

StrictlyNegative : The strictly negative criterion

property name
class Target(*args, **kwargs)

Bases: pybind11_object

The Event Condition Target.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.core.type.Real, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    value (float): The value of the target. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  2. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Length, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    length (Length): The value of the target as a Length. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

  3. __init__(self: ostk.astrodynamics.EventCondition.Target, value: ostk.physics.unit.Angle, type: ostk.astrodynamics.EventCondition.Target.Type = <Type.Absolute: 0>) -> None

    Construct a new EventConditionTarget object.

    Args:

    angle (Angle): The value of the target as an Angle. type (EventConditionTarget.Type): The type of the target. Defaults to EventConditionTarget.Type.Absolute.

    Returns:

    event_condition_target (EventConditionTarget): The new EventConditionTarget object.

static StringFromType(
arg0: ostk.astrodynamics.EventCondition.Target.Type,
) ostk.core.type.String

Enum as a string

Parameters:

type (EventConditionTarget.Type) -- The type of the target.

Returns:

Name of the enum as a string.

Return type:

string (str)

class Type(
self: ostk.astrodynamics.EventCondition.Target.Type,
value: int,
)

Bases: pybind11_object

Event Condition Target type.

Members:

Absolute : Absolute

Relative : Relative to the provided State.

property name
property type

The type of the target.

Type:

Type

property value

The value of the target.

Type:

Real

static duration_condition(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
duration: ostk.physics.time.Duration,
) ostk.astrodynamics.event_condition.RealCondition

Generate a duration condition.

Parameters:
  • criterion (Criterion) -- The criterion of the condition.

  • duration (Duration) -- Duration target.

Returns:

The duration condition.

Return type:

RealCondition

evaluate(
self: ostk.astrodynamics.event_condition.RealCondition,
state: ostk.astrodynamics.trajectory.State,
) ostk.core.type.Real

Evaluate the condition.

Parameters:

state (State) -- The state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

get_criterion(
self: ostk.astrodynamics.event_condition.RealCondition,
) ostk.astrodynamics.event_condition.RealCondition.Criterion

Get the criterion of the condition.

Returns:

The criterion.

Return type:

Criterion

get_evaluator(
self: ostk.astrodynamics.EventCondition,
) Callable[[ostk.astrodynamics.trajectory.State], ostk.core.type.Real]

Get the evaluator of the event condition.

Returns:

The evaluator of the event condition.

Return type:

evaluator (str)

get_name(self: ostk.astrodynamics.EventCondition) ostk.core.type.String

Get the name of the event condition.

Returns:

The name of the event condition.

Return type:

name (str)

get_target(
self: ostk.astrodynamics.EventCondition,
) ostk.astrodynamics.EventCondition.Target

Get the target of the event condition.

Returns:

The target of the event condition.

Return type:

target (EventConditionTarget)

is_satisfied(
self: ostk.astrodynamics.event_condition.RealCondition,
current_state: ostk.astrodynamics.trajectory.State,
previous_state: ostk.astrodynamics.trajectory.State,
) bool

Check if the condition is satisfied.

Parameters:
  • current_state (State) -- The current state.

  • previous_state (State) -- The previous state.

Returns:

True if the condition is satisfied, False otherwise.

Return type:

bool

static string_from_criterion(
criterion: ostk.astrodynamics.event_condition.RealCondition.Criterion,
) ostk.core.type.String

Get the string representation of a criterion.

Parameters:

criterion (Criterion) -- The criterion.

Returns:

The string representation.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.Maneuver.html b/_build/html/_autosummary/ostk.astrodynamics.flight.Maneuver.html index 8fbbcab07..844cd08c7 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.Maneuver.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.Maneuver.html @@ -1 +1 @@ - ostk.astrodynamics.flight.Maneuver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.Maneuver

class Maneuver(
self: ostk.astrodynamics.flight.Maneuver,
instants: List[ostk.physics.time.Instant],
acceleration_profile: List[numpy.ndarray[numpy.float64[3, 1]]],
frame: ostk.physics.coordinate.Frame,
mass_flow_rate_profile: List[ostk.core.type.Real],
)

Bases: pybind11_object

Spacecraft Maneuver class. Store an acceleration and mass flow rate profile of a spacecraft maneuver.

Constructor.

Parameters:
  • instants (list[Instant]) -- An array of instants, must be sorted.

  • acceleration_profile (list[numpy.ndarray]) -- An acceleration profile of the maneuver, one numpy.ndarray per instant in m/s^2.

  • frame (Frame) -- A frame in which the acceleration profile is defined.

  • mass_flow_rate_profile (list[float]) -- A mass flow rate profile of the maneuver (negative numbers expected), one float per instant in kg/s.

Methods

calculate_average_specific_impulse

Calculate the average specific impulse of the maneuver.

calculate_average_thrust

Calculate the average thrust of the maneuver.

calculate_delta_mass

Calculate the delta mass of the maneuver.

calculate_delta_v

Calculate the delta-v of the maneuver.

constant_mass_flow_rate_profile

Create a maneuver from a constant mass flow rate profile.

get_acceleration_profile

Get the acceleration profile.

get_instants

Get the instants.

get_interval

Get the interval of the maneuver.

get_mass_flow_rate_profile

Get the mass flow rate profile.

is_defined

Check if the maneuver is defined.

tabulated_dynamics

Create a maneuver from tabulated dynamics with cols 1-3 being acceleration and col 4 being mass flow rate.

to_tabulated_dynamics

Convert the maneuver to tabulated dynamics.

calculate_average_specific_impulse(
self: ostk.astrodynamics.flight.Maneuver,
initial_spacecraft_mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Calculate the average specific impulse of the maneuver.

Parameters:

initial_spacecraft_mass (Mass) -- The initial mass of the spacecraft.

Returns:

The average specific impulse (s).

Return type:

float

calculate_average_thrust(
self: ostk.astrodynamics.flight.Maneuver,
initial_spacecraft_mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Calculate the average thrust of the maneuver.

Parameters:

initial_spacecraft_mass (Mass) -- The initial mass of the spacecraft.

Returns:

The average thrust (N).

Return type:

float

calculate_delta_mass(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.physics.unit.Mass

Calculate the delta mass of the maneuver.

Returns:

The delta mass (always positive) (kg).

Return type:

Mass

calculate_delta_v(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.core.type.Real

Calculate the delta-v of the maneuver.

Returns:

The delta-v value (m/s).

Return type:

float

static constant_mass_flow_rate_profile(
instants: List[ostk.physics.time.Instant],
acceleration_profile: List[numpy.ndarray[numpy.float64[3, 1]]],
frame: ostk.physics.coordinate.Frame,
mass_flow_rate: ostk.core.type.Real,
) ostk.astrodynamics.flight.Maneuver

Create a maneuver from a constant mass flow rate profile.

Parameters:
  • instants (list[Instant]) -- An array of instants, must be sorted.

  • acceleration_profile (list[numpy.ndarray]) -- An acceleration profile of the maneuver, one numpy.ndarray per instant.

  • frame (Frame) -- A frame in which the acceleration profile is defined.

  • mass_flow_rate (float) -- The constant mass flow rate (negative number expected).

Returns:

The created maneuver.

Return type:

Maneuver

get_acceleration_profile(
self: ostk.astrodynamics.flight.Maneuver,
frame: ostk.physics.coordinate.Frame = GCRF,
) List[numpy.ndarray[numpy.float64[3, 1]]]

Get the acceleration profile.

Parameters:

frame (Frame, optional) -- The frame in which the acceleration profile is defined. Defaults to the default acceleration frame.

Returns:

The acceleration profile (m/s^2).

Return type:

list[numpy.ndarray]

get_instants(
self: ostk.astrodynamics.flight.Maneuver,
) List[ostk.physics.time.Instant]

Get the instants.

Returns:

The instants.

Return type:

list[Instant]

get_interval(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.physics.time.Interval

Get the interval of the maneuver.

Returns:

The interval.

Return type:

Interval

get_mass_flow_rate_profile(
self: ostk.astrodynamics.flight.Maneuver,
) List[ostk.core.type.Real]

Get the mass flow rate profile.

Returns:

The mass flow rate profile (kg/s).

Return type:

list[float]

is_defined(self: ostk.astrodynamics.flight.Maneuver) bool

Check if the maneuver is defined.

Returns:

True if the maneuver is defined, False otherwise. (Always returns true).

Return type:

bool

static tabulated_dynamics(
tabulated_dynamics: ostk::astrodynamics::dynamics::Tabulated,
) ostk.astrodynamics.flight.Maneuver

Create a maneuver from tabulated dynamics with cols 1-3 being acceleration and col 4 being mass flow rate.

Parameters:

tabulated_dynamics (Tabulated) -- The tabulated dynamics.

Returns:

The created maneuver.

Return type:

Maneuver

to_tabulated_dynamics(
self: ostk.astrodynamics.flight.Maneuver,
frame: ostk.physics.coordinate.Frame = GCRF,
interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>,
) ostk::astrodynamics::dynamics::Tabulated

Convert the maneuver to tabulated dynamics.

Parameters:
  • frame (Frame, optional) -- The frame in which the acceleration profile is defined. Defaults to the default acceleration frame.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type to use. Defaults to the default interpolation type.

Returns:

The tabulated dynamics.

Return type:

Tabulated

\ No newline at end of file + ostk.astrodynamics.flight.Maneuver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.Maneuver

class Maneuver(
self: ostk.astrodynamics.flight.Maneuver,
instants: List[ostk.physics.time.Instant],
acceleration_profile: List[numpy.ndarray[numpy.float64[3, 1]]],
frame: ostk.physics.coordinate.Frame,
mass_flow_rate_profile: List[ostk.core.type.Real],
)

Bases: pybind11_object

Spacecraft Maneuver class. Store an acceleration and mass flow rate profile of a spacecraft maneuver.

Constructor.

Parameters:
  • instants (list[Instant]) -- An array of instants, must be sorted.

  • acceleration_profile (list[numpy.ndarray]) -- An acceleration profile of the maneuver, one numpy.ndarray per instant in m/s^2.

  • frame (Frame) -- A frame in which the acceleration profile is defined.

  • mass_flow_rate_profile (list[float]) -- A mass flow rate profile of the maneuver (negative numbers expected), one float per instant in kg/s.

Methods

calculate_average_specific_impulse

Calculate the average specific impulse of the maneuver.

calculate_average_thrust

Calculate the average thrust of the maneuver.

calculate_delta_mass

Calculate the delta mass of the maneuver.

calculate_delta_v

Calculate the delta-v of the maneuver.

constant_mass_flow_rate_profile

Create a maneuver from a constant mass flow rate profile.

get_acceleration_profile

Get the acceleration profile.

get_instants

Get the instants.

get_interval

Get the interval of the maneuver.

get_mass_flow_rate_profile

Get the mass flow rate profile.

is_defined

Check if the maneuver is defined.

tabulated_dynamics

Create a maneuver from tabulated dynamics with cols 1-3 being acceleration and col 4 being mass flow rate.

to_tabulated_dynamics

Convert the maneuver to tabulated dynamics.

calculate_average_specific_impulse(
self: ostk.astrodynamics.flight.Maneuver,
initial_spacecraft_mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Calculate the average specific impulse of the maneuver.

Parameters:

initial_spacecraft_mass (Mass) -- The initial mass of the spacecraft.

Returns:

The average specific impulse (s).

Return type:

float

calculate_average_thrust(
self: ostk.astrodynamics.flight.Maneuver,
initial_spacecraft_mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Calculate the average thrust of the maneuver.

Parameters:

initial_spacecraft_mass (Mass) -- The initial mass of the spacecraft.

Returns:

The average thrust (N).

Return type:

float

calculate_delta_mass(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.physics.unit.Mass

Calculate the delta mass of the maneuver.

Returns:

The delta mass (always positive) (kg).

Return type:

Mass

calculate_delta_v(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.core.type.Real

Calculate the delta-v of the maneuver.

Returns:

The delta-v value (m/s).

Return type:

float

static constant_mass_flow_rate_profile(
instants: List[ostk.physics.time.Instant],
acceleration_profile: List[numpy.ndarray[numpy.float64[3, 1]]],
frame: ostk.physics.coordinate.Frame,
mass_flow_rate: ostk.core.type.Real,
) ostk.astrodynamics.flight.Maneuver

Create a maneuver from a constant mass flow rate profile.

Parameters:
  • instants (list[Instant]) -- An array of instants, must be sorted.

  • acceleration_profile (list[numpy.ndarray]) -- An acceleration profile of the maneuver, one numpy.ndarray per instant.

  • frame (Frame) -- A frame in which the acceleration profile is defined.

  • mass_flow_rate (float) -- The constant mass flow rate (negative number expected).

Returns:

The created maneuver.

Return type:

Maneuver

get_acceleration_profile(
self: ostk.astrodynamics.flight.Maneuver,
frame: ostk.physics.coordinate.Frame = GCRF,
) List[numpy.ndarray[numpy.float64[3, 1]]]

Get the acceleration profile.

Parameters:

frame (Frame, optional) -- The frame in which the acceleration profile is defined. Defaults to the default acceleration frame.

Returns:

The acceleration profile (m/s^2).

Return type:

list[numpy.ndarray]

get_instants(
self: ostk.astrodynamics.flight.Maneuver,
) List[ostk.physics.time.Instant]

Get the instants.

Returns:

The instants.

Return type:

list[Instant]

get_interval(
self: ostk.astrodynamics.flight.Maneuver,
) ostk.physics.time.Interval

Get the interval of the maneuver.

Returns:

The interval.

Return type:

Interval

get_mass_flow_rate_profile(
self: ostk.astrodynamics.flight.Maneuver,
) List[ostk.core.type.Real]

Get the mass flow rate profile.

Returns:

The mass flow rate profile (kg/s).

Return type:

list[float]

is_defined(self: ostk.astrodynamics.flight.Maneuver) bool

Check if the maneuver is defined.

Returns:

True if the maneuver is defined, False otherwise. (Always returns true).

Return type:

bool

static tabulated_dynamics(
tabulated_dynamics: ostk::astrodynamics::dynamics::Tabulated,
) ostk.astrodynamics.flight.Maneuver

Create a maneuver from tabulated dynamics with cols 1-3 being acceleration and col 4 being mass flow rate.

Parameters:

tabulated_dynamics (Tabulated) -- The tabulated dynamics.

Returns:

The created maneuver.

Return type:

Maneuver

to_tabulated_dynamics(
self: ostk.astrodynamics.flight.Maneuver,
frame: ostk.physics.coordinate.Frame = GCRF,
interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>,
) ostk::astrodynamics::dynamics::Tabulated

Convert the maneuver to tabulated dynamics.

Parameters:
  • frame (Frame, optional) -- The frame in which the acceleration profile is defined. Defaults to the default acceleration frame.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type to use. Defaults to the default interpolation type.

Returns:

The tabulated dynamics.

Return type:

Tabulated

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.Profile.html b/_build/html/_autosummary/ostk.astrodynamics.flight.Profile.html index ba312f6fe..e8fe2f87f 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.Profile.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.Profile.html @@ -1 +1 @@ - ostk.astrodynamics.flight.Profile — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.Profile

class Profile(
self: ostk.astrodynamics.flight.Profile,
model: ostk::astrodynamics::flight::profile::Model,
)

Bases: pybind11_object

Spacecraft Flight Profile.

Constructor.

Parameters:

model (Model) -- The profile model.

Methods

get_axes_at

Get the axes of the profile at a given instant.

get_body_frame

Get the body frame of the profile.

get_state_at

Get the state of the profile at a given instant.

get_states_at

Get the states of the profile at given instants.

inertial_pointing

Create an inertial pointing profile.

is_defined

Check if the profile is defined.

nadir_pointing

Create a nadir pointing profile.

undefined

Create an undefined profile.

get_axes_at(
self: ostk.astrodynamics.flight.Profile,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the profile at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The axes of the profile at the given instant.

Return type:

Frame

get_body_frame(
self: ostk.astrodynamics.flight.Profile,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the profile.

Parameters:

frame_name (str) -- The name of the frame.

Returns:

The body frame of the profile.

Return type:

Frame

get_state_at(
self: ostk.astrodynamics.flight.Profile,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the profile at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the profile at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.flight.Profile,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the profile at given instants.

Parameters:

instants (list) -- The instants.

Returns:

The states of the profile at the given instants.

Return type:

list

static inertial_pointing(
trajectory: ostk::astrodynamics::Trajectory,
quaternion: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion,
) ostk.astrodynamics.flight.Profile

Create an inertial pointing profile.

Parameters:
  • trajectory (Trajectory) -- The trajectory.

  • quaternion (Quaternion) -- The quaternion.

Returns:

The inertial pointing profile.

Return type:

Profile

is_defined(self: ostk.astrodynamics.flight.Profile) bool

Check if the profile is defined.

Returns:

True if the profile is defined, False otherwise.

Return type:

bool

static nadir_pointing(
orbit: ostk::astrodynamics::trajectory::Orbit,
orbital_frame_type: ostk::astrodynamics::trajectory::Orbit::FrameType,
) ostk.astrodynamics.flight.Profile

Create a nadir pointing profile.

Parameters:
  • orbit (Orbit) -- The orbit.

  • orbital_frame_type (OrbitalFrameType) -- The type of the orbital frame.

Returns:

The nadir pointing profile.

Return type:

Profile

static undefined() ostk.astrodynamics.flight.Profile

Create an undefined profile.

Returns:

The undefined profile.

Return type:

Profile

\ No newline at end of file + ostk.astrodynamics.flight.Profile — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.Profile

class Profile(
self: ostk.astrodynamics.flight.Profile,
model: ostk::astrodynamics::flight::profile::Model,
)

Bases: pybind11_object

Spacecraft Flight Profile.

Constructor.

Parameters:

model (Model) -- The profile model.

Methods

get_axes_at

Get the axes of the profile at a given instant.

get_body_frame

Get the body frame of the profile.

get_state_at

Get the state of the profile at a given instant.

get_states_at

Get the states of the profile at given instants.

inertial_pointing

Create an inertial pointing profile.

is_defined

Check if the profile is defined.

nadir_pointing

Create a nadir pointing profile.

undefined

Create an undefined profile.

get_axes_at(
self: ostk.astrodynamics.flight.Profile,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the profile at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The axes of the profile at the given instant.

Return type:

Frame

get_body_frame(
self: ostk.astrodynamics.flight.Profile,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the profile.

Parameters:

frame_name (str) -- The name of the frame.

Returns:

The body frame of the profile.

Return type:

Frame

get_state_at(
self: ostk.astrodynamics.flight.Profile,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the profile at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the profile at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.flight.Profile,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the profile at given instants.

Parameters:

instants (list) -- The instants.

Returns:

The states of the profile at the given instants.

Return type:

list

static inertial_pointing(
trajectory: ostk::astrodynamics::Trajectory,
quaternion: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion,
) ostk.astrodynamics.flight.Profile

Create an inertial pointing profile.

Parameters:
  • trajectory (Trajectory) -- The trajectory.

  • quaternion (Quaternion) -- The quaternion.

Returns:

The inertial pointing profile.

Return type:

Profile

is_defined(self: ostk.astrodynamics.flight.Profile) bool

Check if the profile is defined.

Returns:

True if the profile is defined, False otherwise.

Return type:

bool

static nadir_pointing(
orbit: ostk::astrodynamics::trajectory::Orbit,
orbital_frame_type: ostk::astrodynamics::trajectory::Orbit::FrameType,
) ostk.astrodynamics.flight.Profile

Create a nadir pointing profile.

Parameters:
  • orbit (Orbit) -- The orbit.

  • orbital_frame_type (OrbitalFrameType) -- The type of the orbital frame.

Returns:

The nadir pointing profile.

Return type:

Profile

static undefined() ostk.astrodynamics.flight.Profile

Create an undefined profile.

Returns:

The undefined profile.

Return type:

Profile

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.System.html b/_build/html/_autosummary/ostk.astrodynamics.flight.System.html index 378854909..7b79cb273 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.System.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.System.html @@ -1 +1 @@ - ostk.astrodynamics.flight.System — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.System

class System(
self: ostk.astrodynamics.flight.System,
mass: ostk.physics.unit.Mass,
geometry: ostk.mathematics.geometry.d3.object.Composite,
)

Bases: pybind11_object

A flight system.

Provides the interface for flight systems.

Warning

This class is an abstract class and cannot be instantiated.

Constructor.

Parameters:
  • mass (Mass) -- The mass of the system.

  • geometry (Composite) -- The geometry of the system.

Methods

get_geometry

Get the geometry of the system.

get_mass

Get the mass of the system.

is_defined

Check if the system is defined.

undefined

Create an undefined system.

get_geometry(
self: ostk.astrodynamics.flight.System,
) ostk.mathematics.geometry.d3.object.Composite

Get the geometry of the system.

Returns:

The geometry of the system.

Return type:

Composite

get_mass(self: ostk.astrodynamics.flight.System) ostk.physics.unit.Mass

Get the mass of the system.

Returns:

The mass of the system.

Return type:

Mass

is_defined(self: ostk.astrodynamics.flight.System) bool

Check if the system is defined.

Returns:

True if the system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.System

Create an undefined system.

Returns:

The undefined system.

Return type:

System

\ No newline at end of file + ostk.astrodynamics.flight.System — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.System

class System(
self: ostk.astrodynamics.flight.System,
mass: ostk.physics.unit.Mass,
geometry: ostk.mathematics.geometry.d3.object.Composite,
)

Bases: pybind11_object

A flight system.

Provides the interface for flight systems.

Warning

This class is an abstract class and cannot be instantiated.

Constructor.

Parameters:
  • mass (Mass) -- The mass of the system.

  • geometry (Composite) -- The geometry of the system.

Methods

get_geometry

Get the geometry of the system.

get_mass

Get the mass of the system.

is_defined

Check if the system is defined.

undefined

Create an undefined system.

get_geometry(
self: ostk.astrodynamics.flight.System,
) ostk.mathematics.geometry.d3.object.Composite

Get the geometry of the system.

Returns:

The geometry of the system.

Return type:

Composite

get_mass(self: ostk.astrodynamics.flight.System) ostk.physics.unit.Mass

Get the mass of the system.

Returns:

The mass of the system.

Return type:

Mass

is_defined(self: ostk.astrodynamics.flight.System) bool

Check if the system is defined.

Returns:

True if the system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.System

Create an undefined system.

Returns:

The undefined system.

Return type:

System

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.Model.html b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.Model.html index d60f53427..d3049d7eb 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.Model.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.Model.html @@ -1 +1 @@ - ostk.astrodynamics.flight.profile.Model — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.Model

class Model

Bases: pybind11_object

A flight profile model.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.Model,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.Model,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.Model,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

is_defined(self: ostk.astrodynamics.flight.profile.Model) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.flight.profile.Model — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.Model

class Model

Bases: pybind11_object

A flight profile model.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.Model,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.Model,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.Model,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

is_defined(self: ostk.astrodynamics.flight.profile.Model) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html index 0f1c939aa..fc01f055a 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.html @@ -1 +1 @@ - ostk.astrodynamics.flight.profile.model.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.model.Tabulated

class Tabulated(self: ostk.astrodynamics.flight.profile.model.Tabulated, states: List[ostk::astrodynamics::trajectory::State])

Bases: Model

A flight profile model defined by a set of states.

Constructor.

Parameters:

states (Array[State]) -- The states of the model.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

get_interval

Get the interval of the model.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

get_interval(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
) ostk.physics.time.Interval

Get the interval of the model.

Returns:

The interval of the model.

Return type:

Interval

is_defined(self: ostk.astrodynamics.flight.profile.model.Tabulated) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.flight.profile.model.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.model.Tabulated

class Tabulated(self: ostk.astrodynamics.flight.profile.model.Tabulated, states: List[ostk::astrodynamics::trajectory::State])

Bases: Model

A flight profile model defined by a set of states.

Constructor.

Parameters:

states (Array[State]) -- The states of the model.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

get_interval

Get the interval of the model.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

get_interval(
self: ostk.astrodynamics.flight.profile.model.Tabulated,
) ostk.physics.time.Interval

Get the interval of the model.

Returns:

The interval of the model.

Return type:

Interval

is_defined(self: ostk.astrodynamics.flight.profile.model.Tabulated) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html index ea6955f6e..4e19b915c 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.profile.model.Transform.html @@ -1 +1 @@ - ostk.astrodynamics.flight.profile.model.Transform — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.model.Transform

class Transform(
self: ostk.astrodynamics.flight.profile.model.Transform,
dynamic_provider: ostk.physics.coordinate.frame.provider.Dynamic,
frame: ostk.physics.coordinate.Frame,
)

Bases: Model

A flight profile model defined by a transform.

Constructor.

Parameters:
  • dynamic_provider (DynamicProvider) -- The dynamic provider of the transform.

  • frame (Frame) -- The frame of the transform.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

inertial_pointing

Create a transform for inertial pointing.

is_defined

Check if the model is defined.

nadir_pointing

Create a transform for nadir pointing.

undefined

Get an undefined transform.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.model.Transform,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.model.Transform,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.model.Transform,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

static inertial_pointing(
trajectory: ostk::astrodynamics::Trajectory,
quaternion: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion,
) ostk.astrodynamics.flight.profile.model.Transform

Create a transform for inertial pointing.

Parameters:
  • trajectory (Trajectory) -- The trajectory to point at.

  • quaternion (Quaternion) -- The quaternion to rotate the axes by.

Returns:

The transform for inertial pointing.

Return type:

Transform

is_defined(self: ostk.astrodynamics.flight.profile.model.Transform) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

static nadir_pointing(
orbit: ostk::astrodynamics::trajectory::Orbit,
orbital_frame_type: ostk::astrodynamics::trajectory::Orbit::FrameType,
) ostk.astrodynamics.flight.profile.model.Transform

Create a transform for nadir pointing.

Parameters:
  • orbit (Orbit) -- The orbit to point at.

  • orbital_frame_type (OrbitalFrameType) -- The type of the orbital frame.

Returns:

The transform for nadir pointing.

Return type:

Transform

static undefined() ostk.astrodynamics.flight.profile.model.Transform

Get an undefined transform.

Returns:

The undefined transform.

Return type:

Transform

\ No newline at end of file + ostk.astrodynamics.flight.profile.model.Transform — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.profile.model.Transform

class Transform(
self: ostk.astrodynamics.flight.profile.model.Transform,
dynamic_provider: ostk.physics.coordinate.frame.provider.Dynamic,
frame: ostk.physics.coordinate.Frame,
)

Bases: Model

A flight profile model defined by a transform.

Constructor.

Parameters:
  • dynamic_provider (DynamicProvider) -- The dynamic provider of the transform.

  • frame (Frame) -- The frame of the transform.

Methods

calculate_state_at

Calculate the state of the model at a specific instant.

calculate_states_at

Calculate the states of the model at specific instants.

get_axes_at

Get the axes of the model at a specific instant.

get_body_frame

Get the body frame of the model with the specified name.

inertial_pointing

Create a transform for inertial pointing.

is_defined

Check if the model is defined.

nadir_pointing

Create a transform for nadir pointing.

undefined

Get an undefined transform.

calculate_state_at(
self: ostk.astrodynamics.flight.profile.model.Transform,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Calculate the state of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the model at the specified instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.flight.profile.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Calculate the states of the model at specific instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants at which to calculate the states.

Returns:

The states of the model at the specified instants.

Return type:

list[State]

get_axes_at(
self: ostk.astrodynamics.flight.profile.model.Transform,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Axes

Get the axes of the model at a specific instant.

Parameters:

instant (Instant) -- The instant at which to get the axes.

Returns:

The axes of the model at the specified instant.

Return type:

numpy.ndarray

get_body_frame(
self: ostk.astrodynamics.flight.profile.model.Transform,
frame_name: ostk.core.type.String,
) ostk.physics.coordinate.Frame

Get the body frame of the model with the specified name.

Parameters:

frame_name (str) -- The name of the body frame.

Returns:

The body frame of the model with the specified name.

Return type:

Frame

static inertial_pointing(
trajectory: ostk::astrodynamics::Trajectory,
quaternion: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion,
) ostk.astrodynamics.flight.profile.model.Transform

Create a transform for inertial pointing.

Parameters:
  • trajectory (Trajectory) -- The trajectory to point at.

  • quaternion (Quaternion) -- The quaternion to rotate the axes by.

Returns:

The transform for inertial pointing.

Return type:

Transform

is_defined(self: ostk.astrodynamics.flight.profile.model.Transform) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

static nadir_pointing(
orbit: ostk::astrodynamics::trajectory::Orbit,
orbital_frame_type: ostk::astrodynamics::trajectory::Orbit::FrameType,
) ostk.astrodynamics.flight.profile.model.Transform

Create a transform for nadir pointing.

Parameters:
  • orbit (Orbit) -- The orbit to point at.

  • orbital_frame_type (OrbitalFrameType) -- The type of the orbital frame.

Returns:

The transform for nadir pointing.

Return type:

Transform

static undefined() ostk.astrodynamics.flight.profile.model.Transform

Get an undefined transform.

Returns:

The undefined transform.

Return type:

Transform

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html b/_build/html/_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html index 4f67bd6ea..4cb0c25a9 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.html @@ -1 +1 @@ - ostk.astrodynamics.flight.system.PropulsionSystem — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.system.PropulsionSystem

class PropulsionSystem(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
thrust_si_unit: ostk.core.type.Real,
specific_impulse_si_unit: ostk.core.type.Real,
)

Bases: pybind11_object

A propulsion system.

Construct a propulsion system.

Parameters:
  • thrust (float) -- Thrust in Newton.

  • specific_impulse (float) -- Specific impulse in Seconds.

Methods

default

Return a default propulsion system.

get_acceleration

Return the acceleration.

get_mass_flow_rate

Return the mass flow rate.

get_specific_impulse

Return the specific impulse.

get_thrust

Return the thrust.

is_defined

Check if the propulsion system is defined.

undefined

Return an undefined propulsion system.

static default() ostk.astrodynamics.flight.system.PropulsionSystem

Return a default propulsion system.

Returns:

A default propulsion system.

Return type:

PropulsionSystem

get_acceleration(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Return the acceleration.

Parameters:

mass (float) -- Mass in Kilograms.

Returns:

The acceleration in Meters per Second squared.

Return type:

float

get_mass_flow_rate(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the mass flow rate.

Returns:

The mass flow rate in Kilograms per Second.

Return type:

float

get_specific_impulse(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the specific impulse.

Returns:

The specific impulse in Seconds.

Return type:

float

get_thrust(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the thrust.

Returns:

The thrust in Newton.

Return type:

float

is_defined(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) bool

Check if the propulsion system is defined.

Returns:

True if the propulsion system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.system.PropulsionSystem

Return an undefined propulsion system.

Returns:

An undefined propulsion system.

Return type:

PropulsionSystem

\ No newline at end of file + ostk.astrodynamics.flight.system.PropulsionSystem — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.system.PropulsionSystem

class PropulsionSystem(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
thrust_si_unit: ostk.core.type.Real,
specific_impulse_si_unit: ostk.core.type.Real,
)

Bases: pybind11_object

A propulsion system.

Construct a propulsion system.

Parameters:
  • thrust (float) -- Thrust in Newton.

  • specific_impulse (float) -- Specific impulse in Seconds.

Methods

default

Return a default propulsion system.

get_acceleration

Return the acceleration.

get_mass_flow_rate

Return the mass flow rate.

get_specific_impulse

Return the specific impulse.

get_thrust

Return the thrust.

is_defined

Check if the propulsion system is defined.

undefined

Return an undefined propulsion system.

static default() ostk.astrodynamics.flight.system.PropulsionSystem

Return a default propulsion system.

Returns:

A default propulsion system.

Return type:

PropulsionSystem

get_acceleration(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
mass: ostk.physics.unit.Mass,
) ostk.core.type.Real

Return the acceleration.

Parameters:

mass (float) -- Mass in Kilograms.

Returns:

The acceleration in Meters per Second squared.

Return type:

float

get_mass_flow_rate(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the mass flow rate.

Returns:

The mass flow rate in Kilograms per Second.

Return type:

float

get_specific_impulse(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the specific impulse.

Returns:

The specific impulse in Seconds.

Return type:

float

get_thrust(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.core.type.Real

Return the thrust.

Returns:

The thrust in Newton.

Return type:

float

is_defined(
self: ostk.astrodynamics.flight.system.PropulsionSystem,
) bool

Check if the propulsion system is defined.

Returns:

True if the propulsion system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.system.PropulsionSystem

Return an undefined propulsion system.

Returns:

An undefined propulsion system.

Return type:

PropulsionSystem

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html b/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html index 7fe0750ca..42157fdec 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.html @@ -1 +1 @@ - ostk.astrodynamics.flight.system.SatelliteSystem — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.system.SatelliteSystem

class SatelliteSystem(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
mass: ostk.physics.unit.Mass,
satellite_geometry: ostk.mathematics.geometry.d3.object.Composite,
inertia_tensor: numpy.ndarray[numpy.float64[3, 3]],
cross_sectional_surface_area: ostk.core.type.Real,
drag_coefficient: ostk.core.type.Real,
propulsion_system: ostk.astrodynamics.flight.system.PropulsionSystem = undefined,
)

Bases: System

A Satellite System.

Constructor.

Parameters:
  • mass (Mass) -- The mass of the satellite system.

  • satellite_geometry (Composite) -- The geometry of the satellite system.

  • inertia_tensor (np.ndarray) -- The inertia tensor of the satellite system.

  • cross_sectional_surface_area (float) -- The cross-sectional surface area of the satellite system.

  • drag_coefficient (float) -- The drag coefficient of the satellite system.

  • propulsion_system (PropulsionSystem) -- The propulsion system of the satellite system.

Methods

default

Create a default satellite system.

get_cross_sectional_surface_area

Get the cross-sectional surface area of the satellite system.

get_drag_coefficient

Get the drag coefficient of the satellite system.

get_geometry

Get the geometry of the system.

get_inertia_tensor

Get the inertia tensor of the satellite system.

get_mass

Get the mass of the system.

get_propulsion_system

Get the propulsion system of the satellite system.

is_defined

Check if the satellite system is defined.

undefined

Create an undefined satellite system.

static default() ostk.astrodynamics.flight.system.SatelliteSystem

Create a default satellite system.

Returns:

The default satellite system.

Return type:

SatelliteSystem

get_cross_sectional_surface_area(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.core.type.Real

Get the cross-sectional surface area of the satellite system.

Returns:

The cross-sectional surface area of the satellite system.

Return type:

float

get_drag_coefficient(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.core.type.Real

Get the drag coefficient of the satellite system.

Returns:

The drag coefficient of the satellite system.

Return type:

float

get_geometry(
self: ostk.astrodynamics.flight.System,
) ostk.mathematics.geometry.d3.object.Composite

Get the geometry of the system.

Returns:

The geometry of the system.

Return type:

Composite

get_inertia_tensor(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) numpy.ndarray[numpy.float64[3, 3]]

Get the inertia tensor of the satellite system.

Returns:

The inertia tensor of the satellite system.

Return type:

Matrix3d

get_mass(
self: ostk.astrodynamics.flight.System,
) ostk.physics.unit.Mass

Get the mass of the system.

Returns:

The mass of the system.

Return type:

Mass

get_propulsion_system(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.astrodynamics.flight.system.PropulsionSystem

Get the propulsion system of the satellite system.

Returns:

The propulsion system of the satellite system.

Return type:

PropulsionSystem

is_defined(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) bool

Check if the satellite system is defined.

Returns:

True if the satellite system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.system.SatelliteSystem

Create an undefined satellite system.

Returns:

The undefined satellite system.

Return type:

SatelliteSystem

\ No newline at end of file + ostk.astrodynamics.flight.system.SatelliteSystem — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.system.SatelliteSystem

class SatelliteSystem(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
mass: ostk.physics.unit.Mass,
satellite_geometry: ostk.mathematics.geometry.d3.object.Composite,
inertia_tensor: numpy.ndarray[numpy.float64[3, 3]],
cross_sectional_surface_area: ostk.core.type.Real,
drag_coefficient: ostk.core.type.Real,
propulsion_system: ostk.astrodynamics.flight.system.PropulsionSystem = undefined,
)

Bases: System

A Satellite System.

Constructor.

Parameters:
  • mass (Mass) -- The mass of the satellite system.

  • satellite_geometry (Composite) -- The geometry of the satellite system.

  • inertia_tensor (np.ndarray) -- The inertia tensor of the satellite system.

  • cross_sectional_surface_area (float) -- The cross-sectional surface area of the satellite system.

  • drag_coefficient (float) -- The drag coefficient of the satellite system.

  • propulsion_system (PropulsionSystem) -- The propulsion system of the satellite system.

Methods

default

Create a default satellite system.

get_cross_sectional_surface_area

Get the cross-sectional surface area of the satellite system.

get_drag_coefficient

Get the drag coefficient of the satellite system.

get_geometry

Get the geometry of the system.

get_inertia_tensor

Get the inertia tensor of the satellite system.

get_mass

Get the mass of the system.

get_propulsion_system

Get the propulsion system of the satellite system.

is_defined

Check if the satellite system is defined.

undefined

Create an undefined satellite system.

static default() ostk.astrodynamics.flight.system.SatelliteSystem

Create a default satellite system.

Returns:

The default satellite system.

Return type:

SatelliteSystem

get_cross_sectional_surface_area(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.core.type.Real

Get the cross-sectional surface area of the satellite system.

Returns:

The cross-sectional surface area of the satellite system.

Return type:

float

get_drag_coefficient(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.core.type.Real

Get the drag coefficient of the satellite system.

Returns:

The drag coefficient of the satellite system.

Return type:

float

get_geometry(
self: ostk.astrodynamics.flight.System,
) ostk.mathematics.geometry.d3.object.Composite

Get the geometry of the system.

Returns:

The geometry of the system.

Return type:

Composite

get_inertia_tensor(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) numpy.ndarray[numpy.float64[3, 3]]

Get the inertia tensor of the satellite system.

Returns:

The inertia tensor of the satellite system.

Return type:

Matrix3d

get_mass(
self: ostk.astrodynamics.flight.System,
) ostk.physics.unit.Mass

Get the mass of the system.

Returns:

The mass of the system.

Return type:

Mass

get_propulsion_system(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) ostk.astrodynamics.flight.system.PropulsionSystem

Get the propulsion system of the satellite system.

Returns:

The propulsion system of the satellite system.

Return type:

PropulsionSystem

is_defined(
self: ostk.astrodynamics.flight.system.SatelliteSystem,
) bool

Check if the satellite system is defined.

Returns:

True if the satellite system is defined, False otherwise.

Return type:

bool

static undefined() ostk.astrodynamics.flight.system.SatelliteSystem

Create an undefined satellite system.

Returns:

The undefined satellite system.

Return type:

SatelliteSystem

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html b/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html index 8eaa29366..dcc1fa0f3 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html +++ b/_build/html/_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.html @@ -1,3 +1,3 @@ ostk.astrodynamics.flight.system.SatelliteSystemBuilder — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.flight.system.SatelliteSystemBuilder

class SatelliteSystemBuilder(self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder)

Bases: pybind11_object

A Satellite System Builder, meant to simplify creation of a SatelliteSystem, by allowing you to only specify the parameters you want. There are two ways of doing this:

Chaining together your desired parameters like so:

satellite_system = SatelliteSystemBuilder().with_dry_mass(X).with_area(Y).build()
 

Using the default SatelliteSystem and changing one parameters like so:

satellite_system = SatelliteSystemBuilder.default().with_dry_mass(X)
-

Constructor.

Methods

build

Build a new satellite system.

default

Create a satellite system builder with default values.

with_cross_sectional_surface_area

Set the dry mass.

with_drag_coefficient

Set the drag coefficient.

with_dry_mass

Set the dry mass.

with_geometry

Set the geometry.

with_inertia_tensor

Set the inertia tensor.

with_propulsion_system

Set the propulsion system.

build(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
) ostk.astrodynamics.flight.system.SatelliteSystem

Build a new satellite system.

Returns:

A new satellite system.

Return type:

SatelliteSystem

static default() ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Create a satellite system builder with default values.

Returns:

The satellite system builder with default values.

Return type:

SatelliteSystem

with_cross_sectional_surface_area(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
cross_sectional_surface_area: ostk.core.type.Real,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the dry mass.

Parameters:

cross_sectional_surface_area (float) -- The cross-sectional surface area.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_drag_coefficient(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
drag_coefficient: ostk.core.type.Real,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the drag coefficient.

Parameters:

drag_coefficient (float) -- The drag coefficient.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_dry_mass(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
dry_mass: ostk.physics.unit.Mass,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the dry mass.

Parameters:

dry_mass (Mass) -- The dry mass.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_geometry(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
geometry: ostk.mathematics.geometry.d3.object.Composite,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the geometry.

Parameters:

geometry (Composite) -- The geometry.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_inertia_tensor(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
inertia_tensor: numpy.ndarray[numpy.float64[3, 3]],
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the inertia tensor.

Parameters:

inertia_tensor (Matrix3d) -- The inertia tensor.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_propulsion_system(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
propulsion_system: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the propulsion system.

Parameters:

propulsion_system (PropulsionSystem) -- The propulsion system.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

\ No newline at end of file +

Constructor.

Methods

build

Build a new satellite system.

default

Create a satellite system builder with default values.

with_cross_sectional_surface_area

Set the dry mass.

with_drag_coefficient

Set the drag coefficient.

with_dry_mass

Set the dry mass.

with_geometry

Set the geometry.

with_inertia_tensor

Set the inertia tensor.

with_propulsion_system

Set the propulsion system.

build(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
) ostk.astrodynamics.flight.system.SatelliteSystem

Build a new satellite system.

Returns:

A new satellite system.

Return type:

SatelliteSystem

static default() ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Create a satellite system builder with default values.

Returns:

The satellite system builder with default values.

Return type:

SatelliteSystem

with_cross_sectional_surface_area(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
cross_sectional_surface_area: ostk.core.type.Real,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the dry mass.

Parameters:

cross_sectional_surface_area (float) -- The cross-sectional surface area.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_drag_coefficient(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
drag_coefficient: ostk.core.type.Real,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the drag coefficient.

Parameters:

drag_coefficient (float) -- The drag coefficient.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_dry_mass(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
dry_mass: ostk.physics.unit.Mass,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the dry mass.

Parameters:

dry_mass (Mass) -- The dry mass.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_geometry(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
geometry: ostk.mathematics.geometry.d3.object.Composite,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the geometry.

Parameters:

geometry (Composite) -- The geometry.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_inertia_tensor(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
inertia_tensor: numpy.ndarray[numpy.float64[3, 3]],
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the inertia tensor.

Parameters:

inertia_tensor (Matrix3d) -- The inertia tensor.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

with_propulsion_system(
self: ostk.astrodynamics.flight.system.SatelliteSystemBuilder,
propulsion_system: ostk.astrodynamics.flight.system.PropulsionSystem,
) ostk.astrodynamics.flight.system.SatelliteSystemBuilder

Set the propulsion system.

Parameters:

propulsion_system (PropulsionSystem) -- The propulsion system.

Returns:

The builder.

Return type:

SatelliteSystemBuilder

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html b/_build/html/_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html index 1b40447c9..e37e9960a 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html +++ b/_build/html/_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.html @@ -1 +1 @@ - ostk.astrodynamics.guidance_law.ConstantThrust — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.guidance_law.ConstantThrust

class ConstantThrust(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
thrust_direction: ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection,
)

Bases: GuidanceLaw

Constant Thrust, Constant Direction dynamics.

Constructor.

Parameters:

thrust_direction (LocalOrbitalFrameDirection) -- The thrust direction.

Methods

calculate_thrust_acceleration_at

Compute the acceleration due to constant thrust.

get_local_thrust_direction

Get the local thrust direction.

get_name

Get the name of the guidance law.

intrack

Create a constant thrust in the in-track direction.

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Compute the acceleration due to constant thrust.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • position_coordinates (numpy.ndarray) -- The position coordinates.

  • velocity_coordinates (numpy.ndarray) -- The velocity coordinates.

  • thrust_acceleration (float) -- The thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration will be expressed in.

Returns:

The contribution of the constant thrust to the state vector.

Return type:

numpy.ndarray

get_local_thrust_direction(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection

Get the local thrust direction.

Returns:

The local thrust direction.

Return type:

LocalOrbitalFrameDirection

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

static intrack(
velocity_direction: bool = True,
) ostk.astrodynamics.guidance_law.ConstantThrust

Create a constant thrust in the in-track direction.

Parameters:
  • satellite_system (SatelliteSystem) -- The satellite system.

  • velocity_direction (bool, optional) -- If True, the thrust is applied in the velocity direction. Otherwise, it is applied in the opposite direction.

  • frame (Frame, optional) -- The reference frame.

Returns:

The constant thrust.

Return type:

ConstantThrust

\ No newline at end of file + ostk.astrodynamics.guidance_law.ConstantThrust — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.guidance_law.ConstantThrust

class ConstantThrust(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
thrust_direction: ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection,
)

Bases: GuidanceLaw

Constant Thrust, Constant Direction dynamics.

Constructor.

Parameters:

thrust_direction (LocalOrbitalFrameDirection) -- The thrust direction.

Methods

calculate_thrust_acceleration_at

Compute the acceleration due to constant thrust.

get_local_thrust_direction

Get the local thrust direction.

get_name

Get the name of the guidance law.

intrack

Create a constant thrust in the in-track direction.

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Compute the acceleration due to constant thrust.

Parameters:
  • instant (Instant) -- The instant of the state vector.

  • position_coordinates (numpy.ndarray) -- The position coordinates.

  • velocity_coordinates (numpy.ndarray) -- The velocity coordinates.

  • thrust_acceleration (float) -- The thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration will be expressed in.

Returns:

The contribution of the constant thrust to the state vector.

Return type:

numpy.ndarray

get_local_thrust_direction(
self: ostk.astrodynamics.guidance_law.ConstantThrust,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection

Get the local thrust direction.

Returns:

The local thrust direction.

Return type:

LocalOrbitalFrameDirection

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

static intrack(
velocity_direction: bool = True,
) ostk.astrodynamics.guidance_law.ConstantThrust

Create a constant thrust in the in-track direction.

Parameters:
  • satellite_system (SatelliteSystem) -- The satellite system.

  • velocity_direction (bool, optional) -- If True, the thrust is applied in the velocity direction. Otherwise, it is applied in the opposite direction.

  • frame (Frame, optional) -- The reference frame.

Returns:

The constant thrust.

Return type:

ConstantThrust

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.guidance_law.QLaw.html b/_build/html/_autosummary/ostk.astrodynamics.guidance_law.QLaw.html index e35a45e99..0257be78c 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.guidance_law.QLaw.html +++ b/_build/html/_autosummary/ostk.astrodynamics.guidance_law.QLaw.html @@ -1 +1 @@ - ostk.astrodynamics.guidance_law.QLaw — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.guidance_law.QLaw

class QLaw(
self: ostk.astrodynamics.guidance_law.QLaw,
target_coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
parameters: ostk.astrodynamics.guidance_law.QLaw.Parameters,
gradient_strategy: ostk.astrodynamics.guidance_law.QLaw.GradientStrategy = <GradientStrategy.FiniteDifference: 1>,
)

Bases: GuidanceLaw

This class implements the Q-law guidance law.

The Q-law is a Lyapunov feedback control law developed by Petropoulos, based on analytic expressions for maximum rates of change of the orbit elements and the desired changes in the elements. Q, the proximity quotient, serves as a candidate Lyapunov function. As the spacecraft approaches the target orbit, Q decreases monotonically (becoming zero at the target orbit).

Constructor.

Parameters:
  • coe (COE) -- The target orbit described by Classical Orbital Elements.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • parameters (QLaw.Parameters) -- A set of parameters for the QLaw.

  • gradient_strategy (QLaw.GradientStrategy) -- The strategy used to compute the gradient dQ_dOE. Defaults to FiniteDifference.

Methods

calculate_thrust_acceleration_at

Calculate the thrust acceleration at the provided coordinates and instant.

get_gradient_strategy

Get the gradient strategy.

get_name

Get the name of the guidance law.

get_parameters

Get the parameters.

get_target_coe

Get the target COE.

class GradientStrategy(
self: ostk.astrodynamics.guidance_law.QLaw.GradientStrategy,
value: int,
)

Bases: pybind11_object

Gradient strategy.

Members:

Analytical : Analytical

FiniteDifference : Finite Differenced

property name
class Parameters(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
element_weights: Dict[ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element, Tuple[float, float]],
m: int = 3,
n: int = 4,
r: int = 2,
b: float = 0.01,
k: int = 100,
periapsis_weight: float = 0.0,
minimum_periapsis_radius: ostk.physics.unit.Length = Length.kilometers(6578.0),
absolute_effectivity_threshold: ostk.core.type.Real = Undefined,
relative_effectivity_threshold: ostk.core.type.Real = Undefined,
)

Bases: pybind11_object

Q-law parameters.

Constructor.

Parameters:
  • element_weights (dict) -- Key-value pair of COE elements and the (weights, tolerances) for the targeter.

  • m (int) -- Scaling parameter for Semi-Major Axis delta. Default to 3.

  • n (int) -- Scaling parameter for Semi-Major Axis delta. Default to 4.

  • r (int) -- Scaling parameter for Semi-Major Axis delta. Default to 2.

  • b (float) -- Scaling parameter for Argument of Periapsis maximal change. Default to 0.01.

  • k (int) -- Penalty parameter for periapsis. Default to 100.

  • periapsis_weight (float) -- Periapsis weight. Default to 0.0.

  • minimum_periapsis_radius (Length) -- Minimum periapsis radius. Default to 6578.0 km.

  • absolute_effectivity_threshold (Real) -- Absolute effectivity threshold. Default to undefined (not used).

  • relative_effectivity_threshold (Real) -- Relative effectivity threshold. Default to undefined (not used).

property absolute_effectivity_threshold

Absolute effectivity threshold.

Type:

Real

property b

Scaling parameter for Argument of Periapsis.

Type:

float

get_control_weights(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
) numpy.ndarray[numpy.float64[5, 1]]

Get the control weights.

Returns:

The control weights.

Return type:

np.array

get_minimum_periapsis_radius(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
) ostk.physics.unit.Length

Get the minimum periapsis radius.

Returns:

The minimum periapsis radius.

Return type:

Length

property k

Penalty parameter for periapsis.

Type:

int

property m

Scaling parameter for Semi-Major Axis delta.

Type:

int

property n

Scaling parameter for Semi-Major Axis delta.

Type:

int

property periapsis_weight

Periapsis weight.

Type:

float

property r

Scaling parameter for Semi-Major Axis delta.

Type:

int

property relative_effectivity_threshold

Relative effectivity threshold.

Type:

Real

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.guidance_law.QLaw,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Calculate the thrust acceleration at the provided coordinates and instant.

Parameters:
  • instant (Instant) -- Instant of computation.

  • position_coordinates (np.array) -- Position coordinates.

  • velocity_coordinates (np.array) -- Velocity coordinates.

  • thrust_acceleration (float) -- Thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration is expressed in.

Returns:

The acceleration.

Return type:

np.array

get_gradient_strategy(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.guidance_law.QLaw.GradientStrategy

Get the gradient strategy.

Returns:

The gradient strategy.

Return type:

QLaw.GradientStrategy

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

get_parameters(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.guidance_law.QLaw.Parameters

Get the parameters.

Returns:

The parameters.

Return type:

QLaw.Parameters

get_target_coe(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Get the target COE.

Returns:

The target COE.

Return type:

COE

\ No newline at end of file + ostk.astrodynamics.guidance_law.QLaw — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.guidance_law.QLaw

class QLaw(
self: ostk.astrodynamics.guidance_law.QLaw,
target_coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
parameters: ostk.astrodynamics.guidance_law.QLaw.Parameters,
gradient_strategy: ostk.astrodynamics.guidance_law.QLaw.GradientStrategy = <GradientStrategy.FiniteDifference: 1>,
)

Bases: GuidanceLaw

This class implements the Q-law guidance law.

The Q-law is a Lyapunov feedback control law developed by Petropoulos, based on analytic expressions for maximum rates of change of the orbit elements and the desired changes in the elements. Q, the proximity quotient, serves as a candidate Lyapunov function. As the spacecraft approaches the target orbit, Q decreases monotonically (becoming zero at the target orbit).

Constructor.

Parameters:
  • coe (COE) -- The target orbit described by Classical Orbital Elements.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • parameters (QLaw.Parameters) -- A set of parameters for the QLaw.

  • gradient_strategy (QLaw.GradientStrategy) -- The strategy used to compute the gradient dQ_dOE. Defaults to FiniteDifference.

Methods

calculate_thrust_acceleration_at

Calculate the thrust acceleration at the provided coordinates and instant.

get_gradient_strategy

Get the gradient strategy.

get_name

Get the name of the guidance law.

get_parameters

Get the parameters.

get_target_coe

Get the target COE.

class GradientStrategy(
self: ostk.astrodynamics.guidance_law.QLaw.GradientStrategy,
value: int,
)

Bases: pybind11_object

Gradient strategy.

Members:

Analytical : Analytical

FiniteDifference : Finite Differenced

property name
class Parameters(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
element_weights: Dict[ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element, Tuple[float, float]],
m: int = 3,
n: int = 4,
r: int = 2,
b: float = 0.01,
k: int = 100,
periapsis_weight: float = 0.0,
minimum_periapsis_radius: ostk.physics.unit.Length = Length.kilometers(6578.0),
absolute_effectivity_threshold: ostk.core.type.Real = Undefined,
relative_effectivity_threshold: ostk.core.type.Real = Undefined,
)

Bases: pybind11_object

Q-law parameters.

Constructor.

Parameters:
  • element_weights (dict) -- Key-value pair of COE elements and the (weights, tolerances) for the targeter.

  • m (int) -- Scaling parameter for Semi-Major Axis delta. Default to 3.

  • n (int) -- Scaling parameter for Semi-Major Axis delta. Default to 4.

  • r (int) -- Scaling parameter for Semi-Major Axis delta. Default to 2.

  • b (float) -- Scaling parameter for Argument of Periapsis maximal change. Default to 0.01.

  • k (int) -- Penalty parameter for periapsis. Default to 100.

  • periapsis_weight (float) -- Periapsis weight. Default to 0.0.

  • minimum_periapsis_radius (Length) -- Minimum periapsis radius. Default to 6578.0 km.

  • absolute_effectivity_threshold (Real) -- Absolute effectivity threshold. Default to undefined (not used).

  • relative_effectivity_threshold (Real) -- Relative effectivity threshold. Default to undefined (not used).

property absolute_effectivity_threshold

Absolute effectivity threshold.

Type:

Real

property b

Scaling parameter for Argument of Periapsis.

Type:

float

get_control_weights(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
) numpy.ndarray[numpy.float64[5, 1]]

Get the control weights.

Returns:

The control weights.

Return type:

np.array

get_minimum_periapsis_radius(
self: ostk.astrodynamics.guidance_law.QLaw.Parameters,
) ostk.physics.unit.Length

Get the minimum periapsis radius.

Returns:

The minimum periapsis radius.

Return type:

Length

property k

Penalty parameter for periapsis.

Type:

int

property m

Scaling parameter for Semi-Major Axis delta.

Type:

int

property n

Scaling parameter for Semi-Major Axis delta.

Type:

int

property periapsis_weight

Periapsis weight.

Type:

float

property r

Scaling parameter for Semi-Major Axis delta.

Type:

int

property relative_effectivity_threshold

Relative effectivity threshold.

Type:

Real

calculate_thrust_acceleration_at(
self: ostk.astrodynamics.guidance_law.QLaw,
instant: ostk.physics.time.Instant,
position_coordinates: numpy.ndarray[numpy.float64[3, 1]],
velocity_coordinates: numpy.ndarray[numpy.float64[3, 1]],
thrust_acceleration: ostk.core.type.Real,
output_frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[3, 1]]

Calculate the thrust acceleration at the provided coordinates and instant.

Parameters:
  • instant (Instant) -- Instant of computation.

  • position_coordinates (np.array) -- Position coordinates.

  • velocity_coordinates (np.array) -- Velocity coordinates.

  • thrust_acceleration (float) -- Thrust acceleration magnitude.

  • output_frame (Frame) -- The frame the acceleration is expressed in.

Returns:

The acceleration.

Return type:

np.array

get_gradient_strategy(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.guidance_law.QLaw.GradientStrategy

Get the gradient strategy.

Returns:

The gradient strategy.

Return type:

QLaw.GradientStrategy

get_name(self: ostk.astrodynamics.GuidanceLaw) ostk.core.type.String

Get the name of the guidance law.

Returns:

The name of the guidance law.

Return type:

str

get_parameters(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.guidance_law.QLaw.Parameters

Get the parameters.

Returns:

The parameters.

Return type:

QLaw.Parameters

get_target_coe(
self: ostk.astrodynamics.guidance_law.QLaw,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Get the target COE.

Returns:

The target COE.

Return type:

COE

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html b/_build/html/_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html index a0aad375a..313d05976 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html +++ b/_build/html/_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.html @@ -1 +1 @@ - ostk.astrodynamics.solver.FiniteDifferenceSolver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.solver.FiniteDifferenceSolver

class FiniteDifferenceSolver(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
type: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
step_percentage: ostk.core.type.Real,
step_duration: ostk.physics.time.Duration,
)

Bases: pybind11_object

A Finite Difference Solver to compute the gradient, and jacobian of a function.

Construct a FiniteDifferenceSolver.

Parameters:
  • type (FiniteDifferenceSolver.Type) -- Type of finite difference scheme.

  • step_percentage (float) -- The step percentage to use for computing the STM.

  • step_duration (Duration) -- The step duration to use for computing the gradient.

Returns:

The FiniteDifferenceSolver.

Return type:

FiniteDifferenceSolver

Methods

compute_gradient

Compute the gradient.

compute_jacobian

Overloaded function.

default

Get the default Finite Difference Solver.

get_step_duration

Get the step duration used for computing the gradient.

get_step_percentage

Get the step percentage used for computing the STM.

get_type

Get the type.

string_from_type

Convert a type to string.

class Type(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
value: int,
)

Bases: pybind11_object

Type of finite difference scheme.

Members:

Forward : Forward difference scheme.

Backward : Backward difference scheme.

Central : Central difference scheme.

property name
compute_gradient(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, generate_state_coordinates: Callable[[ostk::astrodynamics::trajectory::State, ostk.physics.time.Instant], numpy.ndarray[numpy.float64[m, 1]]]) numpy.ndarray[numpy.float64[m, 1]]

Compute the gradient.

Parameters:
  • state (State) -- The state.

  • generate_state_coordinates (function) -- The function to generate the state coordinates.

Returns:

The jacobian.

Return type:

np.array

compute_jacobian(*args, **kwargs)

Overloaded function.

  1. compute_jacobian(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, instants: List[ostk.physics.time.Instant], generate_states_coordinates: Callable[[ostk::astrodynamics::trajectory::State, List[ostk.physics.time.Instant]], numpy.ndarray[numpy.float64[m, n]]], coordinates_dimension: int) -> numpy.ndarray[numpy.float64[m, n]]

    Compute the jacobian.

    Args:

    state (State): The state. instants (Array(Instant)): The instants at which to calculate the STM. generate_states_coordinates (function): The function to get the states. coordinates_dimension (int): The dimension of the coordinates produced by generate_states_coordinates.

    Returns:

    np.array: The jacobian.

  2. compute_jacobian(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, instant: ostk.physics.time.Instant, generate_state_coordinates: Callable[[ostk::astrodynamics::trajectory::State, ostk.physics.time.Instant], numpy.ndarray[numpy.float64[m, 1]]], coordinates_dimension: int) -> numpy.ndarray[numpy.float64[m, n]]

    Compute the jacobian.

    Args:

    state (State): The state. instant (Instant): The instant at which to calculate the STM. generate_state_coordinates (function): The function to get the state. coordinates_dimension (int): The dimension of the coordinates produced by generate_state_coordinates

    Returns:

    np.array: The jacobian.

static default() ostk.astrodynamics.solver.FiniteDifferenceSolver

Get the default Finite Difference Solver.

Returns:

The default Finite Difference Solver.

Return type:

FiniteDifferenceSolver

get_step_duration(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.physics.time.Duration

Get the step duration used for computing the gradient.

Returns:

The step duration.

Return type:

Duration

get_step_percentage(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.core.type.Real

Get the step percentage used for computing the STM.

Returns:

The step percentage.

Return type:

float

get_type(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.astrodynamics.solver.FiniteDifferenceSolver.Type

Get the type.

Returns:

The type.

Return type:

FiniteDifferenceSolver.Type

static string_from_type(
type: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
) ostk.core.type.String

Convert a type to string.

Parameters:

type (FiniteDifferenceSolver.Type) -- The type.

Returns:

The string name of the type.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.solver.FiniteDifferenceSolver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.solver.FiniteDifferenceSolver

class FiniteDifferenceSolver(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
type: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
step_percentage: ostk.core.type.Real,
step_duration: ostk.physics.time.Duration,
)

Bases: pybind11_object

A Finite Difference Solver to compute the gradient, and jacobian of a function.

Construct a FiniteDifferenceSolver.

Parameters:
  • type (FiniteDifferenceSolver.Type) -- Type of finite difference scheme.

  • step_percentage (float) -- The step percentage to use for computing the STM.

  • step_duration (Duration) -- The step duration to use for computing the gradient.

Returns:

The FiniteDifferenceSolver.

Return type:

FiniteDifferenceSolver

Methods

compute_gradient

Compute the gradient.

compute_jacobian

Overloaded function.

default

Get the default Finite Difference Solver.

get_step_duration

Get the step duration used for computing the gradient.

get_step_percentage

Get the step percentage used for computing the STM.

get_type

Get the type.

string_from_type

Convert a type to string.

class Type(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
value: int,
)

Bases: pybind11_object

Type of finite difference scheme.

Members:

Forward : Forward difference scheme.

Backward : Backward difference scheme.

Central : Central difference scheme.

property name
compute_gradient(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, generate_state_coordinates: Callable[[ostk::astrodynamics::trajectory::State, ostk.physics.time.Instant], numpy.ndarray[numpy.float64[m, 1]]]) numpy.ndarray[numpy.float64[m, 1]]

Compute the gradient.

Parameters:
  • state (State) -- The state.

  • generate_state_coordinates (function) -- The function to generate the state coordinates.

Returns:

The jacobian.

Return type:

np.array

compute_jacobian(*args, **kwargs)

Overloaded function.

  1. compute_jacobian(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, instants: List[ostk.physics.time.Instant], generate_states_coordinates: Callable[[ostk::astrodynamics::trajectory::State, List[ostk.physics.time.Instant]], numpy.ndarray[numpy.float64[m, n]]], coordinates_dimension: int) -> numpy.ndarray[numpy.float64[m, n]]

    Compute the jacobian.

    Args:

    state (State): The state. instants (Array(Instant)): The instants at which to calculate the STM. generate_states_coordinates (function): The function to get the states. coordinates_dimension (int): The dimension of the coordinates produced by generate_states_coordinates.

    Returns:

    np.array: The jacobian.

  2. compute_jacobian(self: ostk.astrodynamics.solver.FiniteDifferenceSolver, state: ostk::astrodynamics::trajectory::State, instant: ostk.physics.time.Instant, generate_state_coordinates: Callable[[ostk::astrodynamics::trajectory::State, ostk.physics.time.Instant], numpy.ndarray[numpy.float64[m, 1]]], coordinates_dimension: int) -> numpy.ndarray[numpy.float64[m, n]]

    Compute the jacobian.

    Args:

    state (State): The state. instant (Instant): The instant at which to calculate the STM. generate_state_coordinates (function): The function to get the state. coordinates_dimension (int): The dimension of the coordinates produced by generate_state_coordinates

    Returns:

    np.array: The jacobian.

static default() ostk.astrodynamics.solver.FiniteDifferenceSolver

Get the default Finite Difference Solver.

Returns:

The default Finite Difference Solver.

Return type:

FiniteDifferenceSolver

get_step_duration(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.physics.time.Duration

Get the step duration used for computing the gradient.

Returns:

The step duration.

Return type:

Duration

get_step_percentage(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.core.type.Real

Get the step percentage used for computing the STM.

Returns:

The step percentage.

Return type:

float

get_type(
self: ostk.astrodynamics.solver.FiniteDifferenceSolver,
) ostk.astrodynamics.solver.FiniteDifferenceSolver.Type

Get the type.

Returns:

The type.

Return type:

FiniteDifferenceSolver.Type

static string_from_type(
type: ostk.astrodynamics.solver.FiniteDifferenceSolver.Type,
) ostk.core.type.String

Convert a type to string.

Parameters:

type (FiniteDifferenceSolver.Type) -- The type.

Returns:

The string name of the type.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html b/_build/html/_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html index 4c237c8d3..6e6fc165a 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html +++ b/_build/html/_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.html @@ -1 +1 @@ - ostk.astrodynamics.solver.TemporalConditionSolver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.solver.TemporalConditionSolver

class TemporalConditionSolver(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
time_step: ostk.physics.time.Duration,
tolerance: ostk.physics.time.Duration,
maximum_iteration_count: int = 500,
)

Bases: pybind11_object

Given a set of conditions and a time interval, the solver computes all sub-intervals over which conditions are met.

Constructor.

Parameters:
  • time_step (Duration) -- The time step.

  • tolerance (Duration) -- The tolerance of the solver.

  • maximum_iteration_count (int) -- The maximum number of iterations allowed.

Methods

get_maximum_iteration_count

Get the maximum number of iterations allowed.

get_time_step

Get the time step.

get_tolerance

Get the tolerance.

solve

Overloaded function.

get_maximum_iteration_count(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) int

Get the maximum number of iterations allowed.

Returns:

The maximum number of iterations allowed.

Return type:

int

get_time_step(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) ostk.physics.time.Duration

Get the time step.

Returns:

The time step.

Return type:

Duration

get_tolerance(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) ostk.physics.time.Duration

Get the tolerance.

Returns:

The tolerance.

Return type:

Duration

solve(*args, **kwargs)

Overloaded function.

  1. solve(self: ostk.astrodynamics.solver.TemporalConditionSolver, condition: Callable[[ostk.physics.time.Instant], bool], interval: ostk.physics.time.Interval) -> List[ostk.physics.time.Interval]

    Solve a temporal condition.

    Args:

    condition (function): The condition to solve. interval (Interval): The interval to solve the condition over.

    Returns:

    Duration: The time at which the condition is satisfied.

  2. solve(self: ostk.astrodynamics.solver.TemporalConditionSolver, conditions: List[Callable[[ostk.physics.time.Instant], bool]], interval: ostk.physics.time.Interval) -> List[ostk.physics.time.Interval]

    Solve an array of temporal conditions.

    Args:

    conditions (list): The conditions to solve. interval (Interval): The interval to solve the conditions over.

    Returns:

    list: The times at which the conditions are satisfied.

\ No newline at end of file + ostk.astrodynamics.solver.TemporalConditionSolver — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.solver.TemporalConditionSolver

class TemporalConditionSolver(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
time_step: ostk.physics.time.Duration,
tolerance: ostk.physics.time.Duration,
maximum_iteration_count: int = 500,
)

Bases: pybind11_object

Given a set of conditions and a time interval, the solver computes all sub-intervals over which conditions are met.

Constructor.

Parameters:
  • time_step (Duration) -- The time step.

  • tolerance (Duration) -- The tolerance of the solver.

  • maximum_iteration_count (int) -- The maximum number of iterations allowed.

Methods

get_maximum_iteration_count

Get the maximum number of iterations allowed.

get_time_step

Get the time step.

get_tolerance

Get the tolerance.

solve

Overloaded function.

get_maximum_iteration_count(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) int

Get the maximum number of iterations allowed.

Returns:

The maximum number of iterations allowed.

Return type:

int

get_time_step(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) ostk.physics.time.Duration

Get the time step.

Returns:

The time step.

Return type:

Duration

get_tolerance(
self: ostk.astrodynamics.solver.TemporalConditionSolver,
) ostk.physics.time.Duration

Get the tolerance.

Returns:

The tolerance.

Return type:

Duration

solve(*args, **kwargs)

Overloaded function.

  1. solve(self: ostk.astrodynamics.solver.TemporalConditionSolver, condition: Callable[[ostk.physics.time.Instant], bool], interval: ostk.physics.time.Interval) -> List[ostk.physics.time.Interval]

    Solve a temporal condition.

    Args:

    condition (function): The condition to solve. interval (Interval): The interval to solve the condition over.

    Returns:

    Duration: The time at which the condition is satisfied.

  2. solve(self: ostk.astrodynamics.solver.TemporalConditionSolver, conditions: List[Callable[[ostk.physics.time.Instant], bool]], interval: ostk.physics.time.Interval) -> List[ostk.physics.time.Interval]

    Solve an array of temporal conditions.

    Args:

    conditions (list): The conditions to solve. interval (Interval): The interval to solve the conditions over.

    Returns:

    list: The times at which the conditions are satisfied.

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html index 3fb627224..8bf8fbfae 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

class LocalOrbitalFrameFactory

Bases: pybind11_object

The local orbital frame factory.

Methods

LVLH

Get a Local Vertical Local Horizontal (LVLH) local orbital frame factory.

NED

Get a North-East-Down (NED) local orbital frame factory.

QSW

Get a Quasi-Satellite World (QSW) local orbital frame factory.

TNW

Get a Topocentric North-West-Up (TNW) local orbital frame factory.

VNC

Get a Velocity-Normal-Co-normal (VNC) local orbital frame factory.

VVLH

Get a Velocity Local Vertical Local Horizontal (VVLH) local orbital frame factory.

access_parent_frame

Get the parent frame.

generate_frame

Generate a local orbital frame.

is_defined

Check if the local orbital frame factory is defined.

undefined

Get an undefined local orbital frame factory.

static LVLH(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Local Vertical Local Horizontal (LVLH) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The LVLH local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static NED(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a North-East-Down (NED) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The NED local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static QSW(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Quasi-Satellite World (QSW) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The QSW local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static TNW(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Topocentric North-West-Up (TNW) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The TNW local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static VNC(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Velocity-Normal-Co-normal (VNC) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The VNC local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static VVLH(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Velocity Local Vertical Local Horizontal (VVLH) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The VVLH local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

access_parent_frame(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
) ostk.physics.coordinate.Frame

Get the parent frame.

Returns:

The parent frame.

Return type:

Frame

generate_frame(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
instant: ostk.physics.time.Instant,
position_vector: numpy.ndarray[numpy.float64[3, 1]],
velocity_vector: numpy.ndarray[numpy.float64[3, 1]],
) ostk.physics.coordinate.Frame

Generate a local orbital frame.

Parameters:
  • instant (Instant) -- The instant.

  • position_vector (numpy.ndarray) -- The position vector.

  • velocity_vector (numpy.ndarray) -- The velocity vector.

Returns:

The local orbital frame.

Return type:

Frame

is_defined(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
) bool

Check if the local orbital frame factory is defined.

Returns:

True if the local orbital frame factory is defined, False otherwise.

Return type:

Frame

static undefined() ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get an undefined local orbital frame factory.

Returns:

The undefined local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

\ No newline at end of file + ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

class LocalOrbitalFrameFactory

Bases: pybind11_object

The local orbital frame factory.

Methods

LVLH

Get a Local Vertical Local Horizontal (LVLH) local orbital frame factory.

NED

Get a North-East-Down (NED) local orbital frame factory.

QSW

Get a Quasi-Satellite World (QSW) local orbital frame factory.

TNW

Get a Topocentric North-West-Up (TNW) local orbital frame factory.

VNC

Get a Velocity-Normal-Co-normal (VNC) local orbital frame factory.

VVLH

Get a Velocity Local Vertical Local Horizontal (VVLH) local orbital frame factory.

access_parent_frame

Get the parent frame.

generate_frame

Generate a local orbital frame.

is_defined

Check if the local orbital frame factory is defined.

undefined

Get an undefined local orbital frame factory.

static LVLH(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Local Vertical Local Horizontal (LVLH) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The LVLH local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static NED(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a North-East-Down (NED) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The NED local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static QSW(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Quasi-Satellite World (QSW) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The QSW local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static TNW(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Topocentric North-West-Up (TNW) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The TNW local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static VNC(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Velocity-Normal-Co-normal (VNC) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The VNC local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

static VVLH(
parent_frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get a Velocity Local Vertical Local Horizontal (VVLH) local orbital frame factory.

Parameters:

parent_frame (Frame) -- The parent frame.

Returns:

The VVLH local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

access_parent_frame(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
) ostk.physics.coordinate.Frame

Get the parent frame.

Returns:

The parent frame.

Return type:

Frame

generate_frame(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
instant: ostk.physics.time.Instant,
position_vector: numpy.ndarray[numpy.float64[3, 1]],
velocity_vector: numpy.ndarray[numpy.float64[3, 1]],
) ostk.physics.coordinate.Frame

Generate a local orbital frame.

Parameters:
  • instant (Instant) -- The instant.

  • position_vector (numpy.ndarray) -- The position vector.

  • velocity_vector (numpy.ndarray) -- The velocity vector.

Returns:

The local orbital frame.

Return type:

Frame

is_defined(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory,
) bool

Check if the local orbital frame factory is defined.

Returns:

True if the local orbital frame factory is defined, False otherwise.

Return type:

Frame

static undefined() ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory

Get an undefined local orbital frame factory.

Returns:

The undefined local orbital frame factory.

Return type:

LocalOrbitalFrameFactory

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html index 2f4e1ac24..2b930ab70 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider

class LocalOrbitalFrameTransformProvider

Bases: pybind11_object

Local orbital frame transform provider, frame provider. Generates a specific transform based on instant, position, velocity and a LOF type.

Methods

get_transform_at

Returns the transform at a given instant.

is_defined

Returns true if the provider is defined.

class Type(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type,
value: int,
)

Bases: pybind11_object

The local orbital frame type.

Members:

Undefined : Undefined

NED : North-East-Down

LVLH : Local Vertical-Local Horizontal

LVLHGD : Local Vertical-Local Horizontal Geodetic

VVLH : Vertical-Local Horizontal

QSW : Quasi-Satellite West

TNW : Topocentric North-West

VNC : Velocity-Normal-Co-normal

property name
get_transform_at(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Transform

Returns the transform at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The transform at the given instant.

Return type:

Transform

is_defined(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider,
) bool

Returns true if the provider is defined.

Returns:

True if the provider is defined.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider

class LocalOrbitalFrameTransformProvider

Bases: pybind11_object

Local orbital frame transform provider, frame provider. Generates a specific transform based on instant, position, velocity and a LOF type.

Methods

get_transform_at

Returns the transform at a given instant.

is_defined

Returns true if the provider is defined.

class Type(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type,
value: int,
)

Bases: pybind11_object

The local orbital frame type.

Members:

Undefined : Undefined

NED : North-East-Down

LVLH : Local Vertical-Local Horizontal

LVLHGD : Local Vertical-Local Horizontal Geodetic

VVLH : Vertical-Local Horizontal

QSW : Quasi-Satellite West

TNW : Topocentric North-West

VNC : Velocity-Normal-Co-normal

property name
get_transform_at(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider,
instant: ostk.physics.time.Instant,
) ostk.physics.coordinate.Transform

Returns the transform at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The transform at the given instant.

Return type:

Transform

is_defined(
self: ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider,
) bool

Returns true if the provider is defined.

Returns:

True if the provider is defined.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Model.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Model.html index fe3e72b9a..21c11680e 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Model.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Model.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.Model — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Model

class Model

Bases: pybind11_object

Orbital model.

Methods

calculate_state_at

Calculate the state at a given instant.

calculate_states_at

Calculate the states at given instants.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.trajectory.Model,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state at the given instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states at given instants. It can be more performant than looping calculate_state_at for multiple instants.

@param instants The instants.

Returns:

The states at the given instants.

Return type:

Array<State>

is_defined(self: ostk.astrodynamics.trajectory.Model) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.trajectory.Model — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Model

class Model

Bases: pybind11_object

Orbital model.

Methods

calculate_state_at

Calculate the state at a given instant.

calculate_states_at

Calculate the states at given instants.

is_defined

Check if the model is defined.

calculate_state_at(
self: ostk.astrodynamics.trajectory.Model,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state at the given instant.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.Model,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states at given instants. It can be more performant than looping calculate_state_at for multiple instants.

@param instants The instants.

Returns:

The states at the given instants.

Return type:

Array<State>

is_defined(self: ostk.astrodynamics.trajectory.Model) bool

Check if the model is defined.

Returns:

True if the model is defined, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Orbit.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Orbit.html index 01e3cf791..c844a693b 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Orbit.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Orbit.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.Orbit — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Orbit

class Orbit(*args, **kwargs)

Bases: Trajectory

Gravitationally curved trajectory of an object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.Orbit, model: ostk::astrodynamics::trajectory::orbit::Model, celestial_object: ostk.physics.environment.object.Celestial) -> None

    Constructs an Orbit object.

    Args:

    model (orbit.Model): The orbit model. celestial_object (Celestial): The celestial object.

  2. __init__(self: ostk.astrodynamics.trajectory.Orbit, states: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer, celestial_object: ostk.physics.environment.object.Celestial) -> None

    Constructs an Orbit object.

    Args:

    states (Array<State>): The states. initial_revolution_number (Integer): The initial revolution number. celestial_object (Celestial): The celestial object.

Methods

access_kepler_model

Access the Kepler orbit model.

access_model

Access the orbit model.

access_propagated_model

Access the propagated orbit model.

access_sgp4_model

Access the SGP4 orbit model.

access_tabulated_model

Access the tabulated orbit model.

circular

Create a circular Orbit object.

circular_equatorial

Create a circular equatorial Orbit object.

compute_passes

Compute passes from a set of states.

equatorial

Create an equatorial Orbit object.

geo_synchronous

Create a geosynchronous Orbit object.

get_orbital_frame

Get the orbital frame.

get_pass_at

Get the pass at a given instant.

get_pass_with_revolution_number

Get the pass with a given revolution number.

get_revolution_number_at

Get the revolution number at a given instant.

get_state_at

Get the state of the trajectory at a given instant.

get_states_at

Get the states of the trajectory at a given set of instants.

is_defined

Check if the Orbit object is defined.

position

Create a Trajectory object representing a position.

sun_synchronous

Create a sun-synchronous Orbit object.

undefined

Get an undefined Orbit object.

class FrameType(self: ostk.astrodynamics.trajectory.Orbit.FrameType, value: int)

Bases: pybind11_object

The local orbital frame type.

Members:

Undefined : Undefined

NED : North-East-Down

LVLH : Local Vertical-Local Horizontal

LVLHGD : Local Vertical-Local Horizontal GeoDetic

LVLHGDGT : Local Vertical-Local Horizontal GeoDetic Ground Track

VVLH : Vertical-Local Horizontal

QSW : Quasi-Satellite West

TNW : Topocentric North-West

VNC : Velocity-Normal-Co-normal

property name
access_kepler_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Access the Kepler orbit model.

Returns:

The Kepler orbit model.

Return type:

Kepler

access_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::Model

Access the orbit model.

Returns:

The orbit model.

Return type:

orbit.Model

access_propagated_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Access the propagated orbit model.

Returns:

The propagated orbit model.

Return type:

Propagated

access_sgp4_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Access the SGP4 orbit model.

Returns:

The SGP4 orbit model.

Return type:

SGP4

access_tabulated_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Tabulated

Access the tabulated orbit model.

Returns:

The tabulated orbit model.

Return type:

Tabulated

static circular(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
inclination: ostk.physics.unit.Angle,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a circular Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • inclination (Angle) -- The inclination.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The circular Orbit object.

Return type:

Orbit

static circular_equatorial(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a circular equatorial Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The circular equatorial Orbit object.

Return type:

Orbit

static compute_passes(
states: List[ostk.astrodynamics.trajectory.State],
initial_revolution_number: ostk.core.type.Integer,
) List[Tuple[int, ostk::astrodynamics::trajectory::orbit::Pass]]

Compute passes from a set of states.

Parameters:
  • states (Array<State>) -- The states.

  • initial_revolution_number (Integer) -- The initial revolution number.

Returns:

List of index-pass pairs

Return type:

list[tuple[int, Pass]]

static equatorial(
epoch: ostk.physics.time.Instant,
apoapsis_altitude: ostk.physics.unit.Length,
periapsis_altitude: ostk.physics.unit.Length,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create an equatorial Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • apoapsis_altitude (Length) -- The apoapsis altitude.

  • periapsis_altitude (Length) -- The periapsis altitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The equatorial Orbit object.

Return type:

Orbit

static geo_synchronous(
epoch: ostk.physics.time.Instant,
inclination: ostk.physics.unit.Angle,
longitude: ostk.physics.unit.Angle,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a geosynchronous Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • inclination (Angle) -- The inclination.

  • longitude (double) -- The longitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The geosynchronous Orbit object.

Return type:

Orbit

get_orbital_frame(
self: ostk.astrodynamics.trajectory.Orbit,
frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType,
) ostk.physics.coordinate.Frame

Get the orbital frame.

Parameters:

frame_type (Orbit::FrameType) -- The frame type.

Returns:

The orbital frame.

Return type:

Frame

get_pass_at(
self: ostk.astrodynamics.trajectory.Orbit,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::orbit::Pass

Get the pass at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The pass.

Return type:

ostk::astrodynamics::trajectory::orbit::Pass

get_pass_with_revolution_number(
self: ostk.astrodynamics.trajectory.Orbit,
revolution_number: ostk.core.type.Integer,
) ostk::astrodynamics::trajectory::orbit::Pass

Get the pass with a given revolution number.

Parameters:

revolution_number (int) -- The revolution number.

Returns:

The pass.

Return type:

Pass

get_revolution_number_at(
self: ostk.astrodynamics.trajectory.Orbit,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Get the revolution number at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

get_state_at(
self: ostk.astrodynamics.Trajectory,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the trajectory at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the trajectory at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.Trajectory,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the trajectory at a given set of instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states of the trajectory at the given instants.

Return type:

list[State]

is_defined(self: ostk.astrodynamics.trajectory.Orbit) bool

Check if the Orbit object is defined.

Returns:

True if the Orbit object is defined, False otherwise.

Return type:

bool

static position(
position: ostk.physics.coordinate.Position,
) ostk.astrodynamics.Trajectory

Create a Trajectory object representing a position.

Parameters:

position (Position) -- The position.

Returns:

The Trajectory object representing the position.

Return type:

Trajectory

static sun_synchronous(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
local_time_at_descending_node: ostk.physics.time.Time,
celestial_object: ostk.physics.environment.object.Celestial,
argument_of_latitude: ostk.physics.unit.Angle = Angle.zero(),
) ostk.astrodynamics.trajectory.Orbit

Create a sun-synchronous Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • local_time_at_descending_node (Time) -- The local time at descending node.

  • celestial_object (Celestial) -- The celestial object.

  • argument_of_latitude (Angle) -- The argument of latitude.

Returns:

The sun-synchronous Orbit object.

Return type:

Orbit

static undefined() ostk.astrodynamics.trajectory.Orbit

Get an undefined Orbit object.

Returns:

The undefined Orbit object.

Return type:

Orbit

\ No newline at end of file + ostk.astrodynamics.trajectory.Orbit — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Orbit

class Orbit(*args, **kwargs)

Bases: Trajectory

Gravitationally curved trajectory of an object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.Orbit, model: ostk::astrodynamics::trajectory::orbit::Model, celestial_object: ostk.physics.environment.object.Celestial) -> None

    Constructs an Orbit object.

    Args:

    model (orbit.Model): The orbit model. celestial_object (Celestial): The celestial object.

  2. __init__(self: ostk.astrodynamics.trajectory.Orbit, states: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer, celestial_object: ostk.physics.environment.object.Celestial) -> None

    Constructs an Orbit object.

    Args:

    states (Array<State>): The states. initial_revolution_number (Integer): The initial revolution number. celestial_object (Celestial): The celestial object.

Methods

access_kepler_model

Access the Kepler orbit model.

access_model

Access the orbit model.

access_propagated_model

Access the propagated orbit model.

access_sgp4_model

Access the SGP4 orbit model.

access_tabulated_model

Access the tabulated orbit model.

circular

Create a circular Orbit object.

circular_equatorial

Create a circular equatorial Orbit object.

compute_passes

Compute passes from a set of states.

equatorial

Create an equatorial Orbit object.

geo_synchronous

Create a geosynchronous Orbit object.

get_orbital_frame

Get the orbital frame.

get_pass_at

Get the pass at a given instant.

get_pass_with_revolution_number

Get the pass with a given revolution number.

get_revolution_number_at

Get the revolution number at a given instant.

get_state_at

Get the state of the trajectory at a given instant.

get_states_at

Get the states of the trajectory at a given set of instants.

is_defined

Check if the Orbit object is defined.

position

Create a Trajectory object representing a position.

sun_synchronous

Create a sun-synchronous Orbit object.

undefined

Get an undefined Orbit object.

class FrameType(self: ostk.astrodynamics.trajectory.Orbit.FrameType, value: int)

Bases: pybind11_object

The local orbital frame type.

Members:

Undefined : Undefined

NED : North-East-Down

LVLH : Local Vertical-Local Horizontal

LVLHGD : Local Vertical-Local Horizontal GeoDetic

LVLHGDGT : Local Vertical-Local Horizontal GeoDetic Ground Track

VVLH : Vertical-Local Horizontal

QSW : Quasi-Satellite West

TNW : Topocentric North-West

VNC : Velocity-Normal-Co-normal

property name
access_kepler_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Access the Kepler orbit model.

Returns:

The Kepler orbit model.

Return type:

Kepler

access_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::Model

Access the orbit model.

Returns:

The orbit model.

Return type:

orbit.Model

access_propagated_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Access the propagated orbit model.

Returns:

The propagated orbit model.

Return type:

Propagated

access_sgp4_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Access the SGP4 orbit model.

Returns:

The SGP4 orbit model.

Return type:

SGP4

access_tabulated_model(
self: ostk.astrodynamics.trajectory.Orbit,
) ostk::astrodynamics::trajectory::orbit::model::Tabulated

Access the tabulated orbit model.

Returns:

The tabulated orbit model.

Return type:

Tabulated

static circular(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
inclination: ostk.physics.unit.Angle,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a circular Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • inclination (Angle) -- The inclination.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The circular Orbit object.

Return type:

Orbit

static circular_equatorial(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a circular equatorial Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The circular equatorial Orbit object.

Return type:

Orbit

static compute_passes(
states: List[ostk.astrodynamics.trajectory.State],
initial_revolution_number: ostk.core.type.Integer,
) List[Tuple[int, ostk::astrodynamics::trajectory::orbit::Pass]]

Compute passes from a set of states.

Parameters:
  • states (Array<State>) -- The states.

  • initial_revolution_number (Integer) -- The initial revolution number.

Returns:

List of index-pass pairs

Return type:

list[tuple[int, Pass]]

static equatorial(
epoch: ostk.physics.time.Instant,
apoapsis_altitude: ostk.physics.unit.Length,
periapsis_altitude: ostk.physics.unit.Length,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create an equatorial Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • apoapsis_altitude (Length) -- The apoapsis altitude.

  • periapsis_altitude (Length) -- The periapsis altitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The equatorial Orbit object.

Return type:

Orbit

static geo_synchronous(
epoch: ostk.physics.time.Instant,
inclination: ostk.physics.unit.Angle,
longitude: ostk.physics.unit.Angle,
celestial_object: ostk.physics.environment.object.Celestial,
) ostk.astrodynamics.trajectory.Orbit

Create a geosynchronous Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • inclination (Angle) -- The inclination.

  • longitude (double) -- The longitude.

  • celestial_object (Celestial) -- The celestial object.

Returns:

The geosynchronous Orbit object.

Return type:

Orbit

get_orbital_frame(
self: ostk.astrodynamics.trajectory.Orbit,
frame_type: ostk.astrodynamics.trajectory.Orbit.FrameType,
) ostk.physics.coordinate.Frame

Get the orbital frame.

Parameters:

frame_type (Orbit::FrameType) -- The frame type.

Returns:

The orbital frame.

Return type:

Frame

get_pass_at(
self: ostk.astrodynamics.trajectory.Orbit,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::orbit::Pass

Get the pass at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The pass.

Return type:

ostk::astrodynamics::trajectory::orbit::Pass

get_pass_with_revolution_number(
self: ostk.astrodynamics.trajectory.Orbit,
revolution_number: ostk.core.type.Integer,
) ostk::astrodynamics::trajectory::orbit::Pass

Get the pass with a given revolution number.

Parameters:

revolution_number (int) -- The revolution number.

Returns:

The pass.

Return type:

Pass

get_revolution_number_at(
self: ostk.astrodynamics.trajectory.Orbit,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Get the revolution number at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

get_state_at(
self: ostk.astrodynamics.Trajectory,
instant: ostk.physics.time.Instant,
) ostk::astrodynamics::trajectory::State

Get the state of the trajectory at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state of the trajectory at the given instant.

Return type:

State

get_states_at(
self: ostk.astrodynamics.Trajectory,
instants: List[ostk.physics.time.Instant],
) List[ostk::astrodynamics::trajectory::State]

Get the states of the trajectory at a given set of instants. It can be more performant than looping calculate_state_at for multiple instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states of the trajectory at the given instants.

Return type:

list[State]

is_defined(self: ostk.astrodynamics.trajectory.Orbit) bool

Check if the Orbit object is defined.

Returns:

True if the Orbit object is defined, False otherwise.

Return type:

bool

static position(
position: ostk.physics.coordinate.Position,
) ostk.astrodynamics.Trajectory

Create a Trajectory object representing a position.

Parameters:

position (Position) -- The position.

Returns:

The Trajectory object representing the position.

Return type:

Trajectory

static sun_synchronous(
epoch: ostk.physics.time.Instant,
altitude: ostk.physics.unit.Length,
local_time_at_descending_node: ostk.physics.time.Time,
celestial_object: ostk.physics.environment.object.Celestial,
argument_of_latitude: ostk.physics.unit.Angle = Angle.zero(),
) ostk.astrodynamics.trajectory.Orbit

Create a sun-synchronous Orbit object.

Parameters:
  • epoch (Instant) -- The epoch.

  • altitude (Length) -- The altitude.

  • local_time_at_descending_node (Time) -- The local time at descending node.

  • celestial_object (Celestial) -- The celestial object.

  • argument_of_latitude (Angle) -- The argument of latitude.

Returns:

The sun-synchronous Orbit object.

Return type:

Orbit

static undefined() ostk.astrodynamics.trajectory.Orbit

Get an undefined Orbit object.

Returns:

The undefined Orbit object.

Return type:

Orbit

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Propagator.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Propagator.html index 5fd65c257..4df5479a2 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Propagator.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Propagator.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.Propagator — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Propagator

class Propagator(*args, **kwargs)

Bases: pybind11_object

A Propagator that propagates the provided State using it's NumericalSolver under the set Dynamics.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.Propagator, numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver, dynamics: List[ostk.astrodynamics.Dynamics] = []) -> None

    Construct a new Propagator object.

    Args:

    numerical_solver (NumericalSolver) The numerical solver. dynamics (list[Dynamics], optional) The dynamics.

    Returns:

    Propagator: The new Propagator object.

  2. __init__(self: ostk.astrodynamics.trajectory.Propagator, numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver, dynamics: List[ostk.astrodynamics.Dynamics], maneuvers: List[ostk.astrodynamics.flight.Maneuver], interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>) -> None

    Construct a new Propagator object with maneuvers.

    Args:

    numerical_solver (NumericalSolver) The numerical solver. dynamics (list[Dynamics]) The dynamics. maneuvers (list[Maneuver]) The maneuvers. interpolation_type (Interpolator.Type, optional) The interpolation type. Defaults to Barycentric Rational.

    Returns:

    Propagator: The new Propagator object.

Methods

access_numerical_solver

Access the numerical solver.

add_dynamics

Add dynamics.

add_maneuver

Add a maneuver.

calculate_state_at

Calculate the state at a given instant.

calculate_state_to_condition

Calculate the state up to a given event condition.

calculate_states_at

Calculate the states at given instants.

clear_dynamics

Clear the dynamics.

default

Overloaded function.

from_environment

Create a propagator from an environment.

get_dynamics

Get the dynamics.

get_number_of_coordinates

Get the number of coordinates.

is_defined

Check if the propagator is defined.

set_dynamics

Set the dynamics.

access_numerical_solver(
self: ostk.astrodynamics.trajectory.Propagator,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Access the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver&

add_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
dynamics: ostk.astrodynamics.Dynamics,
) None

Add dynamics.

Parameters:

dynamics (Dynamics)

add_maneuver(
self: ostk.astrodynamics.trajectory.Propagator,
maneuver: ostk.astrodynamics.flight.Maneuver,
interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>,
) None

Add a maneuver.

Parameters:
  • maneuver (Maneuver)

  • interpolation_type (Interpolator.Type, optional)

calculate_state_at(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state at a given instant.

Parameters:
  • state (State)

  • instant (Instant)

Returns:

The state at the given instant.

Return type:

State

calculate_state_to_condition(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instant: ostk.physics.time.Instant,
event_condition: ostk::astrodynamics::EventCondition,
) ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution

Calculate the state up to a given event condition.

Parameters:
Returns:

The state up to the given event condition.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states at given instants. It is more performant than looping calculate_state_at for multiple instants.

Parameters:
Returns:

The states at the given instants.

Return type:

list[State]

clear_dynamics(self: ostk.astrodynamics.trajectory.Propagator) None

Clear the dynamics.

static default(*args, **kwargs)

Overloaded function.

  1. default() -> ostk.astrodynamics.trajectory.Propagator

    Get the default propagator.

    Returns:

    Propagator: The default propagator.

  2. default(environment: ostk.physics.Environment) -> ostk.astrodynamics.trajectory.Propagator

    Get the default propagator for a given environment.

    Args:

    environment (Environment) The environment.

    Returns:

    Propagator: The default propagator for the given environment.

static from_environment(
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
environment: ostk.physics.Environment,
) ostk.astrodynamics.trajectory.Propagator

Create a propagator from an environment.

Parameters:
Returns:

The propagator.

Return type:

Propagator

get_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

list[Dynamics]

get_number_of_coordinates(
self: ostk.astrodynamics.trajectory.Propagator,
) int

Get the number of coordinates.

Returns:

The number of coordinates.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.Propagator) bool

Check if the propagator is defined.

Returns:

True if the propagator is defined, False otherwise.

Return type:

bool

set_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
dynamics: List[ostk.astrodynamics.Dynamics],
) None

Set the dynamics.

Parameters:

dynamics (list[Dynamics])

\ No newline at end of file + ostk.astrodynamics.trajectory.Propagator — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Propagator

class Propagator(*args, **kwargs)

Bases: pybind11_object

A Propagator that propagates the provided State using it's NumericalSolver under the set Dynamics.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.Propagator, numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver, dynamics: List[ostk.astrodynamics.Dynamics] = []) -> None

    Construct a new Propagator object.

    Args:

    numerical_solver (NumericalSolver) The numerical solver. dynamics (list[Dynamics], optional) The dynamics.

    Returns:

    Propagator: The new Propagator object.

  2. __init__(self: ostk.astrodynamics.trajectory.Propagator, numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver, dynamics: List[ostk.astrodynamics.Dynamics], maneuvers: List[ostk.astrodynamics.flight.Maneuver], interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>) -> None

    Construct a new Propagator object with maneuvers.

    Args:

    numerical_solver (NumericalSolver) The numerical solver. dynamics (list[Dynamics]) The dynamics. maneuvers (list[Maneuver]) The maneuvers. interpolation_type (Interpolator.Type, optional) The interpolation type. Defaults to Barycentric Rational.

    Returns:

    Propagator: The new Propagator object.

Methods

access_numerical_solver

Access the numerical solver.

add_dynamics

Add dynamics.

add_maneuver

Add a maneuver.

calculate_state_at

Calculate the state at a given instant.

calculate_state_to_condition

Calculate the state up to a given event condition.

calculate_states_at

Calculate the states at given instants.

clear_dynamics

Clear the dynamics.

default

Overloaded function.

from_environment

Create a propagator from an environment.

get_dynamics

Get the dynamics.

get_number_of_coordinates

Get the number of coordinates.

is_defined

Check if the propagator is defined.

set_dynamics

Set the dynamics.

access_numerical_solver(
self: ostk.astrodynamics.trajectory.Propagator,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Access the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver&

add_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
dynamics: ostk.astrodynamics.Dynamics,
) None

Add dynamics.

Parameters:

dynamics (Dynamics)

add_maneuver(
self: ostk.astrodynamics.trajectory.Propagator,
maneuver: ostk.astrodynamics.flight.Maneuver,
interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.BarycentricRational: 0>,
) None

Add a maneuver.

Parameters:
  • maneuver (Maneuver)

  • interpolation_type (Interpolator.Type, optional)

calculate_state_at(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state at a given instant.

Parameters:
  • state (State)

  • instant (Instant)

Returns:

The state at the given instant.

Return type:

State

calculate_state_to_condition(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instant: ostk.physics.time.Instant,
event_condition: ostk::astrodynamics::EventCondition,
) ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution

Calculate the state up to a given event condition.

Parameters:
Returns:

The state up to the given event condition.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.Propagator,
state: ostk.astrodynamics.trajectory.State,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states at given instants. It is more performant than looping calculate_state_at for multiple instants.

Parameters:
Returns:

The states at the given instants.

Return type:

list[State]

clear_dynamics(self: ostk.astrodynamics.trajectory.Propagator) None

Clear the dynamics.

static default(*args, **kwargs)

Overloaded function.

  1. default() -> ostk.astrodynamics.trajectory.Propagator

    Get the default propagator.

    Returns:

    Propagator: The default propagator.

  2. default(environment: ostk.physics.Environment) -> ostk.astrodynamics.trajectory.Propagator

    Get the default propagator for a given environment.

    Args:

    environment (Environment) The environment.

    Returns:

    Propagator: The default propagator for the given environment.

static from_environment(
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
environment: ostk.physics.Environment,
) ostk.astrodynamics.trajectory.Propagator

Create a propagator from an environment.

Parameters:
Returns:

The propagator.

Return type:

Propagator

get_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

list[Dynamics]

get_number_of_coordinates(
self: ostk.astrodynamics.trajectory.Propagator,
) int

Get the number of coordinates.

Returns:

The number of coordinates.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.Propagator) bool

Check if the propagator is defined.

Returns:

True if the propagator is defined, False otherwise.

Return type:

bool

set_dynamics(
self: ostk.astrodynamics.trajectory.Propagator,
dynamics: List[ostk.astrodynamics.Dynamics],
) None

Set the dynamics.

Parameters:

dynamics (list[Dynamics])

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Segment.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Segment.html index f0ab51bc6..f92d9c1ca 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Segment.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Segment.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.Segment — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Segment

class Segment

Bases: pybind11_object

A Segment that can be solved provided an initial State and termination Event Condition.

Methods

coast

Create a coast segment.

get_dynamics

Get the dynamics.

get_event_condition

Get the event condition.

get_name

Get the name of the segment.

get_numerical_solver

Get the numerical solver.

get_type

Get the type of the segment.

maneuver

Create a maneuver segment.

solve

Solve the segment.

class Solution(self: ostk.astrodynamics.trajectory.Segment.Solution, name: ostk.core.type.String, dynamics: List[ostk.astrodynamics.Dynamics], states: List[ostk.astrodynamics.trajectory.State], condition_is_satisfied: bool, segment_type: ostk::astrodynamics::trajectory::Segment::Type)

Bases: pybind11_object

The Solution object returned when a Segment is solved.

Construct a Segment Solution.

Parameters:
  • name (str) -- The name of the segment.

  • dynamics (list[Dynamics]) -- The dynamics.

  • states (list[State]) -- The states.

  • condition_is_satisfied (bool) -- Whether the event condition is satisfied.

  • segment_type (Type) -- The type of the segment.

access_end_instant(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Instant

Get the instant at which the segment ends.

Returns:

The instant at which the segment ends.

Return type:

Instant

access_start_instant(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Instant

Get the instant at which the segment starts.

Returns:

The instant at which the segment starts.

Return type:

Instant

calculate_states_at(
self: ostk.astrodynamics.trajectory.Segment.Solution,
instants: List[ostk.physics.time.Instant],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
) List[ostk.astrodynamics.trajectory.State]

Calculate the states in this segment's solution at the given instants.

Parameters:
  • instants (list[Instant]) -- The instants at which the states will be calculated.

  • numerical_solver (NumericalSolver) -- The numerical solver used to calculate the states.

Returns:

The states at the provided instants.

Return type:

list[State]

compute_delta_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Compute the delta mass.

Returns:

The delta mass.

Return type:

Mass

compute_delta_v(
self: ostk.astrodynamics.trajectory.Segment.Solution,
specific_impulse: ostk.core.type.Real,
) ostk.core.type.Real

Compute the delta V.

Parameters:

specific_impulse (float) -- The specific impulse.

Returns:

The delta V (m/s).

Return type:

float

property condition_is_satisfied

Whether the event condition is satisfied.

Type:

bool

property dynamics

The dynamics.

Type:

Dynamics

extract_maneuvers(
self: ostk.astrodynamics.trajectory.Segment.Solution,
frame: ostk.physics.coordinate.Frame,
) List[ostk.astrodynamics.flight.Maneuver]

Extract maneuvers from the (maneuvering) segment.

Returns:

The list of maneuvers.

Return type:

list[Maneuver]

get_all_dynamics_contributions(
self: ostk.astrodynamics.trajectory.Segment.Solution,
frame: ostk.physics.coordinate.Frame,
) Dict[ostk.astrodynamics.Dynamics, numpy.ndarray[numpy.float64[m, n]]]

Compute the contributions of all segment's dynamics in the provided frame for all states assocated with the segment.

Parameters:

frame (Frame) -- The frame.

Returns:

The list of matrices with individual dynamics contributions.

Return type:

dict[Dynamics, np.ndarray]

get_dynamics_acceleration_contribution(
self: ostk.astrodynamics.trajectory.Segment.Solution,
dynamics: ostk.astrodynamics.Dynamics,
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, n]]

Compute the contribution of the provided dynamics to the acceleration in the provided frame for all states associated with the segment.

Parameters:
  • dynamics (Dynamics) -- The dynamics.

  • frame (Frame) -- The frame.

Returns:

The matrix of dynamics contributions to acceleration.

Return type:

np.ndarray

get_dynamics_contribution(
self: ostk.astrodynamics.trajectory.Segment.Solution,
dynamics: ostk.astrodynamics.Dynamics,
frame: ostk.physics.coordinate.Frame,
coordinate_subsets: List[ostk.astrodynamics.trajectory.state.CoordinateSubset] = [],
) numpy.ndarray[numpy.float64[m, n]]

Compute the contribution of the provided dynamics in the provided frame for all states associated with the segment.

Parameters:
  • dynamics (Dynamics) -- The dynamics.

  • frame (Frame) -- The frame.

  • coordinate_subsets (list[CoordinateSubset], optional) -- A subset of the dynamics writing coordinate subsets to consider.

Returns:

The matrix of dynamics contributions for the selected coordinate subsets of the dynamics.

Return type:

MatrixXd

get_final_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Get the final mass.

Returns:

The final mass.

Return type:

Mass

get_initial_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Get the initial mass.

Returns:

The initial mass.

Return type:

Mass

get_propagation_duration(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Duration

Get the propagation duration.

Returns:

The propagation duration.

Return type:

Duration

property name

The name of the segment.

Type:

str

property segment_type

The type of the segment.

Type:

Type

property states

The states.

Type:

list[State]

class Type(self: ostk.astrodynamics.trajectory.Segment.Type, value: int)

Bases: pybind11_object

Segment type.

Members:

Coast : Coast

Maneuver : Maneuver

property name
static coast(name: ostk.core.type.String, event_condition: ostk::astrodynamics::EventCondition, dynamics: List[ostk.astrodynamics.Dynamics], numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver) ostk.astrodynamics.trajectory.Segment

Create a coast segment.

Parameters:
Returns:

The coast segment.

Return type:

Segment

get_dynamics(
self: ostk.astrodynamics.trajectory.Segment,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

Dynamics

get_event_condition(
self: ostk.astrodynamics.trajectory.Segment,
) ostk::astrodynamics::EventCondition

Get the event condition.

Returns:

The event condition.

Return type:

EventCondition

get_name(self: ostk.astrodynamics.trajectory.Segment) ostk.core.type.String

Get the name of the segment.

Returns:

The name of the segment.

Return type:

str

get_numerical_solver(
self: ostk.astrodynamics.trajectory.Segment,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Get the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver

get_type(
self: ostk.astrodynamics.trajectory.Segment,
) ostk.astrodynamics.trajectory.Segment.Type

Get the type of the segment.

Returns:

The type of the segment.

Return type:

Type

static maneuver(name: ostk.core.type.String, event_condition: ostk::astrodynamics::EventCondition, thruster_dynamics: ostk.astrodynamics.dynamics.Thruster, dynamics: List[ostk.astrodynamics.Dynamics], numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver) ostk.astrodynamics.trajectory.Segment

Create a maneuver segment.

Parameters:
  • name (str) -- The name of the segment.

  • event_condition (EventCondition) -- The event condition.

  • thruster_dynamics (ThrusterDynamics) -- The thruster dynamics.

  • dynamics (Dynamics) -- The dynamics.

  • numerical_solver (NumericalSolver) -- The numerical solver.

Returns:

The maneuver segment.

Return type:

Segment

solve(
self: ostk.astrodynamics.trajectory.Segment,
state: ostk.astrodynamics.trajectory.State,
maximum_propagation_duration: ostk.physics.time.Duration = Duration.days(30.0),
) ostk.astrodynamics.trajectory.Segment.Solution

Solve the segment.

Parameters:
  • state (State) -- The state.

  • maximum_propagation_duration (Duration, optional) -- The maximum propagation duration.

Returns:

The segment solution.

Return type:

SegmentSolution

\ No newline at end of file + ostk.astrodynamics.trajectory.Segment — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Segment

class Segment

Bases: pybind11_object

A Segment that can be solved provided an initial State and termination Event Condition.

Methods

coast

Create a coast segment.

get_dynamics

Get the dynamics.

get_event_condition

Get the event condition.

get_name

Get the name of the segment.

get_numerical_solver

Get the numerical solver.

get_type

Get the type of the segment.

maneuver

Create a maneuver segment.

solve

Solve the segment.

class Solution(self: ostk.astrodynamics.trajectory.Segment.Solution, name: ostk.core.type.String, dynamics: List[ostk.astrodynamics.Dynamics], states: List[ostk.astrodynamics.trajectory.State], condition_is_satisfied: bool, segment_type: ostk::astrodynamics::trajectory::Segment::Type)

Bases: pybind11_object

The Solution object returned when a Segment is solved.

Construct a Segment Solution.

Parameters:
  • name (str) -- The name of the segment.

  • dynamics (list[Dynamics]) -- The dynamics.

  • states (list[State]) -- The states.

  • condition_is_satisfied (bool) -- Whether the event condition is satisfied.

  • segment_type (Type) -- The type of the segment.

access_end_instant(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Instant

Get the instant at which the segment ends.

Returns:

The instant at which the segment ends.

Return type:

Instant

access_start_instant(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Instant

Get the instant at which the segment starts.

Returns:

The instant at which the segment starts.

Return type:

Instant

calculate_states_at(
self: ostk.astrodynamics.trajectory.Segment.Solution,
instants: List[ostk.physics.time.Instant],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
) List[ostk.astrodynamics.trajectory.State]

Calculate the states in this segment's solution at the given instants.

Parameters:
  • instants (list[Instant]) -- The instants at which the states will be calculated.

  • numerical_solver (NumericalSolver) -- The numerical solver used to calculate the states.

Returns:

The states at the provided instants.

Return type:

list[State]

compute_delta_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Compute the delta mass.

Returns:

The delta mass.

Return type:

Mass

compute_delta_v(
self: ostk.astrodynamics.trajectory.Segment.Solution,
specific_impulse: ostk.core.type.Real,
) ostk.core.type.Real

Compute the delta V.

Parameters:

specific_impulse (float) -- The specific impulse.

Returns:

The delta V (m/s).

Return type:

float

property condition_is_satisfied

Whether the event condition is satisfied.

Type:

bool

property dynamics

The dynamics.

Type:

Dynamics

extract_maneuvers(
self: ostk.astrodynamics.trajectory.Segment.Solution,
frame: ostk.physics.coordinate.Frame,
) List[ostk.astrodynamics.flight.Maneuver]

Extract maneuvers from the (maneuvering) segment.

Returns:

The list of maneuvers.

Return type:

list[Maneuver]

get_all_dynamics_contributions(
self: ostk.astrodynamics.trajectory.Segment.Solution,
frame: ostk.physics.coordinate.Frame,
) Dict[ostk.astrodynamics.Dynamics, numpy.ndarray[numpy.float64[m, n]]]

Compute the contributions of all segment's dynamics in the provided frame for all states assocated with the segment.

Parameters:

frame (Frame) -- The frame.

Returns:

The list of matrices with individual dynamics contributions.

Return type:

dict[Dynamics, np.ndarray]

get_dynamics_acceleration_contribution(
self: ostk.astrodynamics.trajectory.Segment.Solution,
dynamics: ostk.astrodynamics.Dynamics,
frame: ostk.physics.coordinate.Frame,
) numpy.ndarray[numpy.float64[m, n]]

Compute the contribution of the provided dynamics to the acceleration in the provided frame for all states associated with the segment.

Parameters:
  • dynamics (Dynamics) -- The dynamics.

  • frame (Frame) -- The frame.

Returns:

The matrix of dynamics contributions to acceleration.

Return type:

np.ndarray

get_dynamics_contribution(
self: ostk.astrodynamics.trajectory.Segment.Solution,
dynamics: ostk.astrodynamics.Dynamics,
frame: ostk.physics.coordinate.Frame,
coordinate_subsets: List[ostk.astrodynamics.trajectory.state.CoordinateSubset] = [],
) numpy.ndarray[numpy.float64[m, n]]

Compute the contribution of the provided dynamics in the provided frame for all states associated with the segment.

Parameters:
  • dynamics (Dynamics) -- The dynamics.

  • frame (Frame) -- The frame.

  • coordinate_subsets (list[CoordinateSubset], optional) -- A subset of the dynamics writing coordinate subsets to consider.

Returns:

The matrix of dynamics contributions for the selected coordinate subsets of the dynamics.

Return type:

MatrixXd

get_final_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Get the final mass.

Returns:

The final mass.

Return type:

Mass

get_initial_mass(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.unit.Mass

Get the initial mass.

Returns:

The initial mass.

Return type:

Mass

get_propagation_duration(
self: ostk.astrodynamics.trajectory.Segment.Solution,
) ostk.physics.time.Duration

Get the propagation duration.

Returns:

The propagation duration.

Return type:

Duration

property name

The name of the segment.

Type:

str

property segment_type

The type of the segment.

Type:

Type

property states

The states.

Type:

list[State]

class Type(self: ostk.astrodynamics.trajectory.Segment.Type, value: int)

Bases: pybind11_object

Segment type.

Members:

Coast : Coast

Maneuver : Maneuver

property name
static coast(name: ostk.core.type.String, event_condition: ostk::astrodynamics::EventCondition, dynamics: List[ostk.astrodynamics.Dynamics], numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver) ostk.astrodynamics.trajectory.Segment

Create a coast segment.

Parameters:
Returns:

The coast segment.

Return type:

Segment

get_dynamics(
self: ostk.astrodynamics.trajectory.Segment,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

Dynamics

get_event_condition(
self: ostk.astrodynamics.trajectory.Segment,
) ostk::astrodynamics::EventCondition

Get the event condition.

Returns:

The event condition.

Return type:

EventCondition

get_name(self: ostk.astrodynamics.trajectory.Segment) ostk.core.type.String

Get the name of the segment.

Returns:

The name of the segment.

Return type:

str

get_numerical_solver(
self: ostk.astrodynamics.trajectory.Segment,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Get the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver

get_type(
self: ostk.astrodynamics.trajectory.Segment,
) ostk.astrodynamics.trajectory.Segment.Type

Get the type of the segment.

Returns:

The type of the segment.

Return type:

Type

static maneuver(name: ostk.core.type.String, event_condition: ostk::astrodynamics::EventCondition, thruster_dynamics: ostk.astrodynamics.dynamics.Thruster, dynamics: List[ostk.astrodynamics.Dynamics], numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver) ostk.astrodynamics.trajectory.Segment

Create a maneuver segment.

Parameters:
  • name (str) -- The name of the segment.

  • event_condition (EventCondition) -- The event condition.

  • thruster_dynamics (ThrusterDynamics) -- The thruster dynamics.

  • dynamics (Dynamics) -- The dynamics.

  • numerical_solver (NumericalSolver) -- The numerical solver.

Returns:

The maneuver segment.

Return type:

Segment

solve(
self: ostk.astrodynamics.trajectory.Segment,
state: ostk.astrodynamics.trajectory.State,
maximum_propagation_duration: ostk.physics.time.Duration = Duration.days(30.0),
) ostk.astrodynamics.trajectory.Segment.Solution

Solve the segment.

Parameters:
  • state (State) -- The state.

  • maximum_propagation_duration (Duration, optional) -- The maximum propagation duration.

Returns:

The segment solution.

Return type:

SegmentSolution

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Sequence.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Sequence.html index 94c061bbd..d31dc6d29 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.Sequence.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.Sequence.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.Sequence — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Sequence

class Sequence(
self: ostk.astrodynamics.trajectory.Sequence,
segments: List[ostk.astrodynamics.trajectory.Segment] = [],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver = NumericalSolver.default_conditional(),
dynamics: List[ostk.astrodynamics.Dynamics] = [],
maximum_propagation_duration: ostk.physics.time.Duration = duration.days(30.0),
verbosity: int = 1,
)

Bases: pybind11_object

A mission Sequence. Consists of a list of Segment objects and various configuration parameters.

Construct a new Sequence object.

Args: segments (list[Segment], optional): The segments. numerical_solver (NumericalSolver, optional): The numerical solver. dynamics (list[Dynamics], optional): The dynamics. maximum_propagation_duration (Duration, optional): The maximum propagation duration. verbosity (int, optional): The verbosity level.

Returns:

The new Sequence object.

Return type:

Sequence

Methods

add_coast_segment

Add a coast segment.

add_maneuver_segment

Add a maneuver segment.

add_segment

Add a segment.

add_segments

Add segments.

get_dynamics

Get the dynamics.

get_maximum_propagation_duration

Get the maximum propagation duration.

get_numerical_solver

Get the numerical solver.

get_segments

Get the segments.

solve

Solve the sequence.

solve_to_condition

Solve the sequence until the event condition is met.

class Solution(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
segment_solutions: List[ostk.astrodynamics.trajectory.Segment.Solution],
execution_is_complete: bool,
)

Bases: pybind11_object

The Solution object that is returned when a Sequence is solved.

Construct a new Sequence.Solution object.

Args: segment_solutions (list[Segment.Solution]): The segment solutions. execution_is_complete (bool): Whether the execution is complete.

Returns:

The new Sequence.Solution object.

Return type:

Sequence

access_end_instant(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Instant

Get the instant at which the access ends.

Returns:

The instant at which the access ends.

Return type:

Instant

access_start_instant(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Instant

Get the instant at which the access starts.

Returns:

The instant at which the access starts.

Return type:

Instant

calculate_states_at(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
instants: List[ostk.physics.time.Instant],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
) List[ostk.astrodynamics.trajectory.State]

Calculate states in this sequence's solution at provided instants.

Parameters:
  • instants (list[Instant]) -- The instants at which the states will be calculated.

  • numerical_solver (NumericalSolver) -- The numerical solver used to calculate the states.

Returns:

The states at the provided instants.

Return type:

list[State]

compute_delta_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Compute the delta mass.

Returns:

The delta mass.

Return type:

float

compute_delta_v(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
specific_impulse: ostk.core.type.Real,
) ostk.core.type.Real

Compute the delta V.

Parameters:

specific_impulse (float) -- The specific impulse.

Returns:

The delta V (m/s).

Return type:

float

property execution_is_complete

Whether the execution is complete.

Type:

bool

get_final_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Get the final mass.

Returns:

The final mass.

Return type:

float

get_initial_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Get the initial mass.

Returns:

The initial mass.

Return type:

float

get_propagation_duration(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Duration

Get the propagation duration.

Returns:

The propagation duration.

Return type:

Duration

get_states(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) List[ostk.astrodynamics.trajectory.State]

Get the states.

Returns:

The states.

Return type:

list[State]

property segment_solutions

The solutions for each segment.

Type:

list[SegmentSolution]

add_coast_segment(
self: ostk.astrodynamics.trajectory.Sequence,
event_condition: ostk::astrodynamics::EventCondition,
) None

Add a coast segment.

Parameters:

event_condition (EventCondition) -- The event condition.

add_maneuver_segment(
self: ostk.astrodynamics.trajectory.Sequence,
event_condition: ostk::astrodynamics::EventCondition,
thruster_dynamics: ostk.astrodynamics.dynamics.Thruster,
) None

Add a maneuver segment.

Parameters:
  • event_condition (EventCondition) -- The event condition.

  • thruster_dynamics (Thruster) -- The thruster dynamics.

add_segment(
self: ostk.astrodynamics.trajectory.Sequence,
segment: ostk.astrodynamics.trajectory.Segment,
) None

Add a segment.

Parameters:

segment (Segment) -- The segment.

add_segments(
self: ostk.astrodynamics.trajectory.Sequence,
segments: List[ostk.astrodynamics.trajectory.Segment],
) None

Add segments.

Parameters:

segments (list[Segment]) -- The segments.

get_dynamics(
self: ostk.astrodynamics.trajectory.Sequence,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

list[Dynamics]

get_maximum_propagation_duration(
self: ostk.astrodynamics.trajectory.Sequence,
) ostk.physics.time.Duration

Get the maximum propagation duration.

Returns:

The maximum propagation duration.

Return type:

Duration

get_numerical_solver(
self: ostk.astrodynamics.trajectory.Sequence,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Get the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver

get_segments(
self: ostk.astrodynamics.trajectory.Sequence,
) List[ostk.astrodynamics.trajectory.Segment]

Get the segments.

Returns:

The segments.

Return type:

list[Segment]

solve(
self: ostk.astrodynamics.trajectory.Sequence,
state: ostk.astrodynamics.trajectory.State,
repetition_count: int = 1,
) ostk.astrodynamics.trajectory.Sequence.Solution

Solve the sequence.

Parameters:
  • state (State) -- The state.

  • repetition_count (int, optional) -- The repetition count. Defaults to 1.

Returns:

The sequence solution.

Return type:

SequenceSolution

solve_to_condition(
self: ostk.astrodynamics.trajectory.Sequence,
state: ostk.astrodynamics.trajectory.State,
event_condition: ostk::astrodynamics::EventCondition,
maximum_propagation_duration_limit: ostk.physics.time.Duration = Duration.days(30.0),
) ostk.astrodynamics.trajectory.Sequence.Solution

Solve the sequence until the event condition is met.

In the case that the event condition is not met due to maximum propagation duration limit, it will return the SequenceSolution with executionIsComplete set to False.

Parameters:
  • state (State) -- The state.

  • event_condition (EventCondition) -- The event condition.

  • maximum_propagation_duration_limit (Duration, optional) -- The maximum propagation duration limit for the sequence. Defaults to 30 days.

Returns:

The sequence solution.

Return type:

SequenceSolution

\ No newline at end of file + ostk.astrodynamics.trajectory.Sequence — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.Sequence

class Sequence(
self: ostk.astrodynamics.trajectory.Sequence,
segments: List[ostk.astrodynamics.trajectory.Segment] = [],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver = NumericalSolver.default_conditional(),
dynamics: List[ostk.astrodynamics.Dynamics] = [],
maximum_propagation_duration: ostk.physics.time.Duration = duration.days(30.0),
verbosity: int = 1,
)

Bases: pybind11_object

A mission Sequence. Consists of a list of Segment objects and various configuration parameters.

Construct a new Sequence object.

Args: segments (list[Segment], optional): The segments. numerical_solver (NumericalSolver, optional): The numerical solver. dynamics (list[Dynamics], optional): The dynamics. maximum_propagation_duration (Duration, optional): The maximum propagation duration. verbosity (int, optional): The verbosity level.

Returns:

The new Sequence object.

Return type:

Sequence

Methods

add_coast_segment

Add a coast segment.

add_maneuver_segment

Add a maneuver segment.

add_segment

Add a segment.

add_segments

Add segments.

get_dynamics

Get the dynamics.

get_maximum_propagation_duration

Get the maximum propagation duration.

get_numerical_solver

Get the numerical solver.

get_segments

Get the segments.

solve

Solve the sequence.

solve_to_condition

Solve the sequence until the event condition is met.

class Solution(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
segment_solutions: List[ostk.astrodynamics.trajectory.Segment.Solution],
execution_is_complete: bool,
)

Bases: pybind11_object

The Solution object that is returned when a Sequence is solved.

Construct a new Sequence.Solution object.

Args: segment_solutions (list[Segment.Solution]): The segment solutions. execution_is_complete (bool): Whether the execution is complete.

Returns:

The new Sequence.Solution object.

Return type:

Sequence

access_end_instant(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Instant

Get the instant at which the access ends.

Returns:

The instant at which the access ends.

Return type:

Instant

access_start_instant(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Instant

Get the instant at which the access starts.

Returns:

The instant at which the access starts.

Return type:

Instant

calculate_states_at(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
instants: List[ostk.physics.time.Instant],
numerical_solver: ostk.astrodynamics.trajectory.state.NumericalSolver,
) List[ostk.astrodynamics.trajectory.State]

Calculate states in this sequence's solution at provided instants.

Parameters:
  • instants (list[Instant]) -- The instants at which the states will be calculated.

  • numerical_solver (NumericalSolver) -- The numerical solver used to calculate the states.

Returns:

The states at the provided instants.

Return type:

list[State]

compute_delta_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Compute the delta mass.

Returns:

The delta mass.

Return type:

float

compute_delta_v(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
specific_impulse: ostk.core.type.Real,
) ostk.core.type.Real

Compute the delta V.

Parameters:

specific_impulse (float) -- The specific impulse.

Returns:

The delta V (m/s).

Return type:

float

property execution_is_complete

Whether the execution is complete.

Type:

bool

get_final_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Get the final mass.

Returns:

The final mass.

Return type:

float

get_initial_mass(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.unit.Mass

Get the initial mass.

Returns:

The initial mass.

Return type:

float

get_propagation_duration(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) ostk.physics.time.Duration

Get the propagation duration.

Returns:

The propagation duration.

Return type:

Duration

get_states(
self: ostk.astrodynamics.trajectory.Sequence.Solution,
) List[ostk.astrodynamics.trajectory.State]

Get the states.

Returns:

The states.

Return type:

list[State]

property segment_solutions

The solutions for each segment.

Type:

list[SegmentSolution]

add_coast_segment(
self: ostk.astrodynamics.trajectory.Sequence,
event_condition: ostk::astrodynamics::EventCondition,
) None

Add a coast segment.

Parameters:

event_condition (EventCondition) -- The event condition.

add_maneuver_segment(
self: ostk.astrodynamics.trajectory.Sequence,
event_condition: ostk::astrodynamics::EventCondition,
thruster_dynamics: ostk.astrodynamics.dynamics.Thruster,
) None

Add a maneuver segment.

Parameters:
  • event_condition (EventCondition) -- The event condition.

  • thruster_dynamics (Thruster) -- The thruster dynamics.

add_segment(
self: ostk.astrodynamics.trajectory.Sequence,
segment: ostk.astrodynamics.trajectory.Segment,
) None

Add a segment.

Parameters:

segment (Segment) -- The segment.

add_segments(
self: ostk.astrodynamics.trajectory.Sequence,
segments: List[ostk.astrodynamics.trajectory.Segment],
) None

Add segments.

Parameters:

segments (list[Segment]) -- The segments.

get_dynamics(
self: ostk.astrodynamics.trajectory.Sequence,
) List[ostk.astrodynamics.Dynamics]

Get the dynamics.

Returns:

The dynamics.

Return type:

list[Dynamics]

get_maximum_propagation_duration(
self: ostk.astrodynamics.trajectory.Sequence,
) ostk.physics.time.Duration

Get the maximum propagation duration.

Returns:

The maximum propagation duration.

Return type:

Duration

get_numerical_solver(
self: ostk.astrodynamics.trajectory.Sequence,
) ostk.astrodynamics.trajectory.state.NumericalSolver

Get the numerical solver.

Returns:

The numerical solver.

Return type:

NumericalSolver

get_segments(
self: ostk.astrodynamics.trajectory.Sequence,
) List[ostk.astrodynamics.trajectory.Segment]

Get the segments.

Returns:

The segments.

Return type:

list[Segment]

solve(
self: ostk.astrodynamics.trajectory.Sequence,
state: ostk.astrodynamics.trajectory.State,
repetition_count: int = 1,
) ostk.astrodynamics.trajectory.Sequence.Solution

Solve the sequence.

Parameters:
  • state (State) -- The state.

  • repetition_count (int, optional) -- The repetition count. Defaults to 1.

Returns:

The sequence solution.

Return type:

SequenceSolution

solve_to_condition(
self: ostk.astrodynamics.trajectory.Sequence,
state: ostk.astrodynamics.trajectory.State,
event_condition: ostk::astrodynamics::EventCondition,
maximum_propagation_duration_limit: ostk.physics.time.Duration = Duration.days(30.0),
) ostk.astrodynamics.trajectory.Sequence.Solution

Solve the sequence until the event condition is met.

In the case that the event condition is not met due to maximum propagation duration limit, it will return the SequenceSolution with executionIsComplete set to False.

Parameters:
  • state (State) -- The state.

  • event_condition (EventCondition) -- The event condition.

  • maximum_propagation_duration_limit (Duration, optional) -- The maximum propagation duration limit for the sequence. Defaults to 30 days.

Returns:

The sequence solution.

Return type:

SequenceSolution

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.State.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.State.html index 0abf455ad..38e066992 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.State.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.State.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.State — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.State

class State(*args, **kwargs)

Bases: pybind11_object

This class represents the physical state of an object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, position: ostk.physics.coordinate.Position, velocity: ostk.physics.coordinate.Velocity) -> None

    Utility constructor for Position/Velocity only.

    Args:

    instant (Instant): An instant position (Position): The cartesian position at the instant velocity (Velocity): The cartesian velocity at the instant

  2. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, position: ostk.physics.coordinate.Position, velocity: ostk.physics.coordinate.Velocity, attitude: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion, angular_velocity: numpy.ndarray[numpy.float64[3, 1]], attitude_frame: ostk.physics.coordinate.Frame) -> None

    Utility constructor for Position/Velocity/Attitude/Angular velocity.

    Args:

    instant (Instant): An instant position (Position): The cartesian position at the instant velocity (Velocity): The cartesian velocity at the instant attitude (Quaternion): The attitude at the instant, representing the rotation required to go from the attitude reference frame to the satellite body frame angular_velocity (numpy.ndarray): The angular velocity at the instant, representing the angular velocity of the satellite body frame with respect ot teh attitude frame, expressed in body frame attitude_frame (Frame): The attitude reference frame

  3. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, coordinates: numpy.ndarray[numpy.float64[m, 1]], frame: ostk.physics.coordinate.Frame, coordinate_broker: ostk::astrodynamics::trajectory::state::CoordinateBroker) -> None

    Constructor with a pre-defined Coordinates Broker.

    Args:

    instant (Instant): An instant coordinates (numpy.ndarray): The coordinates at the instant in International System of Units frame (Frame): The reference frame in which the coordinates are referenced to and resolved in coordinate_broker (CoordinateBroker): The coordinate broker associated to the coordinates

  4. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, coordinates: numpy.ndarray[numpy.float64[m, 1]], frame: ostk.physics.coordinate.Frame, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) -> None

    Constructor with coordinate subsets.

    Args:

    instant (Instant): An instant coordinates (numpy.ndarray): The coordinates at the instant in International System of Units frame (Frame): The reference frame in which the coordinates are referenced to and resolved in coordinate_subsets (CoordinateBroker): The coordinate subsets associated to the coordinates

  5. __init__(self: ostk.astrodynamics.trajectory.State, state: ostk.astrodynamics.trajectory.State) -> None

Methods

extract_coordinate

Extract the coordinates associated to a subset of the state.

extract_coordinates

Extract the coordinates associated to a set of subsets of the state.

get_angular_velocity

Get the angular velocity of the state.

get_attitude

Get the attitude of the state.

get_coordinate_subsets

Get the coordinate subsets associated to the state.

get_coordinates

Get the coordinates of the state.

get_frame

Get the reference frame of the state.

get_instant

Get the instant of the state.

get_position

Get the position of the state.

get_size

Get the size of the state.

get_velocity

Get the velocity of the state.

has_subset

Check if the state has a given subset.

in_frame

Check if the state is in a given reference frame.

is_defined

Check if the state is defined.

template

Emit a custom class type for States.

undefined

Get an undefined state.

__add__(
self: ostk.astrodynamics.trajectory.State,
arg0: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State
extract_coordinate(
self: ostk.astrodynamics.trajectory.State,
coordinate_subset: ostk::astrodynamics::trajectory::state::CoordinateSubset,
) numpy.ndarray[numpy.float64[m, 1]]

Extract the coordinates associated to a subset of the state.

Parameters:

coordinate_subset (CoordinateSubset) -- The coordinate subset to extract.

Returns:

The coordinates associated to the subset.

Return type:

np.array

extract_coordinates(self: ostk.astrodynamics.trajectory.State, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) numpy.ndarray[numpy.float64[m, 1]]

Extract the coordinates associated to a set of subsets of the state.

Parameters:

coordinate_subsets (list[CoordinateSubset]) -- The coordinate subsets to extract.

Returns:

The coordinates associated to the subsets.

Return type:

np.array

get_angular_velocity(
self: ostk.astrodynamics.trajectory.State,
) numpy.ndarray[numpy.float64[3, 1]]

Get the angular velocity of the state.

Returns:

The angular velocity of the state.

Return type:

np.array

get_attitude(
self: ostk.astrodynamics.trajectory.State,
) ostk.mathematics.geometry.d3.transformation.rotation.Quaternion

Get the attitude of the state.

Returns:

The attitude of the state.

Return type:

Quaternion

get_coordinate_subsets(
self: ostk.astrodynamics.trajectory.State,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets associated to the state.

Returns:

The coordinate subsets associated to the state.

Return type:

list[CoordinateSubset]

get_coordinates(
self: ostk.astrodynamics.trajectory.State,
) numpy.ndarray[numpy.float64[m, 1]]

Get the coordinates of the state.

Returns:

The coordinates of the state.

Return type:

np.array

get_frame(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Frame

Get the reference frame of the state.

Returns:

The reference frame of the state.

Return type:

Frame

get_instant(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.time.Instant

Get the instant of the state.

Returns:

The instant of the state.

Return type:

Instant

get_position(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Position

Get the position of the state.

Returns:

The position of the state.

Return type:

Position

get_size(self: ostk.astrodynamics.trajectory.State) int

Get the size of the state.

Returns:

The size of the state.

Return type:

int

get_velocity(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Velocity

Get the velocity of the state.

Returns:

The velocity of the state.

Return type:

Velocity

has_subset(
self: ostk.astrodynamics.trajectory.State,
subset: ostk::astrodynamics::trajectory::state::CoordinateSubset,
) bool

Check if the state has a given subset.

Parameters:

subset (CoordinateSubset) -- The subset to check.

Returns:

True if the state has the subset, False otherwise.

Return type:

bool

in_frame(
self: ostk.astrodynamics.trajectory.State,
frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.State

Check if the state is in a given reference frame.

Parameters:

frame (Frame) -- The reference frame to check.

Returns:

True if the state is in the reference frame, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.trajectory.State) bool

Check if the state is defined.

Returns:

True if the state is defined, False otherwise.

Return type:

bool

static template(frame: Frame, coordinate_subsets: list) type

Emit a custom class type for States. This is meta-programming syntactic sugar on top of the StateBuilder class.

StateType = State.template(frame, coordinate_subsets) state = StateType(instant, coordinates)

is equivalent to

state_builder = StateBuilder(frame, coordinate_subsets) state = state_builder.build(instant, coordinates)

static undefined() ostk.astrodynamics.trajectory.State

Get an undefined state.

Returns:

An undefined state.

Return type:

State

\ No newline at end of file + ostk.astrodynamics.trajectory.State — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.State

class State(*args, **kwargs)

Bases: pybind11_object

This class represents the physical state of an object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, position: ostk.physics.coordinate.Position, velocity: ostk.physics.coordinate.Velocity) -> None

    Utility constructor for Position/Velocity only.

    Args:

    instant (Instant): An instant position (Position): The cartesian position at the instant velocity (Velocity): The cartesian velocity at the instant

  2. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, position: ostk.physics.coordinate.Position, velocity: ostk.physics.coordinate.Velocity, attitude: ostk.mathematics.geometry.d3.transformation.rotation.Quaternion, angular_velocity: numpy.ndarray[numpy.float64[3, 1]], attitude_frame: ostk.physics.coordinate.Frame) -> None

    Utility constructor for Position/Velocity/Attitude/Angular velocity.

    Args:

    instant (Instant): An instant position (Position): The cartesian position at the instant velocity (Velocity): The cartesian velocity at the instant attitude (Quaternion): The attitude at the instant, representing the rotation required to go from the attitude reference frame to the satellite body frame angular_velocity (numpy.ndarray): The angular velocity at the instant, representing the angular velocity of the satellite body frame with respect ot teh attitude frame, expressed in body frame attitude_frame (Frame): The attitude reference frame

  3. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, coordinates: numpy.ndarray[numpy.float64[m, 1]], frame: ostk.physics.coordinate.Frame, coordinate_broker: ostk::astrodynamics::trajectory::state::CoordinateBroker) -> None

    Constructor with a pre-defined Coordinates Broker.

    Args:

    instant (Instant): An instant coordinates (numpy.ndarray): The coordinates at the instant in International System of Units frame (Frame): The reference frame in which the coordinates are referenced to and resolved in coordinate_broker (CoordinateBroker): The coordinate broker associated to the coordinates

  4. __init__(self: ostk.astrodynamics.trajectory.State, instant: ostk.physics.time.Instant, coordinates: numpy.ndarray[numpy.float64[m, 1]], frame: ostk.physics.coordinate.Frame, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) -> None

    Constructor with coordinate subsets.

    Args:

    instant (Instant): An instant coordinates (numpy.ndarray): The coordinates at the instant in International System of Units frame (Frame): The reference frame in which the coordinates are referenced to and resolved in coordinate_subsets (CoordinateBroker): The coordinate subsets associated to the coordinates

  5. __init__(self: ostk.astrodynamics.trajectory.State, state: ostk.astrodynamics.trajectory.State) -> None

Methods

extract_coordinate

Extract the coordinates associated to a subset of the state.

extract_coordinates

Extract the coordinates associated to a set of subsets of the state.

get_angular_velocity

Get the angular velocity of the state.

get_attitude

Get the attitude of the state.

get_coordinate_subsets

Get the coordinate subsets associated to the state.

get_coordinates

Get the coordinates of the state.

get_frame

Get the reference frame of the state.

get_instant

Get the instant of the state.

get_position

Get the position of the state.

get_size

Get the size of the state.

get_velocity

Get the velocity of the state.

has_subset

Check if the state has a given subset.

in_frame

Check if the state is in a given reference frame.

is_defined

Check if the state is defined.

template

Emit a custom class type for States.

undefined

Get an undefined state.

__add__(
self: ostk.astrodynamics.trajectory.State,
arg0: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State
extract_coordinate(
self: ostk.astrodynamics.trajectory.State,
coordinate_subset: ostk::astrodynamics::trajectory::state::CoordinateSubset,
) numpy.ndarray[numpy.float64[m, 1]]

Extract the coordinates associated to a subset of the state.

Parameters:

coordinate_subset (CoordinateSubset) -- The coordinate subset to extract.

Returns:

The coordinates associated to the subset.

Return type:

np.array

extract_coordinates(self: ostk.astrodynamics.trajectory.State, coordinate_subsets: List[ostk::astrodynamics::trajectory::state::CoordinateSubset]) numpy.ndarray[numpy.float64[m, 1]]

Extract the coordinates associated to a set of subsets of the state.

Parameters:

coordinate_subsets (list[CoordinateSubset]) -- The coordinate subsets to extract.

Returns:

The coordinates associated to the subsets.

Return type:

np.array

get_angular_velocity(
self: ostk.astrodynamics.trajectory.State,
) numpy.ndarray[numpy.float64[3, 1]]

Get the angular velocity of the state.

Returns:

The angular velocity of the state.

Return type:

np.array

get_attitude(
self: ostk.astrodynamics.trajectory.State,
) ostk.mathematics.geometry.d3.transformation.rotation.Quaternion

Get the attitude of the state.

Returns:

The attitude of the state.

Return type:

Quaternion

get_coordinate_subsets(
self: ostk.astrodynamics.trajectory.State,
) List[ostk::astrodynamics::trajectory::state::CoordinateSubset]

Get the coordinate subsets associated to the state.

Returns:

The coordinate subsets associated to the state.

Return type:

list[CoordinateSubset]

get_coordinates(
self: ostk.astrodynamics.trajectory.State,
) numpy.ndarray[numpy.float64[m, 1]]

Get the coordinates of the state.

Returns:

The coordinates of the state.

Return type:

np.array

get_frame(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Frame

Get the reference frame of the state.

Returns:

The reference frame of the state.

Return type:

Frame

get_instant(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.time.Instant

Get the instant of the state.

Returns:

The instant of the state.

Return type:

Instant

get_position(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Position

Get the position of the state.

Returns:

The position of the state.

Return type:

Position

get_size(self: ostk.astrodynamics.trajectory.State) int

Get the size of the state.

Returns:

The size of the state.

Return type:

int

get_velocity(
self: ostk.astrodynamics.trajectory.State,
) ostk.physics.coordinate.Velocity

Get the velocity of the state.

Returns:

The velocity of the state.

Return type:

Velocity

has_subset(
self: ostk.astrodynamics.trajectory.State,
subset: ostk::astrodynamics::trajectory::state::CoordinateSubset,
) bool

Check if the state has a given subset.

Parameters:

subset (CoordinateSubset) -- The subset to check.

Returns:

True if the state has the subset, False otherwise.

Return type:

bool

in_frame(
self: ostk.astrodynamics.trajectory.State,
frame: ostk.physics.coordinate.Frame,
) ostk.astrodynamics.trajectory.State

Check if the state is in a given reference frame.

Parameters:

frame (Frame) -- The reference frame to check.

Returns:

True if the state is in the reference frame, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.trajectory.State) bool

Check if the state is defined.

Returns:

True if the state is defined, False otherwise.

Return type:

bool

static template(frame: Frame, coordinate_subsets: list) type

Emit a custom class type for States. This is meta-programming syntactic sugar on top of the StateBuilder class.

StateType = State.template(frame, coordinate_subsets) state = StateType(instant, coordinates)

is equivalent to

state_builder = StateBuilder(frame, coordinate_subsets) state = state_builder.build(instant, coordinates)

static undefined() ostk.astrodynamics.trajectory.State

Get an undefined state.

Returns:

An undefined state.

Return type:

State

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html index 08ea96cb5..452c361be 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.StateBuilder.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.StateBuilder — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.StateBuilder

class StateBuilder(*args, **kwargs)

Bases: pybind11_object

This class makes it convenient to build a State object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, frame: ostk.physics.coordinate.Frame, coordinate_subsets: List[ostk.astrodynamics.trajectory.state.CoordinateSubset]) -> None

    Construct a new StateBuilder object.

    Arguments:

    frame (Frame): The reference frame. coordinate_subsets list[CoordinateSubset]: The coordinate subsets.

    Returns:

    StateBuilder

  2. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, frame: ostk.physics.coordinate.Frame, coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker) -> None

    Construct a new StateBuilder object.

    Arguments:

    frame (Frame): The reference frame. coordinate_broker (CoordinateBroker): The coordinate broker.

    Returns:

    StateBuilder: The new StateBuilder object.

  3. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, state: ostk.astrodynamics.trajectory.State) -> None

    Construct a new StateBuilder object.

    Arguments:

    state (State): The state.

    Returns:

    StateBuilder: The new StateBuilder object.

Methods

access_coordinate_broker

Access the coordinate broker of the StateBuilder.

build

Build a State object from the StateBuilder.

expand

Expand a State object to the StateBuilder.

get_coordinate_subsets

Get the coordinate subsets of the StateBuilder.

get_frame

Get the reference frame of the StateBuilder.

is_defined

Check if the StateBuilder is defined.

reduce

Reduce a State object to the StateBuilder.

undefined

Get an undefined StateBuilder.

__add__(
self: ostk.astrodynamics.trajectory.StateBuilder,
arg0: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.astrodynamics.trajectory.StateBuilder

Add a coordinate subset to the StateBuilder.

Parameters:

coordinate_subsets (CoordinateSubset) -- The coordinate subset to add.

Returns:

The StateBuilder with the added coordinate subset.

Return type:

StateBuilder

access_coordinate_broker(
self: ostk.astrodynamics.trajectory.StateBuilder,
) ostk.astrodynamics.trajectory.state.CoordinateBroker

Access the coordinate broker of the StateBuilder.

Returns:

The coordinate broker of the StateBuilder.

Return type:

CoordinateBroker

build(
self: ostk.astrodynamics.trajectory.StateBuilder,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
) ostk.astrodynamics.trajectory.State

Build a State object from the StateBuilder.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (VectorXd) -- The coordinates of the state.

Returns:

The State object built from the StateBuilder.

Return type:

State

expand(
self: ostk.astrodynamics.trajectory.StateBuilder,
state: ostk.astrodynamics.trajectory.State,
default_state: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State

Expand a State object to the StateBuilder.

Parameters:
  • state (State) -- The State object to expand.

  • default_state (State) -- The default State object.

Returns:

The StateBuilder object expanded from the State.

Return type:

StateBuilder

get_coordinate_subsets(
self: ostk.astrodynamics.trajectory.StateBuilder,
) List[ostk.astrodynamics.trajectory.state.CoordinateSubset]

Get the coordinate subsets of the StateBuilder.

Returns:

The coordinate subsets of the StateBuilder.

Return type:

Array<Shared<const CoordinateSubset>>

get_frame(
self: ostk.astrodynamics.trajectory.StateBuilder,
) ostk.physics.coordinate.Frame

Get the reference frame of the StateBuilder.

Returns:

The reference frame of the StateBuilder.

Return type:

Frame

is_defined(self: ostk.astrodynamics.trajectory.StateBuilder) bool

Check if the StateBuilder is defined.

Returns:

True if the StateBuilder is defined, False otherwise.

Return type:

bool

reduce(
self: ostk.astrodynamics.trajectory.StateBuilder,
state: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State

Reduce a State object to the StateBuilder.

Parameters:

state (State) -- The State object to reduce.

Returns:

The StateBuilder object reduced from the State.

Return type:

StateBuilder

static undefined() ostk.astrodynamics.trajectory.StateBuilder

Get an undefined StateBuilder.

Returns:

The undefined StateBuilder.

Return type:

StateBuilder

\ No newline at end of file + ostk.astrodynamics.trajectory.StateBuilder — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.StateBuilder

class StateBuilder(*args, **kwargs)

Bases: pybind11_object

This class makes it convenient to build a State object.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, frame: ostk.physics.coordinate.Frame, coordinate_subsets: List[ostk.astrodynamics.trajectory.state.CoordinateSubset]) -> None

    Construct a new StateBuilder object.

    Arguments:

    frame (Frame): The reference frame. coordinate_subsets list[CoordinateSubset]: The coordinate subsets.

    Returns:

    StateBuilder

  2. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, frame: ostk.physics.coordinate.Frame, coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker) -> None

    Construct a new StateBuilder object.

    Arguments:

    frame (Frame): The reference frame. coordinate_broker (CoordinateBroker): The coordinate broker.

    Returns:

    StateBuilder: The new StateBuilder object.

  3. __init__(self: ostk.astrodynamics.trajectory.StateBuilder, state: ostk.astrodynamics.trajectory.State) -> None

    Construct a new StateBuilder object.

    Arguments:

    state (State): The state.

    Returns:

    StateBuilder: The new StateBuilder object.

Methods

access_coordinate_broker

Access the coordinate broker of the StateBuilder.

build

Build a State object from the StateBuilder.

expand

Expand a State object to the StateBuilder.

get_coordinate_subsets

Get the coordinate subsets of the StateBuilder.

get_frame

Get the reference frame of the StateBuilder.

is_defined

Check if the StateBuilder is defined.

reduce

Reduce a State object to the StateBuilder.

undefined

Get an undefined StateBuilder.

__add__(
self: ostk.astrodynamics.trajectory.StateBuilder,
arg0: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.astrodynamics.trajectory.StateBuilder

Add a coordinate subset to the StateBuilder.

Parameters:

coordinate_subsets (CoordinateSubset) -- The coordinate subset to add.

Returns:

The StateBuilder with the added coordinate subset.

Return type:

StateBuilder

access_coordinate_broker(
self: ostk.astrodynamics.trajectory.StateBuilder,
) ostk.astrodynamics.trajectory.state.CoordinateBroker

Access the coordinate broker of the StateBuilder.

Returns:

The coordinate broker of the StateBuilder.

Return type:

CoordinateBroker

build(
self: ostk.astrodynamics.trajectory.StateBuilder,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
) ostk.astrodynamics.trajectory.State

Build a State object from the StateBuilder.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (VectorXd) -- The coordinates of the state.

Returns:

The State object built from the StateBuilder.

Return type:

State

expand(
self: ostk.astrodynamics.trajectory.StateBuilder,
state: ostk.astrodynamics.trajectory.State,
default_state: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State

Expand a State object to the StateBuilder.

Parameters:
  • state (State) -- The State object to expand.

  • default_state (State) -- The default State object.

Returns:

The StateBuilder object expanded from the State.

Return type:

StateBuilder

get_coordinate_subsets(
self: ostk.astrodynamics.trajectory.StateBuilder,
) List[ostk.astrodynamics.trajectory.state.CoordinateSubset]

Get the coordinate subsets of the StateBuilder.

Returns:

The coordinate subsets of the StateBuilder.

Return type:

Array<Shared<const CoordinateSubset>>

get_frame(
self: ostk.astrodynamics.trajectory.StateBuilder,
) ostk.physics.coordinate.Frame

Get the reference frame of the StateBuilder.

Returns:

The reference frame of the StateBuilder.

Return type:

Frame

is_defined(self: ostk.astrodynamics.trajectory.StateBuilder) bool

Check if the StateBuilder is defined.

Returns:

True if the StateBuilder is defined, False otherwise.

Return type:

bool

reduce(
self: ostk.astrodynamics.trajectory.StateBuilder,
state: ostk.astrodynamics.trajectory.State,
) ostk.astrodynamics.trajectory.State

Reduce a State object to the StateBuilder.

Parameters:

state (State) -- The State object to reduce.

Returns:

The StateBuilder object reduced from the State.

Return type:

StateBuilder

static undefined() ostk.astrodynamics.trajectory.StateBuilder

Get an undefined StateBuilder.

Returns:

The undefined StateBuilder.

Return type:

StateBuilder

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html index 372fe2407..55448d032 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.OrbitModel — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.OrbitModel

class OrbitModel

Bases: pybind11_object

Base class for orbit models.

Provides the interface for orbit models.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the orbit model at a given instant.

calculate_state_at

Calculate the state of the orbit model at a given instant.

get_epoch

Get the epoch of the orbit model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the orbit model.

is_defined

Check if the orbit model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the orbit model at a given instant.

Parameters:

instant (Instant) -- The instant at which to calculate the revolution number.

Returns:

The revolution number of the orbit model at the given instant.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the orbit model at a given instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the orbit model at the given instant.

Return type:

State

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk.physics.time.Instant

Get the epoch of the orbit model.

Returns:

The epoch of the orbit model.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk.core.type.Integer

Get the revolution number at the epoch of the orbit model.

Returns:

The revolution number at the epoch of the orbit model.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is defined.

Returns:

True if the orbit model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.OrbitModel — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.OrbitModel

class OrbitModel

Bases: pybind11_object

Base class for orbit models.

Provides the interface for orbit models.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the orbit model at a given instant.

calculate_state_at

Calculate the state of the orbit model at a given instant.

get_epoch

Get the epoch of the orbit model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the orbit model.

is_defined

Check if the orbit model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the orbit model at a given instant.

Parameters:

instant (Instant) -- The instant at which to calculate the revolution number.

Returns:

The revolution number of the orbit model at the given instant.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the orbit model at a given instant.

Parameters:

instant (Instant) -- The instant at which to calculate the state.

Returns:

The state of the orbit model at the given instant.

Return type:

State

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk.physics.time.Instant

Get the epoch of the orbit model.

Returns:

The epoch of the orbit model.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk.core.type.Integer

Get the revolution number at the epoch of the orbit model.

Returns:

The revolution number at the epoch of the orbit model.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is defined.

Returns:

True if the orbit model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html index 6f53cbaa1..a531ddfc2 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.Pass — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.Pass

class Pass(
self: ostk.astrodynamics.trajectory.orbit.Pass,
revolution_number: ostk.core.type.Integer,
instant_at_ascending_node: ostk.physics.time.Instant,
instant_at_north_point: ostk.physics.time.Instant,
instant_at_descending_node: ostk.physics.time.Instant,
instant_at_south_point: ostk.physics.time.Instant,
instant_at_pass_break: ostk.physics.time.Instant,
)

Bases: pybind11_object

A revolution of an orbiting object.

Constructor.

Parameters:
  • revolution_number (int) -- The revolution number of the pass.

  • instant_at_ascending_node (Instant) -- The instant at the ascending node of the pass.

  • instant_at_north_point (Instant) -- The instant at the north point of the pass.

  • instant_at_descending_node (Instant) -- The instant at the descending node of the pass.

  • instant_at_south_point (Instant) -- The instant at the south point of the pass.

  • instant_at_pass_break (Instant) -- The instant at break of the pass.

Methods

get_duration

Get the duration of the pass.

get_instant_at_ascending_node

Get the instant at the ascending node of the pass.

get_instant_at_descending_node

Get the instant at the descending node of the pass.

get_instant_at_north_point

Get the instant at the north point of the pass.

get_instant_at_pass_break

Get the instant at the break of the pass, i.e. the ascending node of the next pass.

get_instant_at_south_point

Get the instant at the south point of the pass.

get_revolution_number

Get the revolution number of the pass.

get_type

Get the type of the pass.

is_complete

Check if the pass is complete.

is_defined

Check if the pass is defined.

string_from_phase

Get the string representation of a pass phase.

string_from_type

Get the string representation of a pass type.

undefined

Get an undefined pass.

class Phase(self: ostk.astrodynamics.trajectory.orbit.Pass.Phase, value: int)

Bases: pybind11_object

The phase of the Pass.

Members:

Undefined : Undefined

Ascending : Ascending

Descending : Descending

property name
class Type(self: ostk.astrodynamics.trajectory.orbit.Pass.Type, value: int)

Bases: pybind11_object

The type of Pass.

Members:

Undefined : Undefined

Complete : Complete

Partial : Partial

property name
get_duration(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Duration

Get the duration of the pass. Undefined if the pass is not complete.

Returns:

The duration of the pass.

Return type:

Duration

get_instant_at_ascending_node(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the ascending node of the pass. i.e. z = 0 & vz > 0 in an ECI frame.

Returns:

The instant at the ascending node of the pass.

Return type:

Instant

get_instant_at_descending_node(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the descending node of the pass. i.e. z = 0 and vz < 0 in an ECI frame.

Returns:

The instant at the descending node of the pass.

Return type:

Instant

get_instant_at_north_point(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the north point of the pass. i.e. z = maximum and vz = 0 in an ECI frame.

Returns:

The instant at the north point of the pass.

Return type:

Instant

get_instant_at_pass_break(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the break of the pass, i.e. the ascending node of the next pass.

Returns:

The instant at the break of the pass.

Return type:

Instant

get_instant_at_south_point(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the south point of the pass. i.e. z = minimum and vz = 0 in an ECI frame.

Returns:

The instant at the south point of the pass.

Return type:

Instant

get_revolution_number(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.core.type.Integer

Get the revolution number of the pass.

Returns:

The revolution number of the pass.

Return type:

int

get_type(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.astrodynamics.trajectory.orbit.Pass.Type

Get the type of the pass.

Returns:

The type of the pass.

Return type:

Pass.Type

is_complete(self: ostk.astrodynamics.trajectory.orbit.Pass) bool

Check if the pass is complete.

Returns:

True if the pass is complete, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.trajectory.orbit.Pass) bool

Check if the pass is defined.

Returns:

True if the pass is defined, False otherwise.

Return type:

bool

static string_from_phase(
phase: ostk.astrodynamics.trajectory.orbit.Pass.Phase,
) ostk.core.type.String

Get the string representation of a pass phase.

Parameters:

phase (Pass.Phase) -- The pass phase.

Returns:

The string representation of the pass phase.

Return type:

str

static string_from_type(
type: ostk.astrodynamics.trajectory.orbit.Pass.Type,
) ostk.core.type.String

Get the string representation of a pass type.

Parameters:

type (Pass.Type) -- The pass type.

Returns:

The string representation of the pass type.

Return type:

str

static undefined() ostk.astrodynamics.trajectory.orbit.Pass

Get an undefined pass.

Returns:

The undefined pass.

Return type:

Pass

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.Pass — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.Pass

class Pass(
self: ostk.astrodynamics.trajectory.orbit.Pass,
revolution_number: ostk.core.type.Integer,
instant_at_ascending_node: ostk.physics.time.Instant,
instant_at_north_point: ostk.physics.time.Instant,
instant_at_descending_node: ostk.physics.time.Instant,
instant_at_south_point: ostk.physics.time.Instant,
instant_at_pass_break: ostk.physics.time.Instant,
)

Bases: pybind11_object

A revolution of an orbiting object.

Constructor.

Parameters:
  • revolution_number (int) -- The revolution number of the pass.

  • instant_at_ascending_node (Instant) -- The instant at the ascending node of the pass.

  • instant_at_north_point (Instant) -- The instant at the north point of the pass.

  • instant_at_descending_node (Instant) -- The instant at the descending node of the pass.

  • instant_at_south_point (Instant) -- The instant at the south point of the pass.

  • instant_at_pass_break (Instant) -- The instant at break of the pass.

Methods

get_duration

Get the duration of the pass.

get_instant_at_ascending_node

Get the instant at the ascending node of the pass.

get_instant_at_descending_node

Get the instant at the descending node of the pass.

get_instant_at_north_point

Get the instant at the north point of the pass.

get_instant_at_pass_break

Get the instant at the break of the pass, i.e. the ascending node of the next pass.

get_instant_at_south_point

Get the instant at the south point of the pass.

get_revolution_number

Get the revolution number of the pass.

get_type

Get the type of the pass.

is_complete

Check if the pass is complete.

is_defined

Check if the pass is defined.

string_from_phase

Get the string representation of a pass phase.

string_from_type

Get the string representation of a pass type.

undefined

Get an undefined pass.

class Phase(self: ostk.astrodynamics.trajectory.orbit.Pass.Phase, value: int)

Bases: pybind11_object

The phase of the Pass.

Members:

Undefined : Undefined

Ascending : Ascending

Descending : Descending

property name
class Type(self: ostk.astrodynamics.trajectory.orbit.Pass.Type, value: int)

Bases: pybind11_object

The type of Pass.

Members:

Undefined : Undefined

Complete : Complete

Partial : Partial

property name
get_duration(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Duration

Get the duration of the pass. Undefined if the pass is not complete.

Returns:

The duration of the pass.

Return type:

Duration

get_instant_at_ascending_node(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the ascending node of the pass. i.e. z = 0 & vz > 0 in an ECI frame.

Returns:

The instant at the ascending node of the pass.

Return type:

Instant

get_instant_at_descending_node(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the descending node of the pass. i.e. z = 0 and vz < 0 in an ECI frame.

Returns:

The instant at the descending node of the pass.

Return type:

Instant

get_instant_at_north_point(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the north point of the pass. i.e. z = maximum and vz = 0 in an ECI frame.

Returns:

The instant at the north point of the pass.

Return type:

Instant

get_instant_at_pass_break(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the break of the pass, i.e. the ascending node of the next pass.

Returns:

The instant at the break of the pass.

Return type:

Instant

get_instant_at_south_point(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.physics.time.Instant

Get the instant at the south point of the pass. i.e. z = minimum and vz = 0 in an ECI frame.

Returns:

The instant at the south point of the pass.

Return type:

Instant

get_revolution_number(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.core.type.Integer

Get the revolution number of the pass.

Returns:

The revolution number of the pass.

Return type:

int

get_type(
self: ostk.astrodynamics.trajectory.orbit.Pass,
) ostk.astrodynamics.trajectory.orbit.Pass.Type

Get the type of the pass.

Returns:

The type of the pass.

Return type:

Pass.Type

is_complete(self: ostk.astrodynamics.trajectory.orbit.Pass) bool

Check if the pass is complete.

Returns:

True if the pass is complete, False otherwise.

Return type:

bool

is_defined(self: ostk.astrodynamics.trajectory.orbit.Pass) bool

Check if the pass is defined.

Returns:

True if the pass is defined, False otherwise.

Return type:

bool

static string_from_phase(
phase: ostk.astrodynamics.trajectory.orbit.Pass.Phase,
) ostk.core.type.String

Get the string representation of a pass phase.

Parameters:

phase (Pass.Phase) -- The pass phase.

Returns:

The string representation of the pass phase.

Return type:

str

static string_from_type(
type: ostk.astrodynamics.trajectory.orbit.Pass.Type,
) ostk.core.type.String

Get the string representation of a pass type.

Parameters:

type (Pass.Type) -- The pass type.

Returns:

The string representation of the pass type.

Return type:

str

static undefined() ostk.astrodynamics.trajectory.orbit.Pass

Get an undefined pass.

Returns:

The undefined pass.

Return type:

Pass

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html index 78736c657..477d75c29 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.message.spacex.OPM — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

class OPM(self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM, header: ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header, deployments: List[ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment])

Bases: pybind11_object

The SpaceX OPM message.

See also

SpaceX OPM.

Constructor.

Parameters:
  • header (Header) -- The header of the OPM message.

  • deployments (list[Deployment]) -- The deployments of the OPM message.

Methods

dictionary

Build an OPM message from a dictionary.

get_deployment_at

Get the deployment at a given index.

get_deployment_with_name

Get the deployment with a given name.

get_deployments

Get the deployments of the OPM message.

get_header

Get the header of the OPM message.

is_defined

Check if the OPM message is defined.

load

Load an OPM message from a file.

parse

Parse an OPM message from a string.

undefined

Return an undefined OPM message.

class Deployment(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment,
name: ostk.core.type.String,
sequence_number: ostk.core.type.Integer,
mission_time: ostk.physics.time.Duration,
date: ostk.physics.time.Instant,
position: ostk.physics.coordinate.Position,
velocity: ostk.physics.coordinate.Velocity,
mean_perigee_altitude: ostk.physics.unit.Length,
mean_apogee_altitude: ostk.physics.unit.Length,
mean_inclination: ostk.physics.unit.Angle,
mean_argument_of_perigee: ostk.physics.unit.Angle,
mean_longitude_ascending_node: ostk.physics.unit.Angle,
mean_mean_anomaly: ostk.physics.unit.Angle,
ballistic_coefficient: ostk.core.type.Real,
)

Bases: pybind11_object

The deployment of the SpaceX OPM message.

Constructor.

Parameters:
  • name (str) -- The name of the deployment.

  • sequence_number (int) -- The sequence number of the deployment.

  • mission_time (Duration) -- The mission time of the deployment.

  • date (Instant) -- The date of the deployment.

  • position (Position) -- The position of the deployment.

  • velocity (Velocity) -- The velocity of the deployment.

  • mean_perigee_altitude (Length) -- The mean perigee altitude of the deployment.

  • mean_apogee_altitude (Length) -- The mean apogee altitude of the deployment.

  • mean_inclination (Angle) -- The mean inclination of the deployment.

  • mean_argument_of_perigee (Angle) -- The mean argument of perigee of the deployment.

  • mean_longitude_ascending_node (Angle) -- The mean longitude of the ascending node of the deployment.

  • mean_mean_anomaly (Angle) -- The mean mean anomaly of the deployment.

  • ballistic_coefficient (float) -- The ballistic coefficient of the deployment.

property ballistic_coefficient

Get the ballistic coefficient of the deployment.

Type:

float

property date

Get the date of the deployment.

Type:

Instant

property mean_apogee_altitude

Get the mean apogee altitude of the deployment.

Type:

Length

property mean_argument_of_perigee

Get the mean argument of perigee of the deployment.

Type:

Angle

property mean_inclination

Get the mean inclination of the deployment.

Type:

Angle

property mean_longitude_ascending_node

Get the mean longitude of the ascending node of the deployment.

Type:

Angle

property mean_mean_anomaly

Get the mean mean anomaly of the deployment.

Type:

Angle

property mean_perigee_altitude

Get the mean perigee altitude of the deployment.

Type:

Length

property mission_time

Get the mission time of the deployment.

Type:

Duration

property name

Get the name of the deployment.

Type:

str

property position

Get the position of the deployment.

Type:

Position

property sequence_number

Get the sequence number of the deployment.

Type:

int

to_state(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment,
) ostk.astrodynamics.trajectory.State

Convert the deployment to a state.

Returns:

The state of the deployment.

Return type:

state (State)

property velocity

Get the velocity of the deployment.

Type:

Velocity

class Header(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header,
generation_date: ostk.physics.time.Instant,
launch_date: ostk.physics.time.Instant,
)

Bases: pybind11_object

The header of the SpaceX OPM message.

Constructor.

Parameters:
  • generation_date (Instant) -- The date at which the OPM message was generated.

  • launch_date (Instant) -- The date at which the spacecraft was launched.

property generation_date

Get the date at which the OPM message was generated.

Returns:

The date at which the OPM message was generated.

Return type:

instant (Instant)

property launch_date

Get the date at which the spacecraft was launched.

Returns:

The date at which the spacecraft was launched.

Return type:

instant (Instant)

static dictionary(
dictionary: ostk.core.container.Dictionary,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Build an OPM message from a dictionary.

Parameters:

dictionary (dict) -- The dictionary containing the OPM message information.

Returns:

The OPM message.

Return type:

opm (OPM)

get_deployment_at(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
index: int,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment

Get the deployment at a given index.

Parameters:

index (int) -- The index of the deployment.

Returns:

The deployment at the given index.

Return type:

deployment (Deployment)

get_deployment_with_name(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
name: ostk.core.type.String,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment

Get the deployment with a given name.

Parameters:

name (str) -- The name of the deployment.

Returns:

The deployment with the given name.

Return type:

deployment (Deployment)

get_deployments(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
) List[ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment]

Get the deployments of the OPM message.

Returns:

The deployments of the OPM message.

Return type:

deployments (list[Deployment])

get_header(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header

Get the header of the OPM message.

Returns:

The header of the OPM message.

Return type:

header (Header)

is_defined(self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM) bool

Check if the OPM message is defined.

Returns:

True if the OPM message is defined, False otherwise.

Return type:

is_defined (bool)

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Load an OPM message from a file.

Parameters:

file (str) -- The path to the file containing the OPM message.

Returns:

The OPM message.

Return type:

opm (OPM)

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Parse an OPM message from a string.

Parameters:

string (str) -- The string containing the OPM message.

Returns:

The OPM message.

Return type:

opm (OPM)

static undefined() ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Return an undefined OPM message.

Returns:

An undefined OPM message.

Return type:

opm (OPM)

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.message.spacex.OPM — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

class OPM(self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM, header: ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header, deployments: List[ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment])

Bases: pybind11_object

The SpaceX OPM message.

See also

SpaceX OPM.

Constructor.

Parameters:
  • header (Header) -- The header of the OPM message.

  • deployments (list[Deployment]) -- The deployments of the OPM message.

Methods

dictionary

Build an OPM message from a dictionary.

get_deployment_at

Get the deployment at a given index.

get_deployment_with_name

Get the deployment with a given name.

get_deployments

Get the deployments of the OPM message.

get_header

Get the header of the OPM message.

is_defined

Check if the OPM message is defined.

load

Load an OPM message from a file.

parse

Parse an OPM message from a string.

undefined

Return an undefined OPM message.

class Deployment(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment,
name: ostk.core.type.String,
sequence_number: ostk.core.type.Integer,
mission_time: ostk.physics.time.Duration,
date: ostk.physics.time.Instant,
position: ostk.physics.coordinate.Position,
velocity: ostk.physics.coordinate.Velocity,
mean_perigee_altitude: ostk.physics.unit.Length,
mean_apogee_altitude: ostk.physics.unit.Length,
mean_inclination: ostk.physics.unit.Angle,
mean_argument_of_perigee: ostk.physics.unit.Angle,
mean_longitude_ascending_node: ostk.physics.unit.Angle,
mean_mean_anomaly: ostk.physics.unit.Angle,
ballistic_coefficient: ostk.core.type.Real,
)

Bases: pybind11_object

The deployment of the SpaceX OPM message.

Constructor.

Parameters:
  • name (str) -- The name of the deployment.

  • sequence_number (int) -- The sequence number of the deployment.

  • mission_time (Duration) -- The mission time of the deployment.

  • date (Instant) -- The date of the deployment.

  • position (Position) -- The position of the deployment.

  • velocity (Velocity) -- The velocity of the deployment.

  • mean_perigee_altitude (Length) -- The mean perigee altitude of the deployment.

  • mean_apogee_altitude (Length) -- The mean apogee altitude of the deployment.

  • mean_inclination (Angle) -- The mean inclination of the deployment.

  • mean_argument_of_perigee (Angle) -- The mean argument of perigee of the deployment.

  • mean_longitude_ascending_node (Angle) -- The mean longitude of the ascending node of the deployment.

  • mean_mean_anomaly (Angle) -- The mean mean anomaly of the deployment.

  • ballistic_coefficient (float) -- The ballistic coefficient of the deployment.

property ballistic_coefficient

Get the ballistic coefficient of the deployment.

Type:

float

property date

Get the date of the deployment.

Type:

Instant

property mean_apogee_altitude

Get the mean apogee altitude of the deployment.

Type:

Length

property mean_argument_of_perigee

Get the mean argument of perigee of the deployment.

Type:

Angle

property mean_inclination

Get the mean inclination of the deployment.

Type:

Angle

property mean_longitude_ascending_node

Get the mean longitude of the ascending node of the deployment.

Type:

Angle

property mean_mean_anomaly

Get the mean mean anomaly of the deployment.

Type:

Angle

property mean_perigee_altitude

Get the mean perigee altitude of the deployment.

Type:

Length

property mission_time

Get the mission time of the deployment.

Type:

Duration

property name

Get the name of the deployment.

Type:

str

property position

Get the position of the deployment.

Type:

Position

property sequence_number

Get the sequence number of the deployment.

Type:

int

to_state(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment,
) ostk.astrodynamics.trajectory.State

Convert the deployment to a state.

Returns:

The state of the deployment.

Return type:

state (State)

property velocity

Get the velocity of the deployment.

Type:

Velocity

class Header(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header,
generation_date: ostk.physics.time.Instant,
launch_date: ostk.physics.time.Instant,
)

Bases: pybind11_object

The header of the SpaceX OPM message.

Constructor.

Parameters:
  • generation_date (Instant) -- The date at which the OPM message was generated.

  • launch_date (Instant) -- The date at which the spacecraft was launched.

property generation_date

Get the date at which the OPM message was generated.

Returns:

The date at which the OPM message was generated.

Return type:

instant (Instant)

property launch_date

Get the date at which the spacecraft was launched.

Returns:

The date at which the spacecraft was launched.

Return type:

instant (Instant)

static dictionary(
dictionary: ostk.core.container.Dictionary,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Build an OPM message from a dictionary.

Parameters:

dictionary (dict) -- The dictionary containing the OPM message information.

Returns:

The OPM message.

Return type:

opm (OPM)

get_deployment_at(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
index: int,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment

Get the deployment at a given index.

Parameters:

index (int) -- The index of the deployment.

Returns:

The deployment at the given index.

Return type:

deployment (Deployment)

get_deployment_with_name(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
name: ostk.core.type.String,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment

Get the deployment with a given name.

Parameters:

name (str) -- The name of the deployment.

Returns:

The deployment with the given name.

Return type:

deployment (Deployment)

get_deployments(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
) List[ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment]

Get the deployments of the OPM message.

Returns:

The deployments of the OPM message.

Return type:

deployments (list[Deployment])

get_header(
self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM,
) ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header

Get the header of the OPM message.

Returns:

The header of the OPM message.

Return type:

header (Header)

is_defined(self: ostk.astrodynamics.trajectory.orbit.message.spacex.OPM) bool

Check if the OPM message is defined.

Returns:

True if the OPM message is defined, False otherwise.

Return type:

is_defined (bool)

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Load an OPM message from a file.

Parameters:

file (str) -- The path to the file containing the OPM message.

Returns:

The OPM message.

Return type:

opm (OPM)

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Parse an OPM message from a string.

Parameters:

string (str) -- The string containing the OPM message.

Returns:

The OPM message.

Return type:

opm (OPM)

static undefined() ostk.astrodynamics.trajectory.orbit.message.spacex.OPM

Return an undefined OPM message.

Returns:

An undefined OPM message.

Return type:

opm (OPM)

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html index a64dca852..e2afcc076 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean

class BrouwerLyddaneMean(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: COE

Brouwer-Lyddane mean orbit elements. This is a parent class, please use the Short or Long child classes as appropriate.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

cartesian

Create a COE model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMean model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined COE model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The COE model.

Return type:

COE

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMean model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create an undefined COE model.

Returns:

The undefined COE model.

Return type:

COE

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean

class BrouwerLyddaneMean(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: COE

Brouwer-Lyddane mean orbit elements. This is a parent class, please use the Short or Long child classes as appropriate.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

cartesian

Create a COE model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMean model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined COE model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The COE model.

Return type:

COE

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMean model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create an undefined COE model.

Returns:

The undefined COE model.

Return type:

COE

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html index 7873a6152..da7291cd6 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.Kepler — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Kepler

class Kepler(*args, **kwargs)

Bases: OrbitModel

A Kepler orbit model.

Provides the interface for orbit models.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Kepler, coe: ostk::astrodynamics::trajectory::orbit::model::kepler::COE, epoch: ostk.physics.time.Instant, gravitational_parameter: ostk.physics.unit.Derived, equatorial_radius: ostk.physics.unit.Length, j2: ostk.core.type.Real, j4: ostk.core.type.Real, perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType) -> None

    Constructor.

    Args:

    coe (COE): The classical orbital elements. epoch (Instant): The epoch. gravitational_parameter (Derived): The gravitational parameter. equatorial_radius (Length): The equatorial radius. j2 (float): The J2 coefficient. j4 (float): The J4 coefficient. perturbation_type (PerturbationType): The perturbation type.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Kepler, coe: ostk::astrodynamics::trajectory::orbit::model::kepler::COE, epoch: ostk.physics.time.Instant, celestial_object: ostk.physics.environment.object.Celestial, perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType, in_fixed_frame: bool = False) -> None

    Constructor.

    Args:

    coe (COE): The classical orbital elements. epoch (Instant): The epoch. celestial_object (Celestial): The celestial object. perturbation_type (PerturbationType): The perturbation type. in_fixed_frame (bool): If True, the state is expressed in the fixed frame, otherwise it is expressed in the inertial frame. Default is False.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Kepler model at a given instant.

calculate_state_at

Calculate the state of the Kepler model at a given instant.

get_classical_orbital_elements

Get the classical orbital elements of the Kepler model.

get_epoch

Get the epoch of the Kepler model.

get_equatorial_radius

Get the equatorial radius of the Kepler model.

get_gravitational_parameter

Get the gravitational parameter of the Kepler model.

get_j2

Get the J2 coefficient of the Kepler model.

get_j4

Get the J4 coefficient of the Kepler model.

get_perturbation_type

Get the perturbation type of the Kepler model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Kepler model.

is_defined

Check if the Kepler model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

string_from_perturbation_type

Get the string representation of a PerturbationType.

class PerturbationType(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType,
value: int,
)

Bases: pybind11_object

The Perturbation Type due to Oblateness

Members:

No : No perturbation

J2 : J2 perturbation

J4 : J4 perturbation

property name
as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Kepler model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Kepler model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

get_classical_orbital_elements(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk::astrodynamics::trajectory::orbit::model::kepler::COE

Get the classical orbital elements of the Kepler model.

Returns:

The classical orbital elements.

Return type:

COE

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.time.Instant

Get the epoch of the Kepler model.

Returns:

The epoch.

Return type:

Instant

get_equatorial_radius(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.unit.Length

Get the equatorial radius of the Kepler model.

Returns:

The equatorial radius.

Return type:

Length

get_gravitational_parameter(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.unit.Derived

Get the gravitational parameter of the Kepler model.

Returns:

The gravitational parameter.

Return type:

Derived

get_j2(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Real

Get the J2 coefficient of the Kepler model.

Returns:

The J2 coefficient.

Return type:

float

get_j4(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Real

Get the J4 coefficient of the Kepler model.

Returns:

The J4 coefficient.

Return type:

float

get_perturbation_type(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType

Get the perturbation type of the Kepler model.

Returns:

The perturbation type.

Return type:

PerturbationType

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Kepler model.

Returns:

The revolution number.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.Kepler) bool

Check if the Kepler model is defined.

Returns:

True if the Kepler model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

static string_from_perturbation_type(
perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType,
) ostk.core.type.String

Get the string representation of a PerturbationType.

Parameters:

perturbation_type (PerturbationType) -- The perturbation type.

Returns:

The string representation.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.Kepler — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Kepler

class Kepler(*args, **kwargs)

Bases: OrbitModel

A Kepler orbit model.

Provides the interface for orbit models.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Kepler, coe: ostk::astrodynamics::trajectory::orbit::model::kepler::COE, epoch: ostk.physics.time.Instant, gravitational_parameter: ostk.physics.unit.Derived, equatorial_radius: ostk.physics.unit.Length, j2: ostk.core.type.Real, j4: ostk.core.type.Real, perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType) -> None

    Constructor.

    Args:

    coe (COE): The classical orbital elements. epoch (Instant): The epoch. gravitational_parameter (Derived): The gravitational parameter. equatorial_radius (Length): The equatorial radius. j2 (float): The J2 coefficient. j4 (float): The J4 coefficient. perturbation_type (PerturbationType): The perturbation type.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Kepler, coe: ostk::astrodynamics::trajectory::orbit::model::kepler::COE, epoch: ostk.physics.time.Instant, celestial_object: ostk.physics.environment.object.Celestial, perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType, in_fixed_frame: bool = False) -> None

    Constructor.

    Args:

    coe (COE): The classical orbital elements. epoch (Instant): The epoch. celestial_object (Celestial): The celestial object. perturbation_type (PerturbationType): The perturbation type. in_fixed_frame (bool): If True, the state is expressed in the fixed frame, otherwise it is expressed in the inertial frame. Default is False.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Kepler model at a given instant.

calculate_state_at

Calculate the state of the Kepler model at a given instant.

get_classical_orbital_elements

Get the classical orbital elements of the Kepler model.

get_epoch

Get the epoch of the Kepler model.

get_equatorial_radius

Get the equatorial radius of the Kepler model.

get_gravitational_parameter

Get the gravitational parameter of the Kepler model.

get_j2

Get the J2 coefficient of the Kepler model.

get_j4

Get the J4 coefficient of the Kepler model.

get_perturbation_type

Get the perturbation type of the Kepler model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Kepler model.

is_defined

Check if the Kepler model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

string_from_perturbation_type

Get the string representation of a PerturbationType.

class PerturbationType(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType,
value: int,
)

Bases: pybind11_object

The Perturbation Type due to Oblateness

Members:

No : No perturbation

J2 : J2 perturbation

J4 : J4 perturbation

property name
as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Kepler model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Kepler model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

get_classical_orbital_elements(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk::astrodynamics::trajectory::orbit::model::kepler::COE

Get the classical orbital elements of the Kepler model.

Returns:

The classical orbital elements.

Return type:

COE

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.time.Instant

Get the epoch of the Kepler model.

Returns:

The epoch.

Return type:

Instant

get_equatorial_radius(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.unit.Length

Get the equatorial radius of the Kepler model.

Returns:

The equatorial radius.

Return type:

Length

get_gravitational_parameter(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.physics.unit.Derived

Get the gravitational parameter of the Kepler model.

Returns:

The gravitational parameter.

Return type:

Derived

get_j2(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Real

Get the J2 coefficient of the Kepler model.

Returns:

The J2 coefficient.

Return type:

float

get_j4(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Real

Get the J4 coefficient of the Kepler model.

Returns:

The J4 coefficient.

Return type:

float

get_perturbation_type(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType

Get the perturbation type of the Kepler model.

Returns:

The perturbation type.

Return type:

PerturbationType

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Kepler,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Kepler model.

Returns:

The revolution number.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.Kepler) bool

Check if the Kepler model is defined.

Returns:

True if the Kepler model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

static string_from_perturbation_type(
perturbation_type: ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType,
) ostk.core.type.String

Get the string representation of a PerturbationType.

Parameters:

perturbation_type (PerturbationType) -- The perturbation type.

Returns:

The string representation.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html index 360d42a79..881aca109 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.Propagated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Propagated

class Propagated(*args, **kwargs)

Bases: OrbitModel

A Propagated orbit model.

Provides the interface for orbit models.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Propagated, propagator: ostk::astrodynamics::trajectory::Propagator, state: ostk.astrodynamics.trajectory.State, initial_revolution_number: ostk.core.type.Integer = 1) -> None

    Constructor.

    Args:

    propagator (Propagator): The propagator. state (State): The initial state. initial_revolution_number (int, optional): The initial revolution number. Defaults to 1.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Propagated, propagator: ostk::astrodynamics::trajectory::Propagator, state_array: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer = 1) -> None

    Constructor.

    Args:

    propagator (Propagator): The propagator. state_array (list[State]): The initial state array. initial_revolution_number (int, optional): The initial revolution number. Defaults to 1.

Methods

access_cached_state_array

Access the cached state array of the Propagated model.

access_propagator

Access the propagator of the Propagated model.

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Propagated model at a given instant.

calculate_state_at

Calculate the state of the Propagated model at a given instant.

calculate_states_at

Calculate the states of the Propagated model at given instants.

get_epoch

Get the epoch of the Propagated model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Propagated model.

is_defined

Check if the Propagated model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

set_cached_state_array

Set the cached state array of the Propagated model.

access_cached_state_array(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) List[ostk.astrodynamics.trajectory.State]

Access the cached state array of the Propagated model.

Returns:

The cached state array.

Return type:

list[State]

access_propagator(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk::astrodynamics::trajectory::Propagator

Access the propagator of the Propagated model.

Returns:

The propagator.

Return type:

Propagator

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Propagated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Propagated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states of the Propagated model at given instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states.

Return type:

list[State]

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk.physics.time.Instant

Get the epoch of the Propagated model.

Returns:

The epoch.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Propagated model.

Returns:

The revolution number.

Return type:

int

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) bool

Check if the Propagated model is defined.

Returns:

True if the Propagated model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

set_cached_state_array(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
state_array: List[ostk.astrodynamics.trajectory.State],
) None

Set the cached state array of the Propagated model.

Parameters:

state_array (list[State]) -- The state array.

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.Propagated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Propagated

class Propagated(*args, **kwargs)

Bases: OrbitModel

A Propagated orbit model.

Provides the interface for orbit models.

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Propagated, propagator: ostk::astrodynamics::trajectory::Propagator, state: ostk.astrodynamics.trajectory.State, initial_revolution_number: ostk.core.type.Integer = 1) -> None

    Constructor.

    Args:

    propagator (Propagator): The propagator. state (State): The initial state. initial_revolution_number (int, optional): The initial revolution number. Defaults to 1.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.Propagated, propagator: ostk::astrodynamics::trajectory::Propagator, state_array: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer = 1) -> None

    Constructor.

    Args:

    propagator (Propagator): The propagator. state_array (list[State]): The initial state array. initial_revolution_number (int, optional): The initial revolution number. Defaults to 1.

Methods

access_cached_state_array

Access the cached state array of the Propagated model.

access_propagator

Access the propagator of the Propagated model.

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Propagated model at a given instant.

calculate_state_at

Calculate the state of the Propagated model at a given instant.

calculate_states_at

Calculate the states of the Propagated model at given instants.

get_epoch

Get the epoch of the Propagated model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Propagated model.

is_defined

Check if the Propagated model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

set_cached_state_array

Set the cached state array of the Propagated model.

access_cached_state_array(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) List[ostk.astrodynamics.trajectory.State]

Access the cached state array of the Propagated model.

Returns:

The cached state array.

Return type:

list[State]

access_propagator(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk::astrodynamics::trajectory::Propagator

Access the propagator of the Propagated model.

Returns:

The propagator.

Return type:

Propagator

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Propagated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Propagated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states of the Propagated model at given instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states.

Return type:

list[State]

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk.physics.time.Instant

Get the epoch of the Propagated model.

Returns:

The epoch.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Propagated model.

Returns:

The revolution number.

Return type:

int

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
) bool

Check if the Propagated model is defined.

Returns:

True if the Propagated model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

set_cached_state_array(
self: ostk.astrodynamics.trajectory.orbit.model.Propagated,
state_array: List[ostk.astrodynamics.trajectory.State],
) None

Set the cached state array of the Propagated model.

Parameters:

state_array (list[State]) -- The state array.

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html index 6ac61c684..3bc0fed66 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.SGP4 — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.SGP4

class SGP4(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
tle: ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE,
)

Bases: OrbitModel

A SGP4 model.

Provides the interface for orbit models.

Constructor.

Parameters:

tle (TLE) -- The TLE.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the SGP4 model at a given instant.

calculate_state_at

Calculate the state of the SGP4 model at a given instant.

get_epoch

Get the epoch of the SGP4 model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the SGP4 model.

get_tle

Get the TLE of the SGP4 model.

is_defined

Check if the SGP4 model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the SGP4 model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the SGP4 model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk.physics.time.Instant

Get the epoch of the SGP4 model.

Returns:

The epoch.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk.core.type.Integer

Get the revolution number at the epoch of the SGP4 model.

Returns:

The revolution number.

Return type:

int

get_tle(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE

Get the TLE of the SGP4 model.

Returns:

The TLE.

Return type:

TLE

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.SGP4) bool

Check if the SGP4 model is defined.

Returns:

True if the SGP4 model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.SGP4 — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.SGP4

class SGP4(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
tle: ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE,
)

Bases: OrbitModel

A SGP4 model.

Provides the interface for orbit models.

Constructor.

Parameters:

tle (TLE) -- The TLE.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the SGP4 model at a given instant.

calculate_state_at

Calculate the state of the SGP4 model at a given instant.

get_epoch

Get the epoch of the SGP4 model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the SGP4 model.

get_tle

Get the TLE of the SGP4 model.

is_defined

Check if the SGP4 model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the SGP4 model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the SGP4 model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk.physics.time.Instant

Get the epoch of the SGP4 model.

Returns:

The epoch.

Return type:

Instant

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk.core.type.Integer

Get the revolution number at the epoch of the SGP4 model.

Returns:

The revolution number.

Return type:

int

get_tle(
self: ostk.astrodynamics.trajectory.orbit.model.SGP4,
) ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE

Get the TLE of the SGP4 model.

Returns:

The TLE.

Return type:

TLE

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.SGP4) bool

Check if the SGP4 model is defined.

Returns:

True if the SGP4 model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html index 7be071327..628046632 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Tabulated

class Tabulated(self: ostk.astrodynamics.trajectory.orbit.model.Tabulated, states: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer, interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.Linear: 2>)

Bases: OrbitModel

Tabulated orbit model.

Constructor.

Parameters:
  • states (list[State]) -- The states.

  • initial_revolution_number (int) -- The initial revolution number.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Tabulated model at a given instant.

calculate_state_at

Calculate the state of the Tabulated model at a given instant.

calculate_states_at

Calculate the states of the Tabulated model at given instants.

get_epoch

Get the epoch of the Tabulated model.

get_interpolation_type

Get the interpolation type of the Tabulated model.

get_interval

Get the interval of the Tabulated model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Tabulated model.

is_defined

Check if the Tabulated model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Tabulated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Tabulated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states of the Tabulated model at given instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states.

Return type:

list[State]

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.physics.time.Instant

Get the epoch of the Tabulated model.

Returns:

The epoch.

Return type:

Instant

get_interpolation_type(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.mathematics.curve_fitting.Interpolator.Type

Get the interpolation type of the Tabulated model.

Returns:

The interpolation type.

Return type:

Interpolator.Type

get_interval(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.physics.time.Interval

Get the interval of the Tabulated model.

Returns:

The interval.

Return type:

Interval

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Tabulated model.

Returns:

The revolution number.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.Tabulated) bool

Check if the Tabulated model is defined.

Returns:

True if the Tabulated model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.Tabulated — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.Tabulated

class Tabulated(self: ostk.astrodynamics.trajectory.orbit.model.Tabulated, states: List[ostk.astrodynamics.trajectory.State], initial_revolution_number: ostk.core.type.Integer, interpolation_type: ostk.mathematics.curve_fitting.Interpolator.Type = <Type.Linear: 2>)

Bases: OrbitModel

Tabulated orbit model.

Constructor.

Parameters:
  • states (list[State]) -- The states.

  • initial_revolution_number (int) -- The initial revolution number.

  • interpolation_type (Interpolator.Type, optional) -- The interpolation type.

Methods

as_kepler

Cast the orbit model to a Kepler model.

as_propagated

Cast the orbit model to a propagated model.

as_sgp4

Cast the orbit model to an SGP4 model.

calculate_revolution_number_at

Calculate the revolution number of the Tabulated model at a given instant.

calculate_state_at

Calculate the state of the Tabulated model at a given instant.

calculate_states_at

Calculate the states of the Tabulated model at given instants.

get_epoch

Get the epoch of the Tabulated model.

get_interpolation_type

Get the interpolation type of the Tabulated model.

get_interval

Get the interval of the Tabulated model.

get_revolution_number_at_epoch

Get the revolution number at the epoch of the Tabulated model.

is_defined

Check if the Tabulated model is defined.

is_kepler

Check if the orbit model is a Kepler model.

is_propagated

Check if the orbit model is a propagated model.

is_sgp4

Check if the orbit model is an SGP4 model.

as_kepler(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Kepler

Cast the orbit model to a Kepler model.

Returns:

The Kepler model.

Return type:

Kepler

as_propagated(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::Propagated

Cast the orbit model to a propagated model.

Returns:

The propagated model.

Return type:

Propagated

as_sgp4(
self: ostk.astrodynamics.trajectory.orbit.OrbitModel,
) ostk::astrodynamics::trajectory::orbit::model::SGP4

Cast the orbit model to an SGP4 model.

Returns:

The SGP4 model.

Return type:

SGP4

calculate_revolution_number_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.core.type.Integer

Calculate the revolution number of the Tabulated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The revolution number.

Return type:

int

calculate_state_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instant: ostk.physics.time.Instant,
) ostk.astrodynamics.trajectory.State

Calculate the state of the Tabulated model at a given instant.

Parameters:

instant (Instant) -- The instant.

Returns:

The state.

Return type:

State

calculate_states_at(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
instants: List[ostk.physics.time.Instant],
) List[ostk.astrodynamics.trajectory.State]

Calculate the states of the Tabulated model at given instants.

Parameters:

instants (list[Instant]) -- The instants.

Returns:

The states.

Return type:

list[State]

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.physics.time.Instant

Get the epoch of the Tabulated model.

Returns:

The epoch.

Return type:

Instant

get_interpolation_type(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.mathematics.curve_fitting.Interpolator.Type

Get the interpolation type of the Tabulated model.

Returns:

The interpolation type.

Return type:

Interpolator.Type

get_interval(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.physics.time.Interval

Get the interval of the Tabulated model.

Returns:

The interval.

Return type:

Interval

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.Tabulated,
) ostk.core.type.Integer

Get the revolution number at the epoch of the Tabulated model.

Returns:

The revolution number.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.Tabulated) bool

Check if the Tabulated model is defined.

Returns:

True if the Tabulated model is defined, False otherwise.

Return type:

bool

is_kepler(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a Kepler model.

Returns:

True if the orbit model is a Kepler model, False otherwise.

Return type:

bool

is_propagated(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is a propagated model.

Returns:

True if the orbit model is a propagated model, False otherwise.

Return type:

bool

is_sgp4(self: ostk.astrodynamics.trajectory.orbit.OrbitModel) bool

Check if the orbit model is an SGP4 model.

Returns:

True if the orbit model is an SGP4 model, False otherwise.

Return type:

bool

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html index 41b1ef3bf..225010f18 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

class BrouwerLyddaneMeanLong(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: BrouwerLyddaneMean

Brouwer-Lyddane Mean (Long) orbit elements. Short periodic variations and secular variations are averaged.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

COE

Create a BrouwerLyddaneMeanLong model from classical orbital elements.

cartesian

Create a BrouwerLyddaneMeanLong model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMeanLong model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined BrouwerLyddaneMeanLong model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static COE(
coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create a BrouwerLyddaneMeanLong model from classical orbital elements.

Parameters:

coe (COE) -- The classical orbital elements.

Returns:

The BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create a BrouwerLyddaneMeanLong model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMeanLong model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create an undefined BrouwerLyddaneMeanLong model.

Returns:

The undefined BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

class BrouwerLyddaneMeanLong(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: BrouwerLyddaneMean

Brouwer-Lyddane Mean (Long) orbit elements. Short periodic variations and secular variations are averaged.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

COE

Create a BrouwerLyddaneMeanLong model from classical orbital elements.

cartesian

Create a BrouwerLyddaneMeanLong model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMeanLong model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined BrouwerLyddaneMeanLong model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static COE(
coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create a BrouwerLyddaneMeanLong model from classical orbital elements.

Parameters:

coe (COE) -- The classical orbital elements.

Returns:

The BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create a BrouwerLyddaneMeanLong model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMeanLong model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong

Create an undefined BrouwerLyddaneMeanLong model.

Returns:

The undefined BrouwerLyddaneMeanLong model.

Return type:

BrouwerLyddaneMeanLong

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html index 611f763d7..db986ae3d 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

class BrouwerLyddaneMeanShort(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: BrouwerLyddaneMean

Brouwer-Lyddane Mean (Short) orbit elements. Short periodic variations are averaged.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

COE

Create a BrouwerLyddaneMeanShort model from classical orbital elements.

cartesian

Create a BrouwerLyddaneMeanShort model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMeanShort model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined BrouwerLyddaneMeanShort model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static COE(
coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create a BrouwerLyddaneMeanShort model from classical orbital elements.

Parameters:

coe (COE) -- The classical orbital elements.

Returns:

The BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create a BrouwerLyddaneMeanShort model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMeanShort model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create an undefined BrouwerLyddaneMeanShort model.

Returns:

The undefined BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

class BrouwerLyddaneMeanShort(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
mean_anomaly: ostk.physics.unit.Angle,
)

Bases: BrouwerLyddaneMean

Brouwer-Lyddane Mean (Short) orbit elements. Short periodic variations are averaged.

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • mean_anomaly (Angle) -- The mean anomaly.

Methods

COE

Create a BrouwerLyddaneMeanShort model from classical orbital elements.

cartesian

Create a BrouwerLyddaneMeanShort model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the BrouwerLyddaneMean model.

get_eccentric_anomaly

Get the eccentric anomaly of the BrouwerLyddaneMean model.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the BrouwerLyddaneMean model.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the BrouwerLyddaneMean model.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

to_coe

Convert the BrouwerLyddaneMeanShort model to classical orbital elements.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined BrouwerLyddaneMeanShort model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static COE(
coe: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create a BrouwerLyddaneMeanShort model from classical orbital elements.

Parameters:

coe (COE) -- The classical orbital elements.

Returns:

The BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create a BrouwerLyddaneMeanShort model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the BrouwerLyddaneMean model.

Parameters:
  • gravitational_parameter (float) -- The gravitational parameter of the central body.

  • frame (str) -- The reference frame in which the state is expressed.

Returns:

The Cartesian state.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the BrouwerLyddaneMean model.

Returns:

The eccentric anomaly.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the mean anomaly of the BrouwerLyddaneMean model.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean,
) ostk.physics.unit.Angle

Get the true anomaly of the BrouwerLyddaneMean model.

Returns:

The true anomaly.

Return type:

Angle

is_defined(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

to_coe(
self: ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Convert the BrouwerLyddaneMeanShort model to classical orbital elements.

Returns:

The classical orbital elements.

Return type:

COE

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort

Create an undefined BrouwerLyddaneMeanShort model.

Returns:

The undefined BrouwerLyddaneMeanShort model.

Return type:

BrouwerLyddaneMeanShort

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html index 8966517fa..22adc1903 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.kepler.COE — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.kepler.COE

class COE(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
true_anomaly: ostk.physics.unit.Angle,
)

Bases: pybind11_object

Classical orbital elements.

Provides the classical orbital elements used to describe the orbit of a body around another.

\[\begin{split}\begin{aligned} a & = \text{semi-major axis} \\ e & = \text{eccentricity} \\ i & = \text{inclination} \\ \Omega & = \text{right ascension of the ascending node} \\ \omega & = \text{argument of periapsis} \\ \nu & = \text{true anomaly} \\ M & = \text{mean anomaly} \\ E & = \text{eccentric anomaly} \\ r_p & = \text{periapsis radius} \\ r_a & = \text{apoapsis radius} \end{aligned}\end{split}\]

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • true_anomaly (Angle) -- The true anomaly.

Methods

cartesian

Create a COE model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the COE.

get_eccentric_anomaly

Get the eccentric anomaly of the COE.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the COE.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the COE.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined COE model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The COE model.

Return type:

COE

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the COE.

Parameters:
  • gravitational_parameter (double) -- The gravitational parameter of the central body.

  • frame (Frame) -- The reference frame in which to express the Cartesian state.

Returns:

The Cartesian state of the COE.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the COE.

Returns:

The eccentric anomaly of the COE.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the mean anomaly of the COE.

Returns:

The mean anomaly of the COE.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the true anomaly of the COE.

Returns:

The true anomaly of the COE.

Return type:

Angle

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create an undefined COE model.

Returns:

The undefined COE model.

Return type:

COE

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.kepler.COE — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.kepler.COE

class COE(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
semi_major_axis: ostk.physics.unit.Length,
eccentricity: ostk.core.type.Real,
inclination: ostk.physics.unit.Angle,
raan: ostk.physics.unit.Angle,
aop: ostk.physics.unit.Angle,
true_anomaly: ostk.physics.unit.Angle,
)

Bases: pybind11_object

Classical orbital elements.

Provides the classical orbital elements used to describe the orbit of a body around another.

\[\begin{split}\begin{aligned} a & = \text{semi-major axis} \\ e & = \text{eccentricity} \\ i & = \text{inclination} \\ \Omega & = \text{right ascension of the ascending node} \\ \omega & = \text{argument of periapsis} \\ \nu & = \text{true anomaly} \\ M & = \text{mean anomaly} \\ E & = \text{eccentric anomaly} \\ r_p & = \text{periapsis radius} \\ r_a & = \text{apoapsis radius} \end{aligned}\end{split}\]

Constructor.

Parameters:
  • semi_major_axis (Length) -- The semi-major axis.

  • eccentricity (float) -- The eccentricity.

  • inclination (Angle) -- The inclination.

  • raan (Angle) -- The right ascension of the ascending node.

  • aop (Angle) -- The argument of periapsis.

  • true_anomaly (Angle) -- The true anomaly.

Methods

cartesian

Create a COE model from Cartesian state.

compute_angular_momentum

Overloaded function.

compute_radial_distance

Compute the radial distance from the semi-latus rectum and the eccentricity.

compute_semi_latus_rectum

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

eccentric_anomaly_from_mean_anomaly

Compute the eccentric anomaly from the mean anomaly.

eccentric_anomaly_from_true_anomaly

Compute the eccentric anomaly from the true anomaly.

from_SI_vector

Create a COE model from a state vector in SI units.

get_SI_vector

Get the state vector of the COE in the specified anomaly type.

get_angular_momentum

Get the angular momentum of the COE.

get_aop

Get the argument of periapsis of the COE.

get_apoapsis_radius

Get the apoapsis radius of the COE.

get_cartesian_state

Get the Cartesian state of the COE.

get_eccentric_anomaly

Get the eccentric anomaly of the COE.

get_eccentricity

Get the eccentricity of the COE.

get_inclination

Get the inclination of the COE.

get_mean_anomaly

Get the mean anomaly of the COE.

get_mean_motion

Get the mean motion of the COE.

get_nodal_precession_rate

Get the nodal precession of the COE.

get_orbital_period

Get the orbital period of the COE.

get_periapsis_radius

Get the periapsis radius of the COE.

get_raan

Get the right ascension of the ascending node of the COE.

get_radial_distance

Get the radial distance of the COE.

get_semi_latus_rectum

Get the semi-latus rectum of the COE.

get_semi_major_axis

Get the semi-major axis of the COE.

get_true_anomaly

Get the true anomaly of the COE.

is_defined

Check if the COE is defined.

mean_anomaly_from_eccentric_anomaly

Compute the mean anomaly from the eccentric anomaly.

string_from_element

Get the string representation of an element.

true_anomaly_from_eccentric_anomaly

Compute the true anomaly from the eccentric anomaly.

true_anomaly_from_mean_anomaly

Compute the true anomaly from the mean anomaly.

undefined

Create an undefined COE model.

class AnomalyType(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
value: int,
)

Bases: pybind11_object

The type of Anomaly.

Members:

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
class Element(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
value: int,
)

Bases: pybind11_object

Classical Orbital Element enumeration.

Members:

SemiMajorAxis : Semi-Major Axis

Eccentricity : Eccentricity

Inclination : Inclination

Aop : Argument of Perigee

Raan : Right Angle of the Ascending Node

TrueAnomaly : True Anomaly

MeanAnomaly : Mean Anomaly

EccentricAnomaly : Eccentric Anomaly

property name
static cartesian(
cartesian_state: Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity],
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from Cartesian state.

Parameters:
  • cartesian_state (CartesianState) -- The Cartesian state.

  • gravitational_parameter (float) -- The gravitational parameter of the central body.

Returns:

The COE model.

Return type:

COE

static compute_angular_momentum(*args, **kwargs)

Overloaded function.

  1. compute_angular_momentum(semi_major_axis: ostk.core.type.Real, eccentricity: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-major axis and the eccentricity.

    Args:

    semi_major_axis (float): The semi-major axis. In meters. eccentricity (float): The eccentricity. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

  2. compute_angular_momentum(semi_latus_rectum: ostk.core.type.Real, gravitational_parameter: ostk.physics.unit.Derived) -> ostk.core.type.Real

    Compute the angular momentum from the semi-latus rectum.

    Args:

    semi_latus_rectum (float): The semi-latus rectum. In meters. gravitational_parameter (Derived): The gravitational parameter of the central body.

    Returns:

    Derived: The angular momentum.

static compute_radial_distance(
semi_latus_rectum: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
true_anomaly: ostk.core.type.Real,
) ostk.core.type.Real

Compute the radial distance from the semi-latus rectum and the eccentricity.

Parameters:
  • semi_latus_rectum (float) -- The semi-latus rectum. In meters.

  • eccentricity (float) -- The eccentricity.

  • true_anomaly (float) -- The true anomly. In degrees.

Returns:

The radial distance.

Return type:

Length

static compute_semi_latus_rectum(
semi_major_axis: ostk.core.type.Real,
eccentricity: ostk.core.type.Real,
) ostk.core.type.Real

Compute the semi-latus rectum from the semi-major axis and the eccentricity.

Parameters:
  • semi_major_axis (float) -- The semi-major axis. In meters.

  • eccentricity (float) -- The eccentricity.

Returns:

The semi-latus rectum.

Return type:

Length

static eccentric_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The eccentric anomaly.

Return type:

Angle

static eccentric_anomaly_from_true_anomaly(
true_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the eccentric anomaly from the true anomaly.

Parameters:
  • true_anomaly (Angle) -- The true anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The eccentric anomaly.

Return type:

Angle

static from_SI_vector(
vector: numpy.ndarray[numpy.float64[6, 1]],
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create a COE model from a state vector in SI units.

Parameters:
  • vector (Vector6d) -- The state vector.

  • anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The COE model.

Return type:

COE

get_SI_vector(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
anomaly_type: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType,
) numpy.ndarray[numpy.float64[6, 1]]

Get the state vector of the COE in the specified anomaly type.

Parameters:

anomaly_type (AnomalyType) -- The type of anomaly.

Returns:

The state vector of the COE in the specified anomaly type.

Return type:

numpy.ndarray

get_angular_momentum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
arg0: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the angular momentum of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The angular momentum of the COE.

Return type:

Derived

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the argument of periapsis of the COE.

Returns:

The argument of periapsis of the COE.

Return type:

Angle

get_apoapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the apoapsis radius of the COE.

Returns:

The apoapsis radius of the COE.

Return type:

Length

get_cartesian_state(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
frame: ostk.physics.coordinate.Frame,
) Tuple[ostk.physics.coordinate.Position, ostk.physics.coordinate.Velocity]

Get the Cartesian state of the COE.

Parameters:
  • gravitational_parameter (double) -- The gravitational parameter of the central body.

  • frame (Frame) -- The reference frame in which to express the Cartesian state.

Returns:

The Cartesian state of the COE.

Return type:

CartesianState

get_eccentric_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the eccentric anomaly of the COE.

Returns:

The eccentric anomaly of the COE.

Return type:

Angle

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.core.type.Real

Get the eccentricity of the COE.

Returns:

The eccentricity of the COE.

Return type:

float

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the inclination of the COE.

Returns:

The inclination of the COE.

Return type:

Angle

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the mean anomaly of the COE.

Returns:

The mean anomaly of the COE.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.unit.Derived

Get the mean motion of the COE.

Parameters:

gravitational_parameter (Derived) -- The gravitational parameter of the central body.

Returns:

The mean motion of the COE.

Return type:

Derived

get_nodal_precession_rate(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
equatorial_radius: ostk.physics.unit.Length,
j2: ostk.core.type.Real,
) ostk.physics.unit.Derived

Get the nodal precession of the COE.

Parameters:
  • gravitational_parameter (Derived) -- The gravitational parameter of the central body.

  • equatorial_radius (Length) -- The equatorial radius of the central body.

  • j2 (float) -- The second zonal harmonic coefficient of the central body.

Returns:

The nodal precession of the COE.

Return type:

Derived

get_orbital_period(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
gravitational_parameter: ostk.physics.unit.Derived,
) ostk.physics.time.Duration

Get the orbital period of the COE.

Parameters:

gravitational_parameter (double) -- The gravitational parameter of the central body.

Returns:

The orbital period of the COE.

Return type:

Duration

get_periapsis_radius(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the periapsis radius of the COE.

Returns:

The periapsis radius of the COE.

Return type:

Length

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node of the COE.

Returns:

The right ascension of the ascending node of the COE.

Return type:

Angle

get_radial_distance(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the radial distance of the COE.

Returns:

The radial distance of the COE.

Return type:

Length

get_semi_latus_rectum(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-latus rectum of the COE.

Returns:

The semilatus rectum of the COE.

Return type:

Length

get_semi_major_axis(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Length

Get the semi-major axis of the COE.

Returns:

The semi-major axis of the COE.

Return type:

Length

get_true_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE,
) ostk.physics.unit.Angle

Get the true anomaly of the COE.

Returns:

The true anomaly of the COE.

Return type:

Angle

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.kepler.COE) bool

Check if the COE is defined.

Returns:

True if the COE is defined, False otherwise.

Return type:

bool

static mean_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the mean anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The mean anomaly.

Return type:

Angle

static string_from_element(
element: ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element,
) ostk.core.type.String

Get the string representation of an element.

Parameters:

element (Element) -- The element.

Returns:

The string representation.

Return type:

str

static true_anomaly_from_eccentric_anomaly(
eccentric_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the eccentric anomaly.

Parameters:
  • eccentric_anomaly (Angle) -- The eccentric anomaly.

  • eccentricity (float) -- The eccentricity.

Returns:

The true anomaly.

Return type:

Angle

static true_anomaly_from_mean_anomaly(
mean_anomaly: ostk.physics.unit.Angle,
eccentricity: ostk.core.type.Real,
tolerance: ostk.core.type.Real,
) ostk.physics.unit.Angle

Compute the true anomaly from the mean anomaly.

Parameters:
  • mean_anomaly (Angle) -- The mean anomaly.

  • eccentricity (float) -- The eccentricity.

  • tolerance (float) -- The tolerance of the root solver.

Returns:

The true anomaly.

Return type:

Angle

static undefined() ostk.astrodynamics.trajectory.orbit.model.kepler.COE

Create an undefined COE model.

Returns:

The undefined COE model.

Return type:

COE

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html index 52fbca08f..009d6088e 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

class TLE(*args, **kwargs)

Bases: pybind11_object

A Two-Line Element set (TLE).

A TLE is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time

Reference:

https://en.wikipedia.org/wiki/Two-line_element_set

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE, first_line: ostk.core.type.String, second_line: ostk.core.type.String) -> None

    Constructor.

    Args:

    first_line (str): The first line of the TLE. second_line (str): The second line of the TLE.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE, satellite_name: ostk.core.type.String, first_line: ostk.core.type.String, second_line: ostk.core.type.String) -> None

    Constructor.

    Args:

    satellite_name (str): The name of the satellite. first_line (str): The first line of the TLE. second_line (str): The second line of the TLE.

Methods

can_parse

Check if a TLE can be parsed from two strings.

construct

Overloaded function.

generate_checksum

Generate the checksum of a string.

get_aop

Get the argument of perigee.

get_b_star_drag_term

Get the B* drag term.

get_classification

Get the classification.

get_eccentricity

Get the eccentricity.

get_element_set_number

Get the element set number.

get_ephemeris_type

Get the ephemeris type.

get_epoch

Get the epoch.

get_first_line

Get the first line of the TLE.

get_first_line_checksum

Get the checksum of the first line.

get_inclination

Get the inclination.

get_international_designator

Get the international designator.

get_mean_anomaly

Get the mean anomaly.

get_mean_motion

Get the mean motion.

get_mean_motion_first_time_derivative_divided_by_two

Get the mean motion first time derivative divided by two.

get_mean_motion_second_time_derivative_divided_by_six

Get the mean motion second time derivative divided by six.

get_raan

Get the right ascension of the ascending node.

get_revolution_number_at_epoch

Get the revolution number at epoch.

get_satellite_name

Get the name of the satellite.

get_satellite_number

Get the satellite number.

get_second_line

Get the second line of the TLE.

get_second_line_checksum

Get the checksum of the second line.

is_defined

Check if the TLE object is defined.

load

Load a TLE from a file.

parse

Parse a TLE from a string.

set_epoch

Set the epoch.

set_revolution_number_at_epoch

Set the revolution number at epoch.

set_satellite_number

Set the satellite number.

undefined

Create an undefined TLE object.

static can_parse(
first_line: ostk.core.type.String,
second_line: ostk.core.type.String,
) bool

Check if a TLE can be parsed from two strings.

Parameters:
  • first_line (str) -- The first line of the TLE.

  • second_line (str) -- The second line of the TLE.

Returns:

True if the TLE can be parsed, False otherwise.

Return type:

bool

static construct(*args, **kwargs)

Overloaded function.

  1. construct(satellite_name: ostk.core.type.String, satellite_number: ostk.core.type.Integer, classification: ostk.core.type.String, international_designator: ostk.core.type.String, epoch: ostk.physics.time.Instant, mean_motion_first_time_derivative_divided_by_two: ostk.core.type.Real, mean_motion_second_time_derivative_divided_by_six: ostk.core.type.Real, b_star_drag_term: ostk.core.type.Real, ephemeris_type: ostk.core.type.Integer, element_set_number: ostk.core.type.Integer, inclination: ostk.physics.unit.Angle, raan: ostk.physics.unit.Angle, eccentricity: ostk.core.type.Real, aop: ostk.physics.unit.Angle, mean_anomaly: ostk.physics.unit.Angle, mean_motion: ostk.physics.unit.Derived, revolution_number_at_epoch: ostk.core.type.Integer) -> ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

    Construct a TLE.

    Args:

    satellite_name (str): The name of the satellite. satellite_number (int): The satellite number. classification (str): The classification. international_designator (str): The international designator. epoch (Instant): The epoch. mean_motion_first_time_derivative_divided_by_two (float): The mean motion first time derivative divided by two. mean_motion_second_time_derivative_divided_by_six (float): The mean motion second time derivative divided by six. b_star_drag_term (float): The B* drag term. ephemeris_type (int): The ephemeris type. element_set_number (int): The element set number. inclination (Angle): The inclination. raan (Angle): The right ascension of the ascending node. eccentricity (float): The eccentricity. aop (Angle): The argument of perigee. mean_anomaly (Angle): The mean anomaly. mean_motion (float): The mean motion. revolution_number_at_epoch (int): The revolution number at epoch.

    Returns:

    TLE: The constructed TLE.

  2. construct(satellite_number: ostk.core.type.Integer, classification: ostk.core.type.String, international_designator: ostk.core.type.String, epoch: ostk.physics.time.Instant, mean_motion_first_time_derivative_divided_by_two: ostk.core.type.Real, mean_motion_second_time_derivative_divided_by_six: ostk.core.type.Real, b_star_drag_term: ostk.core.type.Real, ephemeris_type: ostk.core.type.Integer, element_set_number: ostk.core.type.Integer, inclination: ostk.physics.unit.Angle, raan: ostk.physics.unit.Angle, eccentricity: ostk.core.type.Real, aop: ostk.physics.unit.Angle, mean_anomaly: ostk.physics.unit.Angle, mean_motion: ostk.physics.unit.Derived, revolution_number_at_epoch: ostk.core.type.Integer) -> ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

    Construct a TLE.

    Args:

    satellite_number (int): The satellite number. classification (str): The classification. international_designator (str): The international designator. epoch (Instant): The epoch. mean_motion_first_time_derivative_divided_by_two (float): The mean motion first time derivative divided by two. mean_motion_second_time_derivative_divided_by_six (float): The mean motion second time derivative divided by six. b_star_drag_term (float): The B* drag term. ephemeris_type (int): The ephemeris type. element_set_number (int): The element set number. inclination (Angle): The inclination. raan (Angle): The right ascension of the ascending node. eccentricity (float): The eccentricity. aop (Angle): The argument of perigee. mean_anomaly (Angle): The mean anomaly. mean_motion (float): The mean motion. revolution_number_at_epoch (int): The revolution number at epoch.

    Returns:

    TLE: The constructed TLE.

static generate_checksum(string: ostk.core.type.String) ostk.core.type.Integer

Generate the checksum of a string.

Parameters:

string (str) -- The string.

Returns:

The checksum.

Return type:

int

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the argument of perigee.

Returns:

The argument of perigee.

Return type:

Angle

get_b_star_drag_term(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the B* drag term.

Returns:

The B* drag term.

Return type:

float

get_classification(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the classification.

Returns:

The classification.

Return type:

str

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the eccentricity.

Returns:

The eccentricity.

Return type:

float

get_element_set_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the element set number.

Returns:

The element set number.

Return type:

int

get_ephemeris_type(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the ephemeris type.

Returns:

The ephemeris type.

Return type:

int

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.time.Instant

Get the epoch.

Returns:

The epoch.

Return type:

Instant

get_first_line(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the first line of the TLE.

Returns:

The first line of the TLE.

Return type:

str

get_first_line_checksum(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the checksum of the first line.

Returns:

The checksum of the first line.

Return type:

int

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the inclination.

Returns:

The inclination.

Return type:

Angle

get_international_designator(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the international designator.

Returns:

The international designator.

Return type:

str

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the mean anomaly.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Derived

Get the mean motion.

Returns:

The mean motion.

Return type:

float

get_mean_motion_first_time_derivative_divided_by_two(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the mean motion first time derivative divided by two.

Returns:

The mean motion first time derivative divided by two.

Return type:

float

get_mean_motion_second_time_derivative_divided_by_six(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the mean motion second time derivative divided by six.

Returns:

The mean motion second time derivative divided by six.

Return type:

float

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node.

Returns:

The right ascension of the ascending node.

Return type:

Angle

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the revolution number at epoch.

Returns:

The revolution number at epoch.

Return type:

int

get_satellite_name(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the name of the satellite.

Returns:

The name of the satellite.

Return type:

str

get_satellite_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the satellite number.

Returns:

The satellite number.

Return type:

int

get_second_line(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the second line of the TLE.

Returns:

The second line of the TLE.

Return type:

str

get_second_line_checksum(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the checksum of the second line.

Returns:

The checksum of the second line.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE) bool

Check if the TLE object is defined.

Returns:

True if the TLE object is defined, False otherwise.

Return type:

bool

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Load a TLE from a file.

Parameters:

file (str) -- The path to the file.

Returns:

The loaded TLE.

Return type:

TLE

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Parse a TLE from a string.

Parameters:

string (str) -- The string to parse.

Returns:

The parsed TLE.

Return type:

TLE

set_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
epoch: ostk.physics.time.Instant,
) None

Set the epoch.

Parameters:

epoch (Instant) -- The epoch.

set_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
revolution_number: ostk.core.type.Integer,
) None

Set the revolution number at epoch.

Parameters:

revolution_number (int) -- The revolution number at epoch.

set_satellite_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
satellite_number: ostk.core.type.Integer,
) None

Set the satellite number.

Parameters:

satellite_number (int) -- The satellite number.

static undefined() ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Create an undefined TLE object.

Returns:

The undefined TLE object.

Return type:

TLE

\ No newline at end of file + ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

class TLE(*args, **kwargs)

Bases: pybind11_object

A Two-Line Element set (TLE).

A TLE is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time

Reference:

https://en.wikipedia.org/wiki/Two-line_element_set

Overloaded function.

  1. __init__(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE, first_line: ostk.core.type.String, second_line: ostk.core.type.String) -> None

    Constructor.

    Args:

    first_line (str): The first line of the TLE. second_line (str): The second line of the TLE.

  2. __init__(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE, satellite_name: ostk.core.type.String, first_line: ostk.core.type.String, second_line: ostk.core.type.String) -> None

    Constructor.

    Args:

    satellite_name (str): The name of the satellite. first_line (str): The first line of the TLE. second_line (str): The second line of the TLE.

Methods

can_parse

Check if a TLE can be parsed from two strings.

construct

Overloaded function.

generate_checksum

Generate the checksum of a string.

get_aop

Get the argument of perigee.

get_b_star_drag_term

Get the B* drag term.

get_classification

Get the classification.

get_eccentricity

Get the eccentricity.

get_element_set_number

Get the element set number.

get_ephemeris_type

Get the ephemeris type.

get_epoch

Get the epoch.

get_first_line

Get the first line of the TLE.

get_first_line_checksum

Get the checksum of the first line.

get_inclination

Get the inclination.

get_international_designator

Get the international designator.

get_mean_anomaly

Get the mean anomaly.

get_mean_motion

Get the mean motion.

get_mean_motion_first_time_derivative_divided_by_two

Get the mean motion first time derivative divided by two.

get_mean_motion_second_time_derivative_divided_by_six

Get the mean motion second time derivative divided by six.

get_raan

Get the right ascension of the ascending node.

get_revolution_number_at_epoch

Get the revolution number at epoch.

get_satellite_name

Get the name of the satellite.

get_satellite_number

Get the satellite number.

get_second_line

Get the second line of the TLE.

get_second_line_checksum

Get the checksum of the second line.

is_defined

Check if the TLE object is defined.

load

Load a TLE from a file.

parse

Parse a TLE from a string.

set_epoch

Set the epoch.

set_revolution_number_at_epoch

Set the revolution number at epoch.

set_satellite_number

Set the satellite number.

undefined

Create an undefined TLE object.

static can_parse(
first_line: ostk.core.type.String,
second_line: ostk.core.type.String,
) bool

Check if a TLE can be parsed from two strings.

Parameters:
  • first_line (str) -- The first line of the TLE.

  • second_line (str) -- The second line of the TLE.

Returns:

True if the TLE can be parsed, False otherwise.

Return type:

bool

static construct(*args, **kwargs)

Overloaded function.

  1. construct(satellite_name: ostk.core.type.String, satellite_number: ostk.core.type.Integer, classification: ostk.core.type.String, international_designator: ostk.core.type.String, epoch: ostk.physics.time.Instant, mean_motion_first_time_derivative_divided_by_two: ostk.core.type.Real, mean_motion_second_time_derivative_divided_by_six: ostk.core.type.Real, b_star_drag_term: ostk.core.type.Real, ephemeris_type: ostk.core.type.Integer, element_set_number: ostk.core.type.Integer, inclination: ostk.physics.unit.Angle, raan: ostk.physics.unit.Angle, eccentricity: ostk.core.type.Real, aop: ostk.physics.unit.Angle, mean_anomaly: ostk.physics.unit.Angle, mean_motion: ostk.physics.unit.Derived, revolution_number_at_epoch: ostk.core.type.Integer) -> ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

    Construct a TLE.

    Args:

    satellite_name (str): The name of the satellite. satellite_number (int): The satellite number. classification (str): The classification. international_designator (str): The international designator. epoch (Instant): The epoch. mean_motion_first_time_derivative_divided_by_two (float): The mean motion first time derivative divided by two. mean_motion_second_time_derivative_divided_by_six (float): The mean motion second time derivative divided by six. b_star_drag_term (float): The B* drag term. ephemeris_type (int): The ephemeris type. element_set_number (int): The element set number. inclination (Angle): The inclination. raan (Angle): The right ascension of the ascending node. eccentricity (float): The eccentricity. aop (Angle): The argument of perigee. mean_anomaly (Angle): The mean anomaly. mean_motion (float): The mean motion. revolution_number_at_epoch (int): The revolution number at epoch.

    Returns:

    TLE: The constructed TLE.

  2. construct(satellite_number: ostk.core.type.Integer, classification: ostk.core.type.String, international_designator: ostk.core.type.String, epoch: ostk.physics.time.Instant, mean_motion_first_time_derivative_divided_by_two: ostk.core.type.Real, mean_motion_second_time_derivative_divided_by_six: ostk.core.type.Real, b_star_drag_term: ostk.core.type.Real, ephemeris_type: ostk.core.type.Integer, element_set_number: ostk.core.type.Integer, inclination: ostk.physics.unit.Angle, raan: ostk.physics.unit.Angle, eccentricity: ostk.core.type.Real, aop: ostk.physics.unit.Angle, mean_anomaly: ostk.physics.unit.Angle, mean_motion: ostk.physics.unit.Derived, revolution_number_at_epoch: ostk.core.type.Integer) -> ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

    Construct a TLE.

    Args:

    satellite_number (int): The satellite number. classification (str): The classification. international_designator (str): The international designator. epoch (Instant): The epoch. mean_motion_first_time_derivative_divided_by_two (float): The mean motion first time derivative divided by two. mean_motion_second_time_derivative_divided_by_six (float): The mean motion second time derivative divided by six. b_star_drag_term (float): The B* drag term. ephemeris_type (int): The ephemeris type. element_set_number (int): The element set number. inclination (Angle): The inclination. raan (Angle): The right ascension of the ascending node. eccentricity (float): The eccentricity. aop (Angle): The argument of perigee. mean_anomaly (Angle): The mean anomaly. mean_motion (float): The mean motion. revolution_number_at_epoch (int): The revolution number at epoch.

    Returns:

    TLE: The constructed TLE.

static generate_checksum(string: ostk.core.type.String) ostk.core.type.Integer

Generate the checksum of a string.

Parameters:

string (str) -- The string.

Returns:

The checksum.

Return type:

int

get_aop(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the argument of perigee.

Returns:

The argument of perigee.

Return type:

Angle

get_b_star_drag_term(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the B* drag term.

Returns:

The B* drag term.

Return type:

float

get_classification(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the classification.

Returns:

The classification.

Return type:

str

get_eccentricity(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the eccentricity.

Returns:

The eccentricity.

Return type:

float

get_element_set_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the element set number.

Returns:

The element set number.

Return type:

int

get_ephemeris_type(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the ephemeris type.

Returns:

The ephemeris type.

Return type:

int

get_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.time.Instant

Get the epoch.

Returns:

The epoch.

Return type:

Instant

get_first_line(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the first line of the TLE.

Returns:

The first line of the TLE.

Return type:

str

get_first_line_checksum(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the checksum of the first line.

Returns:

The checksum of the first line.

Return type:

int

get_inclination(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the inclination.

Returns:

The inclination.

Return type:

Angle

get_international_designator(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the international designator.

Returns:

The international designator.

Return type:

str

get_mean_anomaly(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the mean anomaly.

Returns:

The mean anomaly.

Return type:

Angle

get_mean_motion(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Derived

Get the mean motion.

Returns:

The mean motion.

Return type:

float

get_mean_motion_first_time_derivative_divided_by_two(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the mean motion first time derivative divided by two.

Returns:

The mean motion first time derivative divided by two.

Return type:

float

get_mean_motion_second_time_derivative_divided_by_six(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Real

Get the mean motion second time derivative divided by six.

Returns:

The mean motion second time derivative divided by six.

Return type:

float

get_raan(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.physics.unit.Angle

Get the right ascension of the ascending node.

Returns:

The right ascension of the ascending node.

Return type:

Angle

get_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the revolution number at epoch.

Returns:

The revolution number at epoch.

Return type:

int

get_satellite_name(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the name of the satellite.

Returns:

The name of the satellite.

Return type:

str

get_satellite_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the satellite number.

Returns:

The satellite number.

Return type:

int

get_second_line(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.String

Get the second line of the TLE.

Returns:

The second line of the TLE.

Return type:

str

get_second_line_checksum(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
) ostk.core.type.Integer

Get the checksum of the second line.

Returns:

The checksum of the second line.

Return type:

int

is_defined(self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE) bool

Check if the TLE object is defined.

Returns:

True if the TLE object is defined, False otherwise.

Return type:

bool

static load(
file: ostk.core.filesystem.File,
) ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Load a TLE from a file.

Parameters:

file (str) -- The path to the file.

Returns:

The loaded TLE.

Return type:

TLE

static parse(
string: ostk.core.type.String,
) ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Parse a TLE from a string.

Parameters:

string (str) -- The string to parse.

Returns:

The parsed TLE.

Return type:

TLE

set_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
epoch: ostk.physics.time.Instant,
) None

Set the epoch.

Parameters:

epoch (Instant) -- The epoch.

set_revolution_number_at_epoch(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
revolution_number: ostk.core.type.Integer,
) None

Set the revolution number at epoch.

Parameters:

revolution_number (int) -- The revolution number at epoch.

set_satellite_number(
self: ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE,
satellite_number: ostk.core.type.Integer,
) None

Set the satellite number.

Parameters:

satellite_number (int) -- The satellite number.

static undefined() ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE

Create an undefined TLE object.

Returns:

The undefined TLE object.

Return type:

TLE

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html index a54bd5b32..2f3e1a660 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.state.CoordinateSubset — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.CoordinateSubset

class CoordinateSubset(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
name: ostk.core.type.String,
size: int,
)

Bases: pybind11_object

State coordinate subset. It contains information related to a particular group of coordinates. It does not contain the coordinate values.

Constructor.

Parameters:
  • name (str) -- The name of the coordinate subset.

  • size (int) -- The size of the coordinate subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert the coordinates of this state from one frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert the coordinates of this state from one frame to another.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • from_frame (Frame) -- The reference frame of the input coordinates.

  • to_frame (Frame) -- The reference frame of the output coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The coordinates in the output frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file + ostk.astrodynamics.trajectory.state.CoordinateSubset — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.CoordinateSubset

class CoordinateSubset(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
name: ostk.core.type.String,
size: int,
)

Bases: pybind11_object

State coordinate subset. It contains information related to a particular group of coordinates. It does not contain the coordinate values.

Constructor.

Parameters:
  • name (str) -- The name of the coordinate subset.

  • size (int) -- The size of the coordinate subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert the coordinates of this state from one frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert the coordinates of this state from one frame to another.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • from_frame (Frame) -- The reference frame of the input coordinates.

  • to_frame (Frame) -- The reference frame of the output coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The coordinates in the output frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html index 6dd1a63db..010656082 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity

class AngularVelocity(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity,
attitude_quaternion: ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Angular velocity coordinate subset.

Defined with respect to a reference frame and a Attitude quaternion.

Constructor.

Parameters:
  • attitude_quaternion (AttitudeQuaternion) -- The Attitude quaternion.

  • name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Angular velocity subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Angular velocity from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity

Get the default Angular velocity subset.

Returns:

The default Angular velocity subset.

Return type:

AngularVelocity

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Angular velocity from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Angular velocity to convert.

  • from_frame (str) -- The reference frame of the input Angular velocity.

  • to_frame (str) -- The reference frame of the output Angular velocity.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Angular velocity in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file + ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity

class AngularVelocity(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity,
attitude_quaternion: ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Angular velocity coordinate subset.

Defined with respect to a reference frame and a Attitude quaternion.

Constructor.

Parameters:
  • attitude_quaternion (AttitudeQuaternion) -- The Attitude quaternion.

  • name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Angular velocity subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Angular velocity from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity

Get the default Angular velocity subset.

Returns:

The default Angular velocity subset.

Return type:

AngularVelocity

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Angular velocity from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Angular velocity to convert.

  • from_frame (str) -- The reference frame of the input Angular velocity.

  • to_frame (str) -- The reference frame of the output Angular velocity.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Angular velocity in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html index e2d3b9522..4c6649af0 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion

class AttitudeQuaternion(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Attitude quaternion coordinate subset.

Defined with respect to a reference frame.

Constructor.

Parameters:

name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Attitude quaternion subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Attitude quaternion from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion

Get the default Attitude quaternion subset.

Returns:

The default Attitude quaternion subset.

Return type:

AttitudeQuaternion

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Attitude quaternion from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Attitude quaternion to convert.

  • from_frame (str) -- The reference frame of the input Attitude quaternion.

  • to_frame (str) -- The reference frame of the output Attitude quaternion.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Attitude quaternion in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file + ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion

class AttitudeQuaternion(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Attitude quaternion coordinate subset.

Defined with respect to a reference frame.

Constructor.

Parameters:

name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Attitude quaternion subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Attitude quaternion from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion

Get the default Attitude quaternion subset.

Returns:

The default Attitude quaternion subset.

Return type:

AttitudeQuaternion

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Attitude quaternion from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Attitude quaternion to convert.

  • from_frame (str) -- The reference frame of the input Attitude quaternion.

  • to_frame (str) -- The reference frame of the output Attitude quaternion.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Attitude quaternion in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html index a94f00afe..70551c57b 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition

class CartesianPosition(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Cartesian position coordinate subset.

Defined with respect to a reference frame.

Constructor.

Parameters:

name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Cartesian position subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Cartesian position from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition

Get the default Cartesian position subset.

Returns:

The default Cartesian position subset.

Return type:

CartesianPosition

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Cartesian position from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Cartesian position to convert.

  • from_frame (str) -- The reference frame of the input Cartesian position.

  • to_frame (str) -- The reference frame of the output Cartesian position.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Cartesian position in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file + ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition

class CartesianPosition(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Cartesian position coordinate subset.

Defined with respect to a reference frame.

Constructor.

Parameters:

name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Cartesian position subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Cartesian position from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition

Get the default Cartesian position subset.

Returns:

The default Cartesian position subset.

Return type:

CartesianPosition

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Cartesian position from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Cartesian position to convert.

  • from_frame (str) -- The reference frame of the input Cartesian position.

  • to_frame (str) -- The reference frame of the output Cartesian position.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Cartesian position in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html index 274dc284e..f2b595813 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html +++ b/_build/html/_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.html @@ -1 +1 @@ - ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity

class CartesianVelocity(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity,
cartesian_position: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Cartesian velocity coordinate subset.

Defined with respect to a reference frame and a Cartesian position.

Constructor.

Parameters:
  • cartesian_position (CartesianPosition) -- The Cartesian position.

  • name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Cartesian velocity subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Cartesian velocity from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity

Get the default Cartesian velocity subset.

Returns:

The default Cartesian velocity subset.

Return type:

CartesianVelocity

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Cartesian velocity from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Cartesian velocity to convert.

  • from_frame (str) -- The reference frame of the input Cartesian velocity.

  • to_frame (str) -- The reference frame of the output Cartesian velocity.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Cartesian velocity in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file + ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity

class CartesianVelocity(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity,
cartesian_position: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition,
name: ostk.core.type.String,
)

Bases: CoordinateSubset

Cartesian velocity coordinate subset.

Defined with respect to a reference frame and a Cartesian position.

Constructor.

Parameters:
  • cartesian_position (CartesianPosition) -- The Cartesian position.

  • name (str) -- The name of the subset.

Methods

add

Add the coordinates of another state to the coordinates of this state.

default

Get the default Cartesian velocity subset.

drag_coefficient

Get the drag coefficient coordinate subset.

get_id

Get the identifier of the coordinate subset.

get_name

Get the name of the coordinate subset.

get_size

Get the size of the coordinate subset.

in_frame

Convert a Cartesian velocity from one reference frame to another.

mass

Get the mass coordinate subset.

subtract

Subtract the coordinates of another state from the coordinates of this state.

surface_area

Get the surface area coordinate subset.

add(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Add the coordinates of another state to the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The sum of the coordinates.

Return type:

numpy.ndarray

static default() ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity

Get the default Cartesian velocity subset.

Returns:

The default Cartesian velocity subset.

Return type:

CartesianVelocity

static drag_coefficient() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the drag coefficient coordinate subset.

Returns:

The drag coefficient coordinate subset.

Return type:

CoordinateSubset

get_id(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the identifier of the coordinate subset.

Returns:

The identifier of the coordinate subset.

Return type:

str

get_name(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) ostk.core.type.String

Get the name of the coordinate subset.

Returns:

The name of the coordinate subset.

Return type:

str

get_size(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
) int

Get the size of the coordinate subset.

Returns:

The size of the coordinate subset.

Return type:

int

in_frame(
self: ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
from_frame: ostk.physics.coordinate.Frame,
to_frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Convert a Cartesian velocity from one reference frame to another.

Parameters:
  • instant (Instant) -- The instant of the conversion.

  • coordinates (numpy.ndarray) -- The Cartesian velocity to convert.

  • from_frame (str) -- The reference frame of the input Cartesian velocity.

  • to_frame (str) -- The reference frame of the output Cartesian velocity.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The Cartesian velocity in the output reference frame.

Return type:

numpy.ndarray

static mass() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the mass coordinate subset.

Returns:

The mass coordinate subset.

Return type:

CoordinateSubset

subtract(
self: ostk.astrodynamics.trajectory.state.CoordinateSubset,
instant: ostk.physics.time.Instant,
coordinates: numpy.ndarray[numpy.float64[m, 1]],
another_coordinates: numpy.ndarray[numpy.float64[m, 1]],
frame: ostk.physics.coordinate.Frame,
coordinate_broker: ostk.astrodynamics.trajectory.state.CoordinateBroker,
) numpy.ndarray[numpy.float64[m, 1]]

Subtract the coordinates of another state from the coordinates of this state.

Parameters:
  • instant (Instant) -- The instant of the state.

  • coordinates (numpy.ndarray) -- The coordinates of this state.

  • another_coordinates (numpy.ndarray) -- The coordinates of the other state.

  • frame (Frame) -- The reference frame of the coordinates.

  • coordinate_broker (CoordinateBroker) -- The coordinate broker.

Returns:

The difference of the coordinates.

Return type:

numpy.ndarray

static surface_area() ostk.astrodynamics.trajectory.state.CoordinateSubset

Get the surface area coordinate subset.

Returns:

The surface area coordinate subset.

Return type:

CoordinateSubset

\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_aer.html b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_aer.html index ee3760655..54b573410 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_aer.html +++ b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_aer.html @@ -1 +1 @@ - ostk.astrodynamics.utilities.compute_aer — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.utilities.compute_aer — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.html b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.html index bc47c16be..4e5a0f816 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.html +++ b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.html @@ -1 +1 @@ - ostk.astrodynamics.utilities.compute_time_lla_aer_state — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.utilities.compute_time_lla_aer_state — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html index b2175d47f..e67a8d45b 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html +++ b/_build/html/_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.html @@ -1 +1 @@ - ostk.astrodynamics.utilities.compute_trajectory_geometry — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.utilities.compute_trajectory_geometry — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.utilities.lla_from_position.html b/_build/html/_autosummary/ostk.astrodynamics.utilities.lla_from_position.html index d75a0d385..110b210e1 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.utilities.lla_from_position.html +++ b/_build/html/_autosummary/ostk.astrodynamics.utilities.lla_from_position.html @@ -1 +1 @@ - ostk.astrodynamics.utilities.lla_from_position — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.utilities.lla_from_position — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.utilities.position_from_lla.html b/_build/html/_autosummary/ostk.astrodynamics.utilities.position_from_lla.html index e59f98ff9..09e6086c0 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.utilities.position_from_lla.html +++ b/_build/html/_autosummary/ostk.astrodynamics.utilities.position_from_lla.html @@ -1 +1 @@ - ostk.astrodynamics.utilities.position_from_lla — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file + ostk.astrodynamics.utilities.position_from_lla — Open Space Toolkit Astrodynamics Skip to content
\ No newline at end of file diff --git a/_build/html/_autosummary/ostk.astrodynamics.viewer.Viewer.html b/_build/html/_autosummary/ostk.astrodynamics.viewer.Viewer.html index 8ee1d09b8..8d8b99fc6 100644 --- a/_build/html/_autosummary/ostk.astrodynamics.viewer.Viewer.html +++ b/_build/html/_autosummary/ostk.astrodynamics.viewer.Viewer.html @@ -1 +1 @@ - ostk.astrodynamics.viewer.Viewer — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.viewer.Viewer

class Viewer(
interval: Interval,
cesium_token: str | None = None,
width: str = '1500px',
height: str = '800px',
)

Bases: object

Methods

add_line

Add line to Viewer.

add_profile

Add Profile to Viewer.

add_target

Add target to Viewer.

render

Render Viewer as HTML string.

Attributes

interval

add_profile(
profile: Profile,
step: Duration,
show_orbital_track: bool = False,
cesium_asset_id: int | None = None,
sensors: list[Sensor] | None = None,
show_xyz_axes: bool = False,
) None

Add Profile to Viewer.

Parameters:
  • profile (Profile) -- Profile to be added.

  • step (Duration) -- Step between two consecutive states.

  • show_orbital_track (bool, optional) -- Whether to show the orbital track. Defaults to False.

  • cesium_asset_id (int, optional) -- The Cesium asset ID. Defaults to None.

  • sensors (list[Sensor], optional) -- Sensors to be added to the asset. Defaults to None.

  • show_xyz_axes (bool, optional) -- Whether to show the XYZ axes. Defaults to False.

add_target(
position: Position,
size: int | None = None,
color: str | None = None,
) None

Add target to Viewer.

Parameters:
  • position (Position) -- Target position.

  • size (int, optional) -- Target size. Defaults to None.

  • color (str, optional) -- Target color. Defaults to None.

add_line(
positions: list[Position],
size: int | None = None,
color: str | None = None,
) None

Add line to Viewer.

Parameters:
  • positions (list[Position]) -- Line positions.

  • size (int, optional) -- Line size. Defaults to None.

  • color (str, optional) -- Line color. Defaults to None.

render() str

Render Viewer as HTML string.

Returns:

Rendered HTML string.

Return type:

str

\ No newline at end of file + ostk.astrodynamics.viewer.Viewer — Open Space Toolkit Astrodynamics Skip to content

ostk.astrodynamics.viewer.Viewer

class Viewer(
interval: Interval,
cesium_token: str | None = None,
width: str = '1500px',
height: str = '800px',
)

Bases: object

Methods

add_line

Add line to Viewer.

add_profile

Add Profile to Viewer.

add_target

Add target to Viewer.

render

Render Viewer as HTML string.

Attributes

interval

add_profile(
profile: Profile,
step: Duration,
show_orbital_track: bool = False,
cesium_asset_id: int | None = None,
sensors: list[Sensor] | None = None,
show_xyz_axes: bool = False,
) None

Add Profile to Viewer.

Parameters:
  • profile (Profile) -- Profile to be added.

  • step (Duration) -- Step between two consecutive states.

  • show_orbital_track (bool, optional) -- Whether to show the orbital track. Defaults to False.

  • cesium_asset_id (int, optional) -- The Cesium asset ID. Defaults to None.

  • sensors (list[Sensor], optional) -- Sensors to be added to the asset. Defaults to None.

  • show_xyz_axes (bool, optional) -- Whether to show the XYZ axes. Defaults to False.

add_target(
position: Position,
size: int | None = None,
color: str | None = None,
) None

Add target to Viewer.

Parameters:
  • position (Position) -- Target position.

  • size (int, optional) -- Target size. Defaults to None.

  • color (str, optional) -- Target color. Defaults to None.

add_line(
positions: list[Position],
size: int | None = None,
color: str | None = None,
) None

Add line to Viewer.

Parameters:
  • positions (list[Position]) -- Line positions.

  • size (int, optional) -- Line size. Defaults to None.

  • color (str, optional) -- Line color. Defaults to None.

render() str

Render Viewer as HTML string.

Returns:

Rendered HTML string.

Return type:

str

\ No newline at end of file diff --git a/_build/html/_images/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg b/_build/html/_images/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg similarity index 99% rename from _build/html/_images/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg rename to _build/html/_images/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg index f47f7f497..97bf164d2 100644 --- a/_build/html/_images/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg +++ b/_build/html/_images/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/jupyter_execute/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg b/_build/html/_images/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg similarity index 99% rename from _build/jupyter_execute/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg rename to _build/html/_images/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg index 65eeb08bd..83b0009a7 100644 --- a/_build/jupyter_execute/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg +++ b/_build/html/_images/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.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/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg b/_build/html/_images/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg similarity index 99% rename from _build/jupyter_execute/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg rename to _build/html/_images/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg index 1357ea445..57646fc6c 100644 --- a/_build/jupyter_execute/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg +++ b/_build/html/_images/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/html/_images/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg b/_build/html/_images/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg similarity index 99% rename from _build/html/_images/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg rename to _build/html/_images/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg index ca3ca817b..6a9a568e7 100644 --- a/_build/html/_images/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg +++ b/_build/html/_images/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/html/_images/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg b/_build/html/_images/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg similarity index 99% rename from _build/html/_images/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg rename to _build/html/_images/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg index 339a3cff6..c23e3a536 100644 --- a/_build/html/_images/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg +++ b/_build/html/_images/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/html/_notebooks/Area Coverage.html b/_build/html/_notebooks/Area Coverage.html index ee2121645..8318f1ae5 100644 --- a/_build/html/_notebooks/Area Coverage.html +++ b/_build/html/_notebooks/Area Coverage.html @@ -428,7 +428,7 @@ ) figure.show("svg") -
../_images/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg

3D plot:

data = []
+
../_images/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg

3D plot:

data = []
 
 # Satellite Ground Track
 
@@ -511,4 +511,4 @@
 )
 
 figure.show("svg")
-
../_images/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg

\ No newline at end of file +
../_images/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg

\ No newline at end of file diff --git a/_build/html/_notebooks/Custom Window Generation.html b/_build/html/_notebooks/Custom Window Generation.html index 7650bc445..05ffe36de 100644 --- a/_build/html/_notebooks/Custom Window Generation.html +++ b/_build/html/_notebooks/Custom Window Generation.html @@ -160,4 +160,4 @@ mode="markers+lines", ) figure.show("svg") -
../_images/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg

\ No newline at end of file +
../_images/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg

\ No newline at end of file diff --git a/_build/html/_notebooks/Sensor Modeling.html b/_build/html/_notebooks/Sensor Modeling.html index e787d8cc9..8f1799f62 100644 --- a/_build/html/_notebooks/Sensor Modeling.html +++ b/_build/html/_notebooks/Sensor Modeling.html @@ -305,7 +305,7 @@ ) figure.show("svg") -
../_images/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg

3D plot:

data = []
+
../_images/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg

3D plot:

data = []
 
 data.append(
     go.Scattergeo(
@@ -352,7 +352,7 @@
 )
 
 figure.show("svg")
-
../_images/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg

Satellite body frame orientation plot:

def earth_data(earth):
+
../_images/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg

Satellite body frame orientation plot:

def earth_data(earth):
     theta = np.linspace(0, 2 * np.pi, 30)
     phi = np.linspace(0, np.pi, 30)
 
diff --git a/_build/html/_notebooks/Station-keeping Sequence.html b/_build/html/_notebooks/Station-keeping Sequence.html
index 3366ccba5..c933227a4 100644
--- a/_build/html/_notebooks/Station-keeping Sequence.html	
+++ b/_build/html/_notebooks/Station-keeping Sequence.html	
@@ -127,7 +127,7 @@
 )
 
sol = sequence.solve(state, 2)
 states = sol.get_states()
-
[2024-05-08 15:29:37.894356] [0x00007f018897c280] [debug]   Solving Segment:
+
[2024-05-15 16:57:14.851844] [0x00007f6743286280] [debug]   Solving Segment:
 -- Segment -----------------------------------------------------------------------------------------
     Name:                                    Coast                                    
     Type:                                    Coast                                    
@@ -148,7 +148,7 @@
     Integration relative tolerance:          9.9999999999999998e-13                   
     Integration absolute tolerance:          9.9999999999999998e-13                   
 ----------------------------------------------------------------------------------------------------
-
[2024-05-08 15:29:38.658581] [0x00007f018897c280] [debug]   
+
[2024-05-15 16:57:15.623754] [0x00007f6743286280] [debug]   
 -- Segment Solution --------------------------------------------------------------------------------
     Name:                                    Coast - Mean SMA crossing - coast - 0    
     Condition satisfied:                     True                                     
@@ -159,7 +159,7 @@
 ----------------------------------------------------------------------------------------------------
 
 
-[2024-05-08 15:29:38.658777] [0x00007f018897c280] [debug]   Solving Segment:
+[2024-05-15 16:57:15.623954] [0x00007f6743286280] [debug]   Solving Segment:
 -- Segment -----------------------------------------------------------------------------------------
     Name:                                    Maneuver                                 
     Type:                                    Maneuver                                 
@@ -204,7 +204,7 @@
     Integration relative tolerance:          9.9999999999999998e-13                   
     Integration absolute tolerance:          9.9999999999999998e-13                   
 ----------------------------------------------------------------------------------------------------
-
[2024-05-08 15:29:39.570278] [0x00007f018897c280] [debug]   
+
[2024-05-15 16:57:16.546301] [0x00007f6743286280] [debug]   
 -- Segment Solution --------------------------------------------------------------------------------
     Name:                                    Maneuver - Mean SMA crossing - thrust - 0 
     Condition satisfied:                     True                                     
@@ -218,7 +218,7 @@
 ----------------------------------------------------------------------------------------------------
 
 
-[2024-05-08 15:29:39.570514] [0x00007f018897c280] [debug]   Solving Segment:
+[2024-05-15 16:57:16.546532] [0x00007f6743286280] [debug]   Solving Segment:
 -- Segment -----------------------------------------------------------------------------------------
     Name:                                    Coast                                    
     Type:                                    Coast                                    
@@ -239,7 +239,7 @@
     Integration relative tolerance:          9.9999999999999998e-13                   
     Integration absolute tolerance:          9.9999999999999998e-13                   
 ----------------------------------------------------------------------------------------------------
-
[2024-05-08 15:29:42.626245] [0x00007f018897c280] [debug]   
+
[2024-05-15 16:57:19.648189] [0x00007f6743286280] [debug]   
 -- Segment Solution --------------------------------------------------------------------------------
     Name:                                    Coast - Mean SMA crossing - coast - 1    
     Condition satisfied:                     True                                     
@@ -250,7 +250,7 @@
 ----------------------------------------------------------------------------------------------------
 
 
-[2024-05-08 15:29:42.626818] [0x00007f018897c280] [debug]   Solving Segment:
+[2024-05-15 16:57:19.648770] [0x00007f6743286280] [debug]   Solving Segment:
 -- Segment -----------------------------------------------------------------------------------------
     Name:                                    Maneuver                                 
     Type:                                    Maneuver                                 
@@ -295,7 +295,7 @@
     Integration relative tolerance:          9.9999999999999998e-13                   
     Integration absolute tolerance:          9.9999999999999998e-13                   
 ----------------------------------------------------------------------------------------------------
-
[2024-05-08 15:29:43.544916] [0x00007f018897c280] [debug]   
+
[2024-05-15 16:57:20.585195] [0x00007f6743286280] [debug]   
 -- Segment Solution --------------------------------------------------------------------------------
     Name:                                    Maneuver - Mean SMA crossing - thrust - 1 
     Condition satisfied:                     True                                     
@@ -306,8 +306,7 @@
     Initial mass:                            109.98712414601253 [kg]                  
     Final mass:                              109.97436777064368 [kg]                  
     Total mass consumed:                     0.012756375368851991 [kg]                
-------------------------------------------------------
-
----------------------------------------------
+----------------------------------------------------------------------------------------------------
 
model = Tabulated(states, 0, Tabulated.InterpolationType.BarycentricRational)
 
---------------------------------------------------------------------------
 AttributeError                            Traceback (most recent call last)
diff --git a/_build/html/_notebooks/Visualize Satellite Trajectory (Cesium).html b/_build/html/_notebooks/Visualize Satellite Trajectory (Cesium).html
index eefa0574a..39cfbfdde 100644
--- a/_build/html/_notebooks/Visualize Satellite Trajectory (Cesium).html	
+++ b/_build/html/_notebooks/Visualize Satellite Trajectory (Cesium).html	
@@ -2,8 +2,8 @@
 
 !{sys.executable} -m pip install git+https://github.com/open-space-collective/cesiumpy.git#egg=cesiumpy
 
Collecting cesiumpy
-  Cloning https://github.com/open-space-collective/cesiumpy.git to /tmp/pip-install-zye6o7x2/cesiumpy_21e431fb96a54654b143be4dd8c2d905
-  Running command git clone --filter=blob:none --quiet https://github.com/open-space-collective/cesiumpy.git /tmp/pip-install-zye6o7x2/cesiumpy_21e431fb96a54654b143be4dd8c2d905
+  Cloning https://github.com/open-space-collective/cesiumpy.git to /tmp/pip-install-gu01cwfr/cesiumpy_e50c8e43a91944649036bb06e931a235
+  Running command git clone --filter=blob:none --quiet https://github.com/open-space-collective/cesiumpy.git /tmp/pip-install-gu01cwfr/cesiumpy_e50c8e43a91944649036bb06e931a235
 
  Resolved https://github.com/open-space-collective/cesiumpy.git to commit d72945ab0816cd459c5083c817fa94c0b563c46a
   Running command git submodule update --init --recursive -q
 
  Preparing metadata (setup.py) ... ?25l-
@@ -11,7 +11,7 @@
 ?25hRequirement already satisfied: six in /usr/local/lib/python3.11/site-packages (from cesiumpy) (1.16.0)
 Requirement already satisfied: traitlets in /usr/local/lib/python3.11/site-packages (from cesiumpy) (5.14.3)
 Requirement already satisfied: geopy>=1.11.0 in /usr/local/lib/python3.11/site-packages (from cesiumpy) (2.4.1)
-
Requirement already satisfied: geographiclib<3,>=1.52 in /usr/local/lib/python3.11/site-packages (from geopy>=1.11.0->cesiumpy) (2.0)
+Requirement already satisfied: geographiclib<3,>=1.52 in /usr/local/lib/python3.11/site-packages (from geopy>=1.11.0->cesiumpy) (2.0)
 
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
 
 
import os
@@ -66,4 +66,4 @@
     ],
 )
 
viewer
-

\ No newline at end of file +

\ No newline at end of file diff --git a/_build/html/searchindex.js b/_build/html/searchindex.js index fa05c02c3..639e8d323 100644 --- a/_build/html/searchindex.js +++ b/_build/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"Access": [[111, "access"], [111, "id1"]], "Access Computation": [[111, "access-computation"]], "Alternatives": [[196, "alternatives"]], "Altitude + Eccentricity Station-keeping Sequence": [[125, "altitude-eccentricity-station-keeping-sequence"]], "Area Coverage": [[112, "area-coverage"]], "Area Target": [[112, "area-target"]], "Benchmark": [[196, "benchmark"]], "Beta angle condition": [[115, "beta-angle-condition"]], "Build": [[196, "build"]], "C++": [[196, "c"]], "C++ API Documentation": [[128, "c-api-documentation"]], "Class list": [[195, "class-list"]], "Class ostk::astrodynamics::Access": [[129, "class-ostk-astrodynamics-access"]], "Class ostk::astrodynamics::Dynamics": [[130, "class-ostk-astrodynamics-dynamics"]], "Class ostk::astrodynamics::EventCondition": [[131, "class-ostk-astrodynamics-eventcondition"]], "Class ostk::astrodynamics::GuidanceLaw": [[132, "class-ostk-astrodynamics-guidancelaw"]], "Class ostk::astrodynamics::RootSolver": [[133, "class-ostk-astrodynamics-rootsolver"]], "Class ostk::astrodynamics::Trajectory": [[134, "class-ostk-astrodynamics-trajectory"]], "Class ostk::astrodynamics::access::Generator": [[135, "class-ostk-astrodynamics-access-generator"]], "Class ostk::astrodynamics::access::GeneratorContext": [[136, "class-ostk-astrodynamics-access-generatorcontext"]], "Class ostk::astrodynamics::conjunction::message::ccsds::CDM": [[137, "class-ostk-astrodynamics-conjunction-message-ccsds-cdm"]], "Class ostk::astrodynamics::dynamics::AtmosphericDrag": [[138, "class-ostk-astrodynamics-dynamics-atmosphericdrag"]], "Class ostk::astrodynamics::dynamics::CentralBodyGravity": [[139, "class-ostk-astrodynamics-dynamics-centralbodygravity"]], "Class ostk::astrodynamics::dynamics::PositionDerivative": [[140, "class-ostk-astrodynamics-dynamics-positionderivative"]], "Class ostk::astrodynamics::dynamics::Tabulated": [[141, "class-ostk-astrodynamics-dynamics-tabulated"]], "Class ostk::astrodynamics::dynamics::ThirdBodyGravity": [[142, "class-ostk-astrodynamics-dynamics-thirdbodygravity"]], "Class ostk::astrodynamics::dynamics::Thruster": [[143, "class-ostk-astrodynamics-dynamics-thruster"]], "Class ostk::astrodynamics::eventcondition::AngularCondition": [[144, "class-ostk-astrodynamics-eventcondition-angularcondition"]], "Class ostk::astrodynamics::eventcondition::BooleanCondition": [[145, "class-ostk-astrodynamics-eventcondition-booleancondition"]], "Class ostk::astrodynamics::eventcondition::COECondition": [[146, "class-ostk-astrodynamics-eventcondition-coecondition"]], "Class ostk::astrodynamics::eventcondition::InstantCondition": [[147, "class-ostk-astrodynamics-eventcondition-instantcondition"]], "Class ostk::astrodynamics::eventcondition::LogicalCondition": [[148, "class-ostk-astrodynamics-eventcondition-logicalcondition"]], "Class ostk::astrodynamics::eventcondition::RealCondition": [[149, "class-ostk-astrodynamics-eventcondition-realcondition"]], "Class ostk::astrodynamics::flight::Maneuver": [[150, "class-ostk-astrodynamics-flight-maneuver"]], "Class ostk::astrodynamics::flight::Profile": [[151, "class-ostk-astrodynamics-flight-profile"]], "Class ostk::astrodynamics::flight::System": [[152, "class-ostk-astrodynamics-flight-system"]], "Class ostk::astrodynamics::flight::profile::Model": [[153, "class-ostk-astrodynamics-flight-profile-model"]], "Class ostk::astrodynamics::flight::profile::model::Tabulated": [[154, "class-ostk-astrodynamics-flight-profile-model-tabulated"]], "Class ostk::astrodynamics::flight::profile::model::Transform": [[155, "class-ostk-astrodynamics-flight-profile-model-transform"]], "Class ostk::astrodynamics::flight::system::PropulsionSystem": [[156, "class-ostk-astrodynamics-flight-system-propulsionsystem"]], "Class ostk::astrodynamics::flight::system::SatelliteSystem": [[157, "class-ostk-astrodynamics-flight-system-satellitesystem"]], "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder": [[158, "class-ostk-astrodynamics-flight-system-satellitesystembuilder"]], "Class ostk::astrodynamics::guidancelaw::ConstantThrust": [[159, "class-ostk-astrodynamics-guidancelaw-constantthrust"]], "Class ostk::astrodynamics::guidancelaw::QLaw": [[160, "class-ostk-astrodynamics-guidancelaw-qlaw"]], "Class ostk::astrodynamics::solver::FiniteDifferenceSolver": [[161, "class-ostk-astrodynamics-solver-finitedifferencesolver"]], "Class ostk::astrodynamics::solver::TemporalConditionSolver": [[162, "class-ostk-astrodynamics-solver-temporalconditionsolver"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection": [[163, "class-ostk-astrodynamics-trajectory-localorbitalframedirection"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory": [[164, "class-ostk-astrodynamics-trajectory-localorbitalframefactory"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider": [[165, "class-ostk-astrodynamics-trajectory-localorbitalframetransformprovider"]], "Class ostk::astrodynamics::trajectory::Model": [[166, "class-ostk-astrodynamics-trajectory-model"]], "Class ostk::astrodynamics::trajectory::Orbit": [[167, "class-ostk-astrodynamics-trajectory-orbit"]], "Class ostk::astrodynamics::trajectory::Propagator": [[168, "class-ostk-astrodynamics-trajectory-propagator"]], "Class ostk::astrodynamics::trajectory::Segment": [[169, "class-ostk-astrodynamics-trajectory-segment"]], "Class ostk::astrodynamics::trajectory::Sequence": [[170, "class-ostk-astrodynamics-trajectory-sequence"]], "Class ostk::astrodynamics::trajectory::State": [[171, "class-ostk-astrodynamics-trajectory-state"]], "Class ostk::astrodynamics::trajectory::StateBuilder": [[172, "class-ostk-astrodynamics-trajectory-statebuilder"]], "Class ostk::astrodynamics::trajectory::model::Static": [[173, "class-ostk-astrodynamics-trajectory-model-static"]], "Class ostk::astrodynamics::trajectory::model::Tabulated": [[174, "class-ostk-astrodynamics-trajectory-model-tabulated"]], "Class ostk::astrodynamics::trajectory::orbit::Model": [[175, "class-ostk-astrodynamics-trajectory-orbit-model"]], "Class ostk::astrodynamics::trajectory::orbit::Pass": [[176, "class-ostk-astrodynamics-trajectory-orbit-pass"]], "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM": [[177, "class-ostk-astrodynamics-trajectory-orbit-message-spacex-opm"]], "Class ostk::astrodynamics::trajectory::orbit::model::Kepler": [[178, "class-ostk-astrodynamics-trajectory-orbit-model-kepler"]], "Class ostk::astrodynamics::trajectory::orbit::model::Propagated": [[179, "class-ostk-astrodynamics-trajectory-orbit-model-propagated"]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4": [[180, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4"]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl": [[181, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4-impl"]], "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated": [[182, "class-ostk-astrodynamics-trajectory-orbit-model-tabulated"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean": [[183, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemean"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong": [[184, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemeanlong"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort": [[185, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemeanshort"]], "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE": [[186, "class-ostk-astrodynamics-trajectory-orbit-model-kepler-coe"]], "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE": [[187, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4-tle"]], "Class ostk::astrodynamics::trajectory::state::CoordinateBroker": [[188, "class-ostk-astrodynamics-trajectory-state-coordinatebroker"]], "Class ostk::astrodynamics::trajectory::state::CoordinateSubset": [[189, "class-ostk-astrodynamics-trajectory-state-coordinatesubset"]], "Class ostk::astrodynamics::trajectory::state::NumericalSolver": [[190, "class-ostk-astrodynamics-trajectory-state-numericalsolver"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity": [[191, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-angularvelocity"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion": [[192, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-attitudequaternion"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition": [[193, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-cartesianposition"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity": [[194, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-cartesianvelocity"]], "Coast segment": [[125, "coast-segment"]], "Computation": [[112, "computation"], [122, "computation"], [124, "computation"]], "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model": [[113, "constant-solar-flux-and-geomagnetic-index-atmospheric-density-model"]], "Constant Thrust Dynamics": [[114, "constant-thrust-dynamics"]], "Contribution": [[196, "contribution"]], "Create a model": [[116, "create-a-model"]], "Cross Validation and Accuracy Tolerances": [[196, "cross-validation-and-accuracy-tolerances"]], "Custom Event Condition": [[115, "custom-event-condition"]], "Custom Window Generation": [[116, "custom-window-generation"]], "Debian / Ubuntu": [[196, "debian-ubuntu"]], "Define Satellites": [[117, "define-satellites"]], "Define Scenario": [[117, "define-scenario"]], "Define our condition": [[116, "define-our-condition"]], "Define our solver": [[116, "define-our-solver"]], "Dependencies": [[196, "dependencies"]], "Development Environment": [[196, "development-environment"]], "Docker Images": [[196, "docker-images"]], "Documentation": [[196, "documentation"]], "Eccentricity targeting": [[123, "eccentricity-targeting"]], "Eclipse condition": [[115, "eclipse-condition"]], "Environment": [[111, "environment"], [112, "environment"], [124, "environment"]], "Examples {#Examples}": [[0, "examples-examples"]], "Find RF Interference Accesses": [[117, "find-rf-interference-accesses"]], "Getting Started": [[196, "getting-started"]], "Inclination targeting": [[123, "inclination-targeting"]], "Installation": [[196, "installation"]], "Interference Filter": [[117, "interference-filter"]], "JupyterLab": [[196, "jupyterlab"]], "License": [[196, "license"]], "Maneuver segment": [[125, "maneuver-segment"]], "Multiple targets": [[123, "multiple-targets"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)": [[118, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-1"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)": [[119, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-2"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)": [[120, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-3"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)": [[121, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-4"]], "Open Space Toolkit \u25b8 Astrodynamics": [[196, "open-space-toolkit-astrodynamics"]], "Orbit Computation": [[122, "orbit-computation"]], "Orbit Station-keeping with QLaw": [[123, "orbit-station-keeping-with-qlaw"]], "Origin": [[111, "origin"]], "Output": [[111, "output"], [122, "output"]], "Plots": [[117, "plots"]], "Process Cross Platform Results": [[118, "process-cross-platform-results"], [119, "process-cross-platform-results"], [120, "process-cross-platform-results"], [121, "process-cross-platform-results"]], "Propagate with OSTk": [[118, "propagate-with-ostk"], [119, "propagate-with-ostk"], [120, "propagate-with-ostk"], [121, "propagate-with-ostk"]], "Propagation": [[113, "propagation"]], "Python": [[196, "python"]], "Python API Documentation": [[198, "python-api-documentation"]], "Right Ascension of Ascending Node targeting": [[123, "right-ascension-of-ascending-node-targeting"]], "Run the analysis": [[117, "run-the-analysis"]], "Running the Validation Tests": [[196, "running-the-validation-tests"]], "SGP4": [[122, "sgp4"]], "SMA + Ecc": [[123, "sma-ecc"]], "SMA + Ecc + Inc + Raan targeting": [[123, "sma-ecc-inc-raan-targeting"]], "SMA + Ecc + Inclination": [[123, "sma-ecc-inclination"]], "SMA targeting": [[123, "sma-targeting"]], "Satellite": [[112, "satellite"], [124, "satellite"]], "Scenario Definition": [[196, "scenario-definition"]], "Semi Major Axis + Inclination": [[123, "semi-major-axis-inclination"]], "Sensor": [[112, "sensor"], [124, "sensor"]], "Sensor Modeling": [[124, "sensor-modeling"]], "Sequence": [[125, "sequence"], [126, "sequence"]], "Set up Comparison Files": [[118, "set-up-comparison-files"], [119, "set-up-comparison-files"], [120, "set-up-comparison-files"], [121, "set-up-comparison-files"]], "Setup": [[111, "setup"], [112, "setup"], [117, "setup"], [122, "setup"], [124, "setup"], [196, "setup"]], "Setup Comparison Scenario in OSTk": [[118, "setup-comparison-scenario-in-ostk"], [119, "setup-comparison-scenario-in-ostk"], [120, "setup-comparison-scenario-in-ostk"], [121, "setup-comparison-scenario-in-ostk"]], "Setup Dynamics, initial state and Satellite System": [[113, "setup-dynamics-initial-state-and-satellite-system"], [126, "setup-dynamics-initial-state-and-satellite-system"]], "Setup environment, initial state and Satellite System": [[123, "setup-environment-initial-state-and-satellite-system"], [125, "setup-environment-initial-state-and-satellite-system"]], "Setup {#Setup}": [[0, "setup-setup"]], "Special Thanks": [[196, "special-thanks"]], "Station-keeping Sequence": [[126, "station-keeping-sequence"]], "Target": [[111, "target"], [124, "target"]], "Target Intersection": [[112, "target-intersection"]], "Test": [[196, "test"]], "Trajectory RMS error vs GMAT run in the GCRF frame": [[118, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [119, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [120, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [121, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"]], "Tutorial": [[0, "tutorial"]], "Tutorial Notebooks": [[197, "tutorial-notebooks"]], "Tutorials": [[196, "tutorials"]], "User inputs": [[113, "user-inputs"], [123, "user-inputs"], [125, "user-inputs"], [126, "user-inputs"]], "Utility functions": [[123, "utility-functions"]], "Validation": [[196, "validation"]], "Validation Plots": [[118, "validation-plots"], [119, "validation-plots"], [120, "validation-plots"], [121, "validation-plots"]], "Visualization": [[112, "visualization"], [124, "visualization"]], "Visualize Satellite States (Cesium)": [[127, "visualize-satellite-states-cesium"]], "Window generation": [[116, "window-generation"]], "iPython": [[196, "ipython"]], "ostk.astrodynamics": [[1, "module-ostk.astrodynamics"]], "ostk.astrodynamics.Access": [[2, "ostk-astrodynamics-access"]], "ostk.astrodynamics.Dynamics": [[3, "ostk-astrodynamics-dynamics"]], "ostk.astrodynamics.EventCondition": [[4, "ostk-astrodynamics-eventcondition"]], "ostk.astrodynamics.GuidanceLaw": [[5, "ostk-astrodynamics-guidancelaw"]], "ostk.astrodynamics.RootSolver": [[6, "ostk-astrodynamics-rootsolver"]], "ostk.astrodynamics.Trajectory": [[7, "ostk-astrodynamics-trajectory"]], "ostk.astrodynamics.access": [[8, "module-ostk.astrodynamics.access"]], "ostk.astrodynamics.access.Generator": [[9, "ostk-astrodynamics-access-generator"]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, "module-ostk.astrodynamics.conjunction.message.ccsds"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, "ostk-astrodynamics-conjunction-message-ccsds-cdm"]], "ostk.astrodynamics.converters": [[12, "module-ostk.astrodynamics.converters"]], "ostk.astrodynamics.converters.coerce_to_datetime": [[13, "ostk-astrodynamics-converters-coerce-to-datetime"]], "ostk.astrodynamics.converters.coerce_to_duration": [[14, "ostk-astrodynamics-converters-coerce-to-duration"]], "ostk.astrodynamics.converters.coerce_to_instant": [[15, "ostk-astrodynamics-converters-coerce-to-instant"]], "ostk.astrodynamics.converters.coerce_to_interval": [[16, "ostk-astrodynamics-converters-coerce-to-interval"]], "ostk.astrodynamics.converters.coerce_to_iso": [[17, "ostk-astrodynamics-converters-coerce-to-iso"]], "ostk.astrodynamics.converters.coerce_to_position": [[18, "ostk-astrodynamics-converters-coerce-to-position"]], "ostk.astrodynamics.converters.coerce_to_quaternion": [[19, "ostk-astrodynamics-converters-coerce-to-quaternion"]], "ostk.astrodynamics.converters.coerce_to_velocity": [[20, "ostk-astrodynamics-converters-coerce-to-velocity"]], "ostk.astrodynamics.display": [[21, "module-ostk.astrodynamics.display"]], "ostk.astrodynamics.display.AccessesPlot": [[22, "ostk-astrodynamics-display-accessesplot"]], "ostk.astrodynamics.display.convert_to_ground_track_plotting_data": [[23, "ostk-astrodynamics-display-convert-to-ground-track-plotting-data"]], "ostk.astrodynamics.display.create_2d_map": [[24, "ostk-astrodynamics-display-create-2d-map"]], "ostk.astrodynamics.display.create_3d_globe": [[25, "ostk-astrodynamics-display-create-3d-globe"]], "ostk.astrodynamics.display.create_plotly_figure": [[26, "ostk-astrodynamics-display-create-plotly-figure"]], "ostk.astrodynamics.dynamics": [[27, "module-ostk.astrodynamics.dynamics"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[28, "ostk-astrodynamics-dynamics-atmosphericdrag"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[29, "ostk-astrodynamics-dynamics-centralbodygravity"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[30, "ostk-astrodynamics-dynamics-positionderivative"]], "ostk.astrodynamics.dynamics.Tabulated": [[31, "ostk-astrodynamics-dynamics-tabulated"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[32, "ostk-astrodynamics-dynamics-thirdbodygravity"]], "ostk.astrodynamics.dynamics.Thruster": [[33, "ostk-astrodynamics-dynamics-thruster"]], "ostk.astrodynamics.event_condition": [[34, "module-ostk.astrodynamics.event_condition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[35, "ostk-astrodynamics-event-condition-angularcondition"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[36, "ostk-astrodynamics-event-condition-booleancondition"]], "ostk.astrodynamics.event_condition.COECondition": [[37, "ostk-astrodynamics-event-condition-coecondition"]], "ostk.astrodynamics.event_condition.InstantCondition": [[38, "ostk-astrodynamics-event-condition-instantcondition"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[39, "ostk-astrodynamics-event-condition-logicalcondition"]], "ostk.astrodynamics.event_condition.RealCondition": [[40, "ostk-astrodynamics-event-condition-realcondition"]], "ostk.astrodynamics.flight": [[41, "module-ostk.astrodynamics.flight"]], "ostk.astrodynamics.flight.Maneuver": [[42, "ostk-astrodynamics-flight-maneuver"]], "ostk.astrodynamics.flight.Profile": [[43, "ostk-astrodynamics-flight-profile"]], "ostk.astrodynamics.flight.System": [[44, "ostk-astrodynamics-flight-system"]], "ostk.astrodynamics.flight.profile": [[45, "module-ostk.astrodynamics.flight.profile"]], "ostk.astrodynamics.flight.profile.Model": [[46, "ostk-astrodynamics-flight-profile-model"]], "ostk.astrodynamics.flight.profile.model": [[47, "module-ostk.astrodynamics.flight.profile.model"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[48, "ostk-astrodynamics-flight-profile-model-tabulated"]], "ostk.astrodynamics.flight.profile.model.Transform": [[49, "ostk-astrodynamics-flight-profile-model-transform"]], "ostk.astrodynamics.flight.system": [[50, "module-ostk.astrodynamics.flight.system"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[51, "ostk-astrodynamics-flight-system-propulsionsystem"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[52, "ostk-astrodynamics-flight-system-satellitesystem"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[53, "ostk-astrodynamics-flight-system-satellitesystembuilder"]], "ostk.astrodynamics.guidance_law": [[54, "module-ostk.astrodynamics.guidance_law"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[55, "ostk-astrodynamics-guidance-law-constantthrust"]], "ostk.astrodynamics.guidance_law.QLaw": [[56, "ostk-astrodynamics-guidance-law-qlaw"]], "ostk.astrodynamics.solver": [[57, "module-ostk.astrodynamics.solver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[58, "ostk-astrodynamics-solver-finitedifferencesolver"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[59, "ostk-astrodynamics-solver-temporalconditionsolver"]], "ostk.astrodynamics.trajectory": [[60, "module-ostk.astrodynamics.trajectory"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[61, "ostk-astrodynamics-trajectory-localorbitalframedirection"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[62, "ostk-astrodynamics-trajectory-localorbitalframefactory"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[63, "ostk-astrodynamics-trajectory-localorbitalframetransformprovider"]], "ostk.astrodynamics.trajectory.Model": [[64, "ostk-astrodynamics-trajectory-model"]], "ostk.astrodynamics.trajectory.Orbit": [[65, "ostk-astrodynamics-trajectory-orbit"]], "ostk.astrodynamics.trajectory.Propagator": [[66, "ostk-astrodynamics-trajectory-propagator"]], "ostk.astrodynamics.trajectory.Segment": [[67, "ostk-astrodynamics-trajectory-segment"]], "ostk.astrodynamics.trajectory.Sequence": [[68, "ostk-astrodynamics-trajectory-sequence"]], "ostk.astrodynamics.trajectory.State": [[69, "ostk-astrodynamics-trajectory-state"]], "ostk.astrodynamics.trajectory.StateBuilder": [[70, "ostk-astrodynamics-trajectory-statebuilder"]], "ostk.astrodynamics.trajectory.orbit": [[71, "module-ostk.astrodynamics.trajectory.orbit"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[72, "ostk-astrodynamics-trajectory-orbit-orbitmodel"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[73, "ostk-astrodynamics-trajectory-orbit-pass"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[75, "ostk-astrodynamics-trajectory-orbit-message-spacex-opm"]], "ostk.astrodynamics.trajectory.orbit.model": [[76, "module-ostk.astrodynamics.trajectory.orbit.model"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[77, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[78, "ostk-astrodynamics-trajectory-orbit-model-kepler"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[79, "ostk-astrodynamics-trajectory-orbit-model-propagated"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[80, "ostk-astrodynamics-trajectory-orbit-model-sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[81, "ostk-astrodynamics-trajectory-orbit-model-tabulated"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[83, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean-brouwerlyddanemeanlong"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[84, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean-brouwerlyddanemeanshort"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[86, "ostk-astrodynamics-trajectory-orbit-model-kepler-coe"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[88, "ostk-astrodynamics-trajectory-orbit-model-sgp4-tle"]], "ostk.astrodynamics.trajectory.state": [[89, "module-ostk.astrodynamics.trajectory.state"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[90, "ostk-astrodynamics-trajectory-state-coordinatebroker"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[91, "ostk-astrodynamics-trajectory-state-coordinatesubset"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[92, "ostk-astrodynamics-trajectory-state-numericalsolver"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[94, "ostk-astrodynamics-trajectory-state-coordinate-subset-angularvelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[95, "ostk-astrodynamics-trajectory-state-coordinate-subset-attitudequaternion"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[96, "ostk-astrodynamics-trajectory-state-coordinate-subset-cartesianposition"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[97, "ostk-astrodynamics-trajectory-state-coordinate-subset-cartesianvelocity"]], "ostk.astrodynamics.utilities": [[98, "module-ostk.astrodynamics.utilities"]], "ostk.astrodynamics.utilities.compute_aer": [[99, "ostk-astrodynamics-utilities-compute-aer"]], "ostk.astrodynamics.utilities.compute_time_lla_aer_state": [[100, "ostk-astrodynamics-utilities-compute-time-lla-aer-state"]], "ostk.astrodynamics.utilities.compute_trajectory_geometry": [[101, "ostk-astrodynamics-utilities-compute-trajectory-geometry"]], "ostk.astrodynamics.utilities.convert_state": [[102, "ostk-astrodynamics-utilities-convert-state"]], "ostk.astrodynamics.utilities.lla_from_position": [[103, "ostk-astrodynamics-utilities-lla-from-position"]], "ostk.astrodynamics.utilities.lla_from_state": [[104, "ostk-astrodynamics-utilities-lla-from-state"]], "ostk.astrodynamics.utilities.position_from_lla": [[105, "ostk-astrodynamics-utilities-position-from-lla"]], "ostk.astrodynamics.viewer": [[106, "module-ostk.astrodynamics.viewer"]], "ostk.astrodynamics.viewer.ConicSensor": [[107, "ostk-astrodynamics-viewer-conicsensor"]], "ostk.astrodynamics.viewer.RectangularSensor": [[108, "ostk-astrodynamics-viewer-rectangularsensor"]], "ostk.astrodynamics.viewer.Sensor": [[109, "ostk-astrodynamics-viewer-sensor"]], "ostk.astrodynamics.viewer.Viewer": [[110, "ostk-astrodynamics-viewer-viewer"]]}, "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_duration", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso", "_autosummary/ostk.astrodynamics.converters.coerce_to_position", "_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion", "_autosummary/ostk.astrodynamics.converters.coerce_to_velocity", "_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_time_lla_aer_state", "_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 [QLaw]", "_notebooks/Station-keeping Sequence", "_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_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": 61, "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_duration.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.converters.coerce_to_position.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.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_time_lla_aer_state.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 [QLaw].ipynb", "_notebooks/Station-keeping Sequence.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_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)": [[69, "ostk.astrodynamics.trajectory.State.__add__", false]], "__add__() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.__add__", false]], "absolute_effectivity_threshold (qlaw.parameters property)": [[56, "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)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_cached_state_array", false]], "access_contribution_profile() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_contribution_profile", false]], "access_coordinate_broker() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.access_coordinate_broker", false]], "access_end_instant() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.access_end_instant", false]], "access_end_instant() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.access_end_instant", false]], "access_frame() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_frame", false]], "access_instants() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_instants", false]], "access_kepler_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_kepler_model", false]], "access_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_model", false]], "access_numerical_solver() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.access_numerical_solver", false]], "access_parent_frame() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.access_parent_frame", false]], "access_propagated_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_propagated_model", false]], "access_propagator() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_propagator", false]], "access_sgp4_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_sgp4_model", false]], "access_start_instant() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.access_start_instant", false]], "access_start_instant() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.access_start_instant", false]], "access_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.access_subsets", false]], "access_tabulated_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_tabulated_model", false]], "accessesplot (class in ostk.astrodynamics.display)": [[22, "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)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.add", false]], "add() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.add", false]], "add() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.add", false]], "add() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.add", false]], "add() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.add", false]], "add_coast_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_coast_segment", false]], "add_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.add_dynamics", false]], "add_line() (viewer method)": [[110, "ostk.astrodynamics.viewer.Viewer.add_line", false]], "add_maneuver() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.add_maneuver", false]], "add_maneuver_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_maneuver_segment", false]], "add_profile() (viewer method)": [[110, "ostk.astrodynamics.viewer.Viewer.add_profile", false]], "add_satellite() (accessesplot method)": [[22, "ostk.astrodynamics.display.AccessesPlot.add_satellite", false]], "add_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_segment", false]], "add_segments() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_segments", false]], "add_subset() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.add_subset", false]], "add_target() (viewer method)": [[110, "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]], "angularcondition (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition", false]], "angularcondition.criterion (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Criterion", false]], "angularcondition.target (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target", false]], "angularcondition.target.type (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type", false]], "angularvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", false]], "aop() (coecondition static method)": [[37, "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)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_kepler", false]], "as_kepler() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_kepler", false]], "as_kepler() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_kepler", false]], "as_kepler() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_kepler", false]], "as_kepler() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_kepler", false]], "as_propagated() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_propagated", false]], "as_propagated() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_propagated", false]], "as_propagated() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_propagated", false]], "as_propagated() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_propagated", false]], "as_propagated() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_propagated", false]], "as_sgp4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_sgp4", false]], "as_sgp4() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_sgp4", false]], "as_sgp4() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_sgp4", false]], "as_sgp4() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_sgp4", false]], "as_sgp4() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_sgp4", false]], "atmospheric_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.atmospheric_model", false]], "atmosphericdrag (class in ostk.astrodynamics.dynamics)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag", false]], "attitudequaternion (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", false]], "b (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.b", false]], "ballistic_coefficient (opm.deployment property)": [[75, "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)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition", false]], "booleancondition.criterion (class in ostk.astrodynamics.event_condition)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion", false]], "booleancondition.target (class in ostk.astrodynamics.event_condition)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target", false]], "booleancondition.target.type (class in ostk.astrodynamics.event_condition)": [[36, "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)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", false]], "brouwerlyddanemean.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType", false]], "brouwerlyddanemean.element (class in ostk.astrodynamics.trajectory.orbit.model)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element", false]], "brouwerlyddanemeanlong (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", false]], "brouwerlyddanemeanlong.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType", false]], "brouwerlyddanemeanlong.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element", false]], "brouwerlyddanemeanshort (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", false]], "brouwerlyddanemeanshort.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType", false]], "brouwerlyddanemeanshort.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element", false]], "build() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.build", false]], "build() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.build", false]], "calculate_average_specific_impulse() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_average_specific_impulse", false]], "calculate_average_thrust() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_average_thrust", false]], "calculate_delta_mass() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_delta_mass", false]], "calculate_delta_v() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_delta_v", false]], "calculate_revolution_number_at() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_revolution_number_at", false]], "calculate_state_at() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_state_at", false]], "calculate_state_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.calculate_state_at", false], [64, "ostk.astrodynamics.trajectory.Model.calculate_state_at", false]], "calculate_state_at() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_state_at", false]], "calculate_state_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_state_at", false]], "calculate_state_at() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_state_at", false]], "calculate_state_at() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_state_at", false]], "calculate_state_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_state_at", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_state_at", false]], "calculate_state_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.calculate_state_at", false]], "calculate_state_to_condition() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_state_to_condition", false]], "calculate_states_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.calculate_states_at", false], [64, "ostk.astrodynamics.trajectory.Model.calculate_states_at", false]], "calculate_states_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_states_at", false]], "calculate_states_at() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_states_at", false]], "calculate_states_at() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.calculate_states_at", false]], "calculate_states_at() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.calculate_states_at", false]], "calculate_states_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_states_at", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_states_at", false]], "calculate_states_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.calculate_states_at", false]], "calculate_thrust_acceleration_at() (constantthrust method)": [[55, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.calculate_thrust_acceleration_at", false]], "can_parse() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.can_parse", false]], "cartesian() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.cartesian", false]], "cartesian() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.cartesian", false]], "cartesian() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.cartesian", false]], "cartesian() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.cartesian", false]], "cartesianposition (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", false]], "cartesianvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[97, "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)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity", false]], "circular() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.circular", false]], "circular_equatorial() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.circular_equatorial", false]], "clear_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.clear_dynamics", false]], "coast() (segment static method)": [[67, "ostk.astrodynamics.trajectory.Segment.coast", false]], "coe (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", false]], "coe() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.COE", false]], "coe() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.COE", false]], "coe.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType", false]], "coe.element (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element", false]], "coecondition (class in ostk.astrodynamics.event_condition)": [[37, "ostk.astrodynamics.event_condition.COECondition", false]], "coerce_to_datetime() (in module ostk.astrodynamics.converters)": [[13, "ostk.astrodynamics.converters.coerce_to_datetime", false]], "coerce_to_duration() (in module ostk.astrodynamics.converters)": [[14, "ostk.astrodynamics.converters.coerce_to_duration", false]], "coerce_to_instant() (in module ostk.astrodynamics.converters)": [[15, "ostk.astrodynamics.converters.coerce_to_instant", false]], "coerce_to_interval() (in module ostk.astrodynamics.converters)": [[16, "ostk.astrodynamics.converters.coerce_to_interval", false]], "coerce_to_iso() (in module ostk.astrodynamics.converters)": [[17, "ostk.astrodynamics.converters.coerce_to_iso", false]], "coerce_to_position() (in module ostk.astrodynamics.converters)": [[18, "ostk.astrodynamics.converters.coerce_to_position", false]], "coerce_to_quaternion() (in module ostk.astrodynamics.converters)": [[19, "ostk.astrodynamics.converters.coerce_to_quaternion", false]], "coerce_to_velocity() (in module ostk.astrodynamics.converters)": [[20, "ostk.astrodynamics.converters.coerce_to_velocity", 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)": [[99, "ostk.astrodynamics.utilities.compute_aer", false]], "compute_angular_momentum() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_angular_momentum", false]], "compute_angular_momentum() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_angular_momentum", false]], "compute_contribution() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.compute_contribution", false]], "compute_contribution() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.compute_contribution", false]], "compute_contribution() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.compute_contribution", false]], "compute_contribution() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.compute_contribution", false]], "compute_contribution() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.compute_contribution", false]], "compute_contribution() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.compute_contribution", false]], "compute_contribution() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.compute_contribution", false]], "compute_delta_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_mass", false]], "compute_delta_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_mass", false]], "compute_delta_v() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_v", false]], "compute_delta_v() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_v", false]], "compute_gradient() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_gradient", false]], "compute_jacobian() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_jacobian", false]], "compute_passes() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.compute_passes", false]], "compute_radial_distance() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_radial_distance", false]], "compute_radial_distance() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_radial_distance", false]], "compute_semi_latus_rectum() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_semi_latus_rectum", false]], "compute_time_lla_aer_state() (in module ostk.astrodynamics.utilities)": [[100, "ostk.astrodynamics.utilities.compute_time_lla_aer_state", false]], "compute_trajectory_geometry() (in module ostk.astrodynamics.utilities)": [[101, "ostk.astrodynamics.utilities.compute_trajectory_geometry", false]], "condition_is_satisfied (numericalsolver.conditionsolution property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.condition_is_satisfied", false]], "condition_is_satisfied (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.condition_is_satisfied", false]], "conditional() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.conditional", false]], "conicsensor (class in ostk.astrodynamics.viewer)": [[107, "ostk.astrodynamics.viewer.ConicSensor", false]], "constant_mass_flow_rate_profile() (maneuver static method)": [[42, "ostk.astrodynamics.flight.Maneuver.constant_mass_flow_rate_profile", false]], "constantthrust (class in ostk.astrodynamics.guidance_law)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust", false]], "construct() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.construct", false]], "convert_state() (in module ostk.astrodynamics.utilities)": [[102, "ostk.astrodynamics.utilities.convert_state", false]], "convert_to_ground_track_plotting_data() (in module ostk.astrodynamics.display)": [[23, "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", false]], "coordinatebroker (class in ostk.astrodynamics.trajectory.state)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker", false]], "coordinatesubset (class in ostk.astrodynamics.trajectory.state)": [[91, "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)": [[24, "ostk.astrodynamics.display.create_2d_map", false]], "create_3d_globe() (in module ostk.astrodynamics.display)": [[25, "ostk.astrodynamics.display.create_3d_globe", false]], "create_plotly_figure() (in module ostk.astrodynamics.display)": [[26, "ostk.astrodynamics.display.create_plotly_figure", false]], "creation_date (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.creation_date", false]], "date (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.date", false]], "default() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.default", false]], "default() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.default", false]], "default() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.default", false]], "default() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.default", false]], "default() (finitedifferencesolver static method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.default", false]], "default() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.default", false]], "default() (propagator static method)": [[66, "ostk.astrodynamics.trajectory.Propagator.default", false]], "default() (propulsionsystem static method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.default", false]], "default() (rootsolver static method)": [[6, "ostk.astrodynamics.RootSolver.default", false]], "default() (satellitesystem static method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.default", false]], "default() (satellitesystembuilder static method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.default", false]], "default_conditional() (numericalsolver static method)": [[92, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.dictionary", false]], "drag_coefficient() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.drag_coefficient", false]], "drag_coefficient() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.drag_coefficient", false]], "drag_coefficient() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.drag_coefficient", false]], "drag_coefficient() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.drag_coefficient", false]], "drag_coefficient() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.drag_coefficient", false]], "duration_condition() (booleancondition static method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.duration_condition", false]], "duration_condition() (instantcondition static method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.duration_condition", false]], "duration_condition() (realcondition static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.duration_condition", false]], "dynamics (class in ostk.astrodynamics)": [[3, "ostk.astrodynamics.Dynamics", false]], "dynamics (segment.solution property)": [[67, "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)": [[37, "ostk.astrodynamics.event_condition.COECondition.eccentric_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_true_anomaly", false]], "eccentricity() (coecondition static method)": [[37, "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)": [[65, "ostk.astrodynamics.trajectory.Orbit.equatorial", false]], "evaluate() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.evaluate", false]], "evaluate() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.evaluate", false]], "evaluate() (realcondition method)": [[40, "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)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.execution_is_complete", false]], "expand() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.expand", false]], "extract_coordinate() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinate", false]], "extract_coordinate() (state method)": [[69, "ostk.astrodynamics.trajectory.State.extract_coordinate", false]], "extract_coordinates() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinates", false]], "extract_coordinates() (state method)": [[69, "ostk.astrodynamics.trajectory.State.extract_coordinates", false]], "extract_maneuvers() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.extract_maneuvers", false]], "finitedifferencesolver (class in ostk.astrodynamics.solver)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver", false]], "finitedifferencesolver.type (class in ostk.astrodynamics.solver)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type", false]], "fixed_step_size() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.fixed_step_size", false]], "from_environment() (atmosphericdrag static method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.from_environment", false]], "from_environment() (centralbodygravity static method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.from_environment", false]], "from_environment() (dynamics static method)": [[3, "ostk.astrodynamics.Dynamics.from_environment", false]], "from_environment() (positionderivative static method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.from_environment", false]], "from_environment() (propagator static method)": [[66, "ostk.astrodynamics.trajectory.Propagator.from_environment", false]], "from_environment() (tabulated static method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.from_environment", false]], "from_environment() (thirdbodygravity static method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.from_environment", false]], "from_environment() (thruster static method)": [[33, "ostk.astrodynamics.dynamics.Thruster.from_environment", false]], "from_si_vector() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.from_SI_vector", false]], "from_si_vector() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.from_SI_vector", false]], "generate_checksum() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.generate_checksum", false]], "generate_frame() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.generate_frame", false]], "generation_date (opm.header property)": [[75, "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)": [[65, "ostk.astrodynamics.trajectory.Orbit.geo_synchronous", false]], "get_absolute_tolerance() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_absolute_tolerance", false]], "get_acceleration() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_acceleration", false]], "get_acceleration_profile() (maneuver method)": [[42, "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)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_all_dynamics_contributions", false]], "get_angular_momentum() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_angular_momentum", false]], "get_angular_momentum() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_angular_momentum", false]], "get_angular_velocity() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_angular_velocity", false]], "get_aop() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_aop", false]], "get_aop() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_aop", false]], "get_aop() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_aop", false]], "get_aop() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_aop", false]], "get_aop() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_aop", false]], "get_apoapsis_radius() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_apoapsis_radius", false]], "get_apoapsis_radius() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_apoapsis_radius", false]], "get_attitude() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_attitude", false]], "get_axes_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.get_axes_at", false]], "get_axes_at() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.get_axes_at", false]], "get_axes_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_axes_at", false]], "get_axes_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.get_axes_at", false]], "get_b_star_drag_term() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_b_star_drag_term", false]], "get_body_frame() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.get_body_frame", false]], "get_body_frame() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.get_body_frame", false]], "get_body_frame() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_body_frame", false]], "get_body_frame() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.get_body_frame", false]], "get_cartesian_state() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_cartesian_state", false]], "get_cartesian_state() (coe method)": [[86, "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)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_celestial", false]], "get_celestial() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_celestial", false]], "get_celestial() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_celestial", false]], "get_classical_orbital_elements() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_classical_orbital_elements", false]], "get_classification() (tle method)": [[88, "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)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_contribution_profile_from_coordinate_subsets", false]], "get_control_weights() (qlaw.parameters method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_control_weights", false]], "get_coordinate_subsets() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_coordinate_subsets", false]], "get_coordinate_subsets() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.get_coordinate_subsets", false]], "get_coordinates() (state method)": [[69, "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)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_criterion", false]], "get_criterion() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_criterion", false]], "get_criterion() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_criterion", false]], "get_criterion() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_criterion", false]], "get_cross_sectional_surface_area() (satellitesystem method)": [[52, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_at", false]], "get_deployment_with_name() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_with_name", false]], "get_deployments() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployments", false]], "get_drag_coefficient() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_drag_coefficient", false]], "get_duration() (access method)": [[2, "ostk.astrodynamics.Access.get_duration", false]], "get_duration() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_duration", false]], "get_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.get_dynamics", false]], "get_dynamics() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_dynamics", false]], "get_dynamics() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_dynamics", false]], "get_dynamics_acceleration_contribution() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_acceleration_contribution", false]], "get_dynamics_contribution() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_contribution", false]], "get_eccentric_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentric_anomaly", false]], "get_eccentricity() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentricity", false]], "get_eccentricity() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentricity", false]], "get_eccentricity() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_eccentricity", false]], "get_element_set_number() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_element_set_number", false]], "get_ephemeris_type() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_ephemeris_type", false]], "get_epoch() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_epoch", false]], "get_epoch() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_epoch", false]], "get_epoch() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_epoch", false]], "get_epoch() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_epoch", false]], "get_epoch() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_epoch", false]], "get_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_epoch", false]], "get_equatorial_radius() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_equatorial_radius", false]], "get_evaluator() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_evaluator", false]], "get_evaluator() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_evaluator", false]], "get_evaluator() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_evaluator", false]], "get_evaluator() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_evaluator", false]], "get_evaluator() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_evaluator", false]], "get_evaluator() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_evaluator", false]], "get_event_condition() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_event_condition", false]], "get_event_conditions() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_event_conditions", false]], "get_final_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_final_mass", false]], "get_final_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_final_mass", false]], "get_first_line() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line", false]], "get_first_line_checksum() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line_checksum", false]], "get_frame() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_frame", false]], "get_frame() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.get_frame", false]], "get_geometry() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_geometry", false]], "get_geometry() (system method)": [[44, "ostk.astrodynamics.flight.System.get_geometry", false]], "get_gradient_strategy() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_gradient_strategy", false]], "get_gravitational_parameter() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_gravitational_parameter", false]], "get_guidance_law() (thruster method)": [[33, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_header", false]], "get_id() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_id", false]], "get_id() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_id", false]], "get_id() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_id", false]], "get_id() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_id", false]], "get_id() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_id", false]], "get_inclination() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_inclination", false]], "get_inclination() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_inclination", false]], "get_inclination() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_inclination", false]], "get_inclination() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_inclination", false]], "get_inclination() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_inclination", false]], "get_inertia_tensor() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_inertia_tensor", false]], "get_initial_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_initial_mass", false]], "get_initial_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_initial_mass", false]], "get_instant() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_instant", false]], "get_instant() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_instant", false]], "get_instant_at_ascending_node() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_ascending_node", false]], "get_instant_at_descending_node() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_descending_node", false]], "get_instant_at_north_point() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_north_point", false]], "get_instant_at_pass_break() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_pass_break", false]], "get_instant_at_south_point() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_south_point", false]], "get_instants() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.get_instants", false]], "get_international_designator() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_international_designator", false]], "get_interpolation_type() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_interpolation_type", false], [81, "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)": [[42, "ostk.astrodynamics.flight.Maneuver.get_interval", false]], "get_interval() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_interval", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interval", false]], "get_j2() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j2", false]], "get_j4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j4", false]], "get_local_orbital_frame_factory() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_local_orbital_frame_factory", false]], "get_local_thrust_direction() (constantthrust method)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.get_local_thrust_direction", false]], "get_log_type() (numericalsolver method)": [[92, "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)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_mass", false]], "get_mass() (system method)": [[44, "ostk.astrodynamics.flight.System.get_mass", false]], "get_mass_flow_rate() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_mass_flow_rate", false]], "get_mass_flow_rate_profile() (maneuver method)": [[42, "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)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_maximum_iteration_count", false]], "get_maximum_propagation_duration() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_maximum_propagation_duration", false]], "get_mean_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_anomaly", false]], "get_mean_anomaly() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_anomaly", false]], "get_mean_anomaly() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_anomaly", false]], "get_mean_motion() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_motion", false]], "get_mean_motion() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_motion", false]], "get_mean_motion() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion", false]], "get_mean_motion_first_time_derivative_divided_by_two() (tle method)": [[88, "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)": [[88, "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)": [[56, "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)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_name", false]], "get_name() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_name", false]], "get_name() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_name", false]], "get_name() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_name", false]], "get_name() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_name", false]], "get_name() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_name", false]], "get_name() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_name", false]], "get_name() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_name", false]], "get_name() (constantthrust method)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.get_name", false]], "get_name() (coordinatesubset method)": [[91, "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)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_name", false]], "get_name() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_name", false]], "get_name() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_name", false]], "get_name() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_name", false]], "get_name() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_name", false]], "get_name() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_name", false]], "get_name() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_name", false]], "get_name() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_name", false]], "get_name() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.get_name", false]], "get_nodal_precession_rate() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_nodal_precession_rate", false]], "get_number_of_coordinates() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_coordinates", false]], "get_number_of_coordinates() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.get_number_of_coordinates", false]], "get_number_of_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_subsets", false]], "get_numerical_solver() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_numerical_solver", false]], "get_numerical_solver() (sequence method)": [[68, "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)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_state_vectors", false]], "get_observed_states() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_states", false]], "get_orbital_frame() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_orbital_frame", false]], "get_orbital_period() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_orbital_period", false]], "get_orbital_period() (coe method)": [[86, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_parameters", false]], "get_pass_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_pass_at", false]], "get_pass_with_revolution_number() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_pass_with_revolution_number", false]], "get_periapsis_radius() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_periapsis_radius", false]], "get_periapsis_radius() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_periapsis_radius", false]], "get_perturbation_type() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_perturbation_type", false]], "get_position() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_position", false]], "get_propagation_duration() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_propagation_duration", false]], "get_propagation_duration() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_propagation_duration", false]], "get_propulsion_system() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_propulsion_system", false]], "get_raan() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_raan", false]], "get_raan() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_raan", false]], "get_raan() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_raan", false]], "get_raan() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_raan", false]], "get_raan() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_raan", false]], "get_radial_distance() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_radial_distance", false]], "get_radial_distance() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_radial_distance", false]], "get_read_coordinate_subsets() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (centralbodygravity method)": [[29, "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)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thruster method)": [[33, "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)": [[92, "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)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_revolution_number", false]], "get_revolution_number_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_revolution_number_at", false]], "get_revolution_number_at_epoch() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_revolution_number_at_epoch", false]], "get_root_solver() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_root_solver", false]], "get_satellite_name() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_name", false]], "get_satellite_number() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_number", false]], "get_satellite_system() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.get_satellite_system", false]], "get_second_line() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line", false]], "get_second_line_checksum() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line_checksum", false]], "get_segments() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_segments", false]], "get_semi_latus_rectum() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_latus_rectum", false]], "get_semi_major_axis() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_major_axis", false]], "get_semi_major_axis() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_major_axis", false]], "get_si_vector() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_SI_vector", false]], "get_si_vector() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_SI_vector", false]], "get_size() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_size", false]], "get_size() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_size", false]], "get_size() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_size", false]], "get_size() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_size", false]], "get_size() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_size", false]], "get_size() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_size", false]], "get_specific_impulse() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_specific_impulse", false]], "get_state_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_state_at", false]], "get_state_at() (profile method)": [[43, "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)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_states", false]], "get_states_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_states_at", false]], "get_states_at() (profile method)": [[43, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_duration", false]], "get_step_percentage() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_percentage", false]], "get_stepper_type() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_stepper_type", false]], "get_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_subsets", false]], "get_target() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target", false]], "get_target() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_target", false]], "get_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_target", false]], "get_target() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_target", false]], "get_target() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_target", false]], "get_target() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_target", false]], "get_target_angle() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target_angle", false]], "get_target_coe() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_target_coe", false]], "get_target_range() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target_range", false]], "get_thrust() (propulsionsystem method)": [[51, "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)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_time_step", false]], "get_time_step() (temporalconditionsolver method)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_time_step", false]], "get_tle() (sgp4 method)": [[80, "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)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_tolerance", false]], "get_transform_at() (localorbitalframetransformprovider method)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_at", false]], "get_true_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_true_anomaly", false]], "get_true_anomaly() (coe method)": [[86, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_type", false]], "get_type() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_type", false]], "get_type() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_type", false]], "get_type() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_type", false]], "get_value() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_value", false]], "get_velocity() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_velocity", false]], "get_write_coordinate_subsets() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (centralbodygravity method)": [[29, "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)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thruster method)": [[33, "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]], "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)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.has_subset", false]], "has_subset() (state method)": [[69, "ostk.astrodynamics.trajectory.State.has_subset", false]], "in_frame() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.in_frame", false]], "in_frame() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.in_frame", false]], "in_frame() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.in_frame", false]], "in_frame() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.in_frame", false]], "in_frame() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.in_frame", false]], "in_frame() (state method)": [[69, "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)": [[37, "ostk.astrodynamics.event_condition.COECondition.inclination", false]], "inertial_pointing() (profile static method)": [[43, "ostk.astrodynamics.flight.Profile.inertial_pointing", false]], "inertial_pointing() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.inertial_pointing", false]], "instantcondition (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition", false]], "instantcondition.criterion (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Criterion", false]], "instantcondition.target (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target", false]], "instantcondition.target.type (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type", false]], "integrate_duration() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_duration", false]], "integrate_time() (numericalsolver method)": [[92, "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)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.intrack", false]], "is_complete() (access method)": [[2, "ostk.astrodynamics.Access.is_complete", false]], "is_complete() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.is_complete", false]], "is_defined() (access method)": [[2, "ostk.astrodynamics.Access.is_defined", false]], "is_defined() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.is_defined", false]], "is_defined() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.is_defined", false]], "is_defined() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.is_defined", false]], "is_defined() (brouwerlyddanemeanshort method)": [[84, "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)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.is_defined", false]], "is_defined() (coe method)": [[86, "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)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_defined", false]], "is_defined() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.is_defined", false]], "is_defined() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.is_defined", false]], "is_defined() (localorbitalframetransformprovider method)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.is_defined", false]], "is_defined() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.is_defined", false]], "is_defined() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.is_defined", false], [64, "ostk.astrodynamics.trajectory.Model.is_defined", false]], "is_defined() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.is_defined", false]], "is_defined() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.is_defined", false]], "is_defined() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.is_defined", false]], "is_defined() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_defined", false]], "is_defined() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.is_defined", false]], "is_defined() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.is_defined", false]], "is_defined() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.is_defined", false]], "is_defined() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_defined", false]], "is_defined() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.is_defined", false]], "is_defined() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.is_defined", false]], "is_defined() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.is_defined", false]], "is_defined() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_defined", false]], "is_defined() (state method)": [[69, "ostk.astrodynamics.trajectory.State.is_defined", false]], "is_defined() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.is_defined", false]], "is_defined() (system method)": [[44, "ostk.astrodynamics.flight.System.is_defined", false]], "is_defined() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.is_defined", false], [48, "ostk.astrodynamics.flight.profile.model.Tabulated.is_defined", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_defined", false]], "is_defined() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.is_defined", false]], "is_defined() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.is_defined", false]], "is_defined() (tle method)": [[88, "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)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.is_defined", false]], "is_inversed() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.is_inversed", false]], "is_kepler() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_kepler", false]], "is_kepler() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_kepler", false]], "is_kepler() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_kepler", false]], "is_kepler() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_kepler", false]], "is_kepler() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_kepler", false]], "is_propagated() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_propagated", false]], "is_propagated() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_propagated", false]], "is_propagated() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_propagated", false]], "is_propagated() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_propagated", false]], "is_propagated() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_propagated", false]], "is_satisfied() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.is_satisfied", false]], "is_satisfied() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.is_satisfied", false]], "is_satisfied() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.is_satisfied", false]], "is_satisfied() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.is_satisfied", false]], "is_satisfied() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.is_satisfied", false]], "is_satisfied() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.is_satisfied", false]], "is_sgp4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_sgp4", false]], "is_sgp4() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_sgp4", false]], "is_sgp4() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_sgp4", false]], "is_sgp4() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_sgp4", false]], "is_sgp4() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_sgp4", false]], "iteration_count (numericalsolver.conditionsolution property)": [[92, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.k", false]], "kepler (class in ostk.astrodynamics.trajectory.orbit.model)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler", false]], "kepler.perturbationtype (class in ostk.astrodynamics.trajectory.orbit.model)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType", false]], "launch_date (opm.header property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.launch_date", false]], "lla_from_position() (in module ostk.astrodynamics.utilities)": [[103, "ostk.astrodynamics.utilities.lla_from_position", false]], "lla_from_state() (in module ostk.astrodynamics.utilities)": [[104, "ostk.astrodynamics.utilities.lla_from_state", false]], "load() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.load", false]], "load() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.load", false]], "load() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.load", false]], "localorbitalframedirection (class in ostk.astrodynamics.trajectory)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", false]], "localorbitalframefactory (class in ostk.astrodynamics.trajectory)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", false]], "localorbitalframetransformprovider (class in ostk.astrodynamics.trajectory)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", false]], "localorbitalframetransformprovider.type (class in ostk.astrodynamics.trajectory)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type", false]], "logicalcondition (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition", false]], "logicalcondition.target (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target", false]], "logicalcondition.target.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type", false]], "logicalcondition.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Type", false]], "lvlh() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.LVLH", false]], "m (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.m", false]], "maneuver (class in ostk.astrodynamics.flight)": [[42, "ostk.astrodynamics.flight.Maneuver", false]], "maneuver() (segment static method)": [[67, "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)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.mass", false]], "mass() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.mass", false]], "mass() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.mass", false]], "mass() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.mass", false]], "mass() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.mass", false]], "mean_anomaly() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.mean_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.mean_anomaly_from_eccentric_anomaly", false]], "mean_apogee_altitude (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_apogee_altitude", false]], "mean_argument_of_perigee (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_argument_of_perigee", false]], "mean_inclination (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_inclination", false]], "mean_longitude_ascending_node (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_longitude_ascending_node", false]], "mean_mean_anomaly (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_mean_anomaly", false]], "mean_perigee_altitude (opm.deployment property)": [[75, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mission_time", false]], "model (class in ostk.astrodynamics.flight.profile)": [[46, "ostk.astrodynamics.flight.profile.Model", false]], "model (class in ostk.astrodynamics.trajectory)": [[64, "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], [21, "module-ostk.astrodynamics.display", false], [27, "module-ostk.astrodynamics.dynamics", false], [34, "module-ostk.astrodynamics.event_condition", false], [41, "module-ostk.astrodynamics.flight", false], [45, "module-ostk.astrodynamics.flight.profile", false], [47, "module-ostk.astrodynamics.flight.profile.model", false], [50, "module-ostk.astrodynamics.flight.system", false], [54, "module-ostk.astrodynamics.guidance_law", false], [57, "module-ostk.astrodynamics.solver", false], [60, "module-ostk.astrodynamics.trajectory", false], [71, "module-ostk.astrodynamics.trajectory.orbit", false], [74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false], [76, "module-ostk.astrodynamics.trajectory.orbit.model", false], [82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false], [85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false], [87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false], [89, "module-ostk.astrodynamics.trajectory.state", false], [93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false], [98, "module-ostk.astrodynamics.utilities", false], [106, "module-ostk.astrodynamics.viewer", false]], "n (qlaw.parameters property)": [[56, "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)": [[43, "ostk.astrodynamics.flight.Profile.nadir_pointing", false]], "nadir_pointing() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.nadir_pointing", false]], "name (access.type property)": [[2, "ostk.astrodynamics.Access.Type.name", false]], "name (angularcondition.criterion property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Criterion.name", false]], "name (angularcondition.target.type property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type.name", false]], "name (booleancondition.criterion property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion.name", false]], "name (booleancondition.target.type property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type.name", false]], "name (brouwerlyddanemean.anomalytype property)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType.name", false]], "name (brouwerlyddanemean.element property)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element.name", false]], "name (brouwerlyddanemeanlong.anomalytype property)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType.name", false]], "name (brouwerlyddanemeanlong.element property)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element.name", false]], "name (brouwerlyddanemeanshort.anomalytype property)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType.name", false]], "name (brouwerlyddanemeanshort.element property)": [[84, "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)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType.name", false]], "name (coe.element property)": [[86, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type.name", false]], "name (instantcondition.criterion property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Criterion.name", false]], "name (instantcondition.target.type property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type.name", false]], "name (kepler.perturbationtype property)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType.name", false]], "name (localorbitalframetransformprovider.type property)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type.name", false]], "name (logicalcondition.target.type property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type.name", false]], "name (logicalcondition.type property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Type.name", false]], "name (numericalsolver.logtype property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType.name", false]], "name (numericalsolver.steppertype property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType.name", false]], "name (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.name", false]], "name (orbit.frametype property)": [[65, "ostk.astrodynamics.trajectory.Orbit.FrameType.name", false]], "name (pass.phase property)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Phase.name", false]], "name (pass.type property)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Type.name", false]], "name (qlaw.gradientstrategy property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy.name", false]], "name (realcondition.criterion property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Criterion.name", false]], "name (realcondition.target.type property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.Type.name", false]], "name (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.name", false]], "name (segment.type property)": [[67, "ostk.astrodynamics.trajectory.Segment.Type.name", false]], "ned() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.NED", false]], "numericalsolver (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver", false]], "numericalsolver.conditionsolution (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution", false]], "numericalsolver.logtype (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType", false]], "numericalsolver.steppertype (class in ostk.astrodynamics.trajectory.state)": [[92, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", false]], "opm.deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment", false]], "opm.header (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header", false]], "orbit (class in ostk.astrodynamics.trajectory)": [[65, "ostk.astrodynamics.trajectory.Orbit", false]], "orbit.frametype (class in ostk.astrodynamics.trajectory)": [[65, "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)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel", 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.display": [[21, "module-ostk.astrodynamics.display", false]], "ostk.astrodynamics.dynamics": [[27, "module-ostk.astrodynamics.dynamics", false]], "ostk.astrodynamics.event_condition": [[34, "module-ostk.astrodynamics.event_condition", false]], "ostk.astrodynamics.flight": [[41, "module-ostk.astrodynamics.flight", false]], "ostk.astrodynamics.flight.profile": [[45, "module-ostk.astrodynamics.flight.profile", false]], "ostk.astrodynamics.flight.profile.model": [[47, "module-ostk.astrodynamics.flight.profile.model", false]], "ostk.astrodynamics.flight.system": [[50, "module-ostk.astrodynamics.flight.system", false]], "ostk.astrodynamics.guidance_law": [[54, "module-ostk.astrodynamics.guidance_law", false]], "ostk.astrodynamics.solver": [[57, "module-ostk.astrodynamics.solver", false]], "ostk.astrodynamics.trajectory": [[60, "module-ostk.astrodynamics.trajectory", false]], "ostk.astrodynamics.trajectory.orbit": [[71, "module-ostk.astrodynamics.trajectory.orbit", false]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false]], "ostk.astrodynamics.trajectory.orbit.model": [[76, "module-ostk.astrodynamics.trajectory.orbit.model", false]], "ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean": [[82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false]], "ostk.astrodynamics.trajectory.state": [[89, "module-ostk.astrodynamics.trajectory.state", false]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false]], "ostk.astrodynamics.utilities": [[98, "module-ostk.astrodynamics.utilities", false]], "ostk.astrodynamics.viewer": [[106, "module-ostk.astrodynamics.viewer", false]], "ostk::astrodynamics::access (c++ class)": [[129, "_CPPv4N4ostk13astrodynamics6AccessE", false]], "ostk::astrodynamics::access::access (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", false]], "ostk::astrodynamics::access::generator (c++ class)": [[135, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", false]], "ostk::astrodynamics::access::generator::aermask (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::aerranges (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::computeaccesses (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::generator (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", false], [135, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", false]], "ostk::astrodynamics::access::generator::getaccessfilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", false]], "ostk::astrodynamics::access::generator::getaerfilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", false]], "ostk::astrodynamics::access::generator::getconditionfunction (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::getstatefilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", false]], "ostk::astrodynamics::access::generator::getstep (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", false]], "ostk::astrodynamics::access::generator::gettolerance (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", false]], "ostk::astrodynamics::access::generator::isdefined (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", false]], "ostk::astrodynamics::access::generator::setaccessfilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", false]], "ostk::astrodynamics::access::generator::setaerfilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", false]], "ostk::astrodynamics::access::generator::setstatefilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", false]], "ostk::astrodynamics::access::generator::setstep (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", false]], "ostk::astrodynamics::access::generator::settolerance (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", false]], "ostk::astrodynamics::access::generator::undefined (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", false]], "ostk::astrodynamics::access::generatorcontext (c++ class)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", false]], "ostk::astrodynamics::access::generatorcontext::calculateaer (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", false]], "ostk::astrodynamics::access::generatorcontext::generatorcontext (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", false]], "ostk::astrodynamics::access::generatorcontext::getpositionsfromstates (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", false]], "ostk::astrodynamics::access::generatorcontext::getstatesat (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generatorcontext::isaccessactive (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", false]], "ostk::astrodynamics::access::getacquisitionofsignal (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", false]], "ostk::astrodynamics::access::getduration (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", false]], "ostk::astrodynamics::access::getinterval (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", false]], "ostk::astrodynamics::access::getlossofsignal (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", false]], "ostk::astrodynamics::access::getmaxelevation (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", false]], "ostk::astrodynamics::access::gettimeofclosestapproach (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", false]], "ostk::astrodynamics::access::gettype (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", false]], "ostk::astrodynamics::access::iscomplete (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", false]], "ostk::astrodynamics::access::isdefined (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", false]], "ostk::astrodynamics::access::operator!= (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", false]], "ostk::astrodynamics::access::operator<< (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", false]], "ostk::astrodynamics::access::operator== (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", false]], "ostk::astrodynamics::access::stringfromtype (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", false]], "ostk::astrodynamics::access::type (c++ enum)": [[129, "_CPPv4N4ostk13astrodynamics6Access4TypeE", false]], "ostk::astrodynamics::access::type::complete (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", false]], "ostk::astrodynamics::access::type::partial (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", false]], "ostk::astrodynamics::access::type::undefined (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", false]], "ostk::astrodynamics::access::undefined (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm (c++ class)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::cdm (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::actualodspan (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areadrag (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areapc (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areasrp (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::cdareaovermass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::covariancematrix (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::crareaovermass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::mass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsavailable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsused (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::recommendedodspan (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::residualsaccepted (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::sedr (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::state (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::thrustacceleration (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobend (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobstart (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksavailable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksused (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::weightedrms (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::dictionary (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getccsdscdmversion (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobability (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobabilitymethod (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcreationdate (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getdataarray (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getheader (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessagefor (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessageid (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmetadataarray (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmissdistance (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancematrix (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancemethod (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdataat (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdesignator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectephemerisname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectinternationaldesignator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmaneuverability (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmetadataat (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectreferenceframe (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectstateattca (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjecttype (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getoriginator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativemetadata (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativeposition (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativevelocity (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::gettca (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::ccsdscdmversion (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::creationdate (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messagefor (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messageid (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::originator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::isdefined (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::load (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::atmosphericmodel (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::catalogname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::covariancemethod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::earthtides (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::ephemerisname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::gravitymodel (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::internationaldesignator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::intrackthrust (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::maneuverable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::nbodyperturbations (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::object (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectdesignator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objecttype (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorcontactposition (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatoremail (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatororgnization (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorphone (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::orbitcenter (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::refframe (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::solarradiationpressure (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype (c++ enum)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::debris (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::other (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::payload (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::rocketbody (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::unknown (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttypefromstring (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::operator<< (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::parse (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::print (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobability (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobabilitymethod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::endscreenperiod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::missdistance (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativeposition (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativevelocity (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenentrytime (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenexittime (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeframe (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeshape (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumex (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumey (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumez (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::startscreenperiod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::tca (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::undefined (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", false]], "ostk::astrodynamics::dynamics (c++ class)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicsE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag (c++ class)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::atmosphericdrag (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", false], [138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::computecontribution (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getcelestial (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getreadcoordinatesubsets (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getwritecoordinatesubsets (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::isdefined (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::operator<< (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::print (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::~atmosphericdrag (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", false]], "ostk::astrodynamics::dynamics::centralbodygravity (c++ class)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::centralbodygravity (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", false], [139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::centralbodygravity::computecontribution (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getcelestial (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getreadcoordinatesubsets (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getwritecoordinatesubsets (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::isdefined (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::operator<< (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", false]], "ostk::astrodynamics::dynamics::centralbodygravity::print (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::centralbodygravity::~centralbodygravity (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::computecontribution (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::context (c++ struct)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", false]], "ostk::astrodynamics::dynamics::context::context (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", false]], "ostk::astrodynamics::dynamics::context::dynamics (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", false]], "ostk::astrodynamics::dynamics::context::readindexes (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", false]], "ostk::astrodynamics::dynamics::context::readstatesize (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", false]], "ostk::astrodynamics::dynamics::context::writeindexes (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", false]], "ostk::astrodynamics::dynamics::dynamics (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", false]], "ostk::astrodynamics::dynamics::fromenvironment (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", false]], "ostk::astrodynamics::dynamics::getname (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", false]], "ostk::astrodynamics::dynamics::getreadcoordinatesubsets (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::getsystemofequations (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::getwritecoordinatesubsets (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::isdefined (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", false]], "ostk::astrodynamics::dynamics::operator<< (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", false]], "ostk::astrodynamics::dynamics::positionderivative (c++ class)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", false]], "ostk::astrodynamics::dynamics::positionderivative::computecontribution (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::positionderivative::getreadcoordinatesubsets (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::getwritecoordinatesubsets (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::isdefined (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", false]], "ostk::astrodynamics::dynamics::positionderivative::operator<< (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", false]], "ostk::astrodynamics::dynamics::positionderivative::positionderivative (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", false]], "ostk::astrodynamics::dynamics::positionderivative::print (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::positionderivative::~positionderivative (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", false]], "ostk::astrodynamics::dynamics::print (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated (c++ class)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", false]], "ostk::astrodynamics::dynamics::tabulated::accesscontributionprofile (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessframe (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessinstants (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", false]], "ostk::astrodynamics::dynamics::tabulated::computecontribution (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::tabulated::defaultcontributionframesptr (c++ member)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", false]], "ostk::astrodynamics::dynamics::tabulated::getcontributionprofilefromcoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::dynamics::tabulated::getinterpolationtype (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::dynamics::tabulated::getreadcoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::getwritecoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::isdefined (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::dynamics::tabulated::operator<< (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::dynamics::tabulated::print (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated::tabulated (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity (c++ class)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::computecontribution (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getcelestial (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getreadcoordinatesubsets (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getwritecoordinatesubsets (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::isdefined (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::operator<< (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::print (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::thirdbodygravity (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", false], [142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::~thirdbodygravity (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::thruster (c++ class)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", false]], "ostk::astrodynamics::dynamics::thruster::computecontribution (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thruster::getguidancelaw (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", false]], "ostk::astrodynamics::dynamics::thruster::getreadcoordinatesubsets (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::getsatellitesystem (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", false]], "ostk::astrodynamics::dynamics::thruster::getwritecoordinatesubsets (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::isdefined (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thruster::print (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thruster::thruster (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", false]], "ostk::astrodynamics::dynamics::thruster::~thruster (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", false]], "ostk::astrodynamics::dynamics::~dynamics (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", false]], "ostk::astrodynamics::eventcondition (c++ class)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition (c++ class)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::angularcondition (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", false], [144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion (c++ enum)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::anycrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::negativecrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::positivecrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::withinrange (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", false]], "ostk::astrodynamics::eventcondition::angularcondition::getcriterion (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetangle (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetrange (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::issatisfied (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::angularcondition::print (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::angularcondition::stringfromcriterion (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::angularcondition::withinrange (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", false]], "ostk::astrodynamics::eventcondition::angularcondition::~angularcondition (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::booleancondition (c++ class)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", false]], "ostk::astrodynamics::eventcondition::booleancondition::booleancondition (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", false]], "ostk::astrodynamics::eventcondition::booleancondition::isinversed (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", false]], "ostk::astrodynamics::eventcondition::booleancondition::print (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::booleancondition::~booleancondition (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::coecondition (c++ class)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", false]], "ostk::astrodynamics::eventcondition::coecondition::aop (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricanomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricity (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::inclination (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::meananomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::raan (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::semimajoraxis (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::trueanomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::eventcondition (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::getevaluator (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", false]], "ostk::astrodynamics::eventcondition::getname (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", false]], "ostk::astrodynamics::eventcondition::gettarget (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", false]], "ostk::astrodynamics::eventcondition::instantcondition (c++ class)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", false]], "ostk::astrodynamics::eventcondition::instantcondition::getinstant (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", false]], "ostk::astrodynamics::eventcondition::instantcondition::instantcondition (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", false]], "ostk::astrodynamics::eventcondition::instantcondition::~instantcondition (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::issatisfied (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition (c++ class)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::geteventconditions (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::gettype (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::issatisfied (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::logicalcondition (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::print (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type (c++ enum)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::and (c++ enumerator)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::or (c++ enumerator)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::updatetarget (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::~logicalcondition (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::operator<< (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", false]], "ostk::astrodynamics::eventcondition::print (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition (c++ class)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion (c++ enum)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::anycrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::negativecrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::positivecrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlynegative (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlypositive (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", false]], "ostk::astrodynamics::eventcondition::realcondition::durationcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", false]], "ostk::astrodynamics::eventcondition::realcondition::evaluate (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::getcriterion (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::realcondition::issatisfied (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::print (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition::realcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", false], [149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::realcondition::stringfromcriterion (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::realcondition::~realcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::target (c++ struct)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::target::isdefined (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", false]], "ostk::astrodynamics::eventcondition::target::operator!= (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", false]], "ostk::astrodynamics::eventcondition::target::operator== (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", false]], "ostk::astrodynamics::eventcondition::target::stringfromtype (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", false]], "ostk::astrodynamics::eventcondition::target::target (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", false]], "ostk::astrodynamics::eventcondition::target::type (c++ enum)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", false]], "ostk::astrodynamics::eventcondition::target::type (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", false]], "ostk::astrodynamics::eventcondition::target::type::absolute (c++ enumerator)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", false]], "ostk::astrodynamics::eventcondition::target::type::relative (c++ enumerator)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", false]], "ostk::astrodynamics::eventcondition::target::value (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", false]], "ostk::astrodynamics::eventcondition::target::valueoffset (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", false]], "ostk::astrodynamics::eventcondition::updatetarget (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::~eventcondition (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", false]], "ostk::astrodynamics::flight::maneuver (c++ class)": [[150, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragespecificimpulse (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragethrust (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltamass (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltav (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", false]], "ostk::astrodynamics::flight::maneuver::constantmassflowrateprofile (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", false]], "ostk::astrodynamics::flight::maneuver::defaultaccelframesptr (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", false]], "ostk::astrodynamics::flight::maneuver::getaccelerationprofile (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::maneuver::getinstants (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", false]], "ostk::astrodynamics::flight::maneuver::getinterval (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", false]], "ostk::astrodynamics::flight::maneuver::getmassflowrateprofile (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", false]], "ostk::astrodynamics::flight::maneuver::isdefined (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", false]], "ostk::astrodynamics::flight::maneuver::maneuver (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", false]], "ostk::astrodynamics::flight::maneuver::maximumrecommendedinterpolationinterval (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", false]], "ostk::astrodynamics::flight::maneuver::minimumrecommendedduration (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", false]], "ostk::astrodynamics::flight::maneuver::operator!= (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator<< (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator== (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::print (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::maneuver::tabulateddynamics (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", false]], "ostk::astrodynamics::flight::maneuver::totabulateddynamics (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::flight::profile (c++ class)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", false]], "ostk::astrodynamics::flight::profile::getaxesat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getbodyframe (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::getstateat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getstatesat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::inertialpointing (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::isdefined (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model (c++ class)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", false]], "ostk::astrodynamics::flight::profile::model::as (c++ function)": [[153, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", false]], "ostk::astrodynamics::flight::profile::model::calculatestateat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::calculatestatesat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::model::clone (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::getaxesat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::getbodyframe (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::is (c++ function)": [[153, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", false]], "ostk::astrodynamics::flight::profile::model::isdefined (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::model (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", false]], "ostk::astrodynamics::flight::profile::model::operator!= (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator<< (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator== (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", false]], "ostk::astrodynamics::flight::profile::model::print (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated (c++ class)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", false]], "ostk::astrodynamics::flight::profile::model::tabulated::calculatestateat (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::clone (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getaxesat (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getbodyframe (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getinterval (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::isdefined (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::load (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator!= (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator<< (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator== (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::print (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated::tabulated (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", false]], "ostk::astrodynamics::flight::profile::model::transform (c++ class)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", false]], "ostk::astrodynamics::flight::profile::model::transform::calculatestateat (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::clone (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::transform::getaxesat (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::getbodyframe (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::transform::inertialpointing (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::model::transform::isdefined (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::transform::nadirpointing (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::model::transform::operator<< (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", false]], "ostk::astrodynamics::flight::profile::model::transform::print (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::transform::transform (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::profile::model::transform::undefined (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", false]], "ostk::astrodynamics::flight::profile::model::~model (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", false]], "ostk::astrodynamics::flight::profile::nadirpointing (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::operator<< (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", false]], "ostk::astrodynamics::flight::profile::operator= (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", false]], "ostk::astrodynamics::flight::profile::pointingmode (c++ enum)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", false]], "ostk::astrodynamics::flight::profile::pointingmode::custom (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", false]], "ostk::astrodynamics::flight::profile::pointingmode::inertial (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", false]], "ostk::astrodynamics::flight::profile::pointingmode::nadir (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", false]], "ostk::astrodynamics::flight::profile::pointingmode::target (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", false]], "ostk::astrodynamics::flight::profile::pointingmode::undefined (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", false]], "ostk::astrodynamics::flight::profile::print (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::profile (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", false], [151, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", false]], "ostk::astrodynamics::flight::profile::undefined (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", false]], "ostk::astrodynamics::flight::system (c++ class)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemE", false]], "ostk::astrodynamics::flight::system::clone (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", false]], "ostk::astrodynamics::flight::system::getgeometry (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", false]], "ostk::astrodynamics::flight::system::getmass (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", false]], "ostk::astrodynamics::flight::system::isdefined (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", false]], "ostk::astrodynamics::flight::system::operator!= (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", false]], "ostk::astrodynamics::flight::system::operator<< (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", false]], "ostk::astrodynamics::flight::system::operator== (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", false]], "ostk::astrodynamics::flight::system::print (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem (c++ class)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", false]], "ostk::astrodynamics::flight::system::propulsionsystem::default (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getacceleration (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getmassflowrate (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getspecificimpulse (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getthrust (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::isdefined (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator!= (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator<< (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator== (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::print (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem::propulsionsystem (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", false]], "ostk::astrodynamics::flight::system::propulsionsystem::undefined (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", false]], "ostk::astrodynamics::flight::system::satellitesystem::accesspropulsionsystem (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::clone (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::default (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getcrosssectionalsurfacearea (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getdragcoefficient (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getinertiatensor (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getpropulsionsystem (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::isdefined (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator!= (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator<< (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator== (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::print (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystem::satellitesystem (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::undefined (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::~satellitesystem (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder (c++ class)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::build (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::clone (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::default (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::operator<< (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::print (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::satellitesystembuilder (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withcrosssectionalsurfacearea (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdragcoefficient (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdrymass (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withgeometry (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withinertiatensor (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withpropulsionsystem (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::~satellitesystembuilder (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", false]], "ostk::astrodynamics::flight::system::system (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", false]], "ostk::astrodynamics::flight::system::undefined (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", false]], "ostk::astrodynamics::flight::system::~system (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", false]], "ostk::astrodynamics::guidancelaw (c++ class)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", false]], "ostk::astrodynamics::guidancelaw::calculatethrustaccelerationat (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust (c++ class)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::calculatethrustaccelerationat (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::constantthrust (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::guidancelaw::constantthrust::getlocalthrustdirection (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", false]], "ostk::astrodynamics::guidancelaw::constantthrust::intrack (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::operator<< (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", false]], "ostk::astrodynamics::guidancelaw::constantthrust::print (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::~constantthrust (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", false]], "ostk::astrodynamics::guidancelaw::getname (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", false]], "ostk::astrodynamics::guidancelaw::guidancelaw (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", false]], "ostk::astrodynamics::guidancelaw::operator<< (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", false]], "ostk::astrodynamics::guidancelaw::print (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw (c++ class)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", false]], "ostk::astrodynamics::guidancelaw::qlaw::calculatethrustaccelerationat (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_doe_df (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_dq_doe (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeorbitalelementsmaximalchange (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeq (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computethrustdirection (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::getgradientstrategy (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::getparameters (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gettargetcoe (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy (c++ enum)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::analytical (c++ enumerator)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::finitedifference (c++ enumerator)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", false]], "ostk::astrodynamics::guidancelaw::qlaw::operator<< (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters (c++ struct)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::absoluteeffectivitythreshold (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::b (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getcontrolweights (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getminimumperiapsisradius (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::k (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::m (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::n (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::parameters (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::periapsisweight (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::r (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::relativeeffectivitythreshold (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::print (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw::qlaw (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", false]], "ostk::astrodynamics::guidancelaw::qlaw::thetarhtogcrf (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::guidancelaw::qlaw::~qlaw (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", false]], "ostk::astrodynamics::guidancelaw::~guidancelaw (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", false]], "ostk::astrodynamics::rootsolver (c++ class)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverE", false]], "ostk::astrodynamics::rootsolver::bisection (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::bracketandsolve (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", false]], "ostk::astrodynamics::rootsolver::default (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", false]], "ostk::astrodynamics::rootsolver::getmaximumiterationcount (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::rootsolver::gettolerance (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", false]], "ostk::astrodynamics::rootsolver::operator<< (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", false]], "ostk::astrodynamics::rootsolver::print (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::rootsolver::rootsolver (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", false]], "ostk::astrodynamics::rootsolver::solution (c++ struct)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", false]], "ostk::astrodynamics::rootsolver::solution::hasconverged (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", false]], "ostk::astrodynamics::rootsolver::solution::iterationcount (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", false]], "ostk::astrodynamics::rootsolver::solution::root (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", false]], "ostk::astrodynamics::rootsolver::solve (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::~rootsolver (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", false]], "ostk::astrodynamics::solver::finitedifferencesolver (c++ class)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computegradient (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computejacobian (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", false], [161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", false]], "ostk::astrodynamics::solver::finitedifferencesolver::default (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::finitedifferencesolver (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getstepduration (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getsteppercentage (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::gettype (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::operator<< (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", false]], "ostk::astrodynamics::solver::finitedifferencesolver::print (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::solver::finitedifferencesolver::stringfromtype (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type (c++ enum)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::backward (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::central (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::forward (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", false]], "ostk::astrodynamics::solver::temporalconditionsolver (c++ class)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::condition (c++ type)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::getmaximumiterationcount (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettimestep (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettolerance (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::solve (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", false], [162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", false]], "ostk::astrodynamics::solver::temporalconditionsolver::temporalconditionsolver (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory (c++ class)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectoryE", false]], "ostk::astrodynamics::trajectory::accessmodel (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", false]], "ostk::astrodynamics::trajectory::getstateat (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::getstatesat (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::isdefined (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection (c++ class)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::accesslocalorbitalframefactory (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getlocalorbitalframefactory (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getvalue (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::isdefined (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::localorbitalframedirection (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator!= (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator<< (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator== (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::print (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::undefined (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory (c++ class)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::accessparentframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::construct (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::generateframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::getprovidertype (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::isdefined (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::lvlh (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::ned (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::qsw (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::tnw (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::undefined (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vnc (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vvlh (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider (c++ class)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::clone (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::construct (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::isdefined (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::stringfromtype (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type (c++ enum)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlh (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlhgd (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::ned (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::qsw (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::tnw (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::undefined (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vnc (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vvlh (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::~localorbitalframetransformprovider (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", false]], "ostk::astrodynamics::trajectory::model (c++ class)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", false]], "ostk::astrodynamics::trajectory::model::as (c++ function)": [[166, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", false]], "ostk::astrodynamics::trajectory::model::calculatestateat (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::calculatestatesat (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::clone (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::model::is (c++ function)": [[166, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", false]], "ostk::astrodynamics::trajectory::model::isdefined (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::model (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::model::operator!= (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator<< (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator== (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", false]], "ostk::astrodynamics::trajectory::model::print (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static (c++ class)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", false]], "ostk::astrodynamics::trajectory::model::static::calculatestateat (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::static::clone (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", false]], "ostk::astrodynamics::trajectory::model::static::isdefined (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::static::operator!= (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator<< (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator== (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::print (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static::static (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", false]], "ostk::astrodynamics::trajectory::model::tabulated (c++ class)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestateat (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestatesat (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::tabulated::clone (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getfirststate (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterpolationtype (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterval (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getlaststate (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::isdefined (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::load (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator!= (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator<< (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator== (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::print (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::tabulated::tabulated (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::model::~model (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::operator!= (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator<< (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator= (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator== (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", false]], "ostk::astrodynamics::trajectory::orbit (c++ class)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", false]], "ostk::astrodynamics::trajectory::orbit::circular (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::circularequatorial (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::computepasses (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::constpassiterator (c++ type)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", false]], "ostk::astrodynamics::trajectory::orbit::equatorial (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::frametype (c++ enum)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlh (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgd (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgdgt (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::ned (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::qsw (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::tnw (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::undefined (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vnc (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vvlh (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", false]], "ostk::astrodynamics::trajectory::orbit::geosynchronous (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::getorbitalframe (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::getpassat (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::getpasswithrevolutionnumber (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::getrevolutionnumberat (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::isdefined (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm (c++ class)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment (c++ struct)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::ballisticcoefficient (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::date (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanapogeealtitude (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanargumentofperigee (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meaninclination (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanlongitudeascendingnode (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanmeananomaly (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanperigeealtitude (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::missiontime (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::name (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::position (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::sequencenumber (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::tostate (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::velocity (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::dictionary (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeployments (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentwithname (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getheader (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header (c++ struct)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::generationdate (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::launchdate (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::isdefined (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::load (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::operator<< (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::opm (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::parse (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::print (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::undefined (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model (c++ class)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean (c++ class)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::brouwerlyddanemean (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getcartesianstate (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::geteccentricanomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getmeananomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::gettrueanomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::tocoe (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong (c++ class)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::brouwerlyddanemeanlong (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::cartesian (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::coe (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::tocoe (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::undefined (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort (c++ class)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::brouwerlyddanemeanshort (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::cartesian (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::coe (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::tocoe (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::undefined (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::calculaterevolutionnumberat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::calculatestateat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::clone (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getepoch (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getrevolutionnumberatepoch (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::isdefined (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler (c++ class)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculaterevolutionnumberat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculatestateat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::clone (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe (c++ class)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::eccentric (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::mean (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::true (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesian (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesianstate (c++ type)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::coe (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeangularmomentum (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", false], [186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeradialdistance (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computesemilatusrectum (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfrommeananomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfromtrueanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::aop (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricanomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricity (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::inclination (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::meananomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::raan (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::semimajoraxis (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::trueanomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::fromsivector (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getangularmomentum (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getaop (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getapoapsisradius (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getcartesianstate (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricanomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricity (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getinclination (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeananomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeanmotion (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getnodalprecessionrate (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getorbitalperiod (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getperiapsisradius (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getraan (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getradialdistance (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemilatusrectum (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemimajoraxis (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsivector (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::gettrueanomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::isdefined (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::meananomalyfromeccentricanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator!= (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator<< (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator== (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::print (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::stringfromelement (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfromeccentricanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfrommeananomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::undefined (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getclassicalorbitalelements (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getepoch (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getequatorialradius (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getgravitationalparameter (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj2 (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj4 (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getperturbationtype (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getrevolutionnumberatepoch (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::isdefined (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::kepler (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator!= (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator<< (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator== (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype (c++ enum)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j2 (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j4 (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::none (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::print (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::stringfromperturbationtype (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::model (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::orbit::model::print (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated (c++ class)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesscachedstatearray (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesspropagator (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculaterevolutionnumberat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestateat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestatesat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::clone (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getepoch (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getrevolutionnumberatepoch (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::isdefined (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator!= (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator== (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::propagated (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", false], [179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::setcachedstatearray (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4 (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculaterevolutionnumberat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculatestateat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::clone (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getepoch (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getrevolutionnumberatepoch (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::gettle (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::calculatestateat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false], [181, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::impl (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::operator= (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::isdefined (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator!= (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator= (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator== (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::sgp4 (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", false], [180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle (c++ class)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::canparse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::construct (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::generatechecksum (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getaop (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getbstardragterm (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getclassification (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::geteccentricity (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getelementsetnumber (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getephemeristype (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getepoch (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstline (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstlinechecksum (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinclination (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinternationaldesignator (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeananomaly (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotion (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionfirsttimederivativedividedbytwo (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionsecondtimederivativedividedbysix (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getraan (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getrevolutionnumberatepoch (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitename (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitenumber (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondline (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondlinechecksum (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::isdefined (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::load (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator!= (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator<< (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator== (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::parse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setepoch (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setrevolutionnumberatepoch (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setsatellitenumber (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::tle (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::undefined (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::~sgp4 (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated (c++ class)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculaterevolutionnumberat (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculatestateat (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::clone (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getepoch (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getrevolutionnumberatepoch (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::isdefined (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator!= (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator== (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::print (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::tabulated (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::~model (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::orbit::operator!= (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator= (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator== (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::orbit (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", false], [167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", false], [167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::pass (c++ class)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatascendingnode (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatdescendingnode (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatnorthpoint (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatpassbreak (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatsouthpoint (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getduration (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getrevolutionnumber (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::gettype (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::iscomplete (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::isdefined (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator!= (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator<< (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator== (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::pass (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase (c++ enum)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::ascending (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::descending (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::undefined (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::print (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromphase (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromtype (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type (c++ enum)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::complete (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::partial (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::undefined (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::undefined (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::print (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::stringfromframetype (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::sunsynchronous (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::undefined (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::~orbit (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", false]], "ostk::astrodynamics::trajectory::position (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", false]], "ostk::astrodynamics::trajectory::print (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator (c++ class)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", false]], "ostk::astrodynamics::trajectory::propagator::accesscoordinatebroker (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::propagator::accessnumericalsolver (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::propagator::adddynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", false]], "ostk::astrodynamics::trajectory::propagator::addmaneuver (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestateat (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatesat (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatetocondition (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", false]], "ostk::astrodynamics::trajectory::propagator::cleardynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::default (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", false]], "ostk::astrodynamics::trajectory::propagator::fromenvironment (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", false]], "ostk::astrodynamics::trajectory::propagator::getdynamics (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::getnumberofcoordinates (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::propagator::integrationframesptr (c++ member)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", false]], "ostk::astrodynamics::trajectory::propagator::isdefined (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", false]], "ostk::astrodynamics::trajectory::propagator::operator!= (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator<< (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator= (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator== (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::print (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator::propagator (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::setdynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", false]], "ostk::astrodynamics::trajectory::propagator::undefined (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", false]], "ostk::astrodynamics::trajectory::segment (c++ class)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", false]], "ostk::astrodynamics::trajectory::segment::accessdynamics (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::accesseventcondition (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::accessnumericalsolver (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::coast (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::getdynamics (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::geteventcondition (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::getname (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", false]], "ostk::astrodynamics::trajectory::segment::getnumericalsolver (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::gettype (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", false]], "ostk::astrodynamics::trajectory::segment::maneuver (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", false]], "ostk::astrodynamics::trajectory::segment::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution (c++ struct)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", false]], "ostk::astrodynamics::trajectory::segment::solution::accessendinstant (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::accessstartinstant (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::calculatestatesat (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltamass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltav (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::segment::solution::conditionissatisfied (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::segment::solution::dynamics (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", false]], "ostk::astrodynamics::trajectory::segment::solution::extractmaneuvers (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getalldynamicscontributions (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicsaccelerationcontribution (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicscontribution (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::segment::solution::getfinalmass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinitialmass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getpropagationduration (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::segment::solution::name (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", false]], "ostk::astrodynamics::trajectory::segment::solution::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::segment::solution::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution::segmenttype (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::solution (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::states (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", false]], "ostk::astrodynamics::trajectory::segment::solve (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", false]], "ostk::astrodynamics::trajectory::segment::type (c++ enum)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::type::coast (c++ enumerator)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", false]], "ostk::astrodynamics::trajectory::segment::type::maneuver (c++ enumerator)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", false]], "ostk::astrodynamics::trajectory::sequence (c++ class)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", false]], "ostk::astrodynamics::trajectory::sequence::addcoastsegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", false]], "ostk::astrodynamics::trajectory::sequence::addmaneuversegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", false]], "ostk::astrodynamics::trajectory::sequence::addsegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", false]], "ostk::astrodynamics::trajectory::sequence::addsegments (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", false]], "ostk::astrodynamics::trajectory::sequence::getdynamics (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::sequence::getmaximumpropagationduration (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::getnumericalsolver (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::sequence::getsegments (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", false]], "ostk::astrodynamics::trajectory::sequence::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", false]], "ostk::astrodynamics::trajectory::sequence::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::sequence (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solution (c++ struct)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessendinstant (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessstartinstant (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::calculatestatesat (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltamass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltav (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::sequence::solution::executioniscomplete (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", false]], "ostk::astrodynamics::trajectory::sequence::solution::getfinalmass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinitialmass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getpropagationduration (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getstates (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::sequence::solution::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::solution::segmentsolutions (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", false]], "ostk::astrodynamics::trajectory::sequence::solution::solution (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", false]], "ostk::astrodynamics::trajectory::sequence::solve (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solvetocondition (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", false]], "ostk::astrodynamics::trajectory::state (c++ class)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", false]], "ostk::astrodynamics::trajectory::state::accesscoordinatebroker (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::accesscoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::accessframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", false]], "ostk::astrodynamics::trajectory::state::accessinstant (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker (c++ class)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::accesssubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::addsubset (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::coordinatebroker (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinate (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", false], [188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinates (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofcoordinates (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofsubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getsubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::hassubset (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator!= (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator== (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset (c++ class)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::add (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity (c++ class)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::angularvelocity (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::default (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::inframe (c++ function)": [[191, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::~angularvelocity (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion (c++ class)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::attitudequaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::coordinatestoquaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::default (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::inframe (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::quateriontocoordinates (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::~attitudequaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition (c++ class)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::add (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::cartesianposition (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::default (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::inframe (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::subtract (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::~cartesianposition (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity (c++ class)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::add (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::cartesianvelocity (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::default (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::inframe (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::subtract (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::~cartesianvelocity (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::coordinatesubset (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::dragcoefficient (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getid (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getname (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getsize (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::inframe (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::mass (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator!= (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator== (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::subtract (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::surfacearea (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", false]], "ostk::astrodynamics::trajectory::state::extractcoordinate (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::extractcoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::getangularvelocity (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", false]], "ostk::astrodynamics::trajectory::state::getattitude (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinatesubsets (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::getframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", false]], "ostk::astrodynamics::trajectory::state::getinstant (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", false]], "ostk::astrodynamics::trajectory::state::getposition (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", false]], "ostk::astrodynamics::trajectory::state::getsize (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::getvelocity (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", false]], "ostk::astrodynamics::trajectory::state::hassubset (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::inframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::state::isdefined (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstates (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstatevectors (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditional (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution (c++ struct)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::conditionissatisfied (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::iterationcount (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::rootsolverhasconverged (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::state (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::default (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::defaultconditional (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::fixedstepsize (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstates (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstatevectors (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getrootsolver (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integrateduration (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integratetime (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::numericalsolver (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::undefined (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", false]], "ostk::astrodynamics::trajectory::state::operator!= (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", false]], "ostk::astrodynamics::trajectory::state::operator+ (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", false]], "ostk::astrodynamics::trajectory::state::operator- (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", false]], "ostk::astrodynamics::trajectory::state::operator<< (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", false]], "ostk::astrodynamics::trajectory::state::operator= (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", false]], "ostk::astrodynamics::trajectory::state::operator== (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", false]], "ostk::astrodynamics::trajectory::state::print (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::state::state (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::undefined (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder (c++ class)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", false]], "ostk::astrodynamics::trajectory::statebuilder::accesscoordinatebroker (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::statebuilder::accessframe (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::build (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", false]], "ostk::astrodynamics::trajectory::statebuilder::expand (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::getcoordinatesubsets (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::statebuilder::getframe (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::isdefined (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder::operator!= (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator+ (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator- (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator<< (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator== (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::print (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::statebuilder::reduce (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::statebuilder (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", false], [172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::statebuilder::undefined (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", false]], "ostk::astrodynamics::trajectory::trajectory (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", false], [134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", false], [134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", false]], "ostk::astrodynamics::trajectory::undefined (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", false]], "parse() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.parse", false]], "parse() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.parse", false]], "parse() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.parse", false]], "pass (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass", false]], "pass.phase (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Phase", false]], "pass.type (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Type", false]], "periapsis_weight (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.periapsis_weight", false]], "position (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.position", false]], "position() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.position", false]], "position() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.position", false]], "position_from_lla() (in module ostk.astrodynamics.utilities)": [[105, "ostk.astrodynamics.utilities.position_from_lla", false]], "positionderivative (class in ostk.astrodynamics.dynamics)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative", false]], "profile (class in ostk.astrodynamics.flight)": [[43, "ostk.astrodynamics.flight.Profile", false]], "propagated (class in ostk.astrodynamics.trajectory.orbit.model)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated", false]], "propagator (class in ostk.astrodynamics.trajectory)": [[66, "ostk.astrodynamics.trajectory.Propagator", false]], "propulsionsystem (class in ostk.astrodynamics.flight.system)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem", false]], "qlaw (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw", false]], "qlaw.gradientstrategy (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy", false]], "qlaw.parameters (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters", false]], "qsw() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.QSW", false]], "r (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.r", false]], "raan() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.raan", false]], "realcondition (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition", false]], "realcondition.criterion (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Criterion", false]], "realcondition.target (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target", false]], "realcondition.target.type (class in ostk.astrodynamics.event_condition)": [[40, "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)": [[108, "ostk.astrodynamics.viewer.RectangularSensor", false]], "reduce() (statebuilder method)": [[70, "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)": [[56, "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)": [[110, "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)": [[92, "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)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem", false]], "satellitesystembuilder (class in ostk.astrodynamics.flight.system)": [[53, "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)": [[67, "ostk.astrodynamics.trajectory.Segment", false]], "segment.solution (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution", false]], "segment.type (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.Segment.Type", false]], "segment_solutions (sequence.solution property)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.segment_solutions", false]], "segment_type (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.segment_type", false]], "semi_major_axis() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.semi_major_axis", false]], "sensor (class in ostk.astrodynamics.viewer)": [[109, "ostk.astrodynamics.viewer.Sensor", false]], "sequence (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Sequence", false]], "sequence.solution (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution", false]], "sequence_number (opm.deployment property)": [[75, "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)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.set_cached_state_array", false]], "set_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.set_dynamics", false]], "set_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_epoch", false]], "set_revolution_number_at_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_revolution_number_at_epoch", false]], "set_satellite_number() (tle method)": [[88, "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)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4", false]], "show() (accessesplot method)": [[22, "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)": [[67, "ostk.astrodynamics.trajectory.Segment.solve", false]], "solve() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.solve", false]], "solve() (temporalconditionsolver method)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.solve", false]], "solve_to_condition() (sequence method)": [[68, "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)": [[69, "ostk.astrodynamics.trajectory.State", false]], "state (numericalsolver.conditionsolution property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.state", false]], "statebuilder (class in ostk.astrodynamics.trajectory)": [[70, "ostk.astrodynamics.trajectory.StateBuilder", false]], "states (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.states", false]], "string_from_criterion() (angularcondition static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.string_from_criterion", false]], "string_from_criterion() (booleancondition static method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.string_from_criterion", false]], "string_from_criterion() (instantcondition static method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.string_from_criterion", false]], "string_from_criterion() (realcondition static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.string_from_criterion", false]], "string_from_element() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.string_from_element", false]], "string_from_element() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.string_from_element", false]], "string_from_element() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.string_from_element", false]], "string_from_element() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.string_from_element", false]], "string_from_log_type() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_log_type", false]], "string_from_perturbation_type() (kepler static method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.string_from_perturbation_type", false]], "string_from_phase() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_phase", false]], "string_from_stepper_type() (numericalsolver static method)": [[92, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.string_from_type", false]], "string_from_type() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_type", false]], "stringfromtype() (angularcondition.target static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.StringFromType", false]], "stringfromtype() (booleancondition.target static method)": [[36, "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)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.StringFromType", false]], "stringfromtype() (logicalcondition.target static method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.StringFromType", false]], "stringfromtype() (realcondition.target static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.StringFromType", false]], "subtract() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.subtract", false]], "subtract() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.subtract", false]], "subtract() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.subtract", false]], "subtract() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.subtract", false]], "subtract() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.subtract", false]], "sun_synchronous() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.sun_synchronous", false]], "surface_area() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.surface_area", false]], "surface_area() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.surface_area", false]], "surface_area() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.surface_area", false]], "surface_area() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.surface_area", false]], "surface_area() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.surface_area", false]], "system (class in ostk.astrodynamics.flight)": [[44, "ostk.astrodynamics.flight.System", false]], "tabulated (class in ostk.astrodynamics.dynamics)": [[31, "ostk.astrodynamics.dynamics.Tabulated", false]], "tabulated (class in ostk.astrodynamics.flight.profile.model)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated", false]], "tabulated (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated", false]], "tabulated_dynamics() (maneuver static method)": [[42, "ostk.astrodynamics.flight.Maneuver.tabulated_dynamics", false]], "template() (state static method)": [[69, "ostk.astrodynamics.trajectory.State.template", false]], "temporalconditionsolver (class in ostk.astrodynamics.solver)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver", false]], "thirdbodygravity (class in ostk.astrodynamics.dynamics)": [[32, "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)": [[33, "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)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", false]], "tnw() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.TNW", false]], "to_coe() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.to_coe", false]], "to_coe() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.to_coe", false]], "to_coe() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.to_coe", false]], "to_state() (opm.deployment method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.to_state", false]], "to_tabulated_dynamics() (maneuver method)": [[42, "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]], "transform (class in ostk.astrodynamics.flight.profile.model)": [[49, "ostk.astrodynamics.flight.profile.model.Transform", false]], "true_anomaly() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.true_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_mean_anomaly", false]], "type (angularcondition.target property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.type", false]], "type (booleancondition.target property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.type", false]], "type (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.type", false]], "type (instantcondition.target property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.type", false]], "type (logicalcondition.target property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.type", false]], "type (realcondition.target property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.type", false]], "undefined() (access static method)": [[2, "ostk.astrodynamics.Access.undefined", false]], "undefined() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.undefined", false]], "undefined() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.undefined", false]], "undefined() (brouwerlyddanemeanshort static method)": [[84, "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)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.undefined", false]], "undefined() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.undefined", false]], "undefined() (localorbitalframedirection static method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.undefined", false]], "undefined() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.undefined", false]], "undefined() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.undefined", false]], "undefined() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.undefined", false]], "undefined() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.undefined", false]], "undefined() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.undefined", false]], "undefined() (profile static method)": [[43, "ostk.astrodynamics.flight.Profile.undefined", false]], "undefined() (propulsionsystem static method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.undefined", false]], "undefined() (satellitesystem static method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.undefined", false]], "undefined() (state static method)": [[69, "ostk.astrodynamics.trajectory.State.undefined", false]], "undefined() (statebuilder static method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.undefined", false]], "undefined() (system static method)": [[44, "ostk.astrodynamics.flight.System.undefined", false]], "undefined() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.undefined", false]], "undefined() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.undefined", false]], "undefined() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.undefined", false]], "value (angularcondition.target property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.value", false]], "value (booleancondition.target property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value", false]], "value (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value", false]], "value (instantcondition.target property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.value", false]], "value (logicalcondition.target property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value", false]], "value (realcondition.target property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.value", false]], "velocity (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.velocity", false]], "viewer (class in ostk.astrodynamics.viewer)": [[110, "ostk.astrodynamics.viewer.Viewer", false]], "vnc() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VNC", false]], "vvlh() (localorbitalframefactory static method)": [[62, "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)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_cross_sectional_surface_area", false]], "with_drag_coefficient() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_drag_coefficient", false]], "with_dry_mass() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_dry_mass", false]], "with_geometry() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_geometry", false]], "with_inertia_tensor() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_inertia_tensor", false]], "with_propulsion_system() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_propulsion_system", false]], "within_range() (angularcondition static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.within_range", false]]}, "objects": {"": [[129, 0, 1, "_CPPv4N4ostk13astrodynamics6AccessE", "ostk::astrodynamics::Access"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aLossOfSignal"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aMaxElevation"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aTimeOfClosestApproach"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aType"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::anAcquisitionOfSignal"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType::aType"], [129, 3, 1, "_CPPv4N4ostk13astrodynamics6Access4TypeE", "ostk::astrodynamics::Access::Type"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", "ostk::astrodynamics::Access::Type::Complete"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", "ostk::astrodynamics::Access::Type::Partial"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", "ostk::astrodynamics::Access::Type::Undefined"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", "ostk::astrodynamics::Access::Undefined"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", "ostk::astrodynamics::Access::getAcquisitionOfSignal"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", "ostk::astrodynamics::Access::getDuration"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", "ostk::astrodynamics::Access::getInterval"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", "ostk::astrodynamics::Access::getLossOfSignal"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", "ostk::astrodynamics::Access::getMaxElevation"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", "ostk::astrodynamics::Access::getTimeOfClosestApproach"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", "ostk::astrodynamics::Access::getType"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", "ostk::astrodynamics::Access::isComplete"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", "ostk::astrodynamics::Access::isDefined"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!="], [129, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!=::anAccess"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anAccess"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anOutputStream"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator=="], [129, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator==::anAccess"], [130, 0, 1, "_CPPv4N4ostk13astrodynamics8DynamicsE", "ostk::astrodynamics::Dynamics"], [130, 0, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", "ostk::astrodynamics::Dynamics::Context"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aDynamicsSPtr"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aReadIndexes"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aWriteIndexes"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", "ostk::astrodynamics::Dynamics::Context::dynamics"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", "ostk::astrodynamics::Dynamics::Context::readIndexes"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", "ostk::astrodynamics::Dynamics::Context::readStateSize"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", "ostk::astrodynamics::Dynamics::Context::writeIndexes"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics::aName"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment::anEnvironment"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aContextArray"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aFrameSPtr"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::anInstant"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::aFrameSPtr"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::anInstant"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::x"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", "ostk::astrodynamics::Dynamics::getName"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getReadCoordinateSubsets"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", "ostk::astrodynamics::Dynamics::isDefined"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::aDynamics"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::anOutputStream"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::anOutputStream"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::displayDecorator"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", "ostk::astrodynamics::Dynamics::~Dynamics"], [131, 0, 1, "_CPPv4N4ostk13astrodynamics14EventConditionE", "ostk::astrodynamics::EventCondition"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aTarget"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aTargetValue"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [131, 0, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType::aType"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aLength"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aValue"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::anAngle"], [131, 3, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", "ostk::astrodynamics::EventCondition::Target::Type"], [131, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", "ostk::astrodynamics::EventCondition::Target::Type::Absolute"], [131, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", "ostk::astrodynamics::EventCondition::Target::Type::Relative"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", "ostk::astrodynamics::EventCondition::Target::isDefined"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!="], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!=::aTarget"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator=="], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator==::aTarget"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", "ostk::astrodynamics::EventCondition::Target::type"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", "ostk::astrodynamics::EventCondition::Target::value"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", "ostk::astrodynamics::EventCondition::Target::valueOffset"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", "ostk::astrodynamics::EventCondition::getEvaluator"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", "ostk::astrodynamics::EventCondition::getName"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", "ostk::astrodynamics::EventCondition::getTarget"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::currentState"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::previousState"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anEventCondition"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anOutputStream"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::anOutputStream"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::displayDecorator"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget::aState"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", "ostk::astrodynamics::EventCondition::~EventCondition"], [132, 0, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", "ostk::astrodynamics::GuidanceLaw"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw::aName"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::anInstant"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", "ostk::astrodynamics::GuidanceLaw::getName"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::aGuidanceLaw"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::anOutputStream"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::anOutputStream"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::displayDecorator"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", "ostk::astrodynamics::GuidanceLaw::~GuidanceLaw"], [133, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolverE", "ostk::astrodynamics::RootSolver"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", "ostk::astrodynamics::RootSolver::Default"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aMaximumIterationCount"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aTolerance"], [133, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", "ostk::astrodynamics::RootSolver::Solution"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", "ostk::astrodynamics::RootSolver::Solution::hasConverged"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", "ostk::astrodynamics::RootSolver::Solution::iterationCount"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", "ostk::astrodynamics::RootSolver::Solution::root"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aLowerBound"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::anUpperBound"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFactor"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::anInitialGuess"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::isRising"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", "ostk::astrodynamics::RootSolver::getMaximumIterationCount"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", "ostk::astrodynamics::RootSolver::getTolerance"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::aRootSolver"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::anOutputStream"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::anOutputStream"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::displayDecorator"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aLowerBound"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::anUpperBound"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", "ostk::astrodynamics::RootSolver::~RootSolver"], [134, 0, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryE", "ostk::astrodynamics::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position::aPosition"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory::aModel"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory::aStateArray"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory::aTrajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", "ostk::astrodynamics::Trajectory::Undefined"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", "ostk::astrodynamics::Trajectory::accessModel"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt::anInstant"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt::anInstantArray"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", "ostk::astrodynamics::Trajectory::isDefined"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!="], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!=::aTrajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::aTrajectory"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::anOutputStream"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator="], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=::aTrajectory"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=="], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator==::aTrajectory"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::anOutputStream"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::displayDecorator"], [135, 0, 1, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", "ostk::astrodynamics::access::Generator"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::aRangeRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anAzimuthElevationMask"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::aRangeRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anAzimuthRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anElevationRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStateFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAccessFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAerFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", "ostk::astrodynamics::access::Generator::Undefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aFromTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aToTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::anInterval"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", "ostk::astrodynamics::access::Generator::getAccessFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", "ostk::astrodynamics::access::Generator::getAerFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aFromTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aToTrajectory"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", "ostk::astrodynamics::access::Generator::getStateFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", "ostk::astrodynamics::access::Generator::getStep"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", "ostk::astrodynamics::access::Generator::getTolerance"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", "ostk::astrodynamics::access::Generator::isDefined"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter::anAccessFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter::anAerFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter::aStateFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep::aStep"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance::aTolerance"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", "ostk::astrodynamics::access::GeneratorContext"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aFromPosition"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aToPosition"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anEarthSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anInstant"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aFromTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aGenerator"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aToTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::anEnvironment"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aFromState"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aToState"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aFromTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aToTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::anInstant"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive::anInstant"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", "ostk::astrodynamics::conjunction::message::ccsds::CDM"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aDataArray"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aHeader"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aMetadataArray"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aRelativeMetadata"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary::aDictionary"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load::aFile"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure"], [137, 3, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString::aString"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse::aString"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anCDM"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anOutputStream"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::anOutputStream"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::displayDecorator"], [138, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", "ostk::astrodynamics::dynamics::AtmosphericDrag"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aName"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::aFrameSPtr"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::anInstant"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::x"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anAtmosphericDrag"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anOutputStream"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::anOutputStream"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::displayDecorator"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", "ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", "ostk::astrodynamics::dynamics::CentralBodyGravity"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aName"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::aFrameSPtr"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::anInstant"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::x"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::aCentralBodyGravity"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::anOutputStream"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::anOutputStream"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::displayDecorator"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", "ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity"], [140, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", "ostk::astrodynamics::dynamics::PositionDerivative"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", "ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::aFrameSPtr"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::anInstant"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::x"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", "ostk::astrodynamics::dynamics::PositionDerivative::isDefined"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::aPositionDerivative"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::anOutputStream"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::anOutputStream"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::displayDecorator"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", "ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative"], [141, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", "ostk::astrodynamics::dynamics::Tabulated"], [141, 5, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", "ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aContributionProfile"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aFrameSPtr"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aWriteCoordinateSubsets"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInstantArray"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInterpolationType"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", "ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", "ostk::astrodynamics::dynamics::Tabulated::accessFrame"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", "ostk::astrodynamics::dynamics::Tabulated::accessInstants"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::aFrameSPtr"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::anInstant"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::x"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets::aCoordinateSubsetArray"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::dynamics::Tabulated::getInterpolationType"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", "ostk::astrodynamics::dynamics::Tabulated::isDefined"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::aDynamics"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::anOutputStream"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::anOutputStream"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::displayDecorator"], [142, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", "ostk::astrodynamics::dynamics::ThirdBodyGravity"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aName"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::aFrameSPtr"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::anInstant"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::x"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::aThirdBodyGravity"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::anOutputStream"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::anOutputStream"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::displayDecorator"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", "ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", "ostk::astrodynamics::dynamics::Thruster"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aGuidanceLaw"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aName"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aSatelliteSystem"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::aFrameSPtr"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::anInstant"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::x"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", "ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", "ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", "ostk::astrodynamics::dynamics::Thruster::isDefined"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::anOutputStream"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::displayDecorator"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", "ostk::astrodynamics::dynamics::Thruster::~Thruster"], [144, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", "ostk::astrodynamics::eventcondition::AngularCondition"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTarget"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTargetAngle"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [144, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion::aCriterion"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aTargetRange"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::anEvaluator"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::AngularCondition::getCriterion"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::currentState"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::previousState"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::anOutputStream"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::displayDecorator"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", "ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition"], [145, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", "ostk::astrodynamics::eventcondition::BooleanCondition"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aCriterion"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aName"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anEvaluator"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anInverseFlag"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", "ostk::astrodynamics::eventcondition::BooleanCondition::isInversed"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::anOutputStream"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::displayDecorator"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", "ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition"], [146, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", "ostk::astrodynamics::eventcondition::COECondition"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aTarget"], [147, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", "ostk::astrodynamics::eventcondition::InstantCondition"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::aCriterion"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::anInstant"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", "ostk::astrodynamics::eventcondition::InstantCondition::getInstant"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", "ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition"], [148, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", "ostk::astrodynamics::eventcondition::LogicalCondition"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aConnective"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aName"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::eventConditions"], [148, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type"], [148, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::And"], [148, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getType"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::currentState"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::previousState"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::anOutputStream"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::displayDecorator"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget::aState"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", "ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition"], [149, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", "ostk::astrodynamics::eventcondition::RealCondition"], [149, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aDuration"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTarget"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTargetValue"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion::aCriterion"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate::state"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::RealCondition::getCriterion"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::currentState"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::previousState"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::anOutputStream"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::displayDecorator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", "ostk::astrodynamics::eventcondition::RealCondition::~RealCondition"], [150, 0, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", "ostk::astrodynamics::flight::Maneuver"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aFrameSPtr"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aMassFlowRate"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anAccelerationProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anInstantArray"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", "ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aFrameSPtr"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aMassFlowRateProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anAccelerationProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anInstantArray"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", "ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", "ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics::aTabulatedDynamics"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse::anInitialSpacecraftMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust::anInitialSpacecraftMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaV"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile::aFrameSPtr"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", "ostk::astrodynamics::flight::Maneuver::getInstants"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", "ostk::astrodynamics::flight::Maneuver::getInterval"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", "ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", "ostk::astrodynamics::flight::Maneuver::isDefined"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!="], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!=::aManeuver"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::aManeuver"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::anOutputStream"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator=="], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator==::aManeuver"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::anOutputStream"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::displayDecorator"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::aFrameSPtr"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::anInterpolationType"], [151, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", "ostk::astrodynamics::flight::Profile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aQuaternion"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aTrajectory"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbit"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbitalFrameType"], [151, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", "ostk::astrodynamics::flight::Profile::PointingMode"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", "ostk::astrodynamics::flight::Profile::PointingMode::Custom"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", "ostk::astrodynamics::flight::Profile::PointingMode::Inertial"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", "ostk::astrodynamics::flight::Profile::PointingMode::Nadir"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", "ostk::astrodynamics::flight::Profile::PointingMode::Target"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", "ostk::astrodynamics::flight::Profile::PointingMode::Undefined"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile::aModel"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile::aProfile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", "ostk::astrodynamics::flight::Profile::Undefined"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt::anInstant"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame::aFrameName"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt::anInstant"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt::anInstantArray"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", "ostk::astrodynamics::flight::Profile::isDefined"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::aProfile"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::anOutputStream"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator="], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator=::aProfile"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::anOutputStream"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::displayDecorator"], [152, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemE", "ostk::astrodynamics::flight::System"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aGeometry"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aMass"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", "ostk::astrodynamics::flight::System::Undefined"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", "ostk::astrodynamics::flight::System::clone"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", "ostk::astrodynamics::flight::System::getGeometry"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", "ostk::astrodynamics::flight::System::getMass"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", "ostk::astrodynamics::flight::System::isDefined"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!="], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!=::aSystem"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::aSystem"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::anOutputStream"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator=="], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator==::aSystem"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print"], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::anOutputStream"], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::displayDecorator"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", "ostk::astrodynamics::flight::System::~System"], [153, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", "ostk::astrodynamics::flight::profile::Model"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", "ostk::astrodynamics::flight::profile::Model::Model"], [153, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as"], [153, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as::Type"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt::anInstantArray"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", "ostk::astrodynamics::flight::profile::Model::clone"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame::aFrameName"], [153, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is"], [153, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is::Type"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", "ostk::astrodynamics::flight::profile::Model::isDefined"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!="], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!=::aModel"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::aModel"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::anOutputStream"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator=="], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator==::aModel"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::anOutputStream"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::displayDecorator"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", "ostk::astrodynamics::flight::profile::Model::~Model"], [154, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", "ostk::astrodynamics::flight::profile::model::Tabulated"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load::aFile"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated::aStateArray"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt::anInstant"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", "ostk::astrodynamics::flight::profile::model::Tabulated::clone"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt::anInstant"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame::aFrameName"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", "ostk::astrodynamics::flight::profile::model::Tabulated::getInterval"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Tabulated::isDefined"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!="], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!=::aTabulatedModel"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::aTabulatedModel"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::anOutputStream"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator=="], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator==::aTabulatedModel"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::anOutputStream"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::displayDecorator"], [155, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", "ostk::astrodynamics::flight::profile::model::Transform"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aQuaternion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aTrajectory"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbit"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbitalFrameType"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aDynamicTransformProvider"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aFrameSPtr"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::Undefined"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt::anInstant"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", "ostk::astrodynamics::flight::profile::model::Transform::clone"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt::anInstant"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame::aFrameName"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::isDefined"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::aTransformModel"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::anOutputStream"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::anOutputStream"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::displayDecorator"], [156, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", "ostk::astrodynamics::flight::system::PropulsionSystem"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Default"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aSpecificImpulseInSIUnit"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aThrustInSIUnit"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Undefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration::aMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getThrust"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::isDefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!=::aPropulsionSystem"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::aPropulsionSystem"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::anOutputStream"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator=="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator==::aPropulsionSystem"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::anOutputStream"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::displayDecorator"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", "ostk::astrodynamics::flight::system::SatelliteSystem"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Default"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aCrossSectionalSurfaceArea"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDragCoefficient"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDryMass"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aPropulsionSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aSatelliteGeometry"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::anInertiaTensor"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Undefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystem::clone"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::isDefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!="], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!=::aSatelliteSystem"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::aSatelliteSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::anOutputStream"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator=="], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator==::aSatelliteSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::anOutputStream"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::displayDecorator"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem"], [158, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::aSatelliteSystemBuilder"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::anOutputStream"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print"], [158, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::anOutputStream"], [158, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::displayDecorator"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea::aCrossSectionalSurfaceArea"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient::aDragCoefficient"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass::aDryMass"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry::aGeometry"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor::anInertiaTensor"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem::aPropulsionSystem"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder"], [159, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", "ostk::astrodynamics::guidancelaw::ConstantThrust"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust::aThrustDirection"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack::velocityDirection"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aPositionCoordinates"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aThrustAcceleration"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aVelocityCoordinates"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::anInstant"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::outputFrameSPtr"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", "ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::aConstantThrust"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::anOutputStream"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::anOutputStream"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::displayDecorator"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", "ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", "ostk::astrodynamics::guidancelaw::QLaw"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aCOEVector"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aGravitationalParameter"], [160, 3, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy"], [160, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical"], [160, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aBValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aKValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aMValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aNValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aPeriapsisWeight"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aRValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::absoluteEffectivityThreshold"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::anElementWeightsMap"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::minimumPeriapsisradius"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::relativeEffectivityThreshold"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::b"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::k"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::m"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::n"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::r"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aCOE"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGradientStrategy"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGravitationalParameter"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aParameterSet"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aPositionCoordinates"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aVelocityCoordinates"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::anInstant"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", "ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", "ostk::astrodynamics::guidancelaw::QLaw::getParameters"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", "ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::aGuidanceLaw"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::anOutputStream"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::anOutputStream"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::displayDecorator"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", "ostk::astrodynamics::guidancelaw::QLaw::~QLaw"], [161, 0, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", "ostk::astrodynamics::solver::FiniteDifferenceSolver"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Default"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepDuration"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepPercentage"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aType"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType::aType"], [161, 3, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::generateStateCoordinates"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstant"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstantArray"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getType"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::aFiniteDifference"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::anOutputStream"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::anOutputStream"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::displayDecorator"], [162, 0, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", "ostk::astrodynamics::solver::TemporalConditionSolver"], [162, 7, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", "ostk::astrodynamics::solver::TemporalConditionSolver::Condition"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aMaximumIterationCount"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTimeStep"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTolerance"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aCondition"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aConditionArray"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [163, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aLocalOrbitalFrameFactorySPtr"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aValue"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!=::aLocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::aLocalOrbitalFrameDirection"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::anOutputStream"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator=="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator==::aLocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::anOutputStream"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::displayDecorator"], [164, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aType"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH::aParentFrame"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aPosition"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aVelocity"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined"], [165, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aPosition"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aType"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aVelocity"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::anInstant"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType::aType"], [165, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider"], [166, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", "ostk::astrodynamics::trajectory::Model"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", "ostk::astrodynamics::trajectory::Model::Model"], [166, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as"], [166, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as::Type"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt::anInstant"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt::anInstantArray"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", "ostk::astrodynamics::trajectory::Model::clone"], [166, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is"], [166, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is::Type"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", "ostk::astrodynamics::trajectory::Model::isDefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!=::aModel"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::aModel"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::anOutputStream"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator=="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator==::aModel"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::anOutputStream"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::displayDecorator"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", "ostk::astrodynamics::trajectory::Model::~Model"], [167, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", "ostk::astrodynamics::trajectory::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anEpoch"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anInclination"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anEpoch"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::aStateArray"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::anInitialRevolutionNumber"], [167, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", "ostk::astrodynamics::trajectory::Orbit::ConstPassIterator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aPeriapsisAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anApoapsisAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anEpoch"], [167, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::FrameType"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::NED"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::QSW"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::TNW"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", "ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VNC"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aLongitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anEpoch"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anInclination"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aModel"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aStateArray"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::anInitialRevolutionNumber"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit::anOrbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType::aFrameType"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aLocalTimeAtDescendingNode"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anArgumentOfLatitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anEpoch"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", "ostk::astrodynamics::trajectory::Orbit::Undefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame::aFrameType"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt::anInstant"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aRevolutionNumber"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt::anInstant"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", "ostk::astrodynamics::trajectory::Orbit::isDefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!=::anOrbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator="], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=::anOrbit"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator==::anOrbit"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::anOutputStream"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::displayDecorator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", "ostk::astrodynamics::trajectory::Orbit::~Orbit"], [168, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", "ostk::astrodynamics::trajectory::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", "ostk::astrodynamics::trajectory::Propagator::Default"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default::anEnvironment"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::anEnvironment"], [168, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", "ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aManeuverArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator::aPropagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::anInterpolationType"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", "ostk::astrodynamics::trajectory::Propagator::Undefined"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics::aDynamicsSPtr"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::aManeuver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::anInterpolationType"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::anInstant"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anEventCondition"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anInstant"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::anInstantArray"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::clearDynamics"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::getDynamics"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", "ostk::astrodynamics::trajectory::Propagator::isDefined"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!="], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!=::aPropagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::aPropagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::anOutputStream"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator="], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=::aPropagator"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=="], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator==::aPropagator"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::anOutputStream"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::displayDecorator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics::aDynamicsArray"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", "ostk::astrodynamics::trajectory::Segment"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aNumericalSolver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::anEventConditionSPtr"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aNumericalSolver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aThrusterDynamics"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::anEventConditionSPtr"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", "ostk::astrodynamics::trajectory::Segment::Solution"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aConditionIsSatisfied"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aSegmentType"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aStates"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::aNumericalSolver"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::anInstantArray"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV::aSpecificImpulse"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", "ostk::astrodynamics::trajectory::Segment::Solution::dynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aDynamicsSPtr"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aCoordinateSubsetSPtrArray"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aDynamicsSPtr"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", "ostk::astrodynamics::trajectory::Segment::Solution::name"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::aSolution"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::displayDecorator"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", "ostk::astrodynamics::trajectory::Segment::Solution::segmentType"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", "ostk::astrodynamics::trajectory::Segment::Solution::states"], [169, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Type"], [169, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", "ostk::astrodynamics::trajectory::Segment::Type::Coast"], [169, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", "ostk::astrodynamics::trajectory::Segment::Type::Maneuver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", "ostk::astrodynamics::trajectory::Segment::accessDynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", "ostk::astrodynamics::trajectory::Segment::accessEventCondition"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::accessNumericalSolver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", "ostk::astrodynamics::trajectory::Segment::getDynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", "ostk::astrodynamics::trajectory::Segment::getEventCondition"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", "ostk::astrodynamics::trajectory::Segment::getName"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::getNumericalSolver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", "ostk::astrodynamics::trajectory::Segment::getType"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::aSegment"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::displayDecorator"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::aState"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::maximumPropagationDuration"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", "ostk::astrodynamics::trajectory::Sequence"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aDynamicsArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aNumericalSolver"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aSegmentArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::segmentPropagationDurationLimit"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::verbosity"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", "ostk::astrodynamics::trajectory::Sequence::Solution"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::aSegmentSolutionArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::executionIsComplete"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::aNumericalSolver"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::anInstantArray"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV::aSpecificImpulse"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", "ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getStates"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::aSolution"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::displayDecorator"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", "ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment::anEventConditionSPtr"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::aThruster"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::anEventConditionSPtr"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment::aTrajectorySegment"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments::aTrajectorySegmentArray"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", "ostk::astrodynamics::trajectory::Sequence::getDynamics"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Sequence::getNumericalSolver"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", "ostk::astrodynamics::trajectory::Sequence::getSegments"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::aSequence"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::displayDecorator"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aRepetitionCount"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aState"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aMaximumPropagationDuration"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aState"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::anEventCondition"], [171, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", "ostk::astrodynamics::trajectory::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinateBrokerSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinateSubsetsArray"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aPosition"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aPosition"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State::aState"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAngularVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitude"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitudeReferenceFrame"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", "ostk::astrodynamics::trajectory::State::Undefined"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::State::accessCoordinateBroker"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", "ostk::astrodynamics::trajectory::State::accessCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", "ostk::astrodynamics::trajectory::State::accessFrame"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", "ostk::astrodynamics::trajectory::State::accessInstant"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate::aSubsetSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates::aCoordinateSubsetsArray"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", "ostk::astrodynamics::trajectory::State::getAngularVelocity"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", "ostk::astrodynamics::trajectory::State::getAttitude"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::State::getCoordinateSubsets"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", "ostk::astrodynamics::trajectory::State::getCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", "ostk::astrodynamics::trajectory::State::getFrame"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", "ostk::astrodynamics::trajectory::State::getInstant"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", "ostk::astrodynamics::trajectory::State::getPosition"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", "ostk::astrodynamics::trajectory::State::getSize"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", "ostk::astrodynamics::trajectory::State::getVelocity"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset::aCoordinateSubsetSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame::aFrameSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", "ostk::astrodynamics::trajectory::State::isDefined"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!="], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!=::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-::aState"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::aState"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::anOutputStream"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator="], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator=::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator=="], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator==::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::anOutputStream"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::displayDecorator"], [172, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", "ostk::astrodynamics::trajectory::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateBrokerSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateSubsetsArray"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aState"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::Undefined"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::accessFrame"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::aCoordinates"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::anInstant"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::aState"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::defaultState"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::getFrame"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::isDefined"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!="], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!=::aStateBuilder"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+::aCoordinateSubsetSPtr"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-::aCoordinateSubsetSPtr"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::aStateBuilder"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::anOutputStream"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator=="], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator==::aStateBuilder"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::anOutputStream"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::displayDecorator"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce::aState"], [173, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", "ostk::astrodynamics::trajectory::model::Static"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static::aPosition"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt::anInstant"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", "ostk::astrodynamics::trajectory::model::Static::clone"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", "ostk::astrodynamics::trajectory::model::Static::isDefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!=::aStaticModel"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::aStaticModel"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::anOutputStream"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator=="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator==::aStaticModel"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::anOutputStream"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::displayDecorator"], [174, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", "ostk::astrodynamics::trajectory::model::Tabulated"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load::aFile"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::aStateArray"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::anInterpolationType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt::anInstant"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt::anInstantArray"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::model::Tabulated::clone"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getFirstState"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterval"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getLastState"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::model::Tabulated::isDefined"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!="], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!=::aTabulatedModel"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::aTabulatedModel"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::anOutputStream"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator=="], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator==::aTabulatedModel"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::anOutputStream"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::displayDecorator"], [175, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", "ostk::astrodynamics::trajectory::orbit::Model"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", "ostk::astrodynamics::trajectory::orbit::Model::Model"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", "ostk::astrodynamics::trajectory::orbit::Model::clone"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getEpoch"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Model::isDefined"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::anOutputStream"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::displayDecorator"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", "ostk::astrodynamics::trajectory::orbit::Model::~Model"], [176, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", "ostk::astrodynamics::trajectory::orbit::Pass"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::aRevolutionNumber"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtAscendingNode"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtDescendingNode"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtNorthPoint"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtPassBreak"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtSouthPoint"], [176, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase::aPhase"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType::aType"], [176, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::Type"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::Undefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", "ostk::astrodynamics::trajectory::orbit::Pass::getDuration"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", "ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", "ostk::astrodynamics::trajectory::orbit::Pass::getType"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", "ostk::astrodynamics::trajectory::orbit::Pass::isComplete"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::isDefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!=::aPass"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::aPass"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::anOutputStream"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator=="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator==::aPass"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::anOutputStream"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::displayDecorator"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary::aDictionary"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load::aFile"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aDeploymentArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aHeader"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse::aString"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt::anIndex"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName::aName"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOPM"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOutputStream"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::anOutputStream"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::displayDecorator"], [178, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", "ostk::astrodynamics::trajectory::orbit::model::Kepler"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aCelestialObject"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aGravitationalParameter"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ2"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ4"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEquatorialRadius"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::inFixedFrame"], [178, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType::aPerturbationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::clone"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!=::aKeplerianModel"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::aKeplerianModel"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::anOutputStream"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator=="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator==::aKeplerianModel"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::anOutputStream"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::displayDecorator"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", "ostk::astrodynamics::trajectory::orbit::model::Propagated"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aCachedStateArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aState"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt::anInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt::anInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt::anInstantArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::clone"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!="], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!=::aPropagatedModel"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::aPropagatedModel"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator=="], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator==::aPropagatedModel"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::displayDecorator"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray::aStateArray"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", "ostk::astrodynamics::trajectory::orbit::model::SGP4"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [181, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aSGP4Model"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aTle"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateRevolutionNumberAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateRevolutionNumberAt::anInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt::anInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::clone"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!="], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!=::aSGP4Model"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::aSGP4Model"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator="], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=::aSGP4Model"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=="], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator==::aSGP4Model"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::displayDecorator"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", "ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4"], [182, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aStateArray"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aType"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::anInitialRevolutionNumber"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateRevolutionNumberAt"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateRevolutionNumberAt::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!=::aTabulatedModel"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator=="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator==::aTabulatedModel"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::anOutputStream"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::displayDecorator"], [183, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aMeanAnomaly"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aRaan"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aSemiMajorAxis"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anAop"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anEccentricity"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anInclination"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aFrameSPtr"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aGravitationalParameter"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE"], [184, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aMeanAnomaly"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aRaan"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aSemiMajorAxis"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anAop"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anEccentricity"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anInclination"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE::aCOE"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aCartesianState"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aGravitationalParameter"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE"], [185, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aMeanAnomaly"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aRaan"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aSemiMajorAxis"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anAop"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anEccentricity"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anInclination"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE::aCOE"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aCartesianState"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aGravitationalParameter"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE"], [186, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aRaan"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anAop"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anEccentricity"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anInclination"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aCartesianState"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aGravitationalParameter"], [186, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiLatusRectum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::anEccentricity"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::trueAnomaly"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aTolerance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::aTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::anEccentricity"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::aCOEVector"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::anAnomalyType"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement::anElement"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aMeanAnomly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aTolerance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aFrameSPtr"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aGravitationalParameter"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aJ2Parameter"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::anEquatorialRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector::anAnomalyType"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!=::aCOE"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::aCOE"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::anOutputStream"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator=="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator==::aCOE"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::anOutputStream"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::displayDecorator"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aSecondLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteName"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum::aLine"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load::aFile"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSatelliteName"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!="], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!=::aTle"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::aTle"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::anOutputStream"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator=="], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator==::aTle"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch::anInstant"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch::aRevolutionNumberAtEpoch"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber::aSatelliteNumber"], [188, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateBroker"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker::aCoordinateSubsetsArray"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset::aCoordinateSubsetSPtr"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubset"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubsetSPtr"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aCoordinateSubsetsArray"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aFullCoordinatesVector"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset::aCoordinateSubsetSPtr"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!=::aCoordinateBroker"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator=="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator==::aCoordinateBroker"], [189, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateSubset"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aName"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aSize"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anotherFullCoordinatesVector"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getId"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getName"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::fromFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::toFrameSPtr"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!=::aCoordinateSubset"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator=="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator==::aCoordinateSubset"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anotherFullCoordinatesVector"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", "ostk::astrodynamics::trajectory::state::NumericalSolver"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aRelativeTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aTimeStep"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::anAbsoluteTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::stateLogger"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Default"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional::stateLogger"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aStepperType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aTimeStep"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aLogType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRelativeTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRootSolver"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aStepperType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aTimeStep"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::anAbsoluteTolerance"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationInSeconds"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEndTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEventCondition"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [191, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::aName"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::anAttitudeQuaternionSPtr"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default"], [191, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aCoordinateBrokerSPtr"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aFullCoordinatesVector"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::anInstant"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::fromFrame"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::toFrame"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity"], [192, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion::aName"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::coordinatesToQuaternion"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::coordinatesToQuaternion::coordinates"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aCoordinateBrokerSPtr"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aFullCoordinatesVector"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::anInstant"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::fromFrame"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::toFrame"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::quaterionToCoordinates"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::quaterionToCoordinates::quaternion"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion"], [193, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition::aName"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anotherFullCoordinatesVector"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::fromFrame"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::toFrame"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anotherFullCoordinatesVector"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition"], [194, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aCartesianPositionSPtr"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aName"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFrameSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anotherFullCoordinatesVector"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::fromFrame"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::toFrame"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFrameSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anotherFullCoordinatesVector"], [194, 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"], [21, 8, 0, "-", "display"], [27, 8, 0, "-", "dynamics"], [34, 8, 0, "-", "event_condition"], [41, 8, 0, "-", "flight"], [54, 8, 0, "-", "guidance_law"], [57, 8, 0, "-", "solver"], [60, 8, 0, "-", "trajectory"], [98, 8, 0, "-", "utilities"], [106, 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"]], "ostk.astrodynamics.EventCondition.Target": [[4, 11, 1, "", "StringFromType"], [4, 9, 1, "", "Type"], [4, 10, 1, "", "type"], [4, 10, 1, "", "value"]], "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, "", "get_state_at"], [7, 11, 1, "", "get_states_at"], [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_duration"], [15, 12, 1, "", "coerce_to_instant"], [16, 12, 1, "", "coerce_to_interval"], [17, 12, 1, "", "coerce_to_iso"], [18, 12, 1, "", "coerce_to_position"], [19, 12, 1, "", "coerce_to_quaternion"], [20, 12, 1, "", "coerce_to_velocity"]], "ostk.astrodynamics.display": [[22, 9, 1, "", "AccessesPlot"], [23, 12, 1, "", "convert_to_ground_track_plotting_data"], [24, 12, 1, "", "create_2d_map"], [25, 12, 1, "", "create_3d_globe"], [26, 12, 1, "", "create_plotly_figure"]], "ostk.astrodynamics.display.AccessesPlot": [[22, 11, 1, "", "add_satellite"], [22, 11, 1, "", "show"]], "ostk.astrodynamics.dynamics": [[28, 9, 1, "", "AtmosphericDrag"], [29, 9, 1, "", "CentralBodyGravity"], [30, 9, 1, "", "PositionDerivative"], [31, 9, 1, "", "Tabulated"], [32, 9, 1, "", "ThirdBodyGravity"], [33, 9, 1, "", "Thruster"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[28, 11, 1, "", "compute_contribution"], [28, 11, 1, "", "from_environment"], [28, 11, 1, "", "get_celestial"], [28, 11, 1, "", "get_name"], [28, 11, 1, "", "get_read_coordinate_subsets"], [28, 11, 1, "", "get_write_coordinate_subsets"], [28, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[29, 11, 1, "", "compute_contribution"], [29, 11, 1, "", "from_environment"], [29, 11, 1, "", "get_celestial"], [29, 11, 1, "", "get_name"], [29, 11, 1, "", "get_read_coordinate_subsets"], [29, 11, 1, "", "get_write_coordinate_subsets"], [29, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[30, 11, 1, "", "compute_contribution"], [30, 11, 1, "", "from_environment"], [30, 11, 1, "", "get_name"], [30, 11, 1, "", "get_read_coordinate_subsets"], [30, 11, 1, "", "get_write_coordinate_subsets"], [30, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Tabulated": [[31, 11, 1, "", "access_contribution_profile"], [31, 11, 1, "", "access_frame"], [31, 11, 1, "", "access_instants"], [31, 11, 1, "", "compute_contribution"], [31, 11, 1, "", "from_environment"], [31, 11, 1, "", "get_contribution_profile_from_coordinate_subsets"], [31, 11, 1, "", "get_interpolation_type"], [31, 11, 1, "", "get_name"], [31, 11, 1, "", "get_read_coordinate_subsets"], [31, 11, 1, "", "get_write_coordinate_subsets"], [31, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[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.Thruster": [[33, 11, 1, "", "compute_contribution"], [33, 11, 1, "", "from_environment"], [33, 11, 1, "", "get_guidance_law"], [33, 11, 1, "", "get_name"], [33, 11, 1, "", "get_read_coordinate_subsets"], [33, 11, 1, "", "get_satellite_system"], [33, 11, 1, "", "get_write_coordinate_subsets"], [33, 11, 1, "", "is_defined"]], "ostk.astrodynamics.event_condition": [[35, 9, 1, "", "AngularCondition"], [36, 9, 1, "", "BooleanCondition"], [37, 9, 1, "", "COECondition"], [38, 9, 1, "", "InstantCondition"], [39, 9, 1, "", "LogicalCondition"], [40, 9, 1, "", "RealCondition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[35, 9, 1, "", "Criterion"], [35, 9, 1, "", "Target"], [35, 11, 1, "", "get_criterion"], [35, 11, 1, "", "get_evaluator"], [35, 11, 1, "", "get_name"], [35, 11, 1, "", "get_target"], [35, 11, 1, "", "get_target_angle"], [35, 11, 1, "", "get_target_range"], [35, 11, 1, "", "is_satisfied"], [35, 11, 1, "", "string_from_criterion"], [35, 11, 1, "", "within_range"]], "ostk.astrodynamics.event_condition.AngularCondition.Criterion": [[35, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.AngularCondition.Target": [[35, 11, 1, "", "StringFromType"], [35, 9, 1, "", "Type"], [35, 10, 1, "", "type"], [35, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.AngularCondition.Target.Type": [[35, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[36, 9, 1, "", "Criterion"], [36, 9, 1, "", "Target"], [36, 11, 1, "", "duration_condition"], [36, 11, 1, "", "evaluate"], [36, 11, 1, "", "get_criterion"], [36, 11, 1, "", "get_evaluator"], [36, 11, 1, "", "get_name"], [36, 11, 1, "", "get_target"], [36, 11, 1, "", "is_inversed"], [36, 11, 1, "", "is_satisfied"], [36, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.BooleanCondition.Criterion": [[36, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target": [[36, 11, 1, "", "StringFromType"], [36, 9, 1, "", "Type"], [36, 10, 1, "", "type"], [36, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type": [[36, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.COECondition": [[37, 11, 1, "", "aop"], [37, 11, 1, "", "eccentric_anomaly"], [37, 11, 1, "", "eccentricity"], [37, 11, 1, "", "inclination"], [37, 11, 1, "", "mean_anomaly"], [37, 11, 1, "", "raan"], [37, 11, 1, "", "semi_major_axis"], [37, 11, 1, "", "true_anomaly"]], "ostk.astrodynamics.event_condition.InstantCondition": [[38, 9, 1, "", "Criterion"], [38, 9, 1, "", "Target"], [38, 11, 1, "", "duration_condition"], [38, 11, 1, "", "evaluate"], [38, 11, 1, "", "get_criterion"], [38, 11, 1, "", "get_evaluator"], [38, 11, 1, "", "get_instant"], [38, 11, 1, "", "get_name"], [38, 11, 1, "", "get_target"], [38, 11, 1, "", "is_satisfied"], [38, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.InstantCondition.Criterion": [[38, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.InstantCondition.Target": [[38, 11, 1, "", "StringFromType"], [38, 9, 1, "", "Type"], [38, 10, 1, "", "type"], [38, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.InstantCondition.Target.Type": [[38, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[39, 9, 1, "", "Target"], [39, 9, 1, "", "Type"], [39, 11, 1, "", "get_evaluator"], [39, 11, 1, "", "get_event_conditions"], [39, 11, 1, "", "get_name"], [39, 11, 1, "", "get_target"], [39, 11, 1, "", "get_type"], [39, 11, 1, "", "is_satisfied"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target": [[39, 11, 1, "", "StringFromType"], [39, 9, 1, "", "Type"], [39, 10, 1, "", "type"], [39, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition": [[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_satisfied"], [40, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.RealCondition.Criterion": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition.Target": [[40, 11, 1, "", "StringFromType"], [40, 9, 1, "", "Type"], [40, 10, 1, "", "type"], [40, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.RealCondition.Target.Type": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.flight": [[42, 9, 1, "", "Maneuver"], [43, 9, 1, "", "Profile"], [44, 9, 1, "", "System"], [45, 8, 0, "-", "profile"], [50, 8, 0, "-", "system"]], "ostk.astrodynamics.flight.Maneuver": [[42, 11, 1, "", "calculate_average_specific_impulse"], [42, 11, 1, "", "calculate_average_thrust"], [42, 11, 1, "", "calculate_delta_mass"], [42, 11, 1, "", "calculate_delta_v"], [42, 11, 1, "", "constant_mass_flow_rate_profile"], [42, 11, 1, "", "get_acceleration_profile"], [42, 11, 1, "", "get_instants"], [42, 11, 1, "", "get_interval"], [42, 11, 1, "", "get_mass_flow_rate_profile"], [42, 11, 1, "", "is_defined"], [42, 11, 1, "", "tabulated_dynamics"], [42, 11, 1, "", "to_tabulated_dynamics"]], "ostk.astrodynamics.flight.Profile": [[43, 11, 1, "", "get_axes_at"], [43, 11, 1, "", "get_body_frame"], [43, 11, 1, "", "get_state_at"], [43, 11, 1, "", "get_states_at"], [43, 11, 1, "", "inertial_pointing"], [43, 11, 1, "", "is_defined"], [43, 11, 1, "", "nadir_pointing"], [43, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.System": [[44, 11, 1, "", "get_geometry"], [44, 11, 1, "", "get_mass"], [44, 11, 1, "", "is_defined"], [44, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.profile": [[46, 9, 1, "", "Model"], [47, 8, 0, "-", "model"]], "ostk.astrodynamics.flight.profile.Model": [[46, 11, 1, "", "calculate_state_at"], [46, 11, 1, "", "calculate_states_at"], [46, 11, 1, "", "get_axes_at"], [46, 11, 1, "", "get_body_frame"], [46, 11, 1, "", "is_defined"]], "ostk.astrodynamics.flight.profile.model": [[48, 9, 1, "", "Tabulated"], [49, 9, 1, "", "Transform"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[48, 11, 1, "", "calculate_state_at"], [48, 11, 1, "", "calculate_states_at"], [48, 11, 1, "", "get_axes_at"], [48, 11, 1, "", "get_body_frame"], [48, 11, 1, "", "get_interval"], [48, 11, 1, "", "is_defined"]], "ostk.astrodynamics.flight.profile.model.Transform": [[49, 11, 1, "", "calculate_state_at"], [49, 11, 1, "", "calculate_states_at"], [49, 11, 1, "", "get_axes_at"], [49, 11, 1, "", "get_body_frame"], [49, 11, 1, "", "inertial_pointing"], [49, 11, 1, "", "is_defined"], [49, 11, 1, "", "nadir_pointing"], [49, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system": [[51, 9, 1, "", "PropulsionSystem"], [52, 9, 1, "", "SatelliteSystem"], [53, 9, 1, "", "SatelliteSystemBuilder"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[51, 11, 1, "", "default"], [51, 11, 1, "", "get_acceleration"], [51, 11, 1, "", "get_mass_flow_rate"], [51, 11, 1, "", "get_specific_impulse"], [51, 11, 1, "", "get_thrust"], [51, 11, 1, "", "is_defined"], [51, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[52, 11, 1, "", "default"], [52, 11, 1, "", "get_cross_sectional_surface_area"], [52, 11, 1, "", "get_drag_coefficient"], [52, 11, 1, "", "get_geometry"], [52, 11, 1, "", "get_inertia_tensor"], [52, 11, 1, "", "get_mass"], [52, 11, 1, "", "get_propulsion_system"], [52, 11, 1, "", "is_defined"], [52, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[53, 11, 1, "", "build"], [53, 11, 1, "", "default"], [53, 11, 1, "", "with_cross_sectional_surface_area"], [53, 11, 1, "", "with_drag_coefficient"], [53, 11, 1, "", "with_dry_mass"], [53, 11, 1, "", "with_geometry"], [53, 11, 1, "", "with_inertia_tensor"], [53, 11, 1, "", "with_propulsion_system"]], "ostk.astrodynamics.guidance_law": [[55, 9, 1, "", "ConstantThrust"], [56, 9, 1, "", "QLaw"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[55, 11, 1, "", "calculate_thrust_acceleration_at"], [55, 11, 1, "", "get_local_thrust_direction"], [55, 11, 1, "", "get_name"], [55, 11, 1, "", "intrack"]], "ostk.astrodynamics.guidance_law.QLaw": [[56, 9, 1, "", "GradientStrategy"], [56, 9, 1, "", "Parameters"], [56, 11, 1, "", "calculate_thrust_acceleration_at"], [56, 11, 1, "", "get_gradient_strategy"], [56, 11, 1, "", "get_name"], [56, 11, 1, "", "get_parameters"], [56, 11, 1, "", "get_target_coe"]], "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy": [[56, 10, 1, "", "name"]], "ostk.astrodynamics.guidance_law.QLaw.Parameters": [[56, 10, 1, "", "absolute_effectivity_threshold"], [56, 10, 1, "", "b"], [56, 11, 1, "", "get_control_weights"], [56, 11, 1, "", "get_minimum_periapsis_radius"], [56, 10, 1, "", "k"], [56, 10, 1, "", "m"], [56, 10, 1, "", "n"], [56, 10, 1, "", "periapsis_weight"], [56, 10, 1, "", "r"], [56, 10, 1, "", "relative_effectivity_threshold"]], "ostk.astrodynamics.solver": [[58, 9, 1, "", "FiniteDifferenceSolver"], [59, 9, 1, "", "TemporalConditionSolver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[58, 9, 1, "", "Type"], [58, 11, 1, "", "compute_gradient"], [58, 11, 1, "", "compute_jacobian"], [58, 11, 1, "", "default"], [58, 11, 1, "", "get_step_duration"], [58, 11, 1, "", "get_step_percentage"], [58, 11, 1, "", "get_type"], [58, 11, 1, "", "string_from_type"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type": [[58, 10, 1, "", "name"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[59, 11, 1, "", "get_maximum_iteration_count"], [59, 11, 1, "", "get_time_step"], [59, 11, 1, "", "get_tolerance"], [59, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory": [[61, 9, 1, "", "LocalOrbitalFrameDirection"], [62, 9, 1, "", "LocalOrbitalFrameFactory"], [63, 9, 1, "", "LocalOrbitalFrameTransformProvider"], [64, 9, 1, "", "Model"], [65, 9, 1, "", "Orbit"], [66, 9, 1, "", "Propagator"], [67, 9, 1, "", "Segment"], [68, 9, 1, "", "Sequence"], [69, 9, 1, "", "State"], [70, 9, 1, "", "StateBuilder"], [71, 8, 0, "-", "orbit"], [89, 8, 0, "-", "state"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[61, 11, 1, "", "get_local_orbital_frame_factory"], [61, 11, 1, "", "get_value"], [61, 11, 1, "", "is_defined"], [61, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[62, 11, 1, "", "LVLH"], [62, 11, 1, "", "NED"], [62, 11, 1, "", "QSW"], [62, 11, 1, "", "TNW"], [62, 11, 1, "", "VNC"], [62, 11, 1, "", "VVLH"], [62, 11, 1, "", "access_parent_frame"], [62, 11, 1, "", "generate_frame"], [62, 11, 1, "", "is_defined"], [62, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[63, 9, 1, "", "Type"], [63, 11, 1, "", "get_transform_at"], [63, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type": [[63, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Model": [[64, 11, 1, "", "calculate_state_at"], [64, 11, 1, "", "calculate_states_at"], [64, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.Orbit": [[65, 9, 1, "", "FrameType"], [65, 11, 1, "", "access_kepler_model"], [65, 11, 1, "", "access_model"], [65, 11, 1, "", "access_propagated_model"], [65, 11, 1, "", "access_sgp4_model"], [65, 11, 1, "", "access_tabulated_model"], [65, 11, 1, "", "circular"], [65, 11, 1, "", "circular_equatorial"], [65, 11, 1, "", "compute_passes"], [65, 11, 1, "", "equatorial"], [65, 11, 1, "", "geo_synchronous"], [65, 11, 1, "", "get_orbital_frame"], [65, 11, 1, "", "get_pass_at"], [65, 11, 1, "", "get_pass_with_revolution_number"], [65, 11, 1, "", "get_revolution_number_at"], [65, 11, 1, "", "get_state_at"], [65, 11, 1, "", "get_states_at"], [65, 11, 1, "", "is_defined"], [65, 11, 1, "", "position"], [65, 11, 1, "", "sun_synchronous"], [65, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.Orbit.FrameType": [[65, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Propagator": [[66, 11, 1, "", "access_numerical_solver"], [66, 11, 1, "", "add_dynamics"], [66, 11, 1, "", "add_maneuver"], [66, 11, 1, "", "calculate_state_at"], [66, 11, 1, "", "calculate_state_to_condition"], [66, 11, 1, "", "calculate_states_at"], [66, 11, 1, "", "clear_dynamics"], [66, 11, 1, "", "default"], [66, 11, 1, "", "from_environment"], [66, 11, 1, "", "get_dynamics"], [66, 11, 1, "", "get_number_of_coordinates"], [66, 11, 1, "", "is_defined"], [66, 11, 1, "", "set_dynamics"]], "ostk.astrodynamics.trajectory.Segment": [[67, 9, 1, "", "Solution"], [67, 9, 1, "", "Type"], [67, 11, 1, "", "coast"], [67, 11, 1, "", "get_dynamics"], [67, 11, 1, "", "get_event_condition"], [67, 11, 1, "", "get_name"], [67, 11, 1, "", "get_numerical_solver"], [67, 11, 1, "", "get_type"], [67, 11, 1, "", "maneuver"], [67, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory.Segment.Solution": [[67, 11, 1, "", "access_end_instant"], [67, 11, 1, "", "access_start_instant"], [67, 11, 1, "", "calculate_states_at"], [67, 11, 1, "", "compute_delta_mass"], [67, 11, 1, "", "compute_delta_v"], [67, 10, 1, "", "condition_is_satisfied"], [67, 10, 1, "", "dynamics"], [67, 11, 1, "", "extract_maneuvers"], [67, 11, 1, "", "get_all_dynamics_contributions"], [67, 11, 1, "", "get_dynamics_acceleration_contribution"], [67, 11, 1, "", "get_dynamics_contribution"], [67, 11, 1, "", "get_final_mass"], [67, 11, 1, "", "get_initial_mass"], [67, 11, 1, "", "get_propagation_duration"], [67, 10, 1, "", "name"], [67, 10, 1, "", "segment_type"], [67, 10, 1, "", "states"]], "ostk.astrodynamics.trajectory.Segment.Type": [[67, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Sequence": [[68, 9, 1, "", "Solution"], [68, 11, 1, "", "add_coast_segment"], [68, 11, 1, "", "add_maneuver_segment"], [68, 11, 1, "", "add_segment"], [68, 11, 1, "", "add_segments"], [68, 11, 1, "", "get_dynamics"], [68, 11, 1, "", "get_maximum_propagation_duration"], [68, 11, 1, "", "get_numerical_solver"], [68, 11, 1, "", "get_segments"], [68, 11, 1, "", "solve"], [68, 11, 1, "", "solve_to_condition"]], "ostk.astrodynamics.trajectory.Sequence.Solution": [[68, 11, 1, "", "access_end_instant"], [68, 11, 1, "", "access_start_instant"], [68, 11, 1, "", "calculate_states_at"], [68, 11, 1, "", "compute_delta_mass"], [68, 11, 1, "", "compute_delta_v"], [68, 10, 1, "", "execution_is_complete"], [68, 11, 1, "", "get_final_mass"], [68, 11, 1, "", "get_initial_mass"], [68, 11, 1, "", "get_propagation_duration"], [68, 11, 1, "", "get_states"], [68, 10, 1, "", "segment_solutions"]], "ostk.astrodynamics.trajectory.State": [[69, 11, 1, "", "__add__"], [69, 11, 1, "", "extract_coordinate"], [69, 11, 1, "", "extract_coordinates"], [69, 11, 1, "", "get_angular_velocity"], [69, 11, 1, "", "get_attitude"], [69, 11, 1, "", "get_coordinate_subsets"], [69, 11, 1, "", "get_coordinates"], [69, 11, 1, "", "get_frame"], [69, 11, 1, "", "get_instant"], [69, 11, 1, "", "get_position"], [69, 11, 1, "", "get_size"], [69, 11, 1, "", "get_velocity"], [69, 11, 1, "", "has_subset"], [69, 11, 1, "", "in_frame"], [69, 11, 1, "", "is_defined"], [69, 11, 1, "", "template"], [69, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.StateBuilder": [[70, 11, 1, "", "__add__"], [70, 11, 1, "", "access_coordinate_broker"], [70, 11, 1, "", "build"], [70, 11, 1, "", "expand"], [70, 11, 1, "", "get_coordinate_subsets"], [70, 11, 1, "", "get_frame"], [70, 11, 1, "", "is_defined"], [70, 11, 1, "", "reduce"], [70, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit": [[72, 9, 1, "", "OrbitModel"], [73, 9, 1, "", "Pass"], [76, 8, 0, "-", "model"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[72, 11, 1, "", "as_kepler"], [72, 11, 1, "", "as_propagated"], [72, 11, 1, "", "as_sgp4"], [72, 11, 1, "", "calculate_revolution_number_at"], [72, 11, 1, "", "calculate_state_at"], [72, 11, 1, "", "get_epoch"], [72, 11, 1, "", "get_revolution_number_at_epoch"], [72, 11, 1, "", "is_defined"], [72, 11, 1, "", "is_kepler"], [72, 11, 1, "", "is_propagated"], [72, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[73, 9, 1, "", "Phase"], [73, 9, 1, "", "Type"], [73, 11, 1, "", "get_duration"], [73, 11, 1, "", "get_instant_at_ascending_node"], [73, 11, 1, "", "get_instant_at_descending_node"], [73, 11, 1, "", "get_instant_at_north_point"], [73, 11, 1, "", "get_instant_at_pass_break"], [73, 11, 1, "", "get_instant_at_south_point"], [73, 11, 1, "", "get_revolution_number"], [73, 11, 1, "", "get_type"], [73, 11, 1, "", "is_complete"], [73, 11, 1, "", "is_defined"], [73, 11, 1, "", "string_from_phase"], [73, 11, 1, "", "string_from_type"], [73, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.Pass.Phase": [[73, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.Pass.Type": [[73, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.message": [[74, 8, 0, "-", "spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[75, 9, 1, "", "OPM"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[75, 9, 1, "", "Deployment"], [75, 9, 1, "", "Header"], [75, 11, 1, "", "dictionary"], [75, 11, 1, "", "get_deployment_at"], [75, 11, 1, "", "get_deployment_with_name"], [75, 11, 1, "", "get_deployments"], [75, 11, 1, "", "get_header"], [75, 11, 1, "", "is_defined"], [75, 11, 1, "", "load"], [75, 11, 1, "", "parse"], [75, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment": [[75, 10, 1, "", "ballistic_coefficient"], [75, 10, 1, "", "date"], [75, 10, 1, "", "mean_apogee_altitude"], [75, 10, 1, "", "mean_argument_of_perigee"], [75, 10, 1, "", "mean_inclination"], [75, 10, 1, "", "mean_longitude_ascending_node"], [75, 10, 1, "", "mean_mean_anomaly"], [75, 10, 1, "", "mean_perigee_altitude"], [75, 10, 1, "", "mission_time"], [75, 10, 1, "", "name"], [75, 10, 1, "", "position"], [75, 10, 1, "", "sequence_number"], [75, 11, 1, "", "to_state"], [75, 10, 1, "", "velocity"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header": [[75, 10, 1, "", "generation_date"], [75, 10, 1, "", "launch_date"]], "ostk.astrodynamics.trajectory.orbit.model": [[77, 9, 1, "", "BrouwerLyddaneMean"], [78, 9, 1, "", "Kepler"], [79, 9, 1, "", "Propagated"], [80, 9, 1, "", "SGP4"], [81, 9, 1, "", "Tabulated"], [82, 8, 0, "-", "brouwerLyddaneMean"], [85, 8, 0, "-", "kepler"], [87, 8, 0, "-", "sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[77, 9, 1, "", "AnomalyType"], [77, 9, 1, "", "Element"], [77, 11, 1, "", "cartesian"], [77, 11, 1, "", "compute_angular_momentum"], [77, 11, 1, "", "compute_radial_distance"], [77, 11, 1, "", "compute_semi_latus_rectum"], [77, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [77, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [77, 11, 1, "", "from_SI_vector"], [77, 11, 1, "", "get_SI_vector"], [77, 11, 1, "", "get_angular_momentum"], [77, 11, 1, "", "get_aop"], [77, 11, 1, "", "get_apoapsis_radius"], [77, 11, 1, "", "get_cartesian_state"], [77, 11, 1, "", "get_eccentric_anomaly"], [77, 11, 1, "", "get_eccentricity"], [77, 11, 1, "", "get_inclination"], [77, 11, 1, "", "get_mean_anomaly"], [77, 11, 1, "", "get_mean_motion"], [77, 11, 1, "", "get_nodal_precession_rate"], [77, 11, 1, "", "get_orbital_period"], [77, 11, 1, "", "get_periapsis_radius"], [77, 11, 1, "", "get_raan"], [77, 11, 1, "", "get_radial_distance"], [77, 11, 1, "", "get_semi_latus_rectum"], [77, 11, 1, "", "get_semi_major_axis"], [77, 11, 1, "", "get_true_anomaly"], [77, 11, 1, "", "is_defined"], [77, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [77, 11, 1, "", "string_from_element"], [77, 11, 1, "", "to_coe"], [77, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [77, 11, 1, "", "true_anomaly_from_mean_anomaly"], [77, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[78, 9, 1, "", "PerturbationType"], [78, 11, 1, "", "as_kepler"], [78, 11, 1, "", "as_propagated"], [78, 11, 1, "", "as_sgp4"], [78, 11, 1, "", "calculate_revolution_number_at"], [78, 11, 1, "", "calculate_state_at"], [78, 11, 1, "", "get_classical_orbital_elements"], [78, 11, 1, "", "get_epoch"], [78, 11, 1, "", "get_equatorial_radius"], [78, 11, 1, "", "get_gravitational_parameter"], [78, 11, 1, "", "get_j2"], [78, 11, 1, "", "get_j4"], [78, 11, 1, "", "get_perturbation_type"], [78, 11, 1, "", "get_revolution_number_at_epoch"], [78, 11, 1, "", "is_defined"], [78, 11, 1, "", "is_kepler"], [78, 11, 1, "", "is_propagated"], [78, 11, 1, "", "is_sgp4"], [78, 11, 1, "", "string_from_perturbation_type"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType": [[78, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[79, 11, 1, "", "access_cached_state_array"], [79, 11, 1, "", "access_propagator"], [79, 11, 1, "", "as_kepler"], [79, 11, 1, "", "as_propagated"], [79, 11, 1, "", "as_sgp4"], [79, 11, 1, "", "calculate_revolution_number_at"], [79, 11, 1, "", "calculate_state_at"], [79, 11, 1, "", "calculate_states_at"], [79, 11, 1, "", "get_epoch"], [79, 11, 1, "", "get_revolution_number_at_epoch"], [79, 11, 1, "", "is_defined"], [79, 11, 1, "", "is_kepler"], [79, 11, 1, "", "is_propagated"], [79, 11, 1, "", "is_sgp4"], [79, 11, 1, "", "set_cached_state_array"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[80, 11, 1, "", "as_kepler"], [80, 11, 1, "", "as_propagated"], [80, 11, 1, "", "as_sgp4"], [80, 11, 1, "", "calculate_revolution_number_at"], [80, 11, 1, "", "calculate_state_at"], [80, 11, 1, "", "get_epoch"], [80, 11, 1, "", "get_revolution_number_at_epoch"], [80, 11, 1, "", "get_tle"], [80, 11, 1, "", "is_defined"], [80, 11, 1, "", "is_kepler"], [80, 11, 1, "", "is_propagated"], [80, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[81, 11, 1, "", "as_kepler"], [81, 11, 1, "", "as_propagated"], [81, 11, 1, "", "as_sgp4"], [81, 11, 1, "", "calculate_revolution_number_at"], [81, 11, 1, "", "calculate_state_at"], [81, 11, 1, "", "calculate_states_at"], [81, 11, 1, "", "get_epoch"], [81, 11, 1, "", "get_interpolation_type"], [81, 11, 1, "", "get_interval"], [81, 11, 1, "", "get_revolution_number_at_epoch"], [81, 11, 1, "", "is_defined"], [81, 11, 1, "", "is_kepler"], [81, 11, 1, "", "is_propagated"], [81, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[83, 9, 1, "", "BrouwerLyddaneMeanLong"], [84, 9, 1, "", "BrouwerLyddaneMeanShort"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[83, 9, 1, "", "AnomalyType"], [83, 11, 1, "", "COE"], [83, 9, 1, "", "Element"], [83, 11, 1, "", "cartesian"], [83, 11, 1, "", "compute_angular_momentum"], [83, 11, 1, "", "compute_radial_distance"], [83, 11, 1, "", "compute_semi_latus_rectum"], [83, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [83, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [83, 11, 1, "", "from_SI_vector"], [83, 11, 1, "", "get_SI_vector"], [83, 11, 1, "", "get_angular_momentum"], [83, 11, 1, "", "get_aop"], [83, 11, 1, "", "get_apoapsis_radius"], [83, 11, 1, "", "get_cartesian_state"], [83, 11, 1, "", "get_eccentric_anomaly"], [83, 11, 1, "", "get_eccentricity"], [83, 11, 1, "", "get_inclination"], [83, 11, 1, "", "get_mean_anomaly"], [83, 11, 1, "", "get_mean_motion"], [83, 11, 1, "", "get_nodal_precession_rate"], [83, 11, 1, "", "get_orbital_period"], [83, 11, 1, "", "get_periapsis_radius"], [83, 11, 1, "", "get_raan"], [83, 11, 1, "", "get_radial_distance"], [83, 11, 1, "", "get_semi_latus_rectum"], [83, 11, 1, "", "get_semi_major_axis"], [83, 11, 1, "", "get_true_anomaly"], [83, 11, 1, "", "is_defined"], [83, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [83, 11, 1, "", "string_from_element"], [83, 11, 1, "", "to_coe"], [83, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [83, 11, 1, "", "true_anomaly_from_mean_anomaly"], [83, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType": [[83, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element": [[83, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[84, 9, 1, "", "AnomalyType"], [84, 11, 1, "", "COE"], [84, 9, 1, "", "Element"], [84, 11, 1, "", "cartesian"], [84, 11, 1, "", "compute_angular_momentum"], [84, 11, 1, "", "compute_radial_distance"], [84, 11, 1, "", "compute_semi_latus_rectum"], [84, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [84, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [84, 11, 1, "", "from_SI_vector"], [84, 11, 1, "", "get_SI_vector"], [84, 11, 1, "", "get_angular_momentum"], [84, 11, 1, "", "get_aop"], [84, 11, 1, "", "get_apoapsis_radius"], [84, 11, 1, "", "get_cartesian_state"], [84, 11, 1, "", "get_eccentric_anomaly"], [84, 11, 1, "", "get_eccentricity"], [84, 11, 1, "", "get_inclination"], [84, 11, 1, "", "get_mean_anomaly"], [84, 11, 1, "", "get_mean_motion"], [84, 11, 1, "", "get_nodal_precession_rate"], [84, 11, 1, "", "get_orbital_period"], [84, 11, 1, "", "get_periapsis_radius"], [84, 11, 1, "", "get_raan"], [84, 11, 1, "", "get_radial_distance"], [84, 11, 1, "", "get_semi_latus_rectum"], [84, 11, 1, "", "get_semi_major_axis"], [84, 11, 1, "", "get_true_anomaly"], [84, 11, 1, "", "is_defined"], [84, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [84, 11, 1, "", "string_from_element"], [84, 11, 1, "", "to_coe"], [84, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [84, 11, 1, "", "true_anomaly_from_mean_anomaly"], [84, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType": [[84, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element": [[84, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[86, 9, 1, "", "COE"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[86, 9, 1, "", "AnomalyType"], [86, 9, 1, "", "Element"], [86, 11, 1, "", "cartesian"], [86, 11, 1, "", "compute_angular_momentum"], [86, 11, 1, "", "compute_radial_distance"], [86, 11, 1, "", "compute_semi_latus_rectum"], [86, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [86, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [86, 11, 1, "", "from_SI_vector"], [86, 11, 1, "", "get_SI_vector"], [86, 11, 1, "", "get_angular_momentum"], [86, 11, 1, "", "get_aop"], [86, 11, 1, "", "get_apoapsis_radius"], [86, 11, 1, "", "get_cartesian_state"], [86, 11, 1, "", "get_eccentric_anomaly"], [86, 11, 1, "", "get_eccentricity"], [86, 11, 1, "", "get_inclination"], [86, 11, 1, "", "get_mean_anomaly"], [86, 11, 1, "", "get_mean_motion"], [86, 11, 1, "", "get_nodal_precession_rate"], [86, 11, 1, "", "get_orbital_period"], [86, 11, 1, "", "get_periapsis_radius"], [86, 11, 1, "", "get_raan"], [86, 11, 1, "", "get_radial_distance"], [86, 11, 1, "", "get_semi_latus_rectum"], [86, 11, 1, "", "get_semi_major_axis"], [86, 11, 1, "", "get_true_anomaly"], [86, 11, 1, "", "is_defined"], [86, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [86, 11, 1, "", "string_from_element"], [86, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [86, 11, 1, "", "true_anomaly_from_mean_anomaly"], [86, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType": [[86, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element": [[86, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[88, 9, 1, "", "TLE"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[88, 11, 1, "", "can_parse"], [88, 11, 1, "", "construct"], [88, 11, 1, "", "generate_checksum"], [88, 11, 1, "", "get_aop"], [88, 11, 1, "", "get_b_star_drag_term"], [88, 11, 1, "", "get_classification"], [88, 11, 1, "", "get_eccentricity"], [88, 11, 1, "", "get_element_set_number"], [88, 11, 1, "", "get_ephemeris_type"], [88, 11, 1, "", "get_epoch"], [88, 11, 1, "", "get_first_line"], [88, 11, 1, "", "get_first_line_checksum"], [88, 11, 1, "", "get_inclination"], [88, 11, 1, "", "get_international_designator"], [88, 11, 1, "", "get_mean_anomaly"], [88, 11, 1, "", "get_mean_motion"], [88, 11, 1, "", "get_mean_motion_first_time_derivative_divided_by_two"], [88, 11, 1, "", "get_mean_motion_second_time_derivative_divided_by_six"], [88, 11, 1, "", "get_raan"], [88, 11, 1, "", "get_revolution_number_at_epoch"], [88, 11, 1, "", "get_satellite_name"], [88, 11, 1, "", "get_satellite_number"], [88, 11, 1, "", "get_second_line"], [88, 11, 1, "", "get_second_line_checksum"], [88, 11, 1, "", "is_defined"], [88, 11, 1, "", "load"], [88, 11, 1, "", "parse"], [88, 11, 1, "", "set_epoch"], [88, 11, 1, "", "set_revolution_number_at_epoch"], [88, 11, 1, "", "set_satellite_number"], [88, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state": [[90, 9, 1, "", "CoordinateBroker"], [91, 9, 1, "", "CoordinateSubset"], [92, 9, 1, "", "NumericalSolver"], [93, 8, 0, "-", "coordinate_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[90, 11, 1, "", "access_subsets"], [90, 11, 1, "", "add_subset"], [90, 11, 1, "", "extract_coordinate"], [90, 11, 1, "", "extract_coordinates"], [90, 11, 1, "", "get_number_of_coordinates"], [90, 11, 1, "", "get_number_of_subsets"], [90, 11, 1, "", "get_subsets"], [90, 11, 1, "", "has_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[91, 11, 1, "", "add"], [91, 11, 1, "", "drag_coefficient"], [91, 11, 1, "", "get_id"], [91, 11, 1, "", "get_name"], [91, 11, 1, "", "get_size"], [91, 11, 1, "", "in_frame"], [91, 11, 1, "", "mass"], [91, 11, 1, "", "subtract"], [91, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[92, 9, 1, "", "ConditionSolution"], [92, 9, 1, "", "LogType"], [92, 9, 1, "", "StepperType"], [92, 11, 1, "", "conditional"], [92, 11, 1, "", "default"], [92, 11, 1, "", "default_conditional"], [92, 11, 1, "", "fixed_step_size"], [92, 11, 1, "", "get_absolute_tolerance"], [92, 11, 1, "", "get_log_type"], [92, 11, 1, "", "get_observed_state_vectors"], [92, 11, 1, "", "get_observed_states"], [92, 11, 1, "", "get_relative_tolerance"], [92, 11, 1, "", "get_root_solver"], [92, 11, 1, "", "get_stepper_type"], [92, 11, 1, "", "get_time_step"], [92, 11, 1, "", "integrate_duration"], [92, 11, 1, "", "integrate_time"], [92, 11, 1, "", "is_defined"], [92, 11, 1, "", "string_from_log_type"], [92, 11, 1, "", "string_from_stepper_type"], [92, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution": [[92, 10, 1, "", "condition_is_satisfied"], [92, 10, 1, "", "iteration_count"], [92, 10, 1, "", "root_solver_has_converged"], [92, 10, 1, "", "state"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType": [[92, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType": [[92, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[94, 9, 1, "", "AngularVelocity"], [95, 9, 1, "", "AttitudeQuaternion"], [96, 9, 1, "", "CartesianPosition"], [97, 9, 1, "", "CartesianVelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[94, 11, 1, "", "add"], [94, 11, 1, "", "default"], [94, 11, 1, "", "drag_coefficient"], [94, 11, 1, "", "get_id"], [94, 11, 1, "", "get_name"], [94, 11, 1, "", "get_size"], [94, 11, 1, "", "in_frame"], [94, 11, 1, "", "mass"], [94, 11, 1, "", "subtract"], [94, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[95, 11, 1, "", "add"], [95, 11, 1, "", "default"], [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.coordinate_subset.CartesianPosition": [[96, 11, 1, "", "add"], [96, 11, 1, "", "default"], [96, 11, 1, "", "drag_coefficient"], [96, 11, 1, "", "get_id"], [96, 11, 1, "", "get_name"], [96, 11, 1, "", "get_size"], [96, 11, 1, "", "in_frame"], [96, 11, 1, "", "mass"], [96, 11, 1, "", "subtract"], [96, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[97, 11, 1, "", "add"], [97, 11, 1, "", "default"], [97, 11, 1, "", "drag_coefficient"], [97, 11, 1, "", "get_id"], [97, 11, 1, "", "get_name"], [97, 11, 1, "", "get_size"], [97, 11, 1, "", "in_frame"], [97, 11, 1, "", "mass"], [97, 11, 1, "", "subtract"], [97, 11, 1, "", "surface_area"]], "ostk.astrodynamics.utilities": [[99, 12, 1, "", "compute_aer"], [100, 12, 1, "", "compute_time_lla_aer_state"], [101, 12, 1, "", "compute_trajectory_geometry"], [102, 12, 1, "", "convert_state"], [103, 12, 1, "", "lla_from_position"], [104, 12, 1, "", "lla_from_state"], [105, 12, 1, "", "position_from_lla"]], "ostk.astrodynamics.viewer": [[107, 9, 1, "", "ConicSensor"], [108, 9, 1, "", "RectangularSensor"], [109, 9, 1, "", "Sensor"], [110, 9, 1, "", "Viewer"]], "ostk.astrodynamics.viewer.Viewer": [[110, 11, 1, "", "add_line"], [110, 11, 1, "", "add_profile"], [110, 11, 1, "", "add_target"], [110, 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": {"": [42, 66, 67, 68, 111, 112, 114, 115, 118, 119, 120, 121, 123, 124, 150, 152, 156, 157, 169, 170, 196], "0": [4, 9, 11, 23, 31, 35, 36, 38, 39, 40, 42, 56, 66, 67, 68, 73, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 131, 132, 133, 134, 144, 149, 150, 153, 157, 160, 162, 166, 169, 170, 175, 176, 183, 187, 196], "00": [111, 113, 115, 116, 118, 119, 120, 121, 122, 124, 126, 196], "000": [111, 117, 118, 119, 120, 121], "00000": [111, 112, 117, 122, 187, 196], "000000": 122, "00000022": [112, 122], "00000187": 196, "00002182": 187, "00002184": 111, "00004328": 117, "00004955": 117, "0001": 122, "0003980": 111, "0005971": 196, "0006703": 187, "000694": 122, "001": [123, 196], "0010": 111, "0010303": 117, "001105": 111, "0013847": [112, 122], "001389": 122, "0016244": 117, "002083": 122, "002625": 111, "002778": 122, "003": 111, "005": 116, "005859375": 112, "006": 111, "007089": 122, "007361e": 122, "01": [56, 111, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 160, 196], "010": 111, "012": 117, "01222384063236": 112, "012756375368851991": 126, "012875853987466712": 126, "016": 111, "017": 117, "01953125": 112, "01t00": [118, 119, 120, 121, 196], "02": [111, 116, 117, 121, 122, 126], "020098201368114": 112, "020152": 111, "0201851": 111, "024": 111, "026": 111, "02670629333614": 112, "027": 111, "0288": 187, "02999636902566": 112, "03": [111, 117, 122, 126], "032974332441405": 112, "034969": 112, "036": 111, "03687119546126": 116, "037": [111, 116], "037109375": 112, "04": [111, 116, 117, 122, 126], "048": 111, "05": [111, 117, 122, 126], "051": 111, "054108": 122, "056": 111, "057": 126, "059": 111, "06": [111, 116, 117, 122, 126], "065": 111, "066": 111, "06640625": 112, "068": 111, "068987": 112, "069": [111, 126], "07": [111, 117, 126], "070": 117, "0707": 122, "071": [111, 116], "074939732174": [118, 119, 120, 121, 196], "076": 126, "076716": 111, "078": 111, "08": [111, 116, 117, 126], "08203125": 112, "08264": 187, "085": 111, "085598897064752": 112, "085738569819505": 112, "0859375": 112, "086": [111, 116], "087": 117, "08758502824516": 112, "087890625": 112, "09": [111, 115, 116, 122, 126], "093": 111, "09375": 112, "095452162534826": 112, "095703125": 112, "09765625": 112, "098646": 112, "098931": 111, "099": 116, "0e": [118, 119, 120, 121, 196], "0e3": [118, 119, 120, 121, 126], "0m": 127, "0x00007f018897c280": 126, "1": [3, 5, 9, 22, 28, 29, 30, 31, 32, 33, 42, 55, 56, 58, 61, 62, 68, 69, 70, 77, 79, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 162, 170, 177, 179, 187, 196, 197], "10": [111, 112, 116, 117, 123, 124, 126, 196], "100": [56, 111, 112, 113, 114, 117, 118, 119, 120, 121, 123, 124, 125, 126, 150, 160, 196], "1000": [112, 118, 119, 120, 121, 122, 123, 124, 125], "10000000000000001": 126, "10000e3": 111, "101": 112, "10196": 196, "102": [112, 124], "103": 112, "10307": [56, 160], "104": 111, "106": [111, 112], "106362e": 122, "107": 111, "108": [111, 112, 116], "10853009229704395": 117, "109": [111, 126], "11": [111, 112, 117, 118, 119, 120, 121, 123, 127, 176], "110": [111, 126], "111": [111, 112], "112": 111, "11246878918088": 112, "113": [111, 117], "11328124999999": 112, "11328125": 112, "114": [111, 112], "114364e": 124, "11606": 187, "117": 112, "118": 112, "12": [111, 112, 115, 116, 117, 118, 119, 120, 121, 123, 124, 126, 196], "120": [112, 118, 119, 120, 121, 196], "1200": [111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "120481": 111, "121": [112, 116], "122": 111, "123": 112, "124": 112, "125": 116, "126": 126, "127": 117, "128": 112, "13": [111, 112, 116, 122, 123, 126], "130": [112, 187], "13066d": [112, 122], "131": 112, "131077": 111, "132": [112, 116, 117], "13217129975777883": 117, "133": [112, 117], "133346": 122, "134": [111, 112, 115], "135": 117, "136": 112, "136239319177434": 112, "137": [111, 177], "137119e": 122, "13727": [56, 160], "138312": 122, "139327": 122, "14": [111, 112, 116, 122, 123, 127], "141": 111, "142919": 111, "143": 116, "143839e": 122, "144": 111, "14450960696945572": 117, "14512718337613": 112, "146": 111, "14609100": 117, "1467": 196, "146970": 112, "148": 111, "148437499999996": 112, "15": [111, 112, 113, 114, 116, 117, 123, 126, 187, 196], "150": 113, "1500px": 110, "151083": 111, "152781e": 124, "153": 111, "154": 111, "154296875": 112, "158968": 122, "16": [111, 117, 124, 127], "160": [113, 117], "161": 111, "162109375": 112, "163": 122, "163411994221235": 116, "164": 111, "165": 117, "166": 122, "1666": 122, "16890408047914": 116, "169": 122, "1694": 117, "1695263133797123": 117, "16999999999848": 115, "17": [111, 112, 115, 116, 117], "17002298293205": 112, "172": 111, "173": [111, 122], "173027553034": [118, 119, 120, 121, 196], "174": 117, "175": [112, 122], "17592824927136": 112, "177": 116, "177507": 122, "17878740": 196, "17887331434696": 112, "179": 122, "17934297928927": 112, "17959645": 117, "18": [111, 112, 115, 116, 117], "180": [111, 117], "1800": 114, "18004448105867": 117, "18231": 196, "18260": [112, 122], "18268": 111, "18359375": 112, "184": [112, 122], "189453125": 112, "19": [111, 116], "19197693395507287": 117, "192810837553058": 117, "193": 117, "1953125": 112, "197": [111, 116], "197167282501276": 112, "198": 111, "1e": [123, 125, 126, 161, 196], "2": [42, 56, 81, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 133, 150, 157, 160, 187, 196, 197], "20": [111, 112, 113, 114, 116, 125, 126], "200": [112, 123, 125], "2000": [115, 116], "2000000000000002": 126, "2018": [111, 122, 124], "2023": [113, 117, 118, 119, 120, 121, 125, 126, 127, 196], "2024": [123, 126], "203125": 112, "203404950917395": 112, "204": [111, 112, 117, 124], "205": [111, 117], "207": 111, "207971e": 124, "209": 111, "21": [111, 112, 115], "21059an": 117, "211158": 112, "213": 111, "2138": 122, "214843749999996": 112, "21484375": 112, "214941e": 124, "215": 125, "21723": 117, "219521": 111, "22": [111, 112], "220": 111, "221": 111, "22151": [183, 184, 185], "223": [111, 116], "22467264956519": 112, "225": 117, "225768435790194": 112, "227": 111, "228": 117, "23": [111, 112, 116], "230": [122, 124], "23001bv": 117, "23046875": 112, "23146": 117, "231502991478926": 112, "232": 111, "232421875": 112, "234375": 112, "237": 111, "23719": 117, "239": [111, 117], "24": [111, 112, 115, 123], "240": [111, 112, 124], "241": 111, "242": [111, 116], "243": [111, 112, 117, 124], "244140625": 112, "24609374999999": 112, "24609375": 112, "24678": 117, "247": 187, "248": 111, "25": [111, 112, 117], "250": 111, "254": [111, 117], "255": [23, 112, 122, 124, 126], "25544": [111, 187, 196], "25544u": [111, 187, 196], "256": [111, 116, 117], "257": 111, "2578125": 112, "258": 111, "259": 111, "25hrequir": 127, "25l": 127, "26": [111, 116, 117], "2601": 122, "26171875": 112, "262": [111, 116], "263": 111, "26780455063753": 112, "26815737376817": 112, "26953125": 112, "27": [112, 116], "270": 117, "2700": 196, "271": 111, "272": 111, "277": 111, "278": 111, "279": 117, "27922900257082": 112, "279488": 122, "28": 112, "28125": 112, "282712": 111, "283": 111, "28319289548349": 112, "283868": 111, "2842": [112, 122], "287109375": 112, "289": 111, "29": [111, 112, 116, 126], "290": 111, "291": 111, "2927": 187, "292825e": 122, "295593": 122, "296": 117, "2967617": [118, 119, 120, 121, 196], "29701788337205": 112, "298": [111, 116], "299": 111, "2d": [22, 112, 117, 122, 124], "2e": 196, "2f": 123, "3": [5, 42, 52, 53, 55, 56, 61, 62, 69, 111, 112, 113, 114, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 150, 160, 161, 176, 196, 197], "30": [67, 68, 111, 112, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 169, 170, 196], "300": [117, 124], "3000": [121, 126], "30078125": 112, "30201138682032563": 117, "302728e": 124, "302882e": 122, "3046875": 112, "3054": 122, "305561325527698": 112, "306305e": 124, "306843e": 124, "31": [111, 112, 116, 117], "311": 111, "3125": 112, "314": 117, "317": [118, 119, 120, 121], "318": [111, 118, 119, 120, 121], "319": [111, 118, 119, 120, 121], "319215": 111, "32": [111, 112, 117, 126], "320": [118, 119, 120, 121], "3203125": 112, "321": [118, 119, 120, 121], "322": [118, 119, 120, 121], "324": [118, 119, 120, 121], "32421875": 112, "324538": 122, "325": 187, "32517767999296": 112, "326": [112, 122], "32782040": 117, "328125": 112, "33": [111, 112, 126], "333225": 122, "334": 116, "3358": 111, "338": 111, "33841912739558": 116, "33956524809713": 112, "33984375": 112, "339982e": 124, "33m": 127, "33mwarn": 127, "34": [111, 116], "340": 117, "3416461723746": 112, "3429532772124": [118, 119, 120, 121, 196], "343": 124, "349": 117, "3494": 122, "35": [111, 112, 117, 122], "3515625": 112, "352": 126, "353636941500987": 112, "354": 117, "354544": 111, "355": 117, "356969e": 124, "357": 111, "3571": 117, "358": 117, "359": [124, 126], "36": [111, 116, 126, 196], "360": [111, 144], "365234375": 112, "36775852406841": 112, "37": [111, 112, 125, 126], "370849580_analytic_calculation_and_application_of_the_q": [56, 160], "372": 111, "373": 111, "373103": 124, "374": 116, "3755991766591": 112, "376": 111, "376763e": 124, "38": [111, 112, 116, 125, 126], "380": 111, "38002840251183": 112, "381": 126, "382": 116, "38237278700955": 112, "387": 117, "389166": 122, "39": [111, 112, 117, 125, 126], "391": 117, "394": 111, "39419": [112, 122], "39419u": [112, 122], "397": 111, "3984375": 112, "399": 111, "3990540432597613e": 126, "399306": 112, "3d": [112, 122, 124], "3f": 123, "4": [42, 56, 111, 112, 114, 117, 118, 119, 120, 122, 123, 124, 125, 127, 150, 160, 187, 196, 197], "40": [111, 112, 117, 122, 125], "401": 116, "402391829093915": 112, "404": 117, "406": 111, "40781": 111, "408203125": 112, "41": [111, 112, 117, 125], "410": 116, "411552": 112, "412456233": [118, 119, 120, 121, 196], "414": 117, "415947": 122, "416": [111, 126], "418": 126, "419228": 122, "42": [111, 112, 126], "422": 126, "423": 111, "4234565179383": 112, "425": 117, "4283387": [118, 119, 120, 121, 196], "43": [111, 112, 116, 126], "4317": 122, "432": 111, "433459": 124, "43359375": 112, "434": [111, 116], "435": 126, "4366": 196, "437": 111, "4375": 111, "437856895024204": 112, "439154": 122, "44": [111, 112, 124], "443": [111, 117], "444": 116, "444901": 122, "445": 111, "4451426": [118, 119, 120, 121, 196], "446": 111, "44694705960048": 112, "44867367928756": 112, "449": 115, "45": [111, 112, 116, 117, 122, 124, 126], "4508": 122, "451": 126, "453": 111, "45312499999999": 112, "453693": 111, "453880": 122, "455038e": 122, "457032": 111, "458317": 111, "459": 111, "46": [111, 112, 116], "460130637921004": 112, "4627": 187, "464": 111, "464113": 122, "46484375": 112, "465": [111, 116], "465151013519616": 112, "4680": 122, "47": [111, 112, 116, 117], "472626e": 122, "472946": 111, "474609375": 112, "477": 111, "479": 116, "4793": 117, "48": 112, "480": 116, "482421875": 112, "48295117535531": 112, "483": 111, "4831": 122, "484489": 124, "486": 111, "487": 111, "48915": 117, "48915u": 117, "49": 112, "4948": [118, 119, 120, 121, 196], "495": 126, "496": 116, "4963": 122, "498": 111, "499": 126, "4f": [123, 125], "5": [23, 56, 111, 112, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 170, 196], "50": [111, 112, 117, 122, 123, 125], "500": [59, 111, 113, 126, 127], "5000": 125, "500000": [111, 124], "500091": 111, "500367": 111, "500822": 111, "501448": 111, "505": [113, 126], "506": 111, "508x0b1e2": 11, "508x0b1e2c2": 137, "51": [111, 112, 117, 187, 196], "510504": 112, "5137": 122, "514": 111, "51668853502906": 112, "517200697839414": 112, "51782528": 187, "518408": 122, "52": [112, 115, 116, 117, 127], "521": 111, "523": [111, 117], "5234375": 112, "524": 111, "5250": 122, "52734375": 112, "53": [111, 112], "531": 111, "5335": [114, 115, 116], "534": 111, "5342": 122, "535757e": 124, "536": 111, "5360": 187, "537": 116, "53733046134172": 111, "53848234128316": 196, "54": [111, 112, 116], "540": 111, "540605": 112, "541015625": 112, "5411": 122, "544916": 126, "5457": 122, "54681317351514": 112, "548": 111, "549": 111, "549352": 111, "55": [111, 112, 116], "55076": 117, "55076u": 117, "552": 117, "5546875": 112, "556": 111, "558": [111, 117], "55859375": 112, "558791": 122, "559488e": 124, "56": [111, 112, 117], "564114": 111, "564453125": 112, "565": 111, "567": 117, "568573": 112, "568580e": 122, "569": 116, "57": [111, 112, 116, 126], "570278": 126, "5703125": 112, "570514": 126, "5707": 124, "572": 111, "57206165565852": 112, "5721": [118, 119, 120, 121, 196], "574": 111, "575": 111, "57617187499999": 112, "578113": 111, "578125": 112, "57853542647338": 112, "58": [111, 116], "580": [111, 125], "58039085560784": 112, "58058466412761": 112, "583289756006316": 112, "58366": 122, "585": 123, "585332": 111, "585366e": 124, "586": 117, "586204": 124, "588": 111, "589": 116, "59": [111, 112, 116], "594": 111, "5954": 117, "597": 111, "59765625": 112, "598031": 122, "599350": 122, "5e": 123, "6": [77, 83, 84, 86, 111, 112, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 196], "60": 119, "600": [111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "600586": 122, "6015625": 112, "601723": 122, "602": 111, "602749": 122, "609": 111, "60e": 114, "60x60": 119, "61": 122, "61070993807422": 112, "611670115197377": 112, "612": 117, "614883e": 122, "615": 111, "61779143282346": 112, "618": 116, "618850": 122, "62": 122, "620": 111, "623": 111, "625": 112, "6250607414312717e": 124, "626": 116, "626245": 126, "626818": 126, "627": 116, "628": 111, "628803": 111, "6300": [112, 122], "6328125": 112, "634": 111, "6378": 177, "64": [122, 196], "64007838467894": 112, "6405": 111, "6416": 187, "642": 111, "64463782485651": 112, "6447": 196, "645": 111, "646": 116, "646484375": 112, "65": 112, "650390625": 112, "654567": 112, "6556": [112, 122], "65625": 112, "6575": 123, "6578": [56, 123, 160], "658295": 112, "658581": 126, "658777": 126, "660": 116, "661": 111, "666": 111, "669199": 127, "671": 111, "673": [111, 116], "67514743608467": 112, "67578125": 112, "679": 111, "6795944656402": 112, "6796875": 112, "68": [111, 112, 122], "683": 111, "68359375": 112, "684689": 111, "6880527498568": 112, "689": 111, "69": 111, "69335937499999": 112, "699": 117, "6999999": 124, "6a448b4": 196, "7": [111, 112, 113, 117, 123, 124, 170, 196], "70": [111, 112, 117], "7000": [122, 124], "7000000": [114, 115, 116], "702": 111, "7041": 117, "70414723434193": 112, "705": 111, "70703125": 112, "70759350405294": 112, "71": [111, 122], "7100": 122, "712": 111, "712842": 112, "713": 115, "713053": 112, "713399e": 122, "714": 111, "716": 116, "72": 111, "72125391563537": 187, "723": 111, "724": 111, "727629": 122, "728721": 112, "72885": [112, 122], "729062e": 122, "73": [111, 112, 196], "730": 111, "731": 116, "734928": 111, "735": 111, "736455137010665": 112, "738": 111, "73828125": 112, "739": 117, "74": [111, 112], "740": 111, "7428": [122, 124], "743": 111, "748": [111, 117], "75": [111, 122], "75390625": 112, "754": 111, "757": 111, "7578125": 112, "76": [111, 112], "760": 117, "761": 111, "765": 111, "765625": 112, "766703": 112, "766793e": 122, "767": 126, "76765910569123": 112, "770": 117, "772321": 111, "77424112": [112, 122], "775749": 111, "776": 111, "776125101": [118, 119, 120, 121, 196], "78": 111, "780": [111, 117], "7824": 196, "783": 117, "78515625": 112, "786": 111, "787": 111, "788": 116, "79": [112, 122], "792032e": 124, "794": 111, "795": [111, 117], "796": 111, "797": 111, "798": 111, "799": 116, "799891182088334": 112, "7a": 113, "8": [111, 112, 117, 122, 124, 127, 157, 196], "80": [111, 112], "800": 122, "800px": 110, "803": 111, "804165": 111, "805": [114, 126], "808": 111, "81": [111, 112], "810": 111, "813": 115, "814": 111, "814472": 122, "817": 111, "82": 112, "823": 115, "823142": 112, "825": 111, "826780904779774": 112, "83": 112, "831": 111, "831497": 112, "833452e": 122, "833984375": 112, "835": 111, "836640": 111, "83682786072714": 112, "837890625": 112, "838": 117, "839402": 111, "839843749999996": 112, "84": [111, 112], "84029065139799": 112, "84064389983441": 112, "84267363195431": 112, "845": 111, "846": 111, "84706035607122": 112, "84757295365389": 112, "848": 116, "8495": [112, 122], "85": 112, "850": 111, "850750065": [118, 119, 120, 121, 196], "85252660044951": 112, "854": 111, "855": 116, "859375": 112, "86030748978823": 124, "861340": 111, "86272795": 111, "86400": [118, 119, 120, 121, 196], "865450622126": [114, 115, 116], "866": 117, "867": [111, 126], "868321": 112, "868966": 122, "871": 111, "872": 117, "87314e": 126, "875": 111, "87531083569679": 112, "875980": 122, "876": [115, 116], "87660665410869": 112, "877": 111, "878": 111, "87814e": 126, "87890625": 112, "88": [111, 112], "882": 111, "882015e": 122, "883051": 111, "886": 117, "8888": 196, "8893": 111, "89": 117, "891": 111, "893": 111, "893926": 111, "894356": 126, "895129": 111, "9": [111, 114, 122, 124, 126], "90": [111, 112, 115, 121], "900390625": 112, "902": 116, "902277040963696": 112, "90234375": 112, "902577996288876": 112, "904": 111, "904296875": 112, "907": 117, "908650": 111, "909": 117, "910": 111, "9100": 124, "912": 111, "91390293099067": 124, "915019": 124, "918": 111, "919": 126, "92": 112, "92025531537451": 112, "924": 126, "925": 117, "92578125": 112, "927": 116, "928": 111, "932": 111, "9335937499999998": 112, "937": 111, "93888428262811": [112, 122], "94": 112, "94033923363181": 112, "94140625": 112, "94335994657882": 112, "9434": 117, "945": 111, "946": 111, "947": 116, "947265625": 112, "948": 111, "948448": 122, "9511496866914": 112, "9523": 117, "9529": 117, "953": 111, "953125": 112, "953245": 111, "954": 111, "955899": 122, "9560855309879": 112, "956704": 111, "957": [111, 118, 119, 120, 121, 196], "96": 112, "961": [116, 126], "962": 111, "963": 111, "964827": 122, "967": 111, "96875": 112, "97": [111, 112, 117, 122], "972213": 122, "972897836604517": 124, "97436777064368": 126, "975213": 112, "975470e": 124, "979323": 111, "98067a": [111, 187, 196], "982": 111, "983": [111, 117], "98480801923985": 112, "987": 117, "98712414601253": 126, "988": 111, "990": 111, "991": 111, "991376": 111, "9921875": 112, "994715": 122, "996": 111, "99609375": 112, "996162679728116": 112, "998": 111, "9990": 111, "9993": 117, "9994": 196, "9996": [112, 122], "9999": 117, "9999999972": 124, "9999999999999998e": 126, "A": [2, 5, 6, 13, 14, 15, 16, 17, 18, 19, 20, 31, 36, 37, 39, 40, 42, 44, 46, 48, 49, 51, 52, 53, 56, 58, 61, 66, 67, 68, 73, 78, 79, 80, 88, 92, 115, 117, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 172, 176, 179, 183, 184, 185, 186, 187, 188, 189, 190, 196], "AND": 125, "And": [39, 111, 125, 148, 195], "As": [56, 160, 196], "By": 196, "For": [149, 174, 196], "If": [55, 78, 113, 115, 118, 119, 120, 121, 130, 132, 133, 134, 138, 139, 140, 141, 142, 143, 150, 151, 152, 156, 157, 158, 160, 163, 167, 168, 169, 170, 179, 186, 196], "In": [68, 77, 83, 84, 86, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "It": [7, 46, 48, 49, 64, 65, 66, 91, 117, 127, 176, 189], "No": [78, 117, 118, 119, 120, 121, 122, 124, 167], "Not": [125, 134, 150, 152, 156, 157, 163, 168, 179, 186, 187, 188, 189], "Of": [117, 177], "Or": [39, 111, 125, 148, 195, 196], "The": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 112, 114, 115, 125, 130, 131, 132, 133, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 158, 159, 160, 161, 162, 163, 164, 165, 168, 171, 172, 176, 188, 189, 190, 191, 192, 193, 194, 196], "Then": [111, 112], "There": [53, 158], "To": [0, 116, 132, 196], "__add__": [69, 70], "__init__": [4, 7, 11, 35, 36, 38, 39, 40, 65, 66, 69, 70, 78, 79, 88, 90, 114, 117], "_append_lin": 117, "_data": 117, "_display_progress_bar": 117, "_generate_and_append_data": 117, "_ground_station_pos_n": 117, "_ground_station_position_n": 117, "_interference_angle_in_radian": 117, "_interference_step": 117, "_is_in_ground_station_con": 117, "_is_interf": 117, "_isp": 114, "_min_elevation_angle_in_radian": 117, "_modified_open": [118, 119, 120, 121], "_ned_fram": 117, "_notebook": [118, 119, 120, 121], "_previous_inst": 117, "_progress_bar": 117, "_thrust": 114, "_total_span_in_second": 117, "_trajectory_grid": 117, "_update_progress_bar": 117, "abov": [112, 117, 167, 196], "absolut": [4, 35, 36, 38, 39, 40, 56, 92, 126, 131, 190, 195, 196], "absolute_effectivity_threshold": 56, "absolute_toler": 92, "absoluteeffectivitythreshold": [160, 195], "abstardragterm": 187, "abstract": [3, 33, 44, 153, 166], "abvalu": 160, "acachedstatearrai": 179, "acartesianpositionsptr": 194, "acartesianst": [184, 185, 186], "acceler": [5, 11, 33, 42, 51, 55, 56, 67, 114, 132, 138, 139, 142, 143, 150, 156, 159, 160, 169, 196], "acceleration_gcrf": 114, "acceleration_profil": 42, "acceleration_vnc": 114, "accelerationprofil": 150, "accept": [4, 11, 115, 116], "accesgener": 117, "access": [22, 31, 56, 65, 66, 68, 70, 79, 90, 112, 127, 128, 134, 141, 153, 157, 160, 163, 166, 168, 169, 170, 171, 172, 176, 179, 190, 195, 196, 197], "access_cached_state_arrai": 79, "access_celestial_object_with_nam": [111, 112, 117, 122, 124, 126, 127, 196], "access_composit": [112, 124], "access_contribution_profil": 31, "access_coordinate_brok": 70, "access_end_inst": [67, 68], "access_filt": 9, "access_fram": [31, 111], "access_gener": [111, 117], "access_geometry_df": 111, "access_inst": 31, "access_kepler_model": [65, 125], "access_model": 65, "access_numerical_solv": [66, 116, 123], "access_object_at": [112, 124], "access_parent_fram": 62, "access_propag": 79, "access_propagated_model": 65, "access_sgp4_model": 65, "access_start_inst": [67, 68], "access_step": 22, "access_subset": 90, "access_tabulated_model": 65, "accesscachedstatearrai": [179, 195], "accesscontributionprofil": [141, 195], "accesscoordin": [171, 195], "accesscoordinatebrok": [168, 171, 172, 195], "accessdynam": [169, 195], "accessendinst": [169, 170, 195], "accesses_df": 111, "accesseventcondit": [169, 195], "accessfram": [141, 171, 172, 195], "accessgener": [111, 117], "accessinst": [141, 171, 195], "accessinstantatascendingnod": [176, 195], "accessinstantatdescendingnod": [176, 195], "accessinstantatnorthpoint": [176, 195], "accessinstantatpassbreak": [176, 195], "accessinstantatsouthpoint": [176, 195], "accesslocalorbitalframefactori": [163, 195], "accessmodel": [134, 195], "accessnumericalsolv": [168, 169, 195], "accessobservedst": [190, 195], "accessobservedstatevector": [190, 195], "accessor": [164, 171, 172], "accessparentfram": [164, 195], "accesspropag": [179, 195], "accesspropulsionsystem": [157, 195], "accessstartinst": [169, 170, 195], "accesssubset": [188, 195], "account": 168, "acelesti": [138, 139, 142], "acelestialobject": 178, "acelestialobjectsptr": 167, "acentralbodygrav": 139, "aclassicalorbitalelementset": 178, "aclassif": 187, "aco": [160, 184, 185, 186], "acoevector": [160, 186], "acompositegeometri": 157, "acondit": 162, "aconditionarrai": 162, "aconditionissatisfi": 169, "aconnect": 148, "aconstantthrust": 159, "acontextarrai": 130, "acontributionprofil": 141, "acoordin": [171, 172], "acoordinatebrok": [172, 188], "acoordinatebrokersptr": [171, 172, 189, 191, 192, 193, 194], "acoordinatesdimens": 161, "acoordinatesubset": [188, 189], "acoordinatesubsetarrai": 141, "acoordinatesubsetsarrai": [171, 172, 188], "acoordinatesubsetsptr": [171, 172, 188], "acoordinatesubsetsptrarrai": 169, "acquir": 2, "acquisit": [2, 117], "acquisition_of_sign": 2, "acriterion": [144, 145, 146, 147, 149], "acrosssectionalsurfacearea": [157, 158], "actual": 11, "actual_od_span": 11, "actualodspan": [137, 195], "ad": [70, 110, 168, 188], "adataarrai": 137, "add": [22, 66, 68, 70, 90, 91, 94, 95, 96, 97, 110, 117, 168, 170, 171, 188, 189, 193, 194, 195, 196], "add_coast_seg": [68, 125, 126], "add_dynam": 66, "add_lin": 110, "add_maneuv": 66, "add_maneuver_seg": [68, 125, 126], "add_profil": [110, 127], "add_satellit": [22, 117], "add_scattergeo": 116, "add_seg": 68, "add_subset": 90, "add_target": 110, "add_trac": [118, 119, 120, 121], "add_vlin": [125, 126], "addcoastseg": [170, 195], "adddynam": [168, 195], "addit": [171, 172, 189], "addition": 125, "addmaneuv": [168, 195], "addmaneuverseg": [170, 195], "addseg": [170, 195], "addsubset": [188, 195], "adeploymentarrai": 177, "adher": 125, "adictionari": [137, 177], "adragcoeffici": [157, 158], "adrymass": [157, 158], "adur": [147, 149], "adurationarrai": 190, "adurationinsecond": 190, "adynam": [130, 141], "adynamicsarrai": [168, 169, 170], "adynamicssptr": [130, 168, 169], "adynamictransformprovid": 155, "aer": [9, 111, 112, 117, 124, 135, 136], "aer_filt": 9, "aer_mask": 9, "aer_rang": [9, 111], "aermask": [135, 195], "aerrang": [135, 195], "afactor": 133, "afil": [137, 154, 174, 177, 187], "afinitediffer": 161, "afirstlin": 187, "aframenam": [151, 153, 154, 155], "aframesptr": [130, 138, 139, 140, 141, 142, 143, 146, 150, 155, 169, 171, 172, 183, 186, 189, 193, 194], "aframetyp": 167, "afromposit": 136, "afromst": 136, "afromtrajectori": [135, 136], "after": [190, 196], "afullcoordinatesvector": [188, 189, 191, 192, 193, 194], "afunct": 133, "against": [196, 197], "agener": 136, "ageometri": [152, 158], "agi": [176, 186], "agnost": 196, "agradientstrategi": 160, "agravitationalparamet": [146, 160, 178, 183, 184, 185, 186], "aguidancelaw": [132, 143, 160], "ahead": [137, 177], "aj2": 178, "aj2paramet": 186, "aj4": 178, "akeplerianmodel": 178, "akvalu": 160, "alength": 131, "algorithm": 6, "align": [86, 165], "alin": 187, "all": [31, 59, 67, 112, 150, 162, 169, 170, 189, 191, 192, 193, 194, 196], "all_comparison_st": [118, 119, 120, 121], "allow": [6, 53, 59, 112, 158, 164, 196], "alocalorbitalframedirect": 163, "alocalorbitalframefactorysptr": 163, "alocaltimeatdescendingnod": 167, "alogtyp": 190, "along": [101, 111, 114, 159], "alongitud": 167, "alossofsign": 129, "alowerbound": 133, "alpha": 117, "alreadi": [127, 188, 196], "also": 112, "alt_ground_track_df": 124, "alt_stat": 124, "alt_states_lla": 124, "altern": 111, "altitud": [65, 75, 100, 101, 104, 111, 113, 114, 117, 122, 124, 126, 127, 167, 177, 197], "alwai": [42, 150], "amaneuv": [150, 168], "amaneuverarrai": 168, "amass": [152, 156], "amassflowr": 150, "amassflowrateprofil": 150, "amaxelev": 129, "amaximumiterationcount": [133, 162], "amaximumpropagationdur": 170, "ameananomali": [183, 184, 185, 186, 187], "ameananomli": 186, "ameanmot": 187, "ameanmotionfirsttimederivativedividedbytwo": 187, "ameanmotionsecondtimederivativedividedbysix": 187, "ametadataarrai": 137, "amodel": [134, 151, 153, 166, 167], "amount": [179, 190], "amvalu": 160, "an": [2, 3, 4, 6, 7, 9, 11, 17, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 49, 51, 52, 59, 61, 62, 65, 66, 67, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 102, 111, 112, 116, 125, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 176, 177, 179, 183, 184, 185, 186, 187, 188, 190, 196], "anabsolutetoler": 190, "anaccelerationprofil": 150, "anaccess": 129, "anaccessfilt": 135, "anacquisitionofsign": 129, "anaerfilt": 135, "analtitud": 167, "analysi": [111, 116, 196], "analysis_interv": 116, "analyt": [56, 123, 160, 195], "anam": [130, 131, 132, 138, 139, 142, 143, 144, 145, 148, 149, 169, 177, 189, 191, 192, 193, 194], "anangl": 131, "anangularveloc": 171, "ananomalytyp": 186, "anaop": [183, 184, 185, 186, 187], "anapoapsisaltitud": 167, "anargumentoflatitud": 167, "anatmosphericdrag": 138, "anattitud": 171, "anattitudequaternionsptr": 191, "anattitudereferencefram": 171, "anazimuthelevationmask": 135, "anazimuthrang": 135, "ancdm": 137, "anearthsptr": 136, "aneccentr": [183, 184, 185, 186, 187], "aneccentricanomali": 186, "anel": 186, "anelementsetnumb": 187, "anelementweightsmap": 160, "anelevationrang": 135, "anendtim": 190, "anenviron": [130, 135, 136, 168], "anephemeristyp": 187, "anepoch": [167, 178, 187], "anequatorialradiu": [178, 186], "anevalu": [131, 144, 145, 149], "aneventcondit": [131, 168, 170, 190], "aneventconditionsptr": [169, 170], "angl": [2, 4, 35, 36, 38, 39, 40, 65, 75, 77, 83, 84, 86, 88, 107, 108, 111, 112, 117, 122, 123, 124, 127, 129, 131, 144, 149, 167, 177, 183, 184, 185, 186, 187], "angle_rad": 117, "angular": [35, 69, 77, 83, 84, 86, 94, 117, 144, 171, 186, 191], "angular_veloc": 69, "angularcondit": [37, 128, 131, 146, 149, 195], "angularveloc": [128, 189, 195], "ani": [24, 25, 26, 36, 38, 40, 183, 184, 185], "animpl": [180, 181], "aninclin": [167, 183, 184, 185, 186, 187], "anindex": [137, 177], "aninertiatensor": [157, 158], "aninitialguess": 133, "aninitialrevolutionnumb": [167, 182], "aninitialspacecraftmass": 150, "aninitialstatevector": 190, "aninst": [130, 132, 134, 136, 138, 139, 140, 141, 142, 143, 147, 151, 153, 154, 155, 159, 160, 161, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 178, 179, 180, 181, 182, 187, 189, 190, 191, 192, 193, 194], "aninstantarrai": [134, 141, 150, 151, 153, 161, 166, 168, 169, 170, 174, 179], "aninstantatascendingnod": 176, "aninstantatdescendingnod": 176, "aninstantatnorthpoint": 176, "aninstantatpassbreak": 176, "aninstantatsouthpoint": 176, "aninternationaldesign": 187, "aninterpolationtyp": [141, 150, 168, 174], "aninterv": [135, 162], "aninverseflag": 145, "anomali": [37, 75, 77, 83, 84, 86, 88, 124, 146, 183, 184, 185, 186, 187], "anomaly_typ": [77, 83, 84, 86], "anomalytyp": [77, 83, 84, 86, 186, 195], "anomli": [77, 83, 84, 86], "anopm": 177, "anorbit": [151, 155, 167], "anorbitalframetyp": [151, 155], "anoth": [86, 91, 94, 95, 96, 97, 189, 191, 192, 193, 194, 196], "another_coordin": [91, 94, 95, 96, 97], "anotherfullcoordinatesvector": [189, 193, 194], "anothersubsetsptr": 188, "anoutputstream": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187], "anumericalsolv": [168, 169, 170], "anupperbound": 133, "anvalu": 160, "anycross": [35, 36, 38, 40, 115, 125, 144, 149, 195], "ao": 111, "aoi": 116, "aoi_intersection_condit": 116, "aop": [37, 77, 83, 84, 86, 88, 111, 122, 124, 146, 183, 184, 185, 186, 187, 195], "apach": 196, "aparameterset": 160, "aparentfram": 164, "apass": 176, "aperiapsisaltitud": 167, "aperiapsisweight": 160, "aperturbationtyp": 178, "apex_b": [112, 124], "aphas": 176, "api": [56, 160], "apoapsi": [65, 77, 83, 84, 86, 125, 167, 186], "apoapsis_altitud": 65, "apoge": [75, 177], "aposit": [134, 164, 165, 171, 173], "apositioncoordin": [132, 159, 160], "apositionderiv": 140, "app": [118, 119, 120, 121], "append": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 172], "appendix": 177, "appli": [55, 148, 196], "approach": [2, 11, 56, 117, 160], "appropri": 77, "aprofil": 151, "apropag": [168, 179], "apropagatedmodel": 179, "apropulsionsystem": [156, 157, 158], "apt": 196, "aquaternion": [151, 155], "ar": [0, 31, 53, 59, 69, 83, 84, 111, 113, 117, 118, 119, 120, 121, 125, 130, 134, 141, 150, 152, 156, 157, 158, 162, 163, 168, 171, 172, 174, 176, 177, 179, 183, 184, 185, 186, 187, 188, 189, 191, 192, 193, 194, 196], "araan": [183, 184, 185, 186, 187], "arangerang": 135, "arbitrari": 112, "arcco": [115, 117], "area": [11, 52, 53, 91, 94, 95, 96, 97, 126, 157, 158, 189, 197], "area_drag": 11, "area_pc": 11, "area_srp": 11, "areadindex": 130, "areadrag": [137, 195], "areapc": [137, 195], "areasrp": [137, 195], "arelativemetadata": 137, "arelativetoler": 190, "arepetitioncount": 170, "arevolutionnumb": [167, 176, 179], "arevolutionnumberatepoch": 187, "arg": [4, 7, 11, 35, 36, 38, 39, 40, 58, 59, 65, 66, 68, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 118, 119, 120, 121], "arg0": [4, 35, 36, 38, 39, 40, 69, 70, 77, 83, 84, 86, 92], "arg1": 92, "arg2": 92, "arg3": 92, "argument": [37, 56, 65, 70, 75, 77, 83, 84, 86, 88, 115, 122, 124, 146, 167, 186, 187], "argument_of_latitud": 65, "arootsolv": [133, 190], "around": 86, "arrai": [3, 5, 7, 11, 28, 29, 30, 31, 32, 33, 42, 48, 56, 58, 59, 64, 65, 69, 70, 79, 112, 114, 118, 119, 120, 121, 124, 130, 134, 135, 137, 138, 139, 140, 141, 142, 143, 148, 150, 151, 153, 154, 161, 162, 166, 167, 168, 169, 170, 171, 172, 174, 177, 179, 182, 188, 190], "arvalu": 160, "as_kepl": [72, 78, 79, 80, 81], "as_line_str": [112, 124], "as_propag": [72, 78, 79, 80, 81], "as_sgp4": [72, 78, 79, 80, 81], "as_vector": [112, 124], "asatellitegeometri": 157, "asatellitenam": 187, "asatellitenumb": 187, "asatellitesystem": [143, 157], "asatellitesystembuild": 158, "ascend": [37, 73, 75, 77, 83, 84, 86, 88, 124, 146, 176, 186, 187, 195], "ascens": [37, 77, 83, 84, 86, 88, 124, 146, 187], "ascenscion": 186, "asecondlin": 187, "aseg": 169, "asegmentarrai": 170, "asegmentsolutionarrai": 170, "asegmenttyp": 169, "asemilatusrectum": 186, "asemimajoraxi": [183, 184, 185, 186], "asequ": 170, "asgp4model": 180, "asiz": 189, "asolut": [169, 170], "aspecificimpuls": [169, 170], "aspecificimpulseinsiunit": 156, "aspectmod": [122, 124], "aspectratio": [122, 124], "asset": 110, "assign": [134, 151, 168, 171], "assoc": 67, "associ": [67, 69, 111, 131, 149, 171, 172, 189, 191, 192, 193, 194], "assum": [112, 177], "astarttim": 190, "astat": [131, 148, 149, 161, 168, 169, 170, 171, 172, 179, 190], "astatearrai": [134, 154, 167, 174, 179, 182], "astatebuild": 172, "astatefilt": 135, "astaticmodel": 173, "astep": 135, "astepdur": 161, "asteppercentag": 161, "asteppertyp": 190, "astr": [137, 177, 187], "astrodynam": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 195], "asubsetsptr": [171, 188], "asystem": 152, "asystemofequ": 190, "atabul": 141, "atabulateddynam": 150, "atabulatedmodel": [154, 174, 182], "atarget": [131, 144, 146, 149], "atargetangl": 144, "atargetrang": 144, "atargetvalu": [131, 149], "athirdbodygrav": 142, "athrust": [159, 170], "athrustacceler": [132, 159, 160], "athrustdirect": 159, "athrusterdynam": 169, "athrustinsiunit": 156, "atimearrai": 190, "atimeofclosestapproach": 129, "atimestep": [162, 190], "atl": [180, 181, 187], "atleast": 125, "atmospher": [11, 28, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 138, 197], "atmospheric_model": [11, 116], "atmosphericdrag": [128, 130, 195, 196], "atmosphericmodel": [137, 195], "atoler": [133, 135, 162, 186], "atoposit": 136, "atost": 136, "atotrajectori": [135, 136], "atrajectori": [134, 151, 155], "atrajectoryseg": 170, "atrajectorysegmentarrai": 170, "atransformmodel": 155, "atrueanomali": 186, "attitud": [69, 94, 95, 171, 191, 192, 196], "attitude_fram": 69, "attitude_quaternion": 94, "attitudequaternion": [94, 128, 189, 191, 195], "attribut": [107, 108, 109, 110, 111, 126, 141, 150, 168], "attributeerror": [111, 126], "atyp": [129, 131, 161, 164, 165, 176, 182], "auto": 196, "automat": 196, "avail": [11, 196], "avalu": [131, 163], "aveloc": [164, 165, 171], "avelocitycoordin": [132, 159, 160], "averag": [42, 83, 84, 113, 150, 183, 184, 185], "averagespecificimpuls": 150, "averagethrust": 150, "awritecoordinatesubset": 141, "awriteindex": 130, "ax": [43, 46, 48, 49, 110, 124, 151, 153, 154, 155], "axi": [37, 56, 77, 83, 84, 86, 124, 126, 146, 165, 183, 184, 185, 186], "axis_data": 124, "azimuth": [9, 99, 100, 111, 135], "azimuth_elevation_mask": 9, "azimuth_rang": [9, 111], "b": [56, 88, 123, 160, 187, 195], "b_star_drag_term": 88, "backgroundcolor": [122, 124], "backward": [58, 161, 195], "ballist": 75, "ballistic_coef_kg_per_m2": 177, "ballistic_coeffici": 75, "ballisticcoeffici": [177, 195], "barycentr": [31, 66, 174], "barycentricr": [31, 42, 66, 116, 126, 150], "base": [2, 3, 4, 5, 6, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109, 110, 115, 131, 132, 144, 146, 147, 149, 160, 164, 165, 196], "base_b": [112, 124], "bash": 196, "beam": 117, "becom": [56, 160], "been": [112, 114, 188], "begin": 86, "behaviour": 127, "being": [42, 150, 157], "below": [0, 111, 117, 196], "beta_angle_condit": 115, "between": [2, 110, 111, 112, 117, 125, 169, 171, 174], "bin": 196, "binari": 196, "bind": 196, "bisect": [6, 133, 195], "blm": [128, 186, 195], "blmshort": [125, 126], "blob": 127, "blue": 124, "bodi": [11, 28, 29, 32, 43, 46, 48, 49, 56, 69, 77, 83, 84, 86, 112, 114, 124, 125, 126, 139, 142, 151, 160, 167, 171, 196], "body_fram": [112, 124], "body_frame_provid": [112, 124], "body_frame_transform_gener": [112, 124], "bool": [2, 3, 4, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 110, 117, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 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, 182, 186, 187, 188, 189, 190], "boolean": [36, 115, 116, 131, 133, 144, 145, 148, 149, 159], "booleancondit": [115, 125, 128, 149, 195], "both": 117, "bound": [6, 133], "bracket": 6, "bracket_and_solv": 6, "bracketandsolv": [133, 195], "break": [73, 176], "broken": 127, "broker": [69, 70, 90, 91, 94, 95, 96, 97, 168, 171, 172, 188, 189, 191, 192, 193, 194], "brouwer": [77, 83, 84, 183, 184, 185], "brouwerlyddanemean": [125, 126, 128, 184, 185, 186, 195], "brouwerlyddanemeanlong": [128, 183, 185, 195], "brouwerlyddanemeanshort": [125, 126, 128, 183, 195], "browser": 196, "bsd": 196, "bstar": 187, "build": [53, 69, 70, 75, 113, 117, 118, 119, 120, 121, 123, 125, 126, 158, 172, 195], "builder": [53, 158], "built": [70, 196], "builtin": [118, 119, 120, 121], "burn": [114, 125, 126, 196], "cach": [79, 179], "calcul": [42, 46, 48, 49, 56, 58, 64, 66, 67, 68, 72, 78, 79, 80, 81, 111, 114, 118, 119, 120, 121, 131, 150, 168, 169, 170, 179], "calculate_attitud": [112, 124], "calculate_average_specific_impuls": 42, "calculate_average_thrust": 42, "calculate_delta_mass": 42, "calculate_delta_v": 42, "calculate_intersect": [112, 124], "calculate_revolution_number_at": [72, 78, 79, 80, 81], "calculate_state_at": [7, 46, 48, 49, 64, 65, 66, 72, 78, 79, 80, 81, 116, 123], "calculate_state_to_condit": [66, 115], "calculate_states_at": [46, 48, 49, 64, 66, 67, 68, 79, 81, 113, 114, 116, 118, 119, 120, 121], "calculate_thrust_acceleration_at": [5, 55, 56], "calculatea": [136, 195], "calculateaveragespecificimpuls": [150, 195], "calculateaveragethrust": [150, 195], "calculatedeltamass": [150, 195], "calculatedeltav": [150, 195], "calculaterevolutionnumberat": [175, 178, 179, 180, 182, 195], "calculatestateat": [153, 154, 155, 166, 168, 173, 174, 175, 178, 179, 180, 181, 182, 195], "calculatestatesat": [153, 166, 168, 169, 170, 174, 179, 195], "calculatestatetocondit": [168, 195], "calculatethrustaccelerationat": [132, 159, 160, 195], "call": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "callabl": [4, 6, 9, 35, 36, 38, 39, 40, 58, 59, 92, 161], "camera": [122, 124], "can": [3, 4, 7, 46, 48, 49, 64, 65, 67, 88, 92, 111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 127, 131, 132, 145, 149, 152, 153, 166, 168, 169, 170, 187, 196], "can_pars": 88, "candid": [56, 160], "cannot": [33, 44, 125], "canpars": [187, 195], "cartesian": [69, 77, 83, 84, 86, 96, 97, 112, 113, 114, 116, 117, 123, 124, 125, 126, 171, 183, 184, 185, 186, 193, 194, 195, 196], "cartesian_coordin": 116, "cartesian_posit": [97, 114], "cartesian_position_gcrf": 196, "cartesian_st": [77, 83, 84, 86], "cartesian_veloc": 114, "cartesian_velocity_gcrf": 196, "cartesianposit": [97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 189, 194, 195], "cartesianst": [77, 83, 84, 86, 183, 184, 185, 186, 195], "cartesianveloc": [113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 189, 195], "case": [0, 68, 112, 179, 196], "cast": [72, 78, 79, 80, 81], "catalog": 11, "catalog_nam": 11, "catalognam": [137, 195], "catalogu": 187, "ccsd": [128, 195, 196], "ccsds_cdm_version": 11, "ccsdscdmversion": [137, 195], "cd": 11, "cd_area_over_mass": 11, "cdareaovermass": [137, 195], "cdm": [128, 195, 196], "celesti": [22, 28, 29, 32, 65, 78, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 136, 138, 139, 142, 151, 167, 178], "celestial_object": [65, 78, 127], "cell": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "center": [11, 126], "central": [29, 56, 58, 77, 83, 84, 86, 114, 126, 139, 160, 161, 167, 195], "central_body_grav": 114, "centralbodygrav": [114, 121, 128, 130, 170, 195, 196], "certain": [152, 196], "cesium": [110, 197], "cesium_asset_id": [110, 127], "cesium_token": [110, 127], "cesiumpi": 127, "cesiumpy_21e431fb96a54654b143be4dd8c2d905": 127, "chain": 53, "chang": [53, 56, 118, 119, 120, 121, 160], "check": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 130, 131, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 163, 164, 165, 168, 171, 172, 176, 179, 186, 187, 188, 190], "checksum": [88, 187], "child": [77, 114], "circular": [65, 167, 195], "circular_equatori": 65, "circularequatori": [167, 195], "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 21, 22, 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, 106, 107, 108, 109, 110, 111, 114, 117, 128], "classic": [56, 77, 78, 83, 84, 86, 111, 122, 124, 146, 160, 186, 196], "classicalo": [184, 185], "classif": [88, 187], "claus": 196, "clear": [66, 168], "clear_dynam": 66, "cleardynam": [168, 195], "clip": [115, 117], "clone": [127, 152, 153, 154, 155, 157, 158, 165, 166, 173, 174, 175, 178, 179, 180, 182, 195], "close": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127], "closest": [2, 11, 117], "cmake": 196, "co": [62, 63, 65, 122, 124, 165], "coast": [67, 68, 118, 119, 120, 126, 169, 170, 195, 196], "coast_condit": [125, 126], "coe": [37, 56, 77, 78, 83, 84, 111, 113, 114, 122, 123, 124, 125, 128, 160, 178, 183, 184, 185, 195, 196], "coecondit": [128, 195], "coeffici": [52, 53, 75, 77, 78, 83, 84, 86, 91, 94, 95, 96, 97, 126, 157, 158, 196], "coerc": [13, 14, 15, 16, 17, 18, 19, 20], "col": [42, 150], "collect": [127, 196], "collis": 11, "collision_prob": 11, "collision_probability_method": 11, "collisionprob": [137, 195], "collisionprobabilitymethod": [137, 195], "color": [22, 23, 107, 108, 109, 110, 111, 112, 114, 117, 122, 123, 124, 125, 126, 127], "colorscal": [122, 124], "column": [111, 112, 117, 118, 119, 120, 121, 122, 124], "com": [127, 176, 177, 183, 184, 185, 186, 196], "combin": 39, "command": [127, 196], "comment": [11, 137, 195], "commit": 127, "common": [0, 172], "compar": [118, 119, 120, 121, 171, 172, 176, 189, 196], "comparison": 196, "comparison_inst": [118, 119, 120, 121], "comparison_st": [118, 119, 120, 121], "complet": [0, 2, 68, 73, 111, 112, 117, 125, 129, 170, 176, 195, 196], "compon": [187, 196], "compos": [148, 152], "composit": [44, 52, 53, 112, 113, 118, 119, 120, 121, 123, 125, 126, 152, 157, 158], "comput": [3, 5, 9, 28, 29, 30, 31, 32, 33, 55, 56, 58, 59, 65, 67, 68, 77, 83, 84, 86, 114, 117, 130, 132, 138, 139, 140, 141, 142, 143, 146, 159, 160, 161, 162, 169, 170, 177, 186, 196, 197], "compute_a": 111, "compute_access": [9, 111, 117], "compute_access_geometri": 111, "compute_angular_momentum": [77, 83, 84, 86], "compute_contribut": [3, 28, 29, 30, 31, 32, 33, 114], "compute_delta_mass": [67, 68], "compute_delta_v": [67, 68], "compute_doe_df": [160, 195], "compute_dq_do": [160, 195], "compute_gradi": 58, "compute_jacobian": 58, "compute_pass": 65, "compute_radial_dist": [77, 83, 84, 86], "compute_semi_latus_rectum": [77, 83, 84, 86], "compute_time_lla_aer_st": 111, "compute_trajectory_geometri": 111, "computeaccess": [135, 195], "computeangularmomentum": [186, 195], "computecontribut": [130, 138, 139, 140, 141, 142, 143, 195], "computedeltamass": [169, 170, 195], "computedeltav": [169, 170, 195], "computegradi": [161, 195], "computejacobian": [161, 195], "computeorbitalelementsmaximalchang": [160, 195], "computepass": [167, 195], "computeq": [160, 195], "computeradialdist": [186, 195], "computesemilatusrectum": [186, 195], "computethrustdirect": [160, 195], "concept": 2, "condit": [4, 9, 35, 36, 37, 38, 39, 40, 59, 66, 67, 68, 92, 125, 126, 131, 144, 145, 146, 147, 148, 149, 162, 168, 169, 170, 190, 195, 196, 197], "condition_is_satisfi": [67, 92], "conditionissatisfi": [169, 190, 195], "conditionsolut": [66, 92, 168, 190, 195], "cone": [112, 117, 124], "cone_b": [112, 124], "configur": [68, 117], "conflict": 127, "conic": 112, "conicsensor": 127, "conjucnt": 39, "conjunct": [128, 132, 195, 196], "connect": 148, "consecut": 110, "consid": [67, 111, 117, 118, 119, 120, 121, 188], "consist": [68, 118, 119, 120, 121], "const": [70, 129, 130, 131, 132, 133, 134, 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], "constant": [42, 55, 121, 126, 143, 150, 156, 159, 197], "constant_mass_flow_rate_profil": 42, "constantfluxandgeomag": 113, "constantmassflowrateprofil": [150, 195], "constantthrust": [121, 126, 128, 132, 195], "constantthrustthrust": 159, "constiter": 167, "constpassiter": [167, 195], "constraint": [111, 125], "construct": [2, 3, 4, 7, 35, 36, 38, 39, 40, 51, 58, 61, 65, 66, 67, 68, 70, 88, 112, 124, 134, 135, 151, 155, 164, 165, 167, 171, 176, 184, 185, 186, 187, 195, 196], "constructor": [5, 6, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 48, 49, 52, 53, 55, 56, 59, 69, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 172, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "consult": 196, "consum": 126, "contact": 11, "contain": [11, 75, 91, 116, 137, 170, 177, 189, 190, 196], "content": 137, "context": [130, 195], "contextu": 190, "continent": 112, "continu": 149, "contribut": [3, 28, 29, 30, 31, 32, 33, 55, 67, 114, 130, 132, 138, 139, 140, 141, 142, 143, 169], "contribution_profil": 31, "control": [56, 160], "conveni": [70, 112], "converg": [6, 92, 190], "convers": [94, 95, 96, 97], "convert": [42, 58, 75, 77, 83, 84, 91, 94, 95, 96, 97, 102, 112, 114, 144, 149, 150, 153, 160, 161, 165, 166, 176, 184, 185, 186], "convert_st": 122, "coordin": [3, 5, 7, 9, 11, 28, 29, 30, 31, 32, 33, 37, 42, 43, 46, 48, 49, 55, 56, 58, 62, 63, 65, 66, 67, 69, 70, 75, 77, 83, 84, 86, 90, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 130, 132, 134, 138, 139, 140, 141, 142, 143, 159, 160, 161, 168, 169, 171, 172, 188, 189, 191, 192, 193, 194], "coordinate_brok": [69, 70, 91, 94, 95, 96, 97], "coordinate_subset": [31, 67, 69, 70, 90, 113, 114, 118, 119, 120, 121, 123, 125, 126], "coordinatebrok": [69, 70, 91, 94, 95, 96, 97, 128, 168, 171, 172, 189, 191, 192, 193, 194, 195], "coordinates_brok": 125, "coordinates_dimens": 58, "coordinatesbrok": [125, 188], "coordinatestoquaternion": [192, 195], "coordinatesubset": [3, 28, 29, 30, 31, 32, 33, 67, 69, 70, 90, 94, 95, 96, 97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 130, 138, 139, 140, 141, 142, 143, 169, 171, 172, 188, 195], "copi": [134, 151, 168, 171], "core": [2, 3, 4, 5, 6, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 46, 48, 49, 51, 52, 53, 55, 56, 58, 65, 67, 68, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126, 196], "correct": 196, "correctli": 114, "correspond": [31, 141, 165], "could": 112, "count": [68, 133, 162, 196], "countrycolor": [111, 112, 117, 124], "countrywidth": [112, 124], "cours": 112, "cout": [130, 131, 132, 134, 141, 150, 151, 160, 167, 186, 187], "covari": 11, "covariance_matrix": 11, "covariance_method": 11, "covariancematrix": [137, 195], "covariancemethod": [137, 195], "cover": 112, "coverag": 197, "cpp": 196, "cr": 11, "cr_area_over_mass": 11, "crareaovermass": [137, 195], "crash": [118, 119, 120, 121], "creat": [2, 3, 7, 9, 28, 29, 30, 31, 32, 33, 35, 37, 42, 43, 44, 49, 52, 53, 55, 65, 66, 67, 77, 83, 84, 86, 88, 90, 112, 114, 115, 122, 144, 150, 164, 169, 176, 190, 196], "create_2d_map": 122, "create_3d_glob": 122, "creation": [11, 53, 158], "creation_d": 11, "creationd": [137, 195], "criteria": 115, "criterion": [4, 35, 36, 37, 38, 40, 115, 125, 126, 131, 144, 145, 146, 147, 149, 195], "cross": [6, 36, 38, 40, 52, 53, 115, 125, 126, 157, 158, 197], "cross_sectional_surface_area": [52, 53], "crosssectionalsurfacearea": 157, "cssispaceweatherfil": 113, "csv": [118, 119, 120, 121, 134, 196], "csvfile": [118, 119, 120, 121], "cubic": 174, "cuboid": [113, 118, 119, 120, 121, 123, 125, 126], "current": [4, 35, 36, 38, 39, 40, 125, 131, 144, 149, 160, 164, 177, 196], "current_inst": 117, "current_st": [4, 35, 36, 38, 39, 40], "currentst": [131, 144, 148, 149], "curv": [65, 167], "curve_fit": [31, 42, 66, 81, 116], "custom": [3, 69, 114, 151, 195, 197], "cyclic": 149, "d2": [112, 116, 124], "d3": [43, 44, 49, 52, 53, 69, 112, 113, 118, 119, 120, 121, 123, 124, 125, 126], "d72945ab0816cd459c5083c817fa94c0b563c46a": 127, "dai": [67, 68, 116, 117, 125, 126, 169, 170, 177], "data": [11, 24, 25, 26, 88, 111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 137, 187, 195, 196], "datafil": [56, 160], "datafram": [102, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "datavers": [56, 160], "date": [11, 75, 177, 195, 196], "date_tim": [111, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], "datetim": [13, 14, 15, 16, 17, 111, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], "dd": 177, "deb": 196, "debri": [11, 137, 195], "debug": 126, "decor": [130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186], "decreas": [56, 160], "deep": 168, "def": [111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124], "default": [4, 6, 17, 31, 35, 36, 38, 39, 40, 42, 51, 52, 53, 56, 58, 66, 68, 70, 78, 79, 90, 92, 94, 95, 96, 97, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 133, 156, 157, 158, 159, 160, 161, 168, 169, 170, 189, 190, 191, 192, 193, 194, 195, 196], "default_condit": [68, 92, 113, 115, 116, 125, 126], "default_in_fixed_fram": 178, "default_maneuver_interpolation_typ": 150, "default_maneuver_propagation_interpolation_typ": 168, "default_maximum_iteration_count": 162, "default_st": 70, "default_step": 135, "default_tabulated_dynamics_interpolation_typ": 141, "default_tabulated_trajectory_interpolation_typ": [174, 182], "default_toler": 135, "defaultaccelframesptr": [150, 195], "defaultcondit": [190, 195], "defaultcontributionframesptr": [141, 195], "defaultst": 172, "defin": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 36, 38, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 94, 95, 96, 97, 111, 112, 114, 115, 118, 119, 120, 121, 124, 130, 131, 134, 135, 138, 139, 140, 141, 142, 143, 150, 151, 152, 156, 157, 159, 163, 164, 165, 168, 171, 172, 176, 179, 186, 187, 190, 196], "deg": [111, 124, 135], "degre": [77, 83, 84, 86, 99, 101, 104, 111, 112, 117, 122, 123, 124, 127, 196], "delet": [180, 181, 190], "deliveri": 177, "delta": [42, 56, 67, 68, 118, 119, 120, 121, 150, 169, 170, 177], "delta_in_percentag": 117, "delta_in_second": 117, "deltamass": 150, "deltav": 150, "demonstr": [111, 112, 118, 119, 120, 121, 122, 124, 125], "densiti": 197, "deploy": [75, 177, 195], "deriv": [30, 33, 37, 56, 77, 78, 83, 84, 86, 88, 111, 114, 130, 138, 139, 140, 141, 142, 143, 146, 160, 168, 178, 183, 184, 185, 186, 187], "descend": [65, 73, 167, 176, 195], "describ": [56, 86, 111, 160, 196], "descript": 196, "design": [11, 88, 187], "desir": [53, 56, 115, 118, 119, 120, 121, 160, 189, 191, 192, 193, 194, 196], "destruct": [112, 124], "destructor": [130, 131, 132, 133, 138, 139, 140, 142, 144, 145, 147, 148, 149, 152, 157, 158, 159, 160, 165, 191, 192, 193, 194], "detail": 196, "detect": 117, "determin": [130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 162], "dev": 196, "devel": 196, "develop": [56, 160], "df": [111, 113, 114, 117, 123, 125, 126], "df_from_stat": 123, "dict": [9, 56, 67, 75, 111, 112, 117, 122, 124], "dictionari": [11, 75, 137, 177, 195], "dictread": [118, 119, 120, 121], "differ": [58, 91, 94, 95, 96, 97, 118, 119, 120, 121, 161, 171], "differenc": 56, "digit": 133, "dimens": [58, 161, 189], "direct": [55, 61, 107, 108, 109, 114, 126, 127, 133, 159, 160, 163], "directli": 151, "directori": [113, 118, 119, 120, 121, 125, 126, 196], "disjunct": 39, "disord": 179, "displai": [112, 117, 122, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186, 196], "displaydecor": [130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186], "distanc": [11, 77, 83, 84, 86, 186], "divid": [88, 187], "dnwrnr": 196, "do": [53, 118, 119, 120, 121, 158, 196], "doc": [118, 119, 120, 121], "dockerfil": 196, "doe": [91, 114, 179, 189], "don": [118, 119, 120, 121, 125, 168], "done": 127, "dot": [115, 117], "doubl": [65, 77, 83, 84, 86, 130, 133, 160], "down": [62, 63, 65, 151, 165], "download": 196, "dq_doe": 56, "drag": [11, 28, 52, 53, 88, 91, 94, 95, 96, 97, 125, 126, 138, 157, 158, 187, 196], "drag_coeffici": [52, 53, 91, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126], "dragcoeffici": [157, 189, 195], "dry": [53, 157, 158], "dry_mass": [53, 113, 121, 123, 126], "due": [55, 68, 78, 117, 138, 139, 140, 142, 143, 159], "durat": [2, 9, 11, 14, 22, 36, 38, 40, 58, 59, 67, 68, 73, 75, 77, 83, 84, 86, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 135, 137, 147, 149, 150, 161, 162, 169, 170, 176, 177, 186, 196], "duration_condit": [36, 38, 40, 125], "durationcondit": [149, 195], "dure": [2, 101, 111, 117, 131, 144, 145, 148, 149, 150, 159, 168, 190, 196], "dynam": [42, 49, 55, 66, 67, 68, 92, 112, 118, 119, 120, 121, 123, 124, 125, 128, 150, 157, 159, 168, 169, 170, 195, 196, 197], "dynamic_provid": 49, "dynamicframeprovid": [112, 124], "dynamicprovid": [49, 155], "dynamicsarrai": 170, "e": [73, 86, 111, 122, 124, 170, 176, 177, 189], "each": [31, 68, 117, 141, 145, 149, 170, 190, 196], "earth": [11, 22, 88, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 170, 177, 187, 196], "earth_data": 124, "earth_figur": 124, "earth_geometri": [112, 124], "earth_surfac": 122, "earth_tid": 11, "earthatmosphericmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthgravitationalmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthmagneticmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthtid": [137, 195], "easi": 196, "east": [62, 63, 65, 165], "eccentr": [37, 77, 83, 84, 86, 88, 124, 146, 183, 184, 185, 186, 187, 195, 197], "eccentric_anomali": [37, 77, 83, 84, 86], "eccentric_anomaly_from_mean_anomali": [77, 83, 84, 86], "eccentric_anomaly_from_true_anomali": [77, 83, 84, 86], "eccentricanomali": [77, 83, 84, 86, 146, 186, 195], "eccentricanomalyfrommeananomali": [186, 195], "eccentricanomalyfromtrueanomali": [186, 195], "ecef": [111, 177], "eci": [73, 122], "eclips": [116, 125], "eclipse_condit": [115, 116, 125], "eclipse_window": 116, "effect": 56, "egg": 127, "egm2008": [116, 123, 125, 126], "egm96": [113, 119, 125, 126, 196], "eigen": 196, "either": [125, 190], "elaps": [118, 119, 120, 121, 196], "elapsed_second": 196, "element": [56, 77, 78, 83, 84, 86, 88, 111, 122, 123, 124, 125, 146, 160, 177, 183, 184, 185, 186, 187, 189, 195, 196], "element_set_numb": 88, "element_weight": [56, 123, 125], "elev": [2, 9, 99, 100, 111, 117, 135], "elevation_in_radian": 117, "elevation_rang": [9, 111], "ellipsoid": 112, "ellipsoid_equatorial_radiu": 116, "ellipsoid_flatten": 116, "els": 112, "email": 11, "emit": 69, "empti": [130, 137, 168, 169, 170], "en": [88, 134, 148, 156, 167, 186, 187], "encapsul": 2, "encod": [88, 187], "end": [9, 11, 67, 68, 86, 116, 126, 168, 169, 170, 190, 196], "end_inst": [111, 112, 116, 122, 124, 127], "end_screen_period": 11, "end_stat": 123, "endscreenperiod": [137, 195], "ensur": 196, "entri": 11, "enum": [4, 35, 36, 38, 39, 40, 129, 131, 137, 144, 145, 146, 147, 148, 149, 151, 160, 161, 165, 167, 169, 176, 178, 186, 190], "enumer": [77, 83, 84, 86, 118, 119, 120, 121, 129, 131, 137, 144, 148, 149, 151, 160, 161, 165, 167, 169, 176, 178, 186], "environ": [3, 9, 28, 29, 30, 31, 32, 33, 65, 66, 78, 99, 100, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 127, 130, 135, 136, 168], "envrion": 130, "eop": 196, "ephemeri": [11, 88, 187, 196], "ephemeris_nam": 11, "ephemeris_typ": 88, "ephemerisnam": [137, 195], "epoch": [65, 72, 78, 79, 80, 81, 88, 111, 122, 124, 127, 167, 179, 187], "equal": [134, 150, 152, 156, 157, 163, 168, 171, 172, 176, 179, 186, 187, 188, 189], "equat": [92, 130, 133, 190], "equatori": [65, 77, 78, 83, 84, 86, 167, 186, 195], "equatorial_radiu": [77, 78, 83, 84, 86, 116, 126], "equival": 69, "errno": [118, 119, 120, 121], "error": 196, "etc": [111, 116], "europ": 112, "evalu": [4, 35, 36, 38, 39, 40, 115, 125, 126, 131, 144, 145, 148, 149, 195], "event": [4, 35, 36, 37, 38, 39, 40, 66, 67, 68, 92, 116, 126, 131, 137, 144, 145, 146, 147, 148, 149, 168, 169, 170, 190, 197], "event_condit": [4, 66, 67, 68, 92, 115, 125, 126], "event_condition_target": [4, 35, 36, 38, 39, 40], "eventcondit": [35, 36, 37, 38, 39, 40, 66, 67, 68, 92, 128, 168, 169, 170, 190, 195], "eventconditiontarget": [4, 35, 36, 37, 38, 39, 40], "everi": 171, "everyth": [118, 119, 120, 121], "examp": 196, "exampl": [111, 112, 118, 119, 120, 121, 124, 196], "exclud": [118, 119, 120, 121], "execut": [68, 127, 170, 196], "execution_is_complet": 68, "executioniscomplet": [68, 170, 195], "exhibit": 196, "exist": [112, 124, 171, 172, 187, 196], "exit": 11, "expand": [70, 172, 195], "expect": [42, 114, 150], "experienc": [138, 139, 142, 143, 159], "exponenti": [120, 121, 126], "express": [5, 55, 56, 61, 69, 77, 78, 83, 84, 86, 111, 113, 114, 116, 123, 124, 125, 126, 130, 132, 138, 139, 140, 141, 142, 143, 159, 160, 163, 171, 189, 191, 192, 193, 194], "extent": 126, "extern": 196, "extract": [67, 69, 90, 169, 171, 188], "extract_coordin": [69, 90], "extract_maneuv": 67, "extractcoordin": [171, 188, 195], "extractmaneuv": [169, 195], "ey": [113, 118, 119, 120, 121, 122, 123, 124, 125, 126], "f": [115, 117, 118, 119, 120, 121, 123, 125], "f10": 113, "f107_average_constant_valu": 113, "f107_constant_valu": 113, "factor": 133, "factori": [61, 62, 126, 163, 164, 172], "fals": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 64, 65, 66, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 110, 111, 112, 115, 117, 122, 124, 125, 137, 145, 170, 171, 172], "fd": [118, 119, 120, 121], "feedback": [56, 160], "fetch": [179, 196], "few": 0, "fieldnam": [118, 119, 120, 121], "figur": [22, 24, 25, 26, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "figure2": 126, "file": [11, 75, 88, 111, 134, 137, 154, 174, 177, 187, 196], "filenam": [118, 119, 120, 121], "filenotfounderror": [118, 119, 120, 121], "filesystem": [11, 75, 88, 113, 118, 119, 120, 121, 125, 126], "filter": [9, 127], "filter_": 117, "final": [67, 68, 112, 126, 169, 170, 190, 196], "find": [6, 92, 115, 133, 162, 197], "finit": [56, 58, 161], "finitediffer": [56, 123, 160, 195], "finitedifferencesolv": [128, 195], "first": [2, 88, 111, 112, 114, 115, 116, 126, 179, 187, 189, 193, 194, 196], "first_lin": 88, "fix": [78, 92, 111, 122, 190], "fixed_step_s": 92, "fixedsteps": [190, 195], "flag": 145, "flatten": 116, "flight": [33, 66, 67, 113, 118, 119, 120, 121, 123, 125, 126, 127, 128, 195, 196], "float": [4, 5, 6, 11, 18, 19, 20, 35, 36, 37, 38, 39, 40, 42, 51, 52, 53, 55, 56, 58, 67, 68, 75, 77, 78, 83, 84, 86, 88, 92, 99, 100, 101, 102, 104, 107, 108, 109, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "float64": [3, 5, 11, 28, 29, 30, 31, 32, 33, 42, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97], "flow": [42, 51, 126, 150, 156], "flux": 197, "folder": 196, "follow": [7, 112, 130, 134, 138, 139, 140, 141, 142, 143, 196], "footprint": 171, "forc": 196, "form": 168, "format": [88, 111, 177, 187, 192, 196], "forward": [58, 161, 195], "frame": [3, 5, 11, 18, 20, 28, 29, 30, 31, 32, 33, 37, 42, 43, 46, 48, 49, 55, 56, 61, 62, 63, 65, 67, 69, 70, 73, 77, 78, 83, 84, 86, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 130, 132, 134, 138, 139, 140, 141, 142, 143, 146, 150, 151, 153, 154, 155, 159, 160, 163, 164, 165, 167, 168, 169, 171, 172, 177, 183, 186, 189, 191, 192, 193, 194, 196], "frame_axes_gcrf": 124, "frame_axess_gcrf": 124, "frame_data": 124, "frame_nam": [43, 46, 48, 49], "frame_origin_gcrf": 124, "frame_origins_gcrf": 124, "frame_typ": 65, "frametyp": [43, 49, 65, 111, 112, 117, 124, 127, 151, 155, 167, 195], "framework": 196, "freez": 177, "friend": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 168, 169, 170, 171, 172, 173, 174, 176, 177, 178, 179, 180, 186, 187], "from": [3, 7, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 42, 65, 66, 67, 69, 70, 75, 77, 83, 84, 86, 88, 90, 91, 94, 95, 96, 97, 99, 100, 103, 104, 105, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 131, 134, 138, 139, 140, 141, 142, 143, 150, 160, 165, 168, 169, 171, 172, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196], "from_environ": [3, 28, 29, 30, 31, 32, 33, 66, 113, 115, 116, 118, 119, 120, 123, 125, 126], "from_fram": [91, 94, 95, 96, 97], "from_lla": 111, "from_model": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "from_posit": [99, 100, 111], "from_position_to_posit": [112, 117, 124], "from_si_vector": [77, 83, 84, 86], "from_trajectori": [9, 111], "fromenviron": [130, 168, 195], "fromfram": [191, 192, 193, 194], "fromframesptr": 189, "fromsivector": [186, 195], "full": [90, 112, 188, 196], "function": [4, 6, 7, 9, 12, 21, 35, 36, 38, 39, 40, 56, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 98, 114, 115, 129, 130, 131, 132, 133, 134, 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], "gap": 125, "gbrec": [56, 160], "gcc": 196, "gcrf": [42, 112, 113, 114, 115, 116, 123, 124, 125, 126, 134, 141, 150, 151, 155, 160, 168, 196], "gener": [36, 38, 40, 58, 62, 63, 75, 88, 111, 117, 122, 128, 136, 137, 149, 152, 161, 162, 164, 165, 172, 187, 195, 196, 197], "generate_checksum": 88, "generate_fram": [62, 114], "generate_grid": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 126], "generate_state_coordin": 58, "generate_states_coordin": 58, "generatechecksum": [187, 195], "generatefram": [164, 195], "generatestatecoordin": 161, "generation_d": [75, 177], "generationd": [177, 195], "generatorcontext": [128, 195], "geo": [111, 112, 117, 124], "geo_synchron": 65, "geodet": [63, 65, 165], "geodetic_coordin": 116, "geograph": 111, "geographiclib": 127, "geomagnet": 197, "geometri": [43, 44, 49, 52, 53, 69, 111, 112, 113, 116, 118, 119, 120, 121, 123, 124, 125, 126, 152, 157, 158], "geopi": 127, "geosynchron": [65, 167, 195], "get": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 52, 55, 56, 58, 59, 61, 62, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 112, 127, 130, 131, 132, 133, 134, 138, 139, 141, 142, 143, 144, 147, 148, 149, 150, 151, 152, 156, 157, 159, 160, 161, 162, 163, 164, 165, 168, 169, 170, 171, 172, 176, 179, 183, 186, 187, 190], "get_absolute_toler": 92, "get_acceler": 51, "get_acceleration_profil": 42, "get_access_filt": 9, "get_acquisition_of_sign": [2, 111], "get_aer_filt": 9, "get_all_dynamics_contribut": 67, "get_angular_momentum": [77, 83, 84, 86], "get_angular_veloc": 69, "get_aop": [77, 83, 84, 86, 88, 123, 125], "get_apoapsis_radiu": [77, 83, 84, 86, 125], "get_attitud": 69, "get_axes_at": [43, 46, 48, 49], "get_axes_in": 124, "get_b_star_drag_term": 88, "get_beta_angl": 115, "get_body_fram": [43, 46, 48, 49], "get_cartesian_st": [77, 83, 84, 86], "get_ccsds_cdm_vers": 11, "get_celesti": [28, 29, 32], "get_classical_orbital_el": [78, 124, 125], "get_classif": 88, "get_collision_prob": 11, "get_collision_probability_method": 11, "get_condition_funct": 9, "get_contribution_profile_from_coordinate_subset": 31, "get_control_weight": 56, "get_coordin": [69, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_coordinate_subset": [69, 70], "get_creation_inst": 11, "get_criterion": [35, 36, 38, 40], "get_cross_sectional_surface_area": [52, 113, 118, 119, 120, 121, 125, 126], "get_data_arrai": 11, "get_date_tim": [113, 114, 123, 125, 126], "get_deploy": 75, "get_deployment_at": 75, "get_deployment_with_nam": 75, "get_drag_coeffici": [52, 113, 118, 119, 120, 121, 125, 126], "get_dur": [2, 73, 111], "get_dynam": [66, 67, 68], "get_dynamics_acceleration_contribut": 67, "get_dynamics_contribut": 67, "get_eccentr": [77, 83, 84, 86, 88, 123, 125], "get_eccentric_anomali": [77, 83, 84, 86], "get_element_set_numb": 88, "get_elev": 117, "get_end": 116, "get_ephemeris_typ": 88, "get_epoch": [72, 78, 79, 80, 81, 88, 112], "get_equatorial_radiu": [78, 111, 112, 113, 114, 117, 122, 124, 125, 126], "get_evalu": [4, 35, 36, 38, 39, 40], "get_event_condit": [39, 67], "get_figur": 117, "get_final_mass": [67, 68], "get_first_lin": 88, "get_first_line_checksum": 88, "get_flatten": [111, 112, 117, 124], "get_fram": [69, 70], "get_frame_at": [111, 112, 117, 124], "get_geometri": [44, 52], "get_geometry_in": [112, 124], "get_gradient_strategi": 56, "get_gravitational_paramet": [78, 113, 114, 123, 124, 125, 126], "get_guidance_law": 33, "get_head": [11, 75], "get_id": [91, 94, 95, 96, 97], "get_inclin": [77, 83, 84, 86, 88, 123, 125], "get_inertia_tensor": 52, "get_initial_mass": [67, 68], "get_inst": [38, 42, 69, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_instant_at_ascending_nod": 73, "get_instant_at_descending_nod": 73, "get_instant_at_north_point": 73, "get_instant_at_pass_break": 73, "get_instant_at_south_point": 73, "get_international_design": 88, "get_interpolation_typ": [31, 81], "get_interv": [2, 42, 48, 81, 111, 117], "get_j2": 78, "get_j4": 78, "get_latitud": [112, 116, 117, 124], "get_local_orbital_frame_factori": 61, "get_local_thrust_direct": 55, "get_log_typ": 92, "get_longitud": [112, 116, 117, 124], "get_loss_of_sign": [2, 111], "get_mass": [44, 52], "get_mass_flow_r": 51, "get_mass_flow_rate_profil": 42, "get_max_elev": [2, 111], "get_maximum_iteration_count": [6, 59], "get_maximum_propagation_dur": 68, "get_mean_anomali": [77, 83, 84, 86, 88], "get_mean_mot": [77, 83, 84, 86, 88], "get_mean_motion_first_time_derivative_divided_by_two": 88, "get_mean_motion_second_time_derivative_divided_by_six": 88, "get_message_for": 11, "get_message_id": 11, "get_metadata_arrai": 11, "get_minimum_periapsis_radiu": 56, "get_miss_dist": 11, "get_nadir_track": 116, "get_nam": [3, 4, 5, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 55, 56, 67, 91, 94, 95, 96, 97], "get_nodal_precession_r": [77, 83, 84, 86], "get_number_of_coordin": [66, 90], "get_number_of_subset": 90, "get_numerical_solv": [67, 68], "get_object_count": 112, "get_object_data_at": 11, "get_object_metadata_at": 11, "get_observed_st": [92, 116, 123], "get_observed_state_vector": 92, "get_orbital_fram": [65, 112, 124], "get_orbital_period": [77, 83, 84, 86, 124, 125], "get_orient": [112, 114, 124], "get_origin": 11, "get_origin_in": 124, "get_outer_r": 116, "get_paramet": 56, "get_pass_at": 65, "get_pass_with_revolution_numb": 65, "get_periapsis_radiu": [77, 83, 84, 86, 125], "get_perturbation_typ": 78, "get_posit": [69, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_position_in": 115, "get_propagation_dur": [67, 68], "get_propulsion_system": 52, "get_raan": [77, 83, 84, 86, 88, 123, 125], "get_radial_dist": [77, 83, 84, 86], "get_read_coordinate_subset": [3, 28, 29, 30, 31, 32, 33, 114], "get_read_coordinates_subset": 114, "get_relative_metadata": 11, "get_relative_posit": 11, "get_relative_toler": 92, "get_relative_veloc": 11, "get_revolution_numb": 73, "get_revolution_number_at": 65, "get_revolution_number_at_epoch": [72, 78, 79, 80, 81, 88], "get_root_solv": 92, "get_satellite_nam": 88, "get_satellite_numb": 88, "get_satellite_system": 33, "get_second_lin": 88, "get_second_line_checksum": 88, "get_seg": 68, "get_semi_latus_rectum": [77, 83, 84, 86], "get_semi_major_axi": [77, 83, 84, 86, 113, 114, 123, 125, 126], "get_si_vector": [77, 83, 84, 86], "get_siz": [69, 91, 94, 95, 96, 97], "get_specific_impuls": 51, "get_stat": [68, 125, 126], "get_state_at": [7, 43, 65, 112, 113, 122, 123, 124, 125, 126, 196], "get_state_filt": 9, "get_states_at": [7, 43, 65, 111, 117, 126], "get_step": 9, "get_step_dur": 58, "get_step_percentag": 58, "get_stepper_typ": 92, "get_subset": 90, "get_target": [4, 35, 36, 38, 39, 40, 125], "get_target_angl": 35, "get_target_co": 56, "get_target_rang": 35, "get_thrust": 51, "get_time_of_closest_approach": [2, 11, 111], "get_time_step": [59, 92], "get_tl": 80, "get_toler": [6, 9, 59], "get_transform_at": 63, "get_transform_to": [112, 114, 124], "get_true_anomali": [77, 83, 84, 86, 123, 125], "get_typ": [2, 39, 58, 67, 73, 111], "get_valu": 61, "get_veloc": [69, 113, 114, 115, 118, 119, 120, 121, 123, 125, 126], "get_vertic": 112, "get_write_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "get_write_coordinates_subset": 114, "getacceler": [156, 195], "getaccelerationprofil": [150, 195], "getaccessfilt": [135, 195], "getacquisitionofsign": [129, 195], "getaerfilt": [135, 195], "getalldynamicscontribut": [169, 195], "getangularmomentum": [186, 195], "getangularveloc": [171, 195], "getaop": [186, 187, 195], "getapoapsisradiu": [186, 195], "getattitud": [171, 195], "getaxesat": [151, 153, 154, 155, 195], "getbodyfram": [151, 153, 154, 155, 195], "getbstardragterm": [187, 195], "getcartesianst": [183, 186, 195], "getccsdscdmvers": [137, 195], "getcelesti": [138, 139, 142, 195], "getclassicalorbitalel": [178, 195], "getclassif": [187, 195], "getcollisionprob": [137, 195], "getcollisionprobabilitymethod": [137, 195], "getconditionfunct": [135, 195], "getcontributionprofilefromcoordinatesubset": [141, 195], "getcontrolweight": [160, 195], "getcoordin": [171, 195], "getcoordinatesubset": [171, 172, 195], "getcreationd": [137, 195], "getcriterion": [144, 149, 195], "getcrosssectionalsurfacearea": [157, 195], "getcwd": [118, 119, 120, 121], "getdataarrai": [137, 195], "getdeploy": [177, 195], "getdeploymentat": [177, 195], "getdeploymentwithnam": [177, 195], "getdragcoeffici": [157, 195], "getdur": [129, 176, 195], "getdynam": [168, 169, 170, 195], "getdynamicsaccelerationcontribut": [169, 195], "getdynamicscontribut": [169, 195], "geteccentr": [186, 187, 195], "geteccentricanomali": [183, 186, 195], "getelementsetnumb": [187, 195], "getephemeristyp": [187, 195], "getepoch": [175, 178, 179, 180, 182, 187, 195], "getequatorialradiu": [178, 195], "getevalu": [131, 195], "geteventcondit": [148, 169, 195], "getfinalmass": [169, 170, 195], "getfirstlin": [187, 195], "getfirstlinechecksum": [187, 195], "getfirstst": [174, 195], "getfram": [171, 172, 195], "getgeometri": [152, 195], "getgradientstrategi": [160, 195], "getgravitationalparamet": [178, 195], "getguidancelaw": [143, 195], "gethead": [137, 177, 195], "getid": [189, 195], "getinclin": [186, 187, 195], "getinertiatensor": [157, 195], "getinitialmass": [169, 170, 195], "getinst": [147, 150, 171, 195], "getinternationaldesign": [187, 195], "getinterpolationtyp": [141, 174, 195], "getinterv": [129, 150, 154, 174, 195], "getj2": [178, 195], "getj4": [178, 195], "getlastst": [174, 195], "getlocalorbitalframefactori": [163, 195], "getlocalthrustdirect": [159, 195], "getlossofsign": [129, 195], "getmass": [152, 195], "getmassflowr": [156, 195], "getmassflowrateprofil": [150, 195], "getmaxelev": [129, 195], "getmaximumiterationcount": [133, 162, 195], "getmaximumpropagationdur": [170, 195], "getmeananomali": [183, 186, 187, 195], "getmeanmot": [186, 187, 195], "getmeanmotionfirsttimederivativedividedbytwo": [187, 195], "getmeanmotionsecondtimederivativedividedbysix": [187, 195], "getmessagefor": [137, 195], "getmessageid": [137, 195], "getmetadataarrai": [137, 195], "getminimumperiapsisradiu": [160, 195], "getmissdist": [137, 195], "getnam": [130, 131, 132, 169, 189, 195], "getnodalprecessionr": [186, 195], "getnumberofcoordin": [168, 188, 195], "getnumberofsubset": [188, 195], "getnumericalsolv": [169, 170, 195], "getobjectcovariancematrix": [137, 195], "getobjectcovariancemethod": [137, 195], "getobjectdataat": [137, 195], "getobjectdesign": [137, 195], "getobjectephemerisnam": [137, 195], "getobjectinternationaldesign": [137, 195], "getobjectmaneuver": [137, 195], "getobjectmetadataat": [137, 195], "getobjectnam": [137, 195], "getobjectreferencefram": [137, 195], "getobjectstateattca": [137, 195], "getobjecttyp": [137, 195], "getobservedst": [190, 195], "getobservedstatevector": [190, 195], "getorbitalfram": [167, 195], "getorbitalperiod": [186, 195], "getorigin": [137, 195], "getparamet": [160, 195], "getpassat": [167, 195], "getpasswithrevolutionnumb": [167, 195], "getperiapsisradiu": [186, 195], "getperturbationtyp": [178, 195], "getposit": [171, 195], "getpositionsfromst": [136, 195], "getpropagationdur": [169, 170, 195], "getpropulsionsystem": [157, 195], "getprovidertyp": [164, 195], "getraan": [186, 187, 195], "getradialdist": [186, 195], "getreadcoordinatesubset": [130, 138, 139, 140, 141, 142, 143, 195], "getrelativemetadata": [137, 195], "getrelativeposit": [137, 195], "getrelativeveloc": [137, 195], "getrevolutionnumb": [176, 195], "getrevolutionnumberat": [167, 195], "getrevolutionnumberatepoch": [175, 178, 179, 180, 182, 187, 195], "getrootsolv": [190, 195], "getsatellitenam": [187, 195], "getsatellitenumb": [187, 195], "getsatellitesystem": [143, 195], "getsecondlin": [187, 195], "getsecondlinechecksum": [187, 195], "getseg": [170, 195], "getsemilatusrectum": [186, 195], "getsemimajoraxi": [186, 195], "getsivector": [186, 195], "getsiz": [171, 189, 195], "getspecificimpuls": [156, 195], "getstat": [170, 195], "getstateat": [134, 151, 195], "getstatefilt": [135, 195], "getstatesat": [134, 136, 151, 195], "getstep": [135, 195], "getstepdur": [161, 195], "getsteppercentag": [161, 195], "getsubset": [188, 195], "getsystemofequ": [130, 195], "gettarget": [131, 195], "gettargetangl": [144, 195], "gettargetco": [160, 195], "gettargetrang": [144, 195], "gettca": [137, 195], "getthrust": [156, 195], "gettimeofclosestapproach": [129, 195], "gettimestep": [162, 195], "gettl": [180, 195], "gettoler": [133, 135, 162, 195], "gettransformat": [165, 195], "gettrueanomali": [183, 186, 195], "gettyp": [129, 148, 161, 169, 176, 195], "getvalu": [163, 195], "getveloc": [171, 195], "getwritecoordinatesubset": [130, 138, 139, 140, 141, 142, 143, 195], "git": 127, "github": [127, 196], "given": [3, 7, 43, 59, 63, 64, 65, 66, 67, 69, 72, 75, 78, 79, 80, 81, 88, 90, 92, 122, 130, 133, 134, 138, 139, 140, 141, 142, 143, 144, 149, 151, 162, 165, 168, 170, 171, 172, 179, 186, 187, 188, 190], "global": 115, "gmat": [196, 197], "gmat_astrodynam": [118, 119, 120, 121, 196], "go": [69, 111, 112, 117, 118, 119, 120, 121, 122, 124, 171], "googl": 196, "googleapi": 177, "gov": [56, 160], "gradient": [56, 58, 160, 161], "gradient_strategi": 56, "gradientstrategi": [56, 123, 160, 195], "graph_obj": [111, 112, 117, 118, 119, 120, 121, 122, 124], "gravit": [37, 56, 77, 78, 83, 84, 86, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 146, 160, 183, 184, 185, 186], "gravitation": [65, 167], "gravitational_paramet": [37, 56, 77, 78, 83, 84, 86, 123, 125, 126], "gravitationalparamet": 170, "graviti": [11, 29, 32, 114, 118, 119, 125, 126, 139, 142, 196], "gravity_model": [11, 116], "gravitymodel": [137, 195], "green": [117, 124], "grid": [117, 118, 119, 120, 121, 122, 162], "gridcolor": [112, 122, 124], "gridwidth": [112, 124], "ground": [22, 65, 111, 112, 117], "ground_station_lla": [22, 117], "ground_track_df": [112, 124], "group": [91, 189], "guess": [6, 133, 190], "guid": 196, "guidanc": [5, 33, 55, 56, 123, 132, 143, 159, 160], "guidance_law": [33, 121, 123, 125, 126], "guidancelaw": [33, 55, 56, 128, 143, 195], "h": 160, "ha": [6, 69, 90, 92, 111, 112, 114, 125, 126, 152, 171, 188, 190, 196], "half": 125, "half_angl": [107, 127], "handl": 144, "harmon": [77, 83, 84, 86], "has_converg": 6, "has_subset": [69, 90], "hasconverg": [133, 195], "hassubset": [171, 188, 195], "have": [114, 179], "head": [111, 112, 122, 124], "header": [11, 75, 137, 177, 195, 196], "height": [110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "help": [117, 176, 186], "helper": 196, "here": [112, 113, 116, 168, 196], "hh": 177, "high": 170, "highligh": [22, 117], "highlight": [22, 117], "hold": 190, "hood": 171, "horizont": [62, 63, 65, 165], "host": 196, "hour": [112, 113, 115, 123], "how": [36, 38, 40, 111, 112, 113, 118, 119, 120, 121, 122, 123, 124, 125, 196], "htm": [176, 186], "html": 110, "http": [11, 56, 88, 127, 134, 137, 148, 156, 160, 167, 176, 177, 183, 184, 185, 186, 187, 196], "i": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 56, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 111, 112, 114, 115, 117, 118, 119, 120, 121, 122, 124, 125, 127, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 156, 157, 159, 160, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 174, 176, 177, 179, 186, 187, 188, 189, 190, 195, 196], "id": [11, 110], "ideal": 116, "ident": [118, 119, 120, 121], "identifi": [91, 94, 95, 96, 97, 189], "idxmax": 111, "ier": 196, "illustr": 0, "imag": 116, "imaging_window": 116, "impart": 150, "impl": [128, 180, 195], "implement": [56, 189], "import": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "importerror": 125, "impuls": [42, 51, 67, 68, 126, 150, 156, 169, 170], "in_degre": [111, 112, 116, 117, 123, 124], "in_eclips": 115, "in_fixed_fram": 78, "in_fram": [69, 91, 94, 95, 96, 97, 111, 112, 117, 124], "in_kilogram": [113, 118, 119, 120, 121, 123, 125, 126], "in_kilomet": [113, 114, 123, 125, 126], "in_met": [117, 122, 124, 125, 126], "in_radian": 117, "in_second": [111, 117, 118, 119, 120, 121], "in_track_thrust": 11, "inclin": [37, 65, 75, 77, 83, 84, 86, 88, 124, 146, 167, 183, 184, 185, 186, 187, 195], "includ": [22, 117, 118, 119, 120, 121, 168, 171, 177, 196], "increas": 123, "increment": 187, "ind": [118, 119, 120, 121], "index": [11, 65, 75, 130, 137, 167, 176, 177, 186, 188, 197], "indic": [131, 133, 144, 145, 146, 147, 148, 149, 159, 190], "individu": [67, 148], "inequ": [171, 172, 176], "inerti": [43, 49, 78, 122, 151, 155, 177, 195], "inertia": [52, 53, 126, 157, 158], "inertia_tensor": [52, 53, 118, 119, 120, 121], "inertial_point": [43, 49], "inertialpoint": [151, 155, 195], "inertiatensor": 157, "infixedfram": 178, "inform": [75, 91, 130, 189, 190], "infram": [171, 189, 191, 192, 193, 194, 195], "ingest": 196, "inherit": [3, 190], "init": 127, "initi": [6, 42, 65, 67, 68, 79, 81, 92, 114, 115, 116, 118, 119, 120, 121, 133, 150, 168, 169, 170, 179, 190, 196], "initial_co": 125, "initial_guess": 6, "initial_revolution_numb": [65, 79, 81, 116], "initial_spacecraft_mass": 42, "initial_st": [113, 115, 116, 118, 119, 120, 121, 123, 125, 126], "inlin": [153, 166], "inout": [131, 144, 145, 149, 176], "input": [91, 94, 95, 96, 97, 102, 118, 119, 120, 121, 164, 188, 196], "input_data_typ": 113, "inputdatatyp": 113, "insert": [171, 172], "insid": 196, "instal": 127, "instanc": [112, 130, 138, 139, 140, 141, 142, 143, 148, 169, 170, 189, 191, 192, 193, 194], "instant": [2, 3, 5, 7, 9, 11, 13, 15, 16, 17, 28, 29, 30, 31, 32, 33, 38, 42, 43, 46, 48, 49, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 78, 79, 80, 81, 88, 91, 92, 94, 95, 96, 97, 99, 100, 102, 103, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 147, 150, 151, 153, 154, 155, 159, 160, 161, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 187, 189, 190, 191, 192, 193, 194, 196], "instant_at_ascending_nod": 73, "instant_at_descending_nod": 73, "instant_at_north_point": 73, "instant_at_pass_break": 73, "instant_at_south_point": 73, "instant_it": [118, 119, 120, 121], "instantcondit": [128, 149, 195], "instanti": [33, 44, 114], "instead": [113, 127, 168], "instruct": 196, "int": [2, 4, 6, 11, 22, 35, 36, 38, 39, 40, 56, 58, 59, 63, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 117], "intefer": 117, "integ": [11, 65, 72, 73, 75, 78, 79, 80, 81, 88, 137, 167, 175, 176, 177, 178, 179, 180, 182, 187], "integr": [92, 126, 168, 190, 196], "integrate_dur": 92, "integrate_tim": 92, "integratedur": [190, 195], "integratetim": [190, 195], "integrationframesptr": [168, 195], "interactiveshel": [118, 119, 120, 121], "interest": [111, 112, 118, 119, 120, 121, 188], "interf": 117, "interfac": [3, 44, 72, 78, 79, 80, 132], "interfer": [22, 197], "interfered_access": 117, "interference_access": 117, "interference_angl": 117, "interference_filt": 117, "interference_plot": 117, "interference_step": 117, "interferencefilt": 117, "interferenceplot": 117, "intermedi": 169, "intern": [11, 69, 88, 171, 179, 187], "international_design": [11, 88], "internationaldesign": [137, 195], "interpol": [31, 42, 66, 81, 116, 141, 150, 168, 174, 182], "interpolated_st": 126, "interpolation_typ": [31, 42, 66, 81, 116], "interpolationtyp": 126, "intersect": 116, "intersection_df": [112, 124], "intersection_itrf": [112, 124], "intersection_l": [112, 124], "intersection_point": [112, 124], "intersection_polygon": [112, 124], "intersection_with": [112, 124], "intersections_itrf": [112, 124], "intersections_l": [112, 124], "intersections_polygons_2d": 112, "intersections_with_target_l": 112, "intersections_with_target_polygon": 112, "intertiatensor": 157, "interv": [2, 9, 16, 22, 42, 48, 59, 81, 101, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 129, 135, 150, 154, 162, 170, 174, 196], "intrack": [55, 121, 126, 159, 195], "intrackthrust": [137, 195], "invari": 189, "invers": [36, 145], "invert": [115, 145], "io": [127, 196], "io_open": [118, 119, 120, 121], "ion": 127, "ipython": [118, 119, 120, 121], "is_complet": [2, 73], "is_defin": [2, 3, 7, 9, 11, 28, 29, 30, 31, 32, 33, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 112, 114, 124], "is_invers": 36, "is_kepl": [72, 78, 79, 80, 81], "is_position_in_eclips": [115, 116, 125], "is_propag": [72, 78, 79, 80, 81], "is_ris": 6, "is_satisfi": [4, 35, 36, 38, 39, 40], "is_sgp4": [72, 78, 79, 80, 81], "isaccessact": [136, 195], "iscomplet": [129, 176, 195], "isdefin": [129, 130, 131, 134, 135, 137, 138, 139, 140, 141, 142, 143, 150, 151, 152, 153, 154, 155, 156, 157, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 195], "isinvers": [145, 195], "isn": 196, "iso": 17, "isoformat": [125, 126], "isp": [114, 156], "isris": 133, "iss": [111, 187], "issatisfi": [131, 144, 148, 149, 195], "issu": 196, "iter": [6, 59, 92, 133, 162, 190], "iteration_count": [6, 92], "iterationcount": [133, 190, 195], "itrf": [111, 112, 117, 124], "its": [111, 112, 153, 166, 187, 196], "j2": [77, 78, 83, 84, 86, 111, 167, 178, 195], "j2000": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "j4": [78, 178, 195], "jacobian": [58, 161], "jpl": [56, 160, 196], "jupyt": 196, "k": [56, 123, 133, 160, 195], "keep": [112, 197], "kei": 56, "kepler": [56, 65, 72, 77, 79, 80, 81, 83, 84, 111, 113, 114, 116, 122, 123, 124, 125, 128, 167, 175, 183, 195, 196], "keplerian": [111, 122], "keplerian_model": [111, 122, 124], "kg": [42, 114, 126, 150], "kilogram": [51, 113, 118, 119, 120, 121, 123, 125, 126, 150], "kilomet": [56, 111, 113, 122, 123, 124, 125, 126, 127, 160], "kind": 115, "km": [56, 113, 114, 125, 177], "know": [118, 119, 120, 121], "kp": 113, "kp_constant_valu": 113, "kwarg": [4, 7, 35, 36, 38, 39, 40, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 118, 119, 120, 121], "l": [183, 184, 185], "lab": 196, "lakecolor": [112, 124], "lambda": [125, 126], "landcolor": [111, 112, 117, 124], "last": [11, 111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "lat": [111, 112, 116, 117, 122, 124], "lataxi": [112, 124], "latitud": [23, 65, 100, 101, 104, 111, 112, 117, 122, 124, 167], "latu": [77, 83, 84, 86, 186], "launch": 75, "launch_dat": [75, 177], "launchdat": [177, 195], "law": [5, 33, 55, 56, 123, 132, 143, 159, 160], "law_guidance_algorithm_partial_deriv": [56, 160], "layout": [26, 111, 112, 117, 122, 124], "leap": 196, "learn": 127, "legend_name_list": [118, 119, 120, 121], "len": [112, 117, 118, 119, 120, 121, 124], "length": [4, 11, 35, 36, 38, 39, 40, 56, 65, 75, 77, 78, 83, 84, 86, 107, 108, 111, 113, 117, 122, 123, 124, 125, 126, 127, 131, 137, 160, 167, 177, 178, 183, 184, 185, 186], "leo": [111, 112, 124], "let": [111, 112, 114, 115, 118, 119, 120, 121, 124], "level": [68, 170, 179], "leverag": 113, "lgpl": 196, "lib": [111, 118, 119, 120, 121, 127], "librari": 196, "like": [53, 116, 118, 119, 120, 121, 149, 196], "limit": 68, "linalg": [115, 117, 118, 119, 120, 121], "line": [88, 110, 111, 112, 114, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 187, 196], "line_element_set": [88, 187], "linear": [81, 174], "linestr": [112, 124], "linestring2d": [112, 124], "link": [172, 196], "linspac": [122, 124], "list": [3, 7, 9, 11, 18, 19, 20, 22, 23, 28, 29, 30, 31, 32, 33, 39, 42, 43, 46, 48, 49, 58, 59, 64, 65, 66, 67, 68, 69, 70, 75, 79, 81, 88, 90, 92, 101, 104, 110, 112, 117, 130, 187], "list_ind": [118, 119, 120, 121], "listcomp": [111, 122], "lla": [22, 103, 105, 111, 112, 116, 117, 124], "lla_from_posit": 111, "lla_from_st": 111, "lo": 111, "load": [11, 75, 88, 134, 137, 154, 174, 177, 187, 195], "loc": 111, "local": [55, 61, 62, 63, 65, 111, 118, 119, 120, 121, 126, 127, 159, 163, 164, 165, 167, 196], "local_orbital_fram": 114, "local_orbital_frame_factori": 61, "local_time_at_descending_nod": [65, 127], "localhost": 196, "localorbitalframedirect": [55, 128, 159, 195], "localorbitalframefactori": [61, 114, 128, 163, 195], "localorbitalframetransformprovid": [128, 164, 195], "localthrustdirect": 159, "locat": [117, 125], "lof": [63, 165], "log": [92, 126, 190], "log_typ": 92, "logadapt": 92, "logconst": 92, "logger": 92, "logic": [5, 39, 132, 148, 160], "logical_connect": 148, "logicalcondit": [125, 128, 131, 195], "logtyp": [92, 118, 119, 120, 121, 123, 190], "lon": [111, 112, 116, 117, 122, 124], "lonaxi": [112, 124], "long": [77, 83], "longitud": [23, 65, 75, 100, 101, 104, 111, 112, 117, 122, 124, 167], "loop": [7, 46, 48, 49, 64, 65, 66], "loss": [2, 117], "loss_of_sign": 2, "lost": [2, 150], "low": [111, 170], "lower": [6, 133], "lower_bound": 6, "lvlh": [62, 63, 65, 164, 165, 167, 195], "lvlhgd": [63, 65, 165, 167, 195], "lvlhgdgt": [65, 167, 195], "lyapunov": [56, 160], "lyddan": [77, 83, 84, 183, 184, 185], "m": [3, 11, 28, 29, 30, 31, 32, 33, 42, 56, 58, 67, 68, 69, 70, 86, 90, 91, 92, 94, 95, 96, 97, 111, 118, 119, 120, 121, 123, 124, 127, 135, 150, 160, 195], "macro": 179, "made": 116, "magnet": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "magnetic_model": 116, "magnitud": [5, 55, 56, 150], "mai": 196, "main": 196, "mainli": 112, "maintain": 125, "major": [37, 56, 77, 83, 84, 86, 124, 146, 183, 184, 185, 186], "make": [70, 114, 171, 196], "make_shar": 170, "manag": [90, 112, 127], "maneuv": [66, 67, 68, 114, 121, 123, 126, 128, 168, 169, 170, 195], "maneuver": [11, 137, 195], "maneuver_condit": 125, "mani": 171, "manual": [122, 124, 179, 196], "map": [22, 111, 117, 122, 135, 160, 169, 196], "marker": [111, 116, 117, 122, 124], "mask": [9, 135], "mass": [11, 42, 44, 51, 52, 53, 67, 68, 91, 94, 95, 96, 97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 137, 139, 142, 143, 150, 152, 156, 157, 158, 159, 169, 170, 189, 195, 196], "mass_flow_r": [42, 114], "mass_flow_rate_profil": 42, "mass_subset": 114, "massflowr": 156, "massflowrateprofil": 150, "mathangl": [112, 124], "mathemat": [5, 9, 31, 42, 43, 44, 49, 52, 53, 66, 69, 81, 92, 111, 112, 113, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 190, 196], "mathnumericalsolv": 190, "matric": 67, "matrix": [11, 67], "matrix3d": [52, 53, 157, 158, 160], "matrix53d": 160, "matrixxd": [11, 67, 137, 141, 161, 169], "max": 196, "max_elev": 2, "maxim": [56, 160], "maximum": [2, 6, 56, 59, 67, 68, 73, 117, 125, 133, 160, 162, 168, 169, 170, 190], "maximum_iteration_count": [6, 59], "maximum_propagation_dur": [67, 68, 125, 126], "maximum_propagation_duration_limit": 68, "maximumpropagationdur": [169, 170], "maximumrecommendedinterpolationinterv": [150, 195], "md": 196, "mean": [37, 75, 77, 83, 84, 86, 88, 125, 126, 146, 159, 183, 184, 185, 186, 187, 195], "mean_anomali": [37, 77, 83, 84, 86, 88], "mean_anomaly_from_eccentric_anomali": [77, 83, 84, 86], "mean_apogee_altitud": 75, "mean_apogee_altitude_km": 177, "mean_argument_of_perige": 75, "mean_argument_of_perigee_deg": 177, "mean_inclin": 75, "mean_inclination_deg": 177, "mean_longitude_ascending_nod": 75, "mean_longitude_ascending_node_deg": 177, "mean_mean_anomali": 75, "mean_mean_anomaly_deg": 177, "mean_mot": 88, "mean_motion_first_time_derivative_divided_by_two": 88, "mean_motion_second_time_derivative_divided_by_six": 88, "mean_perigee_altitud": 75, "mean_perigee_altitude_km": 177, "meananomali": [77, 83, 84, 86, 146, 186, 195], "meananomalyfromeccentricanomali": [186, 195], "meanapogeealtitud": [177, 195], "meanargumentofperige": [177, 195], "meaninclin": [177, 195], "meanlongitudeascendingnod": [177, 195], "meanmeananomali": [177, 195], "meanperigeealtitud": [177, 195], "meant": [53, 149, 158], "member": [2, 4, 11, 35, 36, 38, 39, 40, 56, 58, 63, 65, 67, 73, 77, 78, 83, 84, 86, 92, 130, 131, 133, 137, 160, 169, 170, 177, 190], "memori": 171, "meshgrid": [122, 124], "messag": [128, 195, 196], "message_for": 11, "message_id": 11, "messagefor": [137, 195], "messageid": [137, 195], "met": [59, 68, 92, 125, 131, 144, 145, 149, 162, 190], "meta": 69, "metadata": [11, 127, 137, 195], "meter": [51, 77, 83, 84, 86, 99, 101, 104, 111, 115, 116, 117, 118, 119, 120, 121, 124, 127, 134, 186], "meters_per_second": [115, 116, 118, 119, 120, 121], "method": [2, 3, 4, 5, 6, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109, 110, 114, 133, 176, 190], "microsecond": [9, 17, 162], "midnight": [113, 125, 126], "might": 117, "millisecond": [116, 161], "min": 196, "min_elevation_angl": 117, "minimim": 117, "minimum": [56, 73, 117], "minimum_periapsis_radiu": [56, 123], "minimumperiapsisradiu": 160, "minimumrecommendeddur": [150, 195], "minut": [9, 114, 117, 122, 125, 150, 162, 196], "miss": [11, 172], "miss_dist": 11, "missdist": [137, 195], "mission": [68, 75, 177, 196, 197], "mission_sequ": 196, "mission_tim": 75, "mission_time_": 177, "missiontim": [177, 195], "mit": 196, "mjd": 122, "mm": 177, "mode": [111, 112, 116, 117, 118, 119, 120, 121, 122, 124, 151], "model": [5, 7, 11, 29, 30, 32, 43, 56, 65, 72, 111, 112, 114, 117, 122, 123, 125, 126, 128, 134, 151, 167, 195, 196, 197], "modifi": 171, "modul": 117, "modulenotfounderror": 117, "momentum": [77, 83, 84, 86, 165, 186], "monoton": [56, 160], "moon": 125, "more": [7, 46, 48, 49, 64, 65, 66, 125, 170, 196], "most": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "motion": [77, 83, 84, 86, 88, 130, 157, 186, 187], "mount": 196, "mpl2": 196, "multipl": [7, 22, 39, 46, 48, 49, 64, 65, 66, 90, 117, 152, 170, 171], "multipli": [118, 119, 120, 121], "multiplication_factor": [118, 119, 120, 121], "must": [42, 111, 114, 116, 130, 138, 139, 140, 141, 142, 143, 150, 196], "mutabl": 131, "n": [11, 31, 42, 56, 58, 67, 123, 150, 160, 187, 195], "n_body_perturb": 11, "nadir": [43, 49, 112, 151, 155, 195], "nadir_point": [43, 49, 127], "nadir_position_n": 112, "nadir_target": 112, "nadir_target_lla": 112, "nadirpoint": [151, 155, 195], "name": [2, 3, 4, 5, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 63, 65, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 107, 108, 109, 115, 117, 118, 119, 120, 121, 125, 126, 127, 130, 131, 132, 138, 139, 142, 143, 144, 145, 148, 149, 151, 161, 169, 177, 187, 189, 191, 192, 193, 194, 195, 196], "nasa": [56, 160], "nbodyperturb": [137, 195], "ndarrai": [3, 5, 11, 18, 19, 20, 28, 29, 30, 31, 32, 33, 42, 46, 48, 49, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109], "necessari": 196, "ned": [62, 63, 65, 111, 112, 117, 124, 164, 165, 167, 195], "ned_fram": [111, 112, 124], "neg": [36, 38, 40, 42, 126, 150], "negativecross": [35, 36, 38, 40, 144, 149, 195], "net": [56, 160], "new": [3, 4, 35, 36, 38, 39, 40, 53, 61, 66, 68, 70, 114, 158, 171, 172, 187], "newton": 51, "next": [73, 176, 196], "nlopt": 196, "nodal": [77, 83, 84, 86, 186], "node": [37, 65, 73, 75, 77, 83, 84, 86, 88, 124, 146, 167, 176, 186, 187], "nolog": [92, 118, 119, 120, 121, 123, 126], "non": [149, 168], "none": [4, 7, 9, 11, 22, 35, 36, 38, 39, 40, 65, 66, 68, 69, 70, 78, 79, 88, 90, 92, 103, 110, 111, 112, 114, 117, 122, 124, 127, 141, 178, 195], "norm": [115, 117, 118, 119, 120, 121], "normal": [62, 63, 65, 114, 165], "north": [62, 63, 65, 73, 165, 176], "note": 177, "notebook": [113, 114, 115, 116, 117, 123, 125, 196], "noth": 196, "now": [111, 114, 115, 118, 119, 120, 121, 122, 156, 174, 196], "np": [5, 18, 19, 20, 31, 52, 56, 58, 67, 69, 107, 108, 109, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "nrlmsise": 113, "nrlmsise00": [113, 125], "nu": [86, 111, 122, 124], "nullptr": 190, "number": [6, 11, 42, 59, 65, 66, 72, 73, 75, 78, 79, 80, 81, 88, 90, 92, 117, 133, 149, 150, 168, 170, 176, 179, 187, 188, 190], "numer": [66, 67, 68, 92, 118, 119, 120, 121, 126, 168, 169, 170, 179, 190, 196], "numerical_solv": [66, 67, 68, 113, 116, 118, 119, 120, 121, 123, 125, 126], "numericalsolv": [66, 67, 68, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 128, 130, 168, 169, 170, 195, 196], "numpi": [3, 5, 11, 28, 29, 30, 31, 32, 33, 42, 46, 48, 49, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "o": [118, 119, 120, 121, 127, 196], "object": [2, 3, 4, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 44, 52, 53, 61, 65, 66, 67, 68, 69, 70, 73, 78, 88, 92, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 129, 134, 137, 138, 139, 142, 146, 150, 151, 167, 176, 187, 190, 195], "object_count": 112, "object_design": 11, "object_nam": 11, "object_typ": 11, "object_type_from_str": 11, "objectdesign": [137, 195], "objectnam": [137, 195], "objects_data_arrai": 11, "objects_metadata_arrai": 11, "objecttyp": [11, 137, 195], "objecttypefromstr": [137, 195], "oblat": 78, "obsavail": [137, 195], "observ": [11, 92, 99, 100, 111, 190], "observations_avail": 11, "observations_us": 11, "observer_geometry_itrf": [112, 124], "obsus": [137, 195], "obtain": [111, 112, 124], "occupi": 188, "oceancolor": [112, 124], "od": 11, "omega": 86, "onc": [112, 169, 170, 196], "one": [42, 53, 91, 94, 95, 96, 97, 141, 150, 170, 189, 191, 192, 193, 194, 196], "onli": [53, 69, 112, 158, 168, 171, 196], "onto": 111, "open": [118, 119, 120, 121, 127], "openspacecollect": 196, "oper": [11, 112, 129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 176, 177, 178, 179, 180, 181, 182, 186, 187, 188, 189, 195], "operator_contact_posit": 11, "operator_email": 11, "operator_organ": 11, "operator_phon": 11, "operatorcontactposit": [137, 195], "operatoremail": [137, 195], "operatororgn": [137, 195], "operatorphon": [137, 195], "opm": [128, 195, 196], "opposit": [55, 165], "optim": 179, "option": [31, 42, 55, 66, 67, 68, 79, 81, 92, 110, 130, 132, 133, 138, 139, 140, 141, 142, 143, 150, 152, 156, 157, 158, 160, 161, 163, 168, 169, 170, 179, 186, 196], "orang": 111, "orbit": [11, 43, 49, 56, 61, 62, 63, 64, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 132, 134, 146, 151, 155, 159, 160, 163, 164, 165, 166, 174, 195, 196, 197], "orbit_1": 117, "orbit_2": 117, "orbit_cent": 11, "orbit_data": [122, 124], "orbit_df": 122, "orbit_df_rms_posit": [118, 119, 120, 121], "orbit_df_rms_position_list": [118, 119, 120, 121], "orbit_df_rms_veloc": [118, 119, 120, 121], "orbit_df_rms_velocity_list": [118, 119, 120, 121], "orbit_plane_norm": 115, "orbital_el": 186, "orbital_fram": [112, 124], "orbital_frame_typ": [43, 49, 127], "orbital_model": 111, "orbitalframetyp": [43, 49], "orbitcent": [137, 195], "orbitmodel": [78, 79, 80, 81], "order": [114, 170, 188, 196], "orekit": [196, 197], "orekit_astrodynam": [118, 119, 120, 121, 196], "org": [11, 88, 134, 137, 148, 156, 167, 186, 187, 196], "organ": 11, "orient": [124, 196], "origin": [11, 124, 137, 195], "orthograph": [112, 124], "oscul": 123, "ostk": [111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 127, 128, 195, 196, 197], "ostk_stat": [118, 119, 120, 121], "ostk_states_compar": [118, 119, 120, 121], "ostk_states_compared_df": [118, 119, 120, 121], "ostream": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187], "ot": [22, 69, 117], "other": [11, 33, 91, 94, 95, 96, 97, 117, 118, 119, 120, 121, 137, 183, 184, 185, 195, 196], "otherwis": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 61, 62, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 170, 171, 172], "our": [112, 125], "out": 125, "output": [91, 94, 95, 96, 97, 112, 114, 118, 119, 120, 121, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 177, 179, 186, 187, 196], "output_fram": [5, 55, 56], "outputfram": 160, "outputframesptr": [132, 159, 160], "over": [11, 59, 112, 117, 122, 162], "overload": [4, 7, 35, 36, 38, 39, 40, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92], "overrid": [138, 139, 140, 141, 142, 143, 144, 148, 149, 154, 155, 157, 159, 160, 165, 167, 173, 174, 178, 179, 180, 182, 183, 184, 185, 192, 193, 194], "packag": [111, 118, 119, 120, 121, 127, 196], "page": 196, "pair": [56, 65, 130, 136, 144, 167, 186], "panda": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "param": 64, "paramet": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 123, 125, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 176, 177, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196], "parent": [62, 77, 164, 190], "parent_fram": 62, "pars": [11, 75, 88, 111, 118, 119, 120, 121, 134, 137, 177, 187, 195], "part": [112, 114], "partial": [2, 73, 129, 176, 195], "particular": [91, 157, 189, 196], "pass": [65, 117, 125, 128, 167, 171, 195, 196], "passiv": [112, 124], "path": [7, 75, 88, 134, 187], "payload": [11, 127, 137, 177, 195], "pc": 11, "pd": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "pdf": [11, 137, 177], "penalti": 56, "per": [42, 51, 150], "percentag": [58, 161], "perform": [7, 46, 48, 49, 64, 65, 66, 113, 123, 162, 174, 190], "periapsi": [56, 65, 77, 83, 84, 86, 124, 125, 146, 167, 186], "periapsis_altitud": 65, "periapsis_weight": [56, 123], "periapsisweight": [160, 195], "perige": [37, 75, 77, 83, 84, 86, 88, 177, 187], "period": [11, 77, 83, 84, 86, 111, 183, 184, 185, 186], "permiss": 127, "perturb": [11, 78, 125, 161, 167], "perturbation_typ": 78, "perturbationtyp": [78, 111, 122, 124, 178, 195], "petropoulo": [56, 160], "phase": [73, 118, 119, 120, 121, 176, 195], "phi": [122, 124], "phi_grid": [122, 124], "phone": 11, "physic": [2, 3, 4, 5, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 134, 135, 152, 196], "pi": [122, 124], "pip": [127, 196], "plai": 196, "planet": 111, "platform": 197, "pleas": [77, 196], "plot": [22, 111, 112, 113, 114, 122, 124], "plotli": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "png": [113, 122, 123, 124, 125, 126], "point": [43, 49, 73, 88, 112, 113, 116, 118, 119, 120, 121, 123, 124, 125, 126, 139, 142, 143, 151, 155, 159, 165, 176, 187], "point2d": [112, 116, 124], "point3d": [112, 124], "point_coordin": 112, "point_itrf": [112, 124], "pointer": [148, 150, 151, 152, 157, 158, 163, 164, 165, 167, 168, 172, 179, 189], "pointingmod": [151, 195], "polygon": [112, 116, 124], "polygon2d": [112, 116, 124], "polygon3d": [112, 124], "polygons_l": 112, "portion": 112, "posit": [5, 7, 11, 18, 30, 36, 38, 40, 42, 55, 56, 62, 63, 65, 69, 75, 77, 83, 84, 86, 96, 97, 99, 100, 103, 105, 110, 111, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 132, 134, 136, 137, 140, 151, 159, 160, 164, 165, 168, 171, 173, 177, 186, 193, 194, 195, 196], "position_coordin": [5, 55, 56], "position_it": [118, 119, 120, 121], "position_iter_m": [118, 119, 120, 121], "position_vector": 62, "positionderiv": [114, 121, 128, 130, 195, 196], "positivecross": [35, 36, 38, 40, 144, 149, 195], "possibl": 171, "post": 177, "pre": [69, 171], "precess": [77, 83, 84, 86, 186], "precis": 133, "prefer": 171, "prepar": 127, "present": 171, "pressur": 11, "previou": [4, 35, 36, 38, 39, 40, 131, 144, 149], "previous_st": [4, 35, 36, 38, 39, 40], "previousst": [131, 144, 148, 149], "print": [111, 115, 116, 117, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 195], "probabl": 11, "procedur": 196, "process": [148, 196], "produc": [58, 150, 161, 172], "profil": [31, 42, 110, 127, 128, 141, 150, 195, 196], "program": 69, "progress": 196, "project": [112, 124], "propag": [65, 67, 68, 72, 78, 80, 81, 114, 115, 116, 123, 125, 126, 128, 132, 169, 170, 175, 195, 196], "propagation_st": 123, "propel": 157, "propellant_mass": 123, "properti": [2, 4, 6, 11, 35, 36, 38, 39, 40, 56, 58, 63, 65, 67, 68, 73, 75, 77, 78, 83, 84, 86, 92, 114], "propuls": [51, 52, 53, 121, 156, 157, 158], "propulsion_system": [52, 53, 121, 123, 125, 126], "propulsionsystem": [52, 53, 121, 123, 125, 126, 128, 157, 158, 195], "provid": [3, 4, 35, 36, 38, 39, 40, 44, 49, 56, 63, 66, 67, 68, 72, 78, 79, 80, 86, 90, 111, 112, 113, 116, 124, 132, 141, 155, 160, 162, 164, 165, 169, 170, 176, 196], "proxim": [56, 117, 160], "pub": [11, 137], "public": [11, 56, 129, 130, 131, 132, 133, 134, 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], "publish": 196, "pure": [114, 130, 141], "purpos": 169, "push": 196, "put": 196, "px": [113, 114, 116, 123, 125, 126], "py": [111, 118, 119, 120, 121, 127], "pybind": 196, "pybind11": 196, "pybind11_object": [2, 3, 4, 5, 6, 7, 9, 11, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 51, 53, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 83, 84, 86, 88, 90, 91, 92], "pypa": 127, "pypi": 196, "pyramid": [112, 124], "pyramid_b": [112, 124], "python3": [111, 118, 119, 120, 121, 127], "q": [56, 127, 160], "q_b_gcrf": [112, 124], "q_b_orb": [112, 124], "q_gcrf_to_vnc": 114, "q_law": 125, "q_orb_gcrf": [112, 124], "qlaw": [125, 128, 132, 195, 197], "qsw": [62, 63, 65, 164, 165, 167, 195], "qualifi": 196, "quantiti": 196, "quasi": [62, 63, 65], "quaterion": 192, "quateriontocoordin": [192, 195], "quaternion": [19, 43, 49, 69, 94, 95, 112, 124, 151, 155, 171, 191, 192], "question": [183, 184, 185], "quickest": 196, "quiet": 127, "quotient": [56, 160], "r": [56, 122, 123, 124, 160, 195], "r_a": 86, "r_ecef_m": 177, "r_p": 86, "raan": [37, 77, 83, 84, 86, 88, 111, 122, 124, 146, 183, 184, 185, 186, 187, 195], "rad": 117, "rad2deg": 115, "radial": [77, 83, 84, 86, 186], "radian": [144, 186], "radiat": 11, "radiaul": 186, "radiu": [56, 77, 78, 83, 84, 86, 108, 167, 177, 186], "rais": [111, 118, 119, 120, 121, 125], "rang": [9, 35, 99, 100, 111, 112, 118, 119, 120, 121, 135, 144], "range_rang": [9, 111], "rate": [42, 51, 56, 126, 150, 156, 160, 186], "ration": [31, 66, 174], "re": [112, 124], "reach": [115, 190], "read": [3, 28, 29, 30, 31, 32, 33, 118, 119, 120, 121, 130, 138, 139, 140, 141, 142, 143], "read_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "reader": [118, 119, 120, 121], "readi": [102, 196], "readindex": [130, 195], "readstates": [130, 195], "real": [4, 5, 6, 9, 11, 35, 36, 38, 39, 40, 42, 51, 52, 53, 55, 56, 58, 67, 68, 75, 77, 78, 83, 84, 86, 88, 92, 115, 131, 132, 133, 135, 137, 144, 149, 150, 156, 157, 158, 159, 160, 161, 169, 170, 177, 178, 179, 183, 184, 185, 186, 187, 190], "realcondit": [36, 37, 38, 115, 125, 126, 128, 131, 145, 146, 147, 195], "realinterv": [9, 22, 111, 117], "realiz": 177, "recent": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "recommend": [11, 127, 196], "recommended_od_span": 11, "recommendedodspan": [137, 195], "rectum": [77, 83, 84, 86, 186], "recurs": 127, "red": [111, 122, 124, 127], "reduc": [70, 130, 138, 139, 140, 141, 142, 143, 171, 172, 195], "ref": [11, 56], "refer": [3, 11, 18, 20, 28, 29, 30, 31, 32, 33, 37, 55, 69, 70, 77, 83, 84, 86, 88, 91, 94, 95, 96, 97, 118, 119, 120, 121, 130, 131, 132, 134, 138, 139, 140, 141, 142, 150, 151, 152, 153, 156, 157, 158, 159, 160, 163, 166, 168, 171, 172, 179, 186, 187, 189, 191, 192, 193, 194], "referenc": [69, 171, 172], "reference_fram": 11, "reffram": [137, 195], "region": 112, "rel": [4, 11, 35, 36, 38, 39, 40, 56, 92, 126, 131, 137, 177, 190, 195, 196], "relat": [31, 91, 189, 190], "relative_effectivity_threshold": 56, "relative_metadata": 11, "relative_posit": 11, "relative_tim": 196, "relative_toler": 92, "relative_veloc": 11, "relativeeffectivitythreshold": [160, 195], "relativemetadata": [11, 137, 195], "relativeposit": [137, 195], "relativeveloc": [137, 195], "releas": 196, "relev": 196, "remov": 172, "render": 110, "repetit": [68, 170], "repetition_count": 68, "repo": 196, "report": 196, "repr": [111, 118, 119, 120, 121], "repres": [7, 65, 69, 111, 112, 131, 144, 145, 148, 149, 159, 169, 170, 171, 176, 186], "represent": [2, 35, 36, 38, 40, 73, 77, 78, 83, 84, 86, 176], "reptit": 170, "request": [92, 161], "requir": [6, 69, 92, 121, 127, 171, 196], "researchg": [56, 160], "residu": 11, "residuals_accept": 11, "residualsaccept": [137, 195], "resolut": 17, "resolv": [69, 127, 130, 171, 172, 189, 193, 194], "respect": [69, 94, 95, 96, 97, 113, 160, 171], "result": [127, 149, 169, 170, 189, 191, 192, 193, 194, 196], "return": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 99, 100, 101, 103, 104, 105, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "revolut": [65, 72, 73, 78, 79, 80, 81, 88, 176, 179, 187], "revolution_numb": [65, 73, 88], "revolution_number_at_epoch": 88, "rf": 197, "rgb": [22, 111, 112, 117, 122, 124], "rgba": [23, 111, 112, 117, 124], "rideshar": 177, "rideshare_payload_users_guid": 177, "right": [37, 77, 83, 84, 86, 88, 124, 146, 186, 187], "rise": [6, 133], "rm": 11, "rocket": 11, "rocketbodi": [11, 137, 195], "roll": [112, 124], "root": [6, 77, 83, 84, 86, 92, 115, 127, 133, 190, 195], "root_solv": 92, "root_solver_has_converg": 92, "rootsolv": [92, 128, 190, 195], "rootsolverhasconverg": [190, 195], "rootsolversolut": 6, "rotat": [43, 49, 69, 112, 124, 171], "rotate_vector": 114, "rotation_vector": [112, 124], "rotationvector": [112, 124], "row": [31, 118, 119, 120, 121, 141], "run": 127, "runge_kutta_dormand_prince_45": 196, "rungekutta4": [92, 123], "rungekuttacashkarp54": 92, "rungekuttadopri5": [92, 118, 119, 120, 121, 126], "rungekuttafehlberg78": 92, "runtim": 196, "runtimeerror": 114, "said": 125, "same": [31, 118, 119, 120, 121, 188, 196], "sample_s": 123, "sat_pass": 176, "satellit": [22, 33, 52, 53, 55, 62, 63, 65, 69, 88, 111, 115, 122, 132, 143, 157, 158, 171, 187, 196, 197], "satellite_1_coordin": 117, "satellite_1_pos_n": 117, "satellite_1_st": 117, "satellite_1_unit": 117, "satellite_2_coordin": 117, "satellite_2_pos_n": 117, "satellite_2_st": 117, "satellite_2_unit": 117, "satellite_geometri": [52, 113, 118, 119, 120, 121, 123, 125, 126], "satellite_interference_data": 117, "satellite_interference_df": 117, "satellite_nam": 88, "satellite_numb": 88, "satellite_orbit": [111, 112, 124], "satellite_orbit_geometry_df": 111, "satellite_pos_n": 117, "satellite_position_n": [112, 124], "satellite_system": [33, 53, 55, 113, 118, 119, 120, 121, 123, 125, 126], "satellite_trajectory_data": 117, "satellite_trajectory_df": 117, "satellitesystem": [33, 53, 55, 113, 118, 119, 120, 121, 123, 125, 126, 128, 143, 152, 158, 195, 196], "satellitesystembuild": [128, 195], "satisfi": [4, 35, 36, 38, 39, 40, 59, 67, 92, 126, 127, 131, 144, 148, 149, 169], "scale": [56, 111, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "scatter": [113, 114, 118, 119, 120, 121, 123, 125, 126], "scatter3d": [122, 124], "scatter_geo": 116, "scattergeo": [23, 111, 112, 117, 122, 124], "scenario": 197, "scenario001": [118, 196], "scenario002": 119, "scenario003": 120, "scenario004": 121, "scenariox": 196, "scene": [112, 122, 124], "scheme": [58, 174], "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": [137, 195], "screenexittim": [137, 195], "screenvolumefram": [137, 195], "screenvolumei": [137, 195], "screenvolumeshap": [137, 195], "screenvolumex": [137, 195], "screenvolumez": [137, 195], "script": 196, "search": 162, "search_interv": 117, "sec": [118, 119, 120, 121], "second": [51, 77, 83, 84, 86, 88, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 124, 126, 127, 150, 187, 189, 193, 194, 196], "second_lin": 88, "section": [52, 53, 126, 137, 157, 158, 196], "secular": [83, 183, 184], "sedr": [11, 137, 195], "seen": 117, "segment": [68, 126, 128, 170, 195, 196], "segment_solut": [68, 125, 126], "segment_typ": 67, "segmentarrai": 170, "segmentpropagationdurationlimit": 170, "segmentsolut": [67, 68, 170, 195], "segmenttyp": [169, 195], "select": [67, 111, 112], "self": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 114, 117], "semi": [37, 56, 77, 83, 84, 86, 124, 146, 183, 184, 185, 186], "semi_latus_rectum": [77, 83, 84, 86], "semi_major_axi": [37, 77, 83, 84, 86], "semilatu": [77, 83, 84, 86], "semimajoraxi": [77, 83, 84, 86, 123, 125, 146, 186, 195], "sensor": [107, 108, 110, 127, 197], "sensor_geometri": [112, 124], "sensor_project": 112, "separ": [117, 177], "sequenc": [75, 128, 195, 196, 197], "sequence_numb": [75, 177], "sequencenumb": [177, 195], "sequencesolut": 68, "sequenti": 125, "serv": [56, 160], "server": 196, "set": [7, 9, 39, 48, 53, 56, 59, 65, 66, 68, 69, 79, 88, 92, 111, 112, 113, 122, 158, 160, 162, 168, 169, 170, 179, 186, 187, 189, 193, 194, 196], "set_access_filt": 9, "set_aer_filt": 9, "set_cached_state_arrai": 79, "set_dynam": 66, "set_epoch": 88, "set_inst": [115, 116], "set_revolution_number_at_epoch": 88, "set_satellite_numb": 88, "set_state_filt": 9, "set_step": 9, "set_toler": 9, "setaccessfilt": [135, 195], "setaerfilt": [135, 195], "setcachedstatearrai": [179, 195], "setdynam": [168, 195], "setepoch": [187, 195], "setrevolutionnumberatepoch": [187, 195], "setsatellitenumb": [187, 195], "setstatefilt": [135, 195], "setstep": [135, 195], "settoler": [135, 195], "setup": [114, 115, 116, 127, 197], "sfu": 113, "sgp4": [65, 72, 78, 79, 81, 111, 112, 117, 124, 128, 175, 195, 196], "sgp4_model": [111, 112, 122], "shape": 11, "share": [70, 130, 132, 136, 138, 139, 140, 141, 142, 143, 146, 148, 150, 151, 153, 154, 155, 159, 160, 163, 164, 165, 167, 168, 169, 170, 171, 172, 183, 186, 188, 189, 191, 192, 193, 194], "shell": 196, "short": [77, 83, 84, 183, 184, 185], "shortcut": 111, "shortest": 179, "should": [168, 171, 179], "show": [22, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "show_orbital_track": [110, 127], "show_xyz_ax": 110, "showbackground": [122, 124], "showcountri": [112, 124], "showgrid": [112, 124], "showlak": [112, 124], "showland": [111, 112, 117, 124], "showlegend": [111, 112, 117, 118, 119, 120, 121, 122, 124], "shown": 196, "showocean": [112, 124], "showscal": [122, 124], "si": [77, 83, 84, 86, 156, 186], "sight": 117, "signal": [2, 117], "similar": 196, "similarli": 115, "simpl": 112, "simplest": 196, "simplifi": [53, 158, 196], "sin": [122, 124], "singl": [39, 171], "site": [111, 118, 119, 120, 121, 127], "six": [88, 127, 187], "size": [69, 91, 94, 95, 96, 97, 110, 111, 117, 122, 124, 130, 133, 160, 161, 162, 168, 170, 171, 188, 189, 190], "sma": [125, 126], "sma_condit": 125, "so": [53, 114, 177], "sol": [125, 126], "solar": [11, 197], "solar_radiation_pressur": 11, "solarradiationpressur": [137, 195], "solut": [6, 67, 68, 92, 115, 126, 133, 169, 170, 190, 195], "solv": [6, 59, 67, 68, 116, 126, 133, 162, 169, 170, 190, 195], "solve_to_condit": [68, 125], "solver": [6, 66, 67, 68, 77, 83, 84, 86, 92, 126, 128, 133, 168, 169, 170, 190, 195], "solvetocondit": [170, 195], "some": 111, "soon": 196, "sort": [42, 141, 150, 168, 179], "sourc": 196, "south": [73, 176], "space": [7, 127, 134, 183, 184, 185], "spacecraft": [42, 43, 56, 75, 138, 150, 151, 160, 196], "spacex": [128, 195, 196], "span": 11, "specif": [5, 42, 46, 48, 49, 51, 63, 67, 68, 113, 126, 132, 150, 156, 160, 165, 169, 170], "specifi": [11, 46, 48, 49, 53, 77, 83, 84, 86, 113, 158, 169, 172, 174, 196], "specific_impuls": [51, 67, 68, 156], "specific_impulse_si_unit": [51, 121, 123, 125, 126], "specificimpuls": 156, "spheric": [9, 111, 112, 114, 115, 116, 117, 118, 120, 121, 123, 124, 177, 196], "spline": 174, "squar": 51, "srp": 11, "ss": 177, "stackexchang": [183, 184, 185], "standalon": 196, "standard": 196, "start": [9, 11, 67, 68, 114, 116, 117, 126, 169, 170, 188, 190], "start_inst": [111, 112, 115, 116, 117, 118, 119, 120, 121, 122, 124, 127], "start_screen_period": 11, "start_stat": [118, 119, 120, 121], "startscreenperiod": [137, 195], "state": [3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 58, 64, 65, 66, 67, 68, 70, 72, 75, 77, 78, 79, 80, 81, 83, 84, 86, 100, 102, 104, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 128, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 151, 153, 154, 155, 161, 164, 166, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 195, 196, 197], "state_arrai": 79, "state_build": [69, 113, 118, 119, 120, 121, 123, 125, 126], "state_filt": [9, 117], "state_gcrf": 124, "state_ind": [118, 119, 120, 121], "state_lla": [112, 124], "state_logg": 92, "state_vector": [3, 33, 115], "statearrai": [134, 179], "statebuild": [69, 113, 118, 119, 120, 121, 123, 125, 126, 128, 171, 195], "statefilt": 117, "statelogg": [92, 190], "states_gcrf": 124, "states_line_str": [112, 124], "states_lla": [112, 124], "statetyp": 69, "statevector": 190, "static": [2, 3, 4, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 49, 51, 52, 53, 55, 58, 61, 62, 65, 66, 67, 69, 70, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 128, 129, 130, 131, 133, 134, 135, 136, 137, 141, 144, 146, 149, 150, 151, 152, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 171, 172, 174, 176, 177, 178, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196], "station": [22, 117, 197], "std": [129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 190], "step": [9, 58, 59, 92, 110, 112, 117, 122, 124, 126, 127, 161, 162, 190, 196], "step_dur": 58, "step_percentag": 58, "stepper": [92, 126, 190], "stepper_typ": 92, "steppertyp": [92, 118, 119, 120, 121, 123, 190], "stevengj": 196, "stk": [176, 186], "stm": [58, 161], "stop": [125, 196], "stop_inst": 117, "storag": 177, "store": [42, 112, 150], "str": [2, 3, 4, 5, 11, 13, 15, 17, 22, 23, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 94, 95, 96, 97, 102, 107, 108, 109, 110, 111, 113, 114, 117], "strategi": [56, 160], "stream": [130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186, 187], "strictli": [36, 38, 40, 126], "strictlyneg": [36, 38, 40, 126, 149, 195], "strictlyposit": [36, 38, 40, 125, 126, 149, 195], "string": [2, 3, 4, 5, 11, 17, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 110, 129, 130, 131, 132, 137, 138, 139, 142, 143, 144, 145, 148, 149, 151, 153, 154, 155, 161, 165, 167, 169, 176, 177, 178, 186, 187, 189, 191, 192, 193, 194], "string_from_criterion": [35, 36, 38, 40], "string_from_el": [77, 83, 84, 86], "string_from_log_typ": 92, "string_from_perturbation_typ": 78, "string_from_phas": 73, "string_from_stepper_typ": 92, "string_from_typ": [2, 58, 73], "stringfromcriterion": [144, 149, 195], "stringfromel": [186, 195], "stringfromframetyp": [167, 195], "stringfromperturbationtyp": [178, 195], "stringfromphas": [176, 195], "stringfromtyp": [4, 35, 36, 38, 39, 40, 129, 131, 161, 165, 176, 195], "struct": [130, 131, 133, 137, 160, 169, 170, 177, 190], "structur": [130, 138, 139, 140, 141, 142, 143, 190, 196], "studi": 157, "sub": [59, 162], "subclass": [130, 131, 132, 134, 149, 152, 153, 166, 174, 175, 183, 186, 189], "subgeometri": 152, "subject": [130, 168], "submodul": 127, "subset": [3, 28, 29, 30, 31, 32, 33, 67, 69, 70, 90, 91, 94, 95, 96, 97, 114, 130, 138, 139, 140, 141, 142, 143, 169, 171, 172, 188, 189, 191, 192, 193, 194], "subset_1": [189, 193, 194], "subset_2": [189, 193, 194], "subtract": [91, 94, 95, 96, 97, 171, 189, 193, 194, 195], "suffic": 112, "sugar": 69, "sum": [91, 94, 95, 96, 97, 171], "sun": [65, 115, 116, 125, 167], "sun_synchron": [65, 111, 113, 123, 125, 126, 127], "sun_vector": 115, "sunsynchron": [167, 195], "super": 114, "support": 174, "surfac": [52, 53, 91, 94, 95, 96, 97, 112, 122, 124, 126, 157, 158, 167, 189], "surface_area": [91, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126], "surfacearea": [157, 189, 195], "svg": [111, 112, 114, 116, 117, 118, 119, 120, 121, 124], "switch": 162, "sy": 127, "synchron": [65, 167], "syntact": 69, "system": [33, 55, 69, 92, 118, 119, 120, 121, 127, 128, 130, 143, 171, 190, 195, 196], "system_of_equ": 92, "systemofequationswrapp": [130, 190], "t": [118, 119, 120, 121, 125, 168, 196], "tab": 196, "tabl": 122, "tabul": [42, 65, 116, 126, 128, 130, 134, 150, 153, 166, 168, 175, 195, 196], "tabulated_dynam": 42, "tabulateddynam": [150, 195], "tabulateddynamicssptr": 150, "take": [122, 190, 196], "taken": [168, 172], "target": [4, 35, 36, 37, 38, 39, 40, 56, 99, 110, 115, 125, 126, 131, 132, 144, 146, 148, 149, 151, 160, 195], "target_angl": 35, "target_co": [56, 123, 125], "target_coordin": 112, "target_geometri": [112, 116], "target_intersect": 112, "target_intersection_df": 112, "target_lla": 124, "target_posit": 124, "target_position_n": 124, "target_rang": 35, "target_valu": [4, 40, 125, 126], "tca": [111, 137, 195], "teh": 69, "templat": [69, 153, 166, 172], "tempor": [59, 162], "temporalconditionsolv": [116, 128, 195], "tensor": [52, 53, 126, 157, 158], "term": [88, 187], "termin": 67, "tessil": 196, "text": 86, "than": [7, 46, 48, 49, 64, 65, 66, 125, 196], "thei": [31, 196], "them": [168, 196], "themselv": 117, "ther": 90, "theta": [122, 124, 160], "theta_grid": [122, 124], "thetarhtogcrf": [160, 195], "thi": [2, 39, 44, 53, 56, 67, 68, 69, 70, 77, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 130, 138, 139, 140, 141, 142, 143, 157, 158, 162, 168, 169, 170, 171, 176, 179, 187, 190, 196], "third": [32, 125, 126, 142], "thirdbodygrav": [128, 130, 195, 196], "those": [112, 196], "threshold": 56, "through": [7, 134], "throw": 196, "thrust": [5, 11, 42, 51, 55, 56, 121, 125, 126, 132, 143, 150, 156, 159, 160, 197], "thrust_acceler": [5, 11, 55, 56], "thrust_condit": 126, "thrust_direct": 55, "thrust_si_unit": [51, 121, 123, 125, 126], "thrustacceler": [137, 195], "thruster": [67, 68, 114, 121, 123, 125, 126, 128, 130, 132, 159, 169, 170, 195], "thruster_dynam": [67, 68, 114, 125, 126], "thrusterdynam": [67, 114], "tide": 11, "till": [116, 125, 126], "time": [2, 3, 4, 5, 7, 9, 11, 17, 28, 29, 30, 31, 32, 33, 36, 38, 40, 42, 43, 46, 48, 49, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 131, 134, 135, 144, 149, 162, 167, 168, 177, 179, 187, 190, 196], "time_last_observation_end": 11, "time_last_observation_start": 11, "time_of_closest_approach": [2, 11], "time_step": [59, 92, 116], "timedelta": 14, "timelastobend": [137, 195], "timelastobstart": [137, 195], "timespec": 17, "tip": 196, "titl": [111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125], "title_prefix": [118, 119, 120, 121], "title_text": [118, 119, 120, 121], "tle": [80, 111, 112, 117, 122, 128, 180, 181, 195, 196], "tle_1": 117, "tle_2": 117, "tmp": 127, "tnw": [62, 63, 65, 164, 165, 167, 195], "to_cartesian": [111, 124], "to_co": [77, 83, 84], "to_dataframe_rm": [118, 119, 120, 121], "to_fram": [91, 94, 95, 96, 97], "to_norm": [112, 124], "to_posit": [99, 111], "to_stat": 75, "to_str": 115, "to_tabulated_dynam": 42, "to_trajectori": 9, "toc": 0, "toco": [183, 184, 185, 195], "tofram": [191, 192, 193, 194], "toframesptr": 189, "togeth": 53, "token": 127, "toler": [6, 9, 56, 59, 77, 83, 84, 86, 92, 116, 117, 126, 133, 162, 186, 190], "tolist": [113, 118, 119, 120, 121, 123, 125, 126], "tool": [118, 119, 120, 121, 196], "top": 69, "topocentr": [62, 63, 65], "tostat": [177, 195], "totabulateddynam": [150, 195], "total": [90, 117, 126, 188], "tqdm": 117, "trace": [122, 124], "traceback": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "track": [11, 55, 65, 110, 112, 114, 121], "tracks_avail": 11, "tracks_us": 11, "tracksavail": [137, 195], "tracksus": [137, 195], "traitlet": 127, "trajectori": [2, 3, 4, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 101, 111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 127, 128, 135, 136, 151, 155, 195, 196], "trajectory_step": [22, 117], "transform": [43, 63, 69, 112, 124, 128, 153, 164, 165, 171, 189, 191, 192, 193, 194, 195, 196], "transpos": 124, "tri": 114, "true": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 56, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 111, 112, 115, 117, 118, 119, 120, 121, 122, 124, 126, 127, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 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, 183, 186, 187, 188, 189, 195], "true_anomali": [37, 77, 83, 84, 86], "true_anomaly_from_eccentric_anomali": [77, 83, 84, 86], "true_anomaly_from_mean_anomali": [77, 83, 84, 86], "trueanomali": [77, 83, 84, 86, 146, 186, 195], "trueanomalyfromeccentricanomali": [186, 195], "trueanomalyfrommeananomali": [186, 195], "tupl": [16, 18, 19, 20, 35, 56, 65, 77, 83, 84, 86, 92, 99, 100, 101, 102, 104, 107, 108, 109, 111, 160], "tutori": [111, 112, 118, 119, 120, 121, 122, 124], "tuxfamili": 196, "two": [2, 53, 88, 110, 111, 114, 115, 117, 122, 158, 171, 187, 189, 193, 194, 196], "type": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 129, 131, 137, 141, 144, 148, 149, 150, 151, 153, 155, 160, 161, 162, 164, 165, 166, 167, 168, 169, 174, 176, 178, 182, 186, 187, 190, 195, 196], "typedef": [162, 167, 186], "typeerror": 122, "u": [112, 196], "undefin": [2, 7, 9, 11, 43, 44, 49, 51, 52, 56, 61, 62, 63, 65, 69, 70, 73, 75, 77, 83, 84, 86, 88, 92, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 129, 134, 135, 137, 151, 152, 155, 156, 157, 160, 163, 164, 165, 167, 168, 170, 171, 172, 176, 177, 184, 185, 186, 187, 190, 195], "under": [66, 126, 171, 196], "underli": [153, 166], "undesir": 190, "uniqu": 189, "unit": [2, 4, 11, 35, 36, 37, 38, 39, 40, 42, 44, 51, 52, 53, 56, 65, 67, 68, 69, 75, 77, 78, 83, 84, 86, 88, 111, 112, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 156, 163, 171, 186], "unknown": [11, 125, 137, 195], "until": [68, 92, 190], "up": [62, 66, 112, 113, 117, 122, 124, 169, 170, 196], "updat": [117, 122, 127, 131, 148], "update_layout": [118, 119, 120, 121], "update_xax": [118, 119, 120, 121], "update_yax": [118, 119, 120, 121], "updatetarget": [131, 148, 195], "upper": [6, 133], "upper_bound": 6, "us": [0, 6, 11, 31, 33, 39, 42, 53, 56, 58, 66, 67, 68, 77, 86, 92, 111, 112, 113, 114, 118, 119, 120, 121, 122, 123, 124, 127, 132, 141, 144, 145, 146, 147, 149, 150, 161, 162, 168, 169, 170, 171, 172, 174, 179, 190, 196], "user": [127, 171], "usr": [111, 118, 119, 120, 121, 127], "usual": 111, "utc": [111, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "util": [69, 111, 122, 171, 179], "v": [42, 67, 68, 125, 169, 170], "v_": 122, "v_ecef_m_per_": 177, "valid": 197, "valu": [2, 4, 11, 13, 14, 15, 16, 17, 18, 19, 20, 35, 36, 38, 39, 40, 42, 53, 56, 58, 63, 65, 67, 73, 77, 78, 83, 84, 86, 91, 92, 101, 102, 113, 115, 125, 126, 129, 131, 137, 144, 145, 148, 149, 151, 156, 158, 160, 161, 163, 165, 167, 169, 176, 178, 186, 189, 191, 192, 193, 194, 195, 196], "valueerror": [111, 118, 119, 120, 121], "valueoffset": [131, 195], "variabl": [114, 170], "variat": [83, 84, 183, 184, 185], "variou": [68, 122, 176], "vecctor": 188, "vector": [3, 4, 28, 29, 30, 31, 32, 33, 55, 61, 62, 77, 83, 84, 86, 90, 130, 131, 138, 139, 140, 141, 142, 143, 160, 163, 164, 165, 177, 186, 188, 192], "vector3d": [61, 132, 150, 159, 160, 163, 164, 165, 171], "vector5d": 160, "vector6d": [77, 83, 84, 86, 160, 186], "vectorxd": [70, 130, 138, 139, 140, 141, 142, 143, 161, 171, 172, 188, 189, 191, 192, 193, 194], "vehicl": 165, "vehsat_coordtype_class": 186, "veloc": [5, 11, 20, 55, 56, 62, 63, 65, 69, 75, 77, 83, 84, 86, 94, 97, 114, 115, 116, 118, 119, 120, 121, 132, 137, 140, 159, 160, 164, 165, 171, 177, 186, 191, 194, 195, 196], "velocity_coordin": [5, 55, 56], "velocity_direct": 55, "velocity_it": [118, 119, 120, 121], "velocity_iter_m": [118, 119, 120, 121], "velocity_vector": 62, "velocitydirect": 159, "venv": 127, "verbos": [68, 125, 126, 170, 190], "verifi": 114, "version": [11, 196], "vertic": [62, 63, 65, 165], "via": 196, "viewer": 127, "viridi": [122, 124], "virtual": [3, 114, 127, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 157, 159, 160, 165, 166, 167, 173, 174, 175, 178, 179, 180, 182, 183, 184, 185, 186, 189, 191, 192, 193, 194], "visibl": [2, 111, 129], "visual": 197, "vnc": [62, 63, 65, 114, 126, 164, 165, 167, 195], "vo": 176, "void": [130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 190], "volum": 11, "vvlh": [62, 63, 65, 112, 124, 127, 164, 165, 167, 195], "vx": 196, "vy": 196, "vz": [73, 196], "wa": [75, 170, 188], "wai": [53, 158, 196], "want": [53, 158, 190, 196], "warn": 127, "we": [111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 196], "weight": [11, 56], "weighted_rm": 11, "weightedrm": [137, 195], "welcom": 196, "well": [111, 112, 117], "were": [122, 170, 196], "west": [62, 63, 65], "wet": 123, "wet_mass": [121, 123, 125, 126], "wgs84": 177, "what": [115, 118, 119, 120, 121, 183, 184, 185], "when": [2, 35, 67, 68, 115, 117, 125, 144, 170, 171, 187, 196], "where": [111, 131, 144, 145, 149, 196], "whether": [6, 36, 67, 68, 92, 110, 131, 133, 144, 145, 148, 149, 159, 171, 172, 176, 190], "which": [3, 42, 46, 48, 49, 58, 59, 67, 68, 69, 72, 75, 77, 83, 84, 86, 111, 112, 115, 117, 124, 130, 132, 138, 139, 140, 141, 142, 143, 146, 150, 159, 162, 171, 172, 176, 189, 191, 192, 193, 194, 196], "while": 125, "who": 157, "whose": 196, "width": [110, 111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "wiki": [88, 134, 148, 156, 167, 186, 187], "wikipedia": [88, 134, 148, 156, 167, 186, 187], "window": 197, "wise": 189, "with_area": 53, "with_cross_sectional_surface_area": 53, "with_drag_coeffici": 53, "with_dry_mass": 53, "with_geometri": 53, "with_inertia_tensor": 53, "with_propulsion_system": 53, "witharea": 158, "withcrosssectionalsurfacearea": [158, 195], "withdragcoeffici": [158, 195], "withdrymass": [158, 195], "withgeometri": [158, 195], "within": [35, 111, 114, 117, 144, 162, 196], "within_rang": 35, "withinertiatensor": [158, 195], "withinrang": [35, 144, 195], "without": [157, 172], "withpropulsionsystem": [158, 195], "won": [118, 119, 120, 121], "work": [144, 196], "world": [22, 62, 117, 122], "wrap": 144, "wrapper": [130, 196], "write": [3, 28, 29, 30, 31, 32, 33, 67, 130, 138, 139, 140, 141, 142, 143, 196], "write_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "writeindex": [130, 195], "wrt": 167, "wth": 196, "www": [56, 160], "x": [11, 28, 29, 30, 31, 32, 53, 112, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 130, 138, 139, 140, 141, 142, 143, 158, 165, 196], "x86_64": 196, "x_": 122, "x_half_angl": 108, "xaxi": [122, 124], "xx": 177, "xxx": 177, "xxxx": 177, "xxxxxx": 177, "xyz": [110, 192], "y": [11, 53, 112, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 158, 165, 196], "y_half_angl": 108, "yaml": 196, "yaxi": [122, 124], "you": [53, 118, 119, 120, 121, 158, 196], "your": [53, 116, 196], "yyyi": 177, "z": [11, 73, 122, 124, 125, 165, 196], "zarya": [111, 187], "zaxi": [122, 124], "zero": [6, 56, 65, 133, 160, 167], "zerolinecolor": [122, 124], "zip": 124, "zonal": [77, 83, 84, 86], "zye6o7x2": 127}, "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_duration", "ostk.astrodynamics.converters.coerce_to_instant", "ostk.astrodynamics.converters.coerce_to_interval", "ostk.astrodynamics.converters.coerce_to_iso", "ostk.astrodynamics.converters.coerce_to_position", "ostk.astrodynamics.converters.coerce_to_quaternion", "ostk.astrodynamics.converters.coerce_to_velocity", "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_time_lla_aer_state", "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", "Altitude + Eccentricity Station-keeping Sequence", "Station-keeping Sequence", "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::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": 118, "2": 119, "3": 120, "4": 121, "access": [2, 8, 9, 111, 117, 129, 135, 136], "accessesplot": 22, "accuraci": 196, "against": [118, 119, 120, 121], "altern": 196, "altitud": 125, "analysi": 117, "angl": 115, "angularcondit": [35, 144], "angularveloc": [94, 191], "api": [128, 198], "area": 112, "ascend": 123, "ascens": 123, "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, 129, 130, 131, 132, 133, 134, 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, 196], "atmospher": 113, "atmosphericdrag": [28, 138], "attitudequaternion": [95, 192], "axi": 123, "benchmark": 196, "beta": 115, "blm": [183, 184, 185], "booleancondit": [36, 145], "brouwerlyddanemean": [77, 82, 83, 84, 183], "brouwerlyddanemeanlong": [83, 184], "brouwerlyddanemeanshort": [84, 185], "build": 196, "c": [128, 196], "cartesianposit": [96, 193], "cartesianveloc": [97, 194], "ccsd": [10, 11, 137], "cdm": [11, 137], "centralbodygrav": [29, 139], "cesium": 127, "class": [129, 130, 131, 132, 133, 134, 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], "coast": 125, "coe": [86, 186], "coecondit": [37, 146], "coerce_to_datetim": 13, "coerce_to_dur": 14, "coerce_to_inst": 15, "coerce_to_interv": 16, "coerce_to_iso": 17, "coerce_to_posit": 18, "coerce_to_quaternion": 19, "coerce_to_veloc": 20, "comparison": [118, 119, 120, 121], "comput": [111, 112, 122, 124], "compute_a": 99, "compute_time_lla_aer_st": 100, "compute_trajectory_geometri": 101, "condit": [115, 116], "conicsensor": 107, "conjunct": [10, 11, 137], "constant": [113, 114], "constantthrust": [55, 159], "contribut": 196, "convert": [12, 13, 14, 15, 16, 17, 18, 19, 20], "convert_st": 102, "convert_to_ground_track_plotting_data": 23, "coordinate_subset": [93, 94, 95, 96, 97], "coordinatebrok": [90, 188], "coordinatesubset": [91, 189, 191, 192, 193, 194], "coverag": 112, "creat": 116, "create_2d_map": 24, "create_3d_glob": 25, "create_plotly_figur": 26, "cross": [118, 119, 120, 121, 196], "custom": [115, 116], "debian": 196, "defin": [116, 117], "definit": 196, "densiti": 113, "depend": 196, "develop": 196, "displai": [21, 22, 23, 24, 25, 26], "docker": 196, "document": [128, 196, 198], "dynam": [3, 27, 28, 29, 30, 31, 32, 33, 113, 114, 126, 130, 138, 139, 140, 141, 142, 143], "ecc": 123, "eccentr": [123, 125], "eclips": 115, "environ": [111, 112, 123, 124, 125, 196], "error": [118, 119, 120, 121], "event": 115, "event_condit": [34, 35, 36, 37, 38, 39, 40], "eventcondit": [4, 131, 144, 145, 146, 147, 148, 149], "exampl": 0, "file": [118, 119, 120, 121], "filter": 117, "find": 117, "finitedifferencesolv": [58, 161], "flight": [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 150, 151, 152, 153, 154, 155, 156, 157, 158], "flux": 113, "frame": [118, 119, 120, 121], "function": 123, "gcrf": [118, 119, 120, 121], "gener": [9, 116, 135], "generatorcontext": 136, "geomagnet": 113, "get": 196, "gmat": [118, 119, 120, 121], "guidance_law": [54, 55, 56], "guidancelaw": [5, 132, 159, 160], "imag": 196, "impl": 181, "inc": 123, "inclin": 123, "index": 113, "initi": [113, 123, 125, 126], "input": [113, 123, 125, 126], "instal": 196, "instantcondit": [38, 147], "interfer": 117, "intersect": 112, "ipython": 196, "jupyterlab": 196, "keep": [123, 125, 126], "kepler": [78, 85, 86, 178, 186], "licens": 196, "list": 195, "lla_from_posit": 103, "lla_from_st": 104, "localorbitalframedirect": [61, 163], "localorbitalframefactori": [62, 164], "localorbitalframetransformprovid": [63, 165], "logicalcondit": [39, 148], "major": 123, "maneuv": [42, 125, 150], "messag": [10, 11, 74, 75, 137, 177], "mission": [118, 119, 120, 121], "model": [46, 47, 48, 49, 64, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 113, 116, 124, 153, 154, 155, 166, 173, 174, 175, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "multipl": 123, "node": 123, "notebook": 197, "numericalsolv": [92, 190], "open": 196, "opm": [75, 177], "orbit": [65, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 122, 123, 167, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "orbitmodel": 72, "orekit": [118, 119, 120, 121], "origin": 111, "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, 118, 119, 120, 121, 129, 130, 131, 132, 133, 134, 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], "our": 116, "output": [111, 122], "pass": [73, 176], "platform": [118, 119, 120, 121], "plot": [117, 118, 119, 120, 121], "position_from_lla": 105, "positionderiv": [30, 140], "process": [118, 119, 120, 121], "profil": [43, 45, 46, 47, 48, 49, 151, 153, 154, 155], "propag": [66, 79, 113, 118, 119, 120, 121, 168, 179], "propulsionsystem": [51, 156], "python": [196, 198], "qlaw": [56, 123, 160], "raan": 123, "realcondit": [40, 149], "rectangularsensor": 108, "result": [118, 119, 120, 121], "rf": 117, "right": 123, "rm": [118, 119, 120, 121], "rootsolv": [6, 133], "run": [117, 118, 119, 120, 121, 196], "satellit": [112, 113, 117, 123, 124, 125, 126, 127], "satellitesystem": [52, 157], "satellitesystembuild": [53, 158], "scenario": [117, 118, 119, 120, 121, 196], "segment": [67, 125, 169], "semi": 123, "sensor": [109, 112, 124], "sequenc": [68, 118, 119, 120, 121, 125, 126, 170], "set": [118, 119, 120, 121], "setup": [0, 111, 112, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 196], "sgp4": [80, 87, 88, 122, 180, 181, 187], "sma": 123, "solar": 113, "solver": [57, 58, 59, 116, 161, 162], "space": 196, "spacex": [74, 75, 177], "special": 196, "start": 196, "state": [69, 89, 90, 91, 92, 93, 94, 95, 96, 97, 113, 123, 125, 126, 127, 171, 188, 189, 190, 191, 192, 193, 194], "statebuild": [70, 172], "static": 173, "station": [123, 125, 126], "system": [44, 50, 51, 52, 53, 113, 123, 125, 126, 152, 156, 157, 158], "tabul": [31, 48, 81, 141, 154, 174, 182], "target": [111, 112, 123, 124], "temporalconditionsolv": [59, 162], "test": 196, "thank": 196, "thirdbodygrav": [32, 142], "thrust": 114, "thruster": [33, 143], "tle": [88, 187], "toler": 196, "toolkit": 196, "trajectori": [7, 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, 118, 119, 120, 121, 134, 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], "transform": [49, 155], "tutori": [0, 196, 197], "ubuntu": 196, "up": [118, 119, 120, 121], "user": [113, 123, 125, 126], "util": [98, 99, 100, 101, 102, 103, 104, 105, 123], "v": [118, 119, 120, 121], "valid": [118, 119, 120, 121, 196], "viewer": [106, 107, 108, 109, 110], "visual": [112, 124, 127], "window": 116}}) \ No newline at end of file +Search.setIndex({"alltitles": {"Access": [[111, "access"], [111, "id1"]], "Access Computation": [[111, "access-computation"]], "Alternatives": [[196, "alternatives"]], "Altitude + Eccentricity Station-keeping Sequence": [[125, "altitude-eccentricity-station-keeping-sequence"]], "Area Coverage": [[112, "area-coverage"]], "Area Target": [[112, "area-target"]], "Benchmark": [[196, "benchmark"]], "Beta angle condition": [[115, "beta-angle-condition"]], "Build": [[196, "build"]], "C++": [[196, "c"]], "C++ API Documentation": [[128, "c-api-documentation"]], "Class list": [[195, "class-list"]], "Class ostk::astrodynamics::Access": [[129, "class-ostk-astrodynamics-access"]], "Class ostk::astrodynamics::Dynamics": [[130, "class-ostk-astrodynamics-dynamics"]], "Class ostk::astrodynamics::EventCondition": [[131, "class-ostk-astrodynamics-eventcondition"]], "Class ostk::astrodynamics::GuidanceLaw": [[132, "class-ostk-astrodynamics-guidancelaw"]], "Class ostk::astrodynamics::RootSolver": [[133, "class-ostk-astrodynamics-rootsolver"]], "Class ostk::astrodynamics::Trajectory": [[134, "class-ostk-astrodynamics-trajectory"]], "Class ostk::astrodynamics::access::Generator": [[135, "class-ostk-astrodynamics-access-generator"]], "Class ostk::astrodynamics::access::GeneratorContext": [[136, "class-ostk-astrodynamics-access-generatorcontext"]], "Class ostk::astrodynamics::conjunction::message::ccsds::CDM": [[137, "class-ostk-astrodynamics-conjunction-message-ccsds-cdm"]], "Class ostk::astrodynamics::dynamics::AtmosphericDrag": [[138, "class-ostk-astrodynamics-dynamics-atmosphericdrag"]], "Class ostk::astrodynamics::dynamics::CentralBodyGravity": [[139, "class-ostk-astrodynamics-dynamics-centralbodygravity"]], "Class ostk::astrodynamics::dynamics::PositionDerivative": [[140, "class-ostk-astrodynamics-dynamics-positionderivative"]], "Class ostk::astrodynamics::dynamics::Tabulated": [[141, "class-ostk-astrodynamics-dynamics-tabulated"]], "Class ostk::astrodynamics::dynamics::ThirdBodyGravity": [[142, "class-ostk-astrodynamics-dynamics-thirdbodygravity"]], "Class ostk::astrodynamics::dynamics::Thruster": [[143, "class-ostk-astrodynamics-dynamics-thruster"]], "Class ostk::astrodynamics::eventcondition::AngularCondition": [[144, "class-ostk-astrodynamics-eventcondition-angularcondition"]], "Class ostk::astrodynamics::eventcondition::BooleanCondition": [[145, "class-ostk-astrodynamics-eventcondition-booleancondition"]], "Class ostk::astrodynamics::eventcondition::COECondition": [[146, "class-ostk-astrodynamics-eventcondition-coecondition"]], "Class ostk::astrodynamics::eventcondition::InstantCondition": [[147, "class-ostk-astrodynamics-eventcondition-instantcondition"]], "Class ostk::astrodynamics::eventcondition::LogicalCondition": [[148, "class-ostk-astrodynamics-eventcondition-logicalcondition"]], "Class ostk::astrodynamics::eventcondition::RealCondition": [[149, "class-ostk-astrodynamics-eventcondition-realcondition"]], "Class ostk::astrodynamics::flight::Maneuver": [[150, "class-ostk-astrodynamics-flight-maneuver"]], "Class ostk::astrodynamics::flight::Profile": [[151, "class-ostk-astrodynamics-flight-profile"]], "Class ostk::astrodynamics::flight::System": [[152, "class-ostk-astrodynamics-flight-system"]], "Class ostk::astrodynamics::flight::profile::Model": [[153, "class-ostk-astrodynamics-flight-profile-model"]], "Class ostk::astrodynamics::flight::profile::model::Tabulated": [[154, "class-ostk-astrodynamics-flight-profile-model-tabulated"]], "Class ostk::astrodynamics::flight::profile::model::Transform": [[155, "class-ostk-astrodynamics-flight-profile-model-transform"]], "Class ostk::astrodynamics::flight::system::PropulsionSystem": [[156, "class-ostk-astrodynamics-flight-system-propulsionsystem"]], "Class ostk::astrodynamics::flight::system::SatelliteSystem": [[157, "class-ostk-astrodynamics-flight-system-satellitesystem"]], "Class ostk::astrodynamics::flight::system::SatelliteSystemBuilder": [[158, "class-ostk-astrodynamics-flight-system-satellitesystembuilder"]], "Class ostk::astrodynamics::guidancelaw::ConstantThrust": [[159, "class-ostk-astrodynamics-guidancelaw-constantthrust"]], "Class ostk::astrodynamics::guidancelaw::QLaw": [[160, "class-ostk-astrodynamics-guidancelaw-qlaw"]], "Class ostk::astrodynamics::solver::FiniteDifferenceSolver": [[161, "class-ostk-astrodynamics-solver-finitedifferencesolver"]], "Class ostk::astrodynamics::solver::TemporalConditionSolver": [[162, "class-ostk-astrodynamics-solver-temporalconditionsolver"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection": [[163, "class-ostk-astrodynamics-trajectory-localorbitalframedirection"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory": [[164, "class-ostk-astrodynamics-trajectory-localorbitalframefactory"]], "Class ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider": [[165, "class-ostk-astrodynamics-trajectory-localorbitalframetransformprovider"]], "Class ostk::astrodynamics::trajectory::Model": [[166, "class-ostk-astrodynamics-trajectory-model"]], "Class ostk::astrodynamics::trajectory::Orbit": [[167, "class-ostk-astrodynamics-trajectory-orbit"]], "Class ostk::astrodynamics::trajectory::Propagator": [[168, "class-ostk-astrodynamics-trajectory-propagator"]], "Class ostk::astrodynamics::trajectory::Segment": [[169, "class-ostk-astrodynamics-trajectory-segment"]], "Class ostk::astrodynamics::trajectory::Sequence": [[170, "class-ostk-astrodynamics-trajectory-sequence"]], "Class ostk::astrodynamics::trajectory::State": [[171, "class-ostk-astrodynamics-trajectory-state"]], "Class ostk::astrodynamics::trajectory::StateBuilder": [[172, "class-ostk-astrodynamics-trajectory-statebuilder"]], "Class ostk::astrodynamics::trajectory::model::Static": [[173, "class-ostk-astrodynamics-trajectory-model-static"]], "Class ostk::astrodynamics::trajectory::model::Tabulated": [[174, "class-ostk-astrodynamics-trajectory-model-tabulated"]], "Class ostk::astrodynamics::trajectory::orbit::Model": [[175, "class-ostk-astrodynamics-trajectory-orbit-model"]], "Class ostk::astrodynamics::trajectory::orbit::Pass": [[176, "class-ostk-astrodynamics-trajectory-orbit-pass"]], "Class ostk::astrodynamics::trajectory::orbit::message::spacex::OPM": [[177, "class-ostk-astrodynamics-trajectory-orbit-message-spacex-opm"]], "Class ostk::astrodynamics::trajectory::orbit::model::Kepler": [[178, "class-ostk-astrodynamics-trajectory-orbit-model-kepler"]], "Class ostk::astrodynamics::trajectory::orbit::model::Propagated": [[179, "class-ostk-astrodynamics-trajectory-orbit-model-propagated"]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4": [[180, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4"]], "Class ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl": [[181, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4-impl"]], "Class ostk::astrodynamics::trajectory::orbit::model::Tabulated": [[182, "class-ostk-astrodynamics-trajectory-orbit-model-tabulated"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean": [[183, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemean"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong": [[184, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemeanlong"]], "Class ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort": [[185, "class-ostk-astrodynamics-trajectory-orbit-model-blm-brouwerlyddanemeanshort"]], "Class ostk::astrodynamics::trajectory::orbit::model::kepler::COE": [[186, "class-ostk-astrodynamics-trajectory-orbit-model-kepler-coe"]], "Class ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE": [[187, "class-ostk-astrodynamics-trajectory-orbit-model-sgp4-tle"]], "Class ostk::astrodynamics::trajectory::state::CoordinateBroker": [[188, "class-ostk-astrodynamics-trajectory-state-coordinatebroker"]], "Class ostk::astrodynamics::trajectory::state::CoordinateSubset": [[189, "class-ostk-astrodynamics-trajectory-state-coordinatesubset"]], "Class ostk::astrodynamics::trajectory::state::NumericalSolver": [[190, "class-ostk-astrodynamics-trajectory-state-numericalsolver"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity": [[191, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-angularvelocity"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion": [[192, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-attitudequaternion"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition": [[193, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-cartesianposition"]], "Class ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity": [[194, "class-ostk-astrodynamics-trajectory-state-coordinatesubset-cartesianvelocity"]], "Coast segment": [[125, "coast-segment"]], "Computation": [[112, "computation"], [122, "computation"], [124, "computation"]], "Constant Solar Flux and Geomagnetic Index Atmospheric Density Model": [[113, "constant-solar-flux-and-geomagnetic-index-atmospheric-density-model"]], "Constant Thrust Dynamics": [[114, "constant-thrust-dynamics"]], "Contribution": [[196, "contribution"]], "Create a model": [[116, "create-a-model"]], "Cross Validation and Accuracy Tolerances": [[196, "cross-validation-and-accuracy-tolerances"]], "Custom Event Condition": [[115, "custom-event-condition"]], "Custom Window Generation": [[116, "custom-window-generation"]], "Debian / Ubuntu": [[196, "debian-ubuntu"]], "Define Satellites": [[117, "define-satellites"]], "Define Scenario": [[117, "define-scenario"]], "Define our condition": [[116, "define-our-condition"]], "Define our solver": [[116, "define-our-solver"]], "Dependencies": [[196, "dependencies"]], "Development Environment": [[196, "development-environment"]], "Docker Images": [[196, "docker-images"]], "Documentation": [[196, "documentation"]], "Eccentricity targeting": [[123, "eccentricity-targeting"]], "Eclipse condition": [[115, "eclipse-condition"]], "Environment": [[111, "environment"], [112, "environment"], [124, "environment"]], "Examples {#Examples}": [[0, "examples-examples"]], "Find RF Interference Accesses": [[117, "find-rf-interference-accesses"]], "Getting Started": [[196, "getting-started"]], "Inclination targeting": [[123, "inclination-targeting"]], "Installation": [[196, "installation"]], "Interference Filter": [[117, "interference-filter"]], "JupyterLab": [[196, "jupyterlab"]], "License": [[196, "license"]], "Maneuver segment": [[125, "maneuver-segment"]], "Multiple targets": [[123, "multiple-targets"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 1)": [[118, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-1"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 2)": [[119, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-2"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 3)": [[120, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-3"]], "OSTk Cross-Platform Validation Against GMAT/Orekit (Mission Sequence Scenario 4)": [[121, "ostk-cross-platform-validation-against-gmat-orekit-mission-sequence-scenario-4"]], "Open Space Toolkit \u25b8 Astrodynamics": [[196, "open-space-toolkit-astrodynamics"]], "Orbit Computation": [[122, "orbit-computation"]], "Orbit Station-keeping with QLaw": [[123, "orbit-station-keeping-with-qlaw"]], "Origin": [[111, "origin"]], "Output": [[111, "output"], [122, "output"]], "Plots": [[117, "plots"]], "Process Cross Platform Results": [[118, "process-cross-platform-results"], [119, "process-cross-platform-results"], [120, "process-cross-platform-results"], [121, "process-cross-platform-results"]], "Propagate with OSTk": [[118, "propagate-with-ostk"], [119, "propagate-with-ostk"], [120, "propagate-with-ostk"], [121, "propagate-with-ostk"]], "Propagation": [[113, "propagation"]], "Python": [[196, "python"]], "Python API Documentation": [[198, "python-api-documentation"]], "Right Ascension of Ascending Node targeting": [[123, "right-ascension-of-ascending-node-targeting"]], "Run the analysis": [[117, "run-the-analysis"]], "Running the Validation Tests": [[196, "running-the-validation-tests"]], "SGP4": [[122, "sgp4"]], "SMA + Ecc": [[123, "sma-ecc"]], "SMA + Ecc + Inc + Raan targeting": [[123, "sma-ecc-inc-raan-targeting"]], "SMA + Ecc + Inclination": [[123, "sma-ecc-inclination"]], "SMA targeting": [[123, "sma-targeting"]], "Satellite": [[112, "satellite"], [124, "satellite"]], "Scenario Definition": [[196, "scenario-definition"]], "Semi Major Axis + Inclination": [[123, "semi-major-axis-inclination"]], "Sensor": [[112, "sensor"], [124, "sensor"]], "Sensor Modeling": [[124, "sensor-modeling"]], "Sequence": [[125, "sequence"], [126, "sequence"]], "Set up Comparison Files": [[118, "set-up-comparison-files"], [119, "set-up-comparison-files"], [120, "set-up-comparison-files"], [121, "set-up-comparison-files"]], "Setup": [[111, "setup"], [112, "setup"], [117, "setup"], [122, "setup"], [124, "setup"], [196, "setup"]], "Setup Comparison Scenario in OSTk": [[118, "setup-comparison-scenario-in-ostk"], [119, "setup-comparison-scenario-in-ostk"], [120, "setup-comparison-scenario-in-ostk"], [121, "setup-comparison-scenario-in-ostk"]], "Setup Dynamics, initial state and Satellite System": [[113, "setup-dynamics-initial-state-and-satellite-system"], [126, "setup-dynamics-initial-state-and-satellite-system"]], "Setup environment, initial state and Satellite System": [[123, "setup-environment-initial-state-and-satellite-system"], [125, "setup-environment-initial-state-and-satellite-system"]], "Setup {#Setup}": [[0, "setup-setup"]], "Special Thanks": [[196, "special-thanks"]], "Station-keeping Sequence": [[126, "station-keeping-sequence"]], "Target": [[111, "target"], [124, "target"]], "Target Intersection": [[112, "target-intersection"]], "Test": [[196, "test"]], "Trajectory RMS error vs GMAT run in the GCRF frame": [[118, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [119, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [120, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"], [121, "trajectory-rms-error-vs-gmat-run-in-the-gcrf-frame"]], "Tutorial": [[0, "tutorial"]], "Tutorial Notebooks": [[197, "tutorial-notebooks"]], "Tutorials": [[196, "tutorials"]], "User inputs": [[113, "user-inputs"], [123, "user-inputs"], [125, "user-inputs"], [126, "user-inputs"]], "Utility functions": [[123, "utility-functions"]], "Validation": [[196, "validation"]], "Validation Plots": [[118, "validation-plots"], [119, "validation-plots"], [120, "validation-plots"], [121, "validation-plots"]], "Visualization": [[112, "visualization"], [124, "visualization"]], "Visualize Satellite States (Cesium)": [[127, "visualize-satellite-states-cesium"]], "Window generation": [[116, "window-generation"]], "iPython": [[196, "ipython"]], "ostk.astrodynamics": [[1, "module-ostk.astrodynamics"]], "ostk.astrodynamics.Access": [[2, "ostk-astrodynamics-access"]], "ostk.astrodynamics.Dynamics": [[3, "ostk-astrodynamics-dynamics"]], "ostk.astrodynamics.EventCondition": [[4, "ostk-astrodynamics-eventcondition"]], "ostk.astrodynamics.GuidanceLaw": [[5, "ostk-astrodynamics-guidancelaw"]], "ostk.astrodynamics.RootSolver": [[6, "ostk-astrodynamics-rootsolver"]], "ostk.astrodynamics.Trajectory": [[7, "ostk-astrodynamics-trajectory"]], "ostk.astrodynamics.access": [[8, "module-ostk.astrodynamics.access"]], "ostk.astrodynamics.access.Generator": [[9, "ostk-astrodynamics-access-generator"]], "ostk.astrodynamics.conjunction.message.ccsds": [[10, "module-ostk.astrodynamics.conjunction.message.ccsds"]], "ostk.astrodynamics.conjunction.message.ccsds.CDM": [[11, "ostk-astrodynamics-conjunction-message-ccsds-cdm"]], "ostk.astrodynamics.converters": [[12, "module-ostk.astrodynamics.converters"]], "ostk.astrodynamics.converters.coerce_to_datetime": [[13, "ostk-astrodynamics-converters-coerce-to-datetime"]], "ostk.astrodynamics.converters.coerce_to_duration": [[14, "ostk-astrodynamics-converters-coerce-to-duration"]], "ostk.astrodynamics.converters.coerce_to_instant": [[15, "ostk-astrodynamics-converters-coerce-to-instant"]], "ostk.astrodynamics.converters.coerce_to_interval": [[16, "ostk-astrodynamics-converters-coerce-to-interval"]], "ostk.astrodynamics.converters.coerce_to_iso": [[17, "ostk-astrodynamics-converters-coerce-to-iso"]], "ostk.astrodynamics.converters.coerce_to_position": [[18, "ostk-astrodynamics-converters-coerce-to-position"]], "ostk.astrodynamics.converters.coerce_to_quaternion": [[19, "ostk-astrodynamics-converters-coerce-to-quaternion"]], "ostk.astrodynamics.converters.coerce_to_velocity": [[20, "ostk-astrodynamics-converters-coerce-to-velocity"]], "ostk.astrodynamics.display": [[21, "module-ostk.astrodynamics.display"]], "ostk.astrodynamics.display.AccessesPlot": [[22, "ostk-astrodynamics-display-accessesplot"]], "ostk.astrodynamics.display.convert_to_ground_track_plotting_data": [[23, "ostk-astrodynamics-display-convert-to-ground-track-plotting-data"]], "ostk.astrodynamics.display.create_2d_map": [[24, "ostk-astrodynamics-display-create-2d-map"]], "ostk.astrodynamics.display.create_3d_globe": [[25, "ostk-astrodynamics-display-create-3d-globe"]], "ostk.astrodynamics.display.create_plotly_figure": [[26, "ostk-astrodynamics-display-create-plotly-figure"]], "ostk.astrodynamics.dynamics": [[27, "module-ostk.astrodynamics.dynamics"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[28, "ostk-astrodynamics-dynamics-atmosphericdrag"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[29, "ostk-astrodynamics-dynamics-centralbodygravity"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[30, "ostk-astrodynamics-dynamics-positionderivative"]], "ostk.astrodynamics.dynamics.Tabulated": [[31, "ostk-astrodynamics-dynamics-tabulated"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[32, "ostk-astrodynamics-dynamics-thirdbodygravity"]], "ostk.astrodynamics.dynamics.Thruster": [[33, "ostk-astrodynamics-dynamics-thruster"]], "ostk.astrodynamics.event_condition": [[34, "module-ostk.astrodynamics.event_condition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[35, "ostk-astrodynamics-event-condition-angularcondition"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[36, "ostk-astrodynamics-event-condition-booleancondition"]], "ostk.astrodynamics.event_condition.COECondition": [[37, "ostk-astrodynamics-event-condition-coecondition"]], "ostk.astrodynamics.event_condition.InstantCondition": [[38, "ostk-astrodynamics-event-condition-instantcondition"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[39, "ostk-astrodynamics-event-condition-logicalcondition"]], "ostk.astrodynamics.event_condition.RealCondition": [[40, "ostk-astrodynamics-event-condition-realcondition"]], "ostk.astrodynamics.flight": [[41, "module-ostk.astrodynamics.flight"]], "ostk.astrodynamics.flight.Maneuver": [[42, "ostk-astrodynamics-flight-maneuver"]], "ostk.astrodynamics.flight.Profile": [[43, "ostk-astrodynamics-flight-profile"]], "ostk.astrodynamics.flight.System": [[44, "ostk-astrodynamics-flight-system"]], "ostk.astrodynamics.flight.profile": [[45, "module-ostk.astrodynamics.flight.profile"]], "ostk.astrodynamics.flight.profile.Model": [[46, "ostk-astrodynamics-flight-profile-model"]], "ostk.astrodynamics.flight.profile.model": [[47, "module-ostk.astrodynamics.flight.profile.model"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[48, "ostk-astrodynamics-flight-profile-model-tabulated"]], "ostk.astrodynamics.flight.profile.model.Transform": [[49, "ostk-astrodynamics-flight-profile-model-transform"]], "ostk.astrodynamics.flight.system": [[50, "module-ostk.astrodynamics.flight.system"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[51, "ostk-astrodynamics-flight-system-propulsionsystem"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[52, "ostk-astrodynamics-flight-system-satellitesystem"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[53, "ostk-astrodynamics-flight-system-satellitesystembuilder"]], "ostk.astrodynamics.guidance_law": [[54, "module-ostk.astrodynamics.guidance_law"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[55, "ostk-astrodynamics-guidance-law-constantthrust"]], "ostk.astrodynamics.guidance_law.QLaw": [[56, "ostk-astrodynamics-guidance-law-qlaw"]], "ostk.astrodynamics.solver": [[57, "module-ostk.astrodynamics.solver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[58, "ostk-astrodynamics-solver-finitedifferencesolver"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[59, "ostk-astrodynamics-solver-temporalconditionsolver"]], "ostk.astrodynamics.trajectory": [[60, "module-ostk.astrodynamics.trajectory"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[61, "ostk-astrodynamics-trajectory-localorbitalframedirection"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[62, "ostk-astrodynamics-trajectory-localorbitalframefactory"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[63, "ostk-astrodynamics-trajectory-localorbitalframetransformprovider"]], "ostk.astrodynamics.trajectory.Model": [[64, "ostk-astrodynamics-trajectory-model"]], "ostk.astrodynamics.trajectory.Orbit": [[65, "ostk-astrodynamics-trajectory-orbit"]], "ostk.astrodynamics.trajectory.Propagator": [[66, "ostk-astrodynamics-trajectory-propagator"]], "ostk.astrodynamics.trajectory.Segment": [[67, "ostk-astrodynamics-trajectory-segment"]], "ostk.astrodynamics.trajectory.Sequence": [[68, "ostk-astrodynamics-trajectory-sequence"]], "ostk.astrodynamics.trajectory.State": [[69, "ostk-astrodynamics-trajectory-state"]], "ostk.astrodynamics.trajectory.StateBuilder": [[70, "ostk-astrodynamics-trajectory-statebuilder"]], "ostk.astrodynamics.trajectory.orbit": [[71, "module-ostk.astrodynamics.trajectory.orbit"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[72, "ostk-astrodynamics-trajectory-orbit-orbitmodel"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[73, "ostk-astrodynamics-trajectory-orbit-pass"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[75, "ostk-astrodynamics-trajectory-orbit-message-spacex-opm"]], "ostk.astrodynamics.trajectory.orbit.model": [[76, "module-ostk.astrodynamics.trajectory.orbit.model"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[77, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[78, "ostk-astrodynamics-trajectory-orbit-model-kepler"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[79, "ostk-astrodynamics-trajectory-orbit-model-propagated"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[80, "ostk-astrodynamics-trajectory-orbit-model-sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[81, "ostk-astrodynamics-trajectory-orbit-model-tabulated"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[83, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean-brouwerlyddanemeanlong"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[84, "ostk-astrodynamics-trajectory-orbit-model-brouwerlyddanemean-brouwerlyddanemeanshort"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[86, "ostk-astrodynamics-trajectory-orbit-model-kepler-coe"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[88, "ostk-astrodynamics-trajectory-orbit-model-sgp4-tle"]], "ostk.astrodynamics.trajectory.state": [[89, "module-ostk.astrodynamics.trajectory.state"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[90, "ostk-astrodynamics-trajectory-state-coordinatebroker"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[91, "ostk-astrodynamics-trajectory-state-coordinatesubset"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[92, "ostk-astrodynamics-trajectory-state-numericalsolver"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[94, "ostk-astrodynamics-trajectory-state-coordinate-subset-angularvelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[95, "ostk-astrodynamics-trajectory-state-coordinate-subset-attitudequaternion"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition": [[96, "ostk-astrodynamics-trajectory-state-coordinate-subset-cartesianposition"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[97, "ostk-astrodynamics-trajectory-state-coordinate-subset-cartesianvelocity"]], "ostk.astrodynamics.utilities": [[98, "module-ostk.astrodynamics.utilities"]], "ostk.astrodynamics.utilities.compute_aer": [[99, "ostk-astrodynamics-utilities-compute-aer"]], "ostk.astrodynamics.utilities.compute_time_lla_aer_state": [[100, "ostk-astrodynamics-utilities-compute-time-lla-aer-state"]], "ostk.astrodynamics.utilities.compute_trajectory_geometry": [[101, "ostk-astrodynamics-utilities-compute-trajectory-geometry"]], "ostk.astrodynamics.utilities.convert_state": [[102, "ostk-astrodynamics-utilities-convert-state"]], "ostk.astrodynamics.utilities.lla_from_position": [[103, "ostk-astrodynamics-utilities-lla-from-position"]], "ostk.astrodynamics.utilities.lla_from_state": [[104, "ostk-astrodynamics-utilities-lla-from-state"]], "ostk.astrodynamics.utilities.position_from_lla": [[105, "ostk-astrodynamics-utilities-position-from-lla"]], "ostk.astrodynamics.viewer": [[106, "module-ostk.astrodynamics.viewer"]], "ostk.astrodynamics.viewer.ConicSensor": [[107, "ostk-astrodynamics-viewer-conicsensor"]], "ostk.astrodynamics.viewer.RectangularSensor": [[108, "ostk-astrodynamics-viewer-rectangularsensor"]], "ostk.astrodynamics.viewer.Sensor": [[109, "ostk-astrodynamics-viewer-sensor"]], "ostk.astrodynamics.viewer.Viewer": [[110, "ostk-astrodynamics-viewer-viewer"]]}, "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_duration", "_autosummary/ostk.astrodynamics.converters.coerce_to_instant", "_autosummary/ostk.astrodynamics.converters.coerce_to_interval", "_autosummary/ostk.astrodynamics.converters.coerce_to_iso", "_autosummary/ostk.astrodynamics.converters.coerce_to_position", "_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion", "_autosummary/ostk.astrodynamics.converters.coerce_to_velocity", "_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_time_lla_aer_state", "_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 [QLaw]", "_notebooks/Station-keeping Sequence", "_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_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": 61, "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_duration.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.converters.coerce_to_position.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion.rst", "_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.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_time_lla_aer_state.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 [QLaw].ipynb", "_notebooks/Station-keeping Sequence.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_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)": [[69, "ostk.astrodynamics.trajectory.State.__add__", false]], "__add__() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.__add__", false]], "absolute_effectivity_threshold (qlaw.parameters property)": [[56, "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)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_cached_state_array", false]], "access_contribution_profile() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_contribution_profile", false]], "access_coordinate_broker() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.access_coordinate_broker", false]], "access_end_instant() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.access_end_instant", false]], "access_end_instant() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.access_end_instant", false]], "access_frame() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_frame", false]], "access_instants() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.access_instants", false]], "access_kepler_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_kepler_model", false]], "access_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_model", false]], "access_numerical_solver() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.access_numerical_solver", false]], "access_parent_frame() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.access_parent_frame", false]], "access_propagated_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_propagated_model", false]], "access_propagator() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.access_propagator", false]], "access_sgp4_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_sgp4_model", false]], "access_start_instant() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.access_start_instant", false]], "access_start_instant() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.access_start_instant", false]], "access_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.access_subsets", false]], "access_tabulated_model() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.access_tabulated_model", false]], "accessesplot (class in ostk.astrodynamics.display)": [[22, "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)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.add", false]], "add() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.add", false]], "add() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.add", false]], "add() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.add", false]], "add() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.add", false]], "add_coast_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_coast_segment", false]], "add_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.add_dynamics", false]], "add_line() (viewer method)": [[110, "ostk.astrodynamics.viewer.Viewer.add_line", false]], "add_maneuver() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.add_maneuver", false]], "add_maneuver_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_maneuver_segment", false]], "add_profile() (viewer method)": [[110, "ostk.astrodynamics.viewer.Viewer.add_profile", false]], "add_satellite() (accessesplot method)": [[22, "ostk.astrodynamics.display.AccessesPlot.add_satellite", false]], "add_segment() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_segment", false]], "add_segments() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.add_segments", false]], "add_subset() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.add_subset", false]], "add_target() (viewer method)": [[110, "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]], "angularcondition (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition", false]], "angularcondition.criterion (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Criterion", false]], "angularcondition.target (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target", false]], "angularcondition.target.type (class in ostk.astrodynamics.event_condition)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type", false]], "angularvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity", false]], "aop() (coecondition static method)": [[37, "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)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_kepler", false]], "as_kepler() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_kepler", false]], "as_kepler() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_kepler", false]], "as_kepler() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_kepler", false]], "as_kepler() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_kepler", false]], "as_propagated() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_propagated", false]], "as_propagated() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_propagated", false]], "as_propagated() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_propagated", false]], "as_propagated() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_propagated", false]], "as_propagated() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_propagated", false]], "as_sgp4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.as_sgp4", false]], "as_sgp4() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.as_sgp4", false]], "as_sgp4() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.as_sgp4", false]], "as_sgp4() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.as_sgp4", false]], "as_sgp4() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.as_sgp4", false]], "atmospheric_model (cdm.metadata property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Metadata.atmospheric_model", false]], "atmosphericdrag (class in ostk.astrodynamics.dynamics)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag", false]], "attitudequaternion (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion", false]], "b (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.b", false]], "ballistic_coefficient (opm.deployment property)": [[75, "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)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition", false]], "booleancondition.criterion (class in ostk.astrodynamics.event_condition)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion", false]], "booleancondition.target (class in ostk.astrodynamics.event_condition)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target", false]], "booleancondition.target.type (class in ostk.astrodynamics.event_condition)": [[36, "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)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean", false]], "brouwerlyddanemean.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType", false]], "brouwerlyddanemean.element (class in ostk.astrodynamics.trajectory.orbit.model)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element", false]], "brouwerlyddanemeanlong (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong", false]], "brouwerlyddanemeanlong.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType", false]], "brouwerlyddanemeanlong.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element", false]], "brouwerlyddanemeanshort (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort", false]], "brouwerlyddanemeanshort.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType", false]], "brouwerlyddanemeanshort.element (class in ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element", false]], "build() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.build", false]], "build() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.build", false]], "calculate_average_specific_impulse() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_average_specific_impulse", false]], "calculate_average_thrust() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_average_thrust", false]], "calculate_delta_mass() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_delta_mass", false]], "calculate_delta_v() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.calculate_delta_v", false]], "calculate_revolution_number_at() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_revolution_number_at", false]], "calculate_revolution_number_at() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_revolution_number_at", false]], "calculate_state_at() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.calculate_state_at", false]], "calculate_state_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.calculate_state_at", false], [64, "ostk.astrodynamics.trajectory.Model.calculate_state_at", false]], "calculate_state_at() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.calculate_state_at", false]], "calculate_state_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_state_at", false]], "calculate_state_at() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_state_at", false]], "calculate_state_at() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.calculate_state_at", false]], "calculate_state_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_state_at", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_state_at", false]], "calculate_state_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.calculate_state_at", false]], "calculate_state_to_condition() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_state_to_condition", false]], "calculate_states_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.calculate_states_at", false], [64, "ostk.astrodynamics.trajectory.Model.calculate_states_at", false]], "calculate_states_at() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.calculate_states_at", false]], "calculate_states_at() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.calculate_states_at", false]], "calculate_states_at() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.calculate_states_at", false]], "calculate_states_at() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.calculate_states_at", false]], "calculate_states_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.calculate_states_at", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.calculate_states_at", false]], "calculate_states_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.calculate_states_at", false]], "calculate_thrust_acceleration_at() (constantthrust method)": [[55, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.calculate_thrust_acceleration_at", false]], "can_parse() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.can_parse", false]], "cartesian() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.cartesian", false]], "cartesian() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.cartesian", false]], "cartesian() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.cartesian", false]], "cartesian() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.cartesian", false]], "cartesianposition (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition", false]], "cartesianvelocity (class in ostk.astrodynamics.trajectory.state.coordinate_subset)": [[97, "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)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity", false]], "circular() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.circular", false]], "circular_equatorial() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.circular_equatorial", false]], "clear_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.clear_dynamics", false]], "coast() (segment static method)": [[67, "ostk.astrodynamics.trajectory.Segment.coast", false]], "coe (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE", false]], "coe() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.COE", false]], "coe() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.COE", false]], "coe.anomalytype (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType", false]], "coe.element (class in ostk.astrodynamics.trajectory.orbit.model.kepler)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element", false]], "coecondition (class in ostk.astrodynamics.event_condition)": [[37, "ostk.astrodynamics.event_condition.COECondition", false]], "coerce_to_datetime() (in module ostk.astrodynamics.converters)": [[13, "ostk.astrodynamics.converters.coerce_to_datetime", false]], "coerce_to_duration() (in module ostk.astrodynamics.converters)": [[14, "ostk.astrodynamics.converters.coerce_to_duration", false]], "coerce_to_instant() (in module ostk.astrodynamics.converters)": [[15, "ostk.astrodynamics.converters.coerce_to_instant", false]], "coerce_to_interval() (in module ostk.astrodynamics.converters)": [[16, "ostk.astrodynamics.converters.coerce_to_interval", false]], "coerce_to_iso() (in module ostk.astrodynamics.converters)": [[17, "ostk.astrodynamics.converters.coerce_to_iso", false]], "coerce_to_position() (in module ostk.astrodynamics.converters)": [[18, "ostk.astrodynamics.converters.coerce_to_position", false]], "coerce_to_quaternion() (in module ostk.astrodynamics.converters)": [[19, "ostk.astrodynamics.converters.coerce_to_quaternion", false]], "coerce_to_velocity() (in module ostk.astrodynamics.converters)": [[20, "ostk.astrodynamics.converters.coerce_to_velocity", 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)": [[99, "ostk.astrodynamics.utilities.compute_aer", false]], "compute_angular_momentum() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_angular_momentum", false]], "compute_angular_momentum() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_angular_momentum", false]], "compute_angular_momentum() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_angular_momentum", false]], "compute_contribution() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.compute_contribution", false]], "compute_contribution() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.compute_contribution", false]], "compute_contribution() (dynamics method)": [[3, "ostk.astrodynamics.Dynamics.compute_contribution", false]], "compute_contribution() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.compute_contribution", false]], "compute_contribution() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.compute_contribution", false]], "compute_contribution() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.compute_contribution", false]], "compute_contribution() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.compute_contribution", false]], "compute_delta_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_mass", false]], "compute_delta_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_mass", false]], "compute_delta_v() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.compute_delta_v", false]], "compute_delta_v() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.compute_delta_v", false]], "compute_gradient() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_gradient", false]], "compute_jacobian() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.compute_jacobian", false]], "compute_passes() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.compute_passes", false]], "compute_radial_distance() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_radial_distance", false]], "compute_radial_distance() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_radial_distance", false]], "compute_radial_distance() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_radial_distance", false]], "compute_semi_latus_rectum() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.compute_semi_latus_rectum", false]], "compute_semi_latus_rectum() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.compute_semi_latus_rectum", false]], "compute_time_lla_aer_state() (in module ostk.astrodynamics.utilities)": [[100, "ostk.astrodynamics.utilities.compute_time_lla_aer_state", false]], "compute_trajectory_geometry() (in module ostk.astrodynamics.utilities)": [[101, "ostk.astrodynamics.utilities.compute_trajectory_geometry", false]], "condition_is_satisfied (numericalsolver.conditionsolution property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.condition_is_satisfied", false]], "condition_is_satisfied (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.condition_is_satisfied", false]], "conditional() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.conditional", false]], "conicsensor (class in ostk.astrodynamics.viewer)": [[107, "ostk.astrodynamics.viewer.ConicSensor", false]], "constant_mass_flow_rate_profile() (maneuver static method)": [[42, "ostk.astrodynamics.flight.Maneuver.constant_mass_flow_rate_profile", false]], "constantthrust (class in ostk.astrodynamics.guidance_law)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust", false]], "construct() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.construct", false]], "convert_state() (in module ostk.astrodynamics.utilities)": [[102, "ostk.astrodynamics.utilities.convert_state", false]], "convert_to_ground_track_plotting_data() (in module ostk.astrodynamics.display)": [[23, "ostk.astrodynamics.display.convert_to_ground_track_plotting_data", false]], "coordinatebroker (class in ostk.astrodynamics.trajectory.state)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker", false]], "coordinatesubset (class in ostk.astrodynamics.trajectory.state)": [[91, "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)": [[24, "ostk.astrodynamics.display.create_2d_map", false]], "create_3d_globe() (in module ostk.astrodynamics.display)": [[25, "ostk.astrodynamics.display.create_3d_globe", false]], "create_plotly_figure() (in module ostk.astrodynamics.display)": [[26, "ostk.astrodynamics.display.create_plotly_figure", false]], "creation_date (cdm.header property)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.Header.creation_date", false]], "date (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.date", false]], "default() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.default", false]], "default() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.default", false]], "default() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.default", false]], "default() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.default", false]], "default() (finitedifferencesolver static method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.default", false]], "default() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.default", false]], "default() (propagator static method)": [[66, "ostk.astrodynamics.trajectory.Propagator.default", false]], "default() (propulsionsystem static method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.default", false]], "default() (rootsolver static method)": [[6, "ostk.astrodynamics.RootSolver.default", false]], "default() (satellitesystem static method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.default", false]], "default() (satellitesystembuilder static method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.default", false]], "default_conditional() (numericalsolver static method)": [[92, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.dictionary", false]], "drag_coefficient() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.drag_coefficient", false]], "drag_coefficient() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.drag_coefficient", false]], "drag_coefficient() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.drag_coefficient", false]], "drag_coefficient() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.drag_coefficient", false]], "drag_coefficient() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.drag_coefficient", false]], "duration_condition() (booleancondition static method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.duration_condition", false]], "duration_condition() (instantcondition static method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.duration_condition", false]], "duration_condition() (realcondition static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.duration_condition", false]], "dynamics (class in ostk.astrodynamics)": [[3, "ostk.astrodynamics.Dynamics", false]], "dynamics (segment.solution property)": [[67, "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)": [[37, "ostk.astrodynamics.event_condition.COECondition.eccentric_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_mean_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_mean_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.eccentric_anomaly_from_true_anomaly", false]], "eccentric_anomaly_from_true_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.eccentric_anomaly_from_true_anomaly", false]], "eccentricity() (coecondition static method)": [[37, "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)": [[65, "ostk.astrodynamics.trajectory.Orbit.equatorial", false]], "evaluate() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.evaluate", false]], "evaluate() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.evaluate", false]], "evaluate() (realcondition method)": [[40, "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)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.execution_is_complete", false]], "expand() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.expand", false]], "extract_coordinate() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinate", false]], "extract_coordinate() (state method)": [[69, "ostk.astrodynamics.trajectory.State.extract_coordinate", false]], "extract_coordinates() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.extract_coordinates", false]], "extract_coordinates() (state method)": [[69, "ostk.astrodynamics.trajectory.State.extract_coordinates", false]], "extract_maneuvers() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.extract_maneuvers", false]], "finitedifferencesolver (class in ostk.astrodynamics.solver)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver", false]], "finitedifferencesolver.type (class in ostk.astrodynamics.solver)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type", false]], "fixed_step_size() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.fixed_step_size", false]], "from_environment() (atmosphericdrag static method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.from_environment", false]], "from_environment() (centralbodygravity static method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.from_environment", false]], "from_environment() (dynamics static method)": [[3, "ostk.astrodynamics.Dynamics.from_environment", false]], "from_environment() (positionderivative static method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.from_environment", false]], "from_environment() (propagator static method)": [[66, "ostk.astrodynamics.trajectory.Propagator.from_environment", false]], "from_environment() (tabulated static method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.from_environment", false]], "from_environment() (thirdbodygravity static method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.from_environment", false]], "from_environment() (thruster static method)": [[33, "ostk.astrodynamics.dynamics.Thruster.from_environment", false]], "from_si_vector() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.from_SI_vector", false]], "from_si_vector() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.from_SI_vector", false]], "from_si_vector() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.from_SI_vector", false]], "generate_checksum() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.generate_checksum", false]], "generate_frame() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.generate_frame", false]], "generation_date (opm.header property)": [[75, "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)": [[65, "ostk.astrodynamics.trajectory.Orbit.geo_synchronous", false]], "get_absolute_tolerance() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_absolute_tolerance", false]], "get_acceleration() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_acceleration", false]], "get_acceleration_profile() (maneuver method)": [[42, "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)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_all_dynamics_contributions", false]], "get_angular_momentum() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_angular_momentum", false]], "get_angular_momentum() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_angular_momentum", false]], "get_angular_momentum() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_angular_momentum", false]], "get_angular_velocity() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_angular_velocity", false]], "get_aop() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_aop", false]], "get_aop() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_aop", false]], "get_aop() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_aop", false]], "get_aop() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_aop", false]], "get_aop() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_aop", false]], "get_apoapsis_radius() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_apoapsis_radius", false]], "get_apoapsis_radius() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_apoapsis_radius", false]], "get_apoapsis_radius() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_apoapsis_radius", false]], "get_attitude() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_attitude", false]], "get_axes_at() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.get_axes_at", false]], "get_axes_at() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.get_axes_at", false]], "get_axes_at() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_axes_at", false]], "get_axes_at() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.get_axes_at", false]], "get_b_star_drag_term() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_b_star_drag_term", false]], "get_body_frame() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.get_body_frame", false]], "get_body_frame() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.get_body_frame", false]], "get_body_frame() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_body_frame", false]], "get_body_frame() (transform method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.get_body_frame", false]], "get_cartesian_state() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_cartesian_state", false]], "get_cartesian_state() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_cartesian_state", false]], "get_cartesian_state() (coe method)": [[86, "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)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_celestial", false]], "get_celestial() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_celestial", false]], "get_celestial() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_celestial", false]], "get_classical_orbital_elements() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_classical_orbital_elements", false]], "get_classification() (tle method)": [[88, "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)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_contribution_profile_from_coordinate_subsets", false]], "get_control_weights() (qlaw.parameters method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.get_control_weights", false]], "get_coordinate_subsets() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_coordinate_subsets", false]], "get_coordinate_subsets() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.get_coordinate_subsets", false]], "get_coordinates() (state method)": [[69, "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)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_criterion", false]], "get_criterion() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_criterion", false]], "get_criterion() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_criterion", false]], "get_criterion() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_criterion", false]], "get_cross_sectional_surface_area() (satellitesystem method)": [[52, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_at", false]], "get_deployment_with_name() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployment_with_name", false]], "get_deployments() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_deployments", false]], "get_drag_coefficient() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_drag_coefficient", false]], "get_duration() (access method)": [[2, "ostk.astrodynamics.Access.get_duration", false]], "get_duration() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_duration", false]], "get_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.get_dynamics", false]], "get_dynamics() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_dynamics", false]], "get_dynamics() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_dynamics", false]], "get_dynamics_acceleration_contribution() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_acceleration_contribution", false]], "get_dynamics_contribution() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_dynamics_contribution", false]], "get_eccentric_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentric_anomaly", false]], "get_eccentric_anomaly() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentric_anomaly", false]], "get_eccentricity() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_eccentricity", false]], "get_eccentricity() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_eccentricity", false]], "get_eccentricity() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_eccentricity", false]], "get_eccentricity() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_eccentricity", false]], "get_element_set_number() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_element_set_number", false]], "get_ephemeris_type() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_ephemeris_type", false]], "get_epoch() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_epoch", false]], "get_epoch() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_epoch", false]], "get_epoch() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_epoch", false]], "get_epoch() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_epoch", false]], "get_epoch() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_epoch", false]], "get_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_epoch", false]], "get_equatorial_radius() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_equatorial_radius", false]], "get_evaluator() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_evaluator", false]], "get_evaluator() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_evaluator", false]], "get_evaluator() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_evaluator", false]], "get_evaluator() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_evaluator", false]], "get_evaluator() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_evaluator", false]], "get_evaluator() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_evaluator", false]], "get_event_condition() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_event_condition", false]], "get_event_conditions() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_event_conditions", false]], "get_final_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_final_mass", false]], "get_final_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_final_mass", false]], "get_first_line() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line", false]], "get_first_line_checksum() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_first_line_checksum", false]], "get_frame() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_frame", false]], "get_frame() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.get_frame", false]], "get_geometry() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_geometry", false]], "get_geometry() (system method)": [[44, "ostk.astrodynamics.flight.System.get_geometry", false]], "get_gradient_strategy() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_gradient_strategy", false]], "get_gravitational_parameter() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_gravitational_parameter", false]], "get_guidance_law() (thruster method)": [[33, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.get_header", false]], "get_id() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_id", false]], "get_id() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_id", false]], "get_id() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_id", false]], "get_id() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_id", false]], "get_id() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_id", false]], "get_inclination() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_inclination", false]], "get_inclination() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_inclination", false]], "get_inclination() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_inclination", false]], "get_inclination() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_inclination", false]], "get_inclination() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_inclination", false]], "get_inertia_tensor() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_inertia_tensor", false]], "get_initial_mass() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_initial_mass", false]], "get_initial_mass() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_initial_mass", false]], "get_instant() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_instant", false]], "get_instant() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_instant", false]], "get_instant_at_ascending_node() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_ascending_node", false]], "get_instant_at_descending_node() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_descending_node", false]], "get_instant_at_north_point() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_north_point", false]], "get_instant_at_pass_break() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_pass_break", false]], "get_instant_at_south_point() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_instant_at_south_point", false]], "get_instants() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.get_instants", false]], "get_international_designator() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_international_designator", false]], "get_interpolation_type() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_interpolation_type", false], [81, "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)": [[42, "ostk.astrodynamics.flight.Maneuver.get_interval", false]], "get_interval() (tabulated method)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated.get_interval", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_interval", false]], "get_j2() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j2", false]], "get_j4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_j4", false]], "get_local_orbital_frame_factory() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_local_orbital_frame_factory", false]], "get_local_thrust_direction() (constantthrust method)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.get_local_thrust_direction", false]], "get_log_type() (numericalsolver method)": [[92, "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)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_mass", false]], "get_mass() (system method)": [[44, "ostk.astrodynamics.flight.System.get_mass", false]], "get_mass_flow_rate() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_mass_flow_rate", false]], "get_mass_flow_rate_profile() (maneuver method)": [[42, "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)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_maximum_iteration_count", false]], "get_maximum_propagation_duration() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_maximum_propagation_duration", false]], "get_mean_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_anomaly", false]], "get_mean_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_anomaly", false]], "get_mean_anomaly() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_anomaly", false]], "get_mean_anomaly() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_anomaly", false]], "get_mean_motion() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_mean_motion", false]], "get_mean_motion() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_mean_motion", false]], "get_mean_motion() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_mean_motion", false]], "get_mean_motion() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_mean_motion", false]], "get_mean_motion_first_time_derivative_divided_by_two() (tle method)": [[88, "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)": [[88, "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)": [[56, "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)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_name", false]], "get_name() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_name", false]], "get_name() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_name", false]], "get_name() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_name", false]], "get_name() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_name", false]], "get_name() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_name", false]], "get_name() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_name", false]], "get_name() (centralbodygravity method)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.get_name", false]], "get_name() (constantthrust method)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.get_name", false]], "get_name() (coordinatesubset method)": [[91, "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)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_name", false]], "get_name() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_name", false]], "get_name() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_name", false]], "get_name() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_name", false]], "get_name() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_name", false]], "get_name() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_name", false]], "get_name() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_name", false]], "get_name() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_name", false]], "get_name() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.get_name", false]], "get_nodal_precession_rate() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_nodal_precession_rate", false]], "get_nodal_precession_rate() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_nodal_precession_rate", false]], "get_number_of_coordinates() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_coordinates", false]], "get_number_of_coordinates() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.get_number_of_coordinates", false]], "get_number_of_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_number_of_subsets", false]], "get_numerical_solver() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_numerical_solver", false]], "get_numerical_solver() (sequence method)": [[68, "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)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_state_vectors", false]], "get_observed_states() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_observed_states", false]], "get_orbital_frame() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_orbital_frame", false]], "get_orbital_period() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_orbital_period", false]], "get_orbital_period() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_orbital_period", false]], "get_orbital_period() (coe method)": [[86, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_parameters", false]], "get_pass_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_pass_at", false]], "get_pass_with_revolution_number() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_pass_with_revolution_number", false]], "get_periapsis_radius() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_periapsis_radius", false]], "get_periapsis_radius() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_periapsis_radius", false]], "get_periapsis_radius() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_periapsis_radius", false]], "get_perturbation_type() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_perturbation_type", false]], "get_position() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_position", false]], "get_propagation_duration() (segment.solution method)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.get_propagation_duration", false]], "get_propagation_duration() (sequence.solution method)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_propagation_duration", false]], "get_propulsion_system() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.get_propulsion_system", false]], "get_raan() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_raan", false]], "get_raan() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_raan", false]], "get_raan() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_raan", false]], "get_raan() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_raan", false]], "get_raan() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_raan", false]], "get_radial_distance() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_radial_distance", false]], "get_radial_distance() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_radial_distance", false]], "get_radial_distance() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_radial_distance", false]], "get_read_coordinate_subsets() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (centralbodygravity method)": [[29, "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)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_read_coordinate_subsets", false]], "get_read_coordinate_subsets() (thruster method)": [[33, "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)": [[92, "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)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_revolution_number", false]], "get_revolution_number_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_revolution_number_at", false]], "get_revolution_number_at_epoch() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.get_revolution_number_at_epoch", false]], "get_revolution_number_at_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_revolution_number_at_epoch", false]], "get_root_solver() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_root_solver", false]], "get_satellite_name() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_name", false]], "get_satellite_number() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_satellite_number", false]], "get_satellite_system() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.get_satellite_system", false]], "get_second_line() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line", false]], "get_second_line_checksum() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.get_second_line_checksum", false]], "get_segments() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.get_segments", false]], "get_semi_latus_rectum() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_latus_rectum", false]], "get_semi_latus_rectum() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_latus_rectum", false]], "get_semi_major_axis() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_semi_major_axis", false]], "get_semi_major_axis() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_semi_major_axis", false]], "get_semi_major_axis() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_semi_major_axis", false]], "get_si_vector() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_SI_vector", false]], "get_si_vector() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_SI_vector", false]], "get_si_vector() (coe method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.get_SI_vector", false]], "get_size() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.get_size", false]], "get_size() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.get_size", false]], "get_size() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.get_size", false]], "get_size() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.get_size", false]], "get_size() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.get_size", false]], "get_size() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_size", false]], "get_specific_impulse() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.get_specific_impulse", false]], "get_state_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_state_at", false]], "get_state_at() (profile method)": [[43, "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)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.get_states", false]], "get_states_at() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.get_states_at", false]], "get_states_at() (profile method)": [[43, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_duration", false]], "get_step_percentage() (finitedifferencesolver method)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_step_percentage", false]], "get_stepper_type() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_stepper_type", false]], "get_subsets() (coordinatebroker method)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.get_subsets", false]], "get_target() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target", false]], "get_target() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.get_target", false]], "get_target() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.get_target", false]], "get_target() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.get_target", false]], "get_target() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_target", false]], "get_target() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.get_target", false]], "get_target_angle() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target_angle", false]], "get_target_coe() (qlaw method)": [[56, "ostk.astrodynamics.guidance_law.QLaw.get_target_coe", false]], "get_target_range() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.get_target_range", false]], "get_thrust() (propulsionsystem method)": [[51, "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)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.get_time_step", false]], "get_time_step() (temporalconditionsolver method)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_time_step", false]], "get_tle() (sgp4 method)": [[80, "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)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.get_tolerance", false]], "get_transform_at() (localorbitalframetransformprovider method)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.get_transform_at", false]], "get_true_anomaly() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.get_true_anomaly", false]], "get_true_anomaly() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.get_true_anomaly", false]], "get_true_anomaly() (coe method)": [[86, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.get_type", false]], "get_type() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.get_type", false]], "get_type() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.get_type", false]], "get_type() (segment method)": [[67, "ostk.astrodynamics.trajectory.Segment.get_type", false]], "get_value() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.get_value", false]], "get_velocity() (state method)": [[69, "ostk.astrodynamics.trajectory.State.get_velocity", false]], "get_write_coordinate_subsets() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (centralbodygravity method)": [[29, "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)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.get_write_coordinate_subsets", false]], "get_write_coordinate_subsets() (thruster method)": [[33, "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]], "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)": [[90, "ostk.astrodynamics.trajectory.state.CoordinateBroker.has_subset", false]], "has_subset() (state method)": [[69, "ostk.astrodynamics.trajectory.State.has_subset", false]], "in_frame() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.in_frame", false]], "in_frame() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.in_frame", false]], "in_frame() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.in_frame", false]], "in_frame() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.in_frame", false]], "in_frame() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.in_frame", false]], "in_frame() (state method)": [[69, "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)": [[37, "ostk.astrodynamics.event_condition.COECondition.inclination", false]], "inertial_pointing() (profile static method)": [[43, "ostk.astrodynamics.flight.Profile.inertial_pointing", false]], "inertial_pointing() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.inertial_pointing", false]], "instantcondition (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition", false]], "instantcondition.criterion (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Criterion", false]], "instantcondition.target (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target", false]], "instantcondition.target.type (class in ostk.astrodynamics.event_condition)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type", false]], "integrate_duration() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.integrate_duration", false]], "integrate_time() (numericalsolver method)": [[92, "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)": [[55, "ostk.astrodynamics.guidance_law.ConstantThrust.intrack", false]], "is_complete() (access method)": [[2, "ostk.astrodynamics.Access.is_complete", false]], "is_complete() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.is_complete", false]], "is_defined() (access method)": [[2, "ostk.astrodynamics.Access.is_defined", false]], "is_defined() (atmosphericdrag method)": [[28, "ostk.astrodynamics.dynamics.AtmosphericDrag.is_defined", false]], "is_defined() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.is_defined", false]], "is_defined() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.is_defined", false]], "is_defined() (brouwerlyddanemeanshort method)": [[84, "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)": [[29, "ostk.astrodynamics.dynamics.CentralBodyGravity.is_defined", false]], "is_defined() (coe method)": [[86, "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)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_defined", false]], "is_defined() (localorbitalframedirection method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.is_defined", false]], "is_defined() (localorbitalframefactory method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.is_defined", false]], "is_defined() (localorbitalframetransformprovider method)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.is_defined", false]], "is_defined() (maneuver method)": [[42, "ostk.astrodynamics.flight.Maneuver.is_defined", false]], "is_defined() (model method)": [[46, "ostk.astrodynamics.flight.profile.Model.is_defined", false], [64, "ostk.astrodynamics.trajectory.Model.is_defined", false]], "is_defined() (numericalsolver method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.is_defined", false]], "is_defined() (opm method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.is_defined", false]], "is_defined() (orbit method)": [[65, "ostk.astrodynamics.trajectory.Orbit.is_defined", false]], "is_defined() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_defined", false]], "is_defined() (pass method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.is_defined", false]], "is_defined() (positionderivative method)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative.is_defined", false]], "is_defined() (profile method)": [[43, "ostk.astrodynamics.flight.Profile.is_defined", false]], "is_defined() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_defined", false]], "is_defined() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.is_defined", false]], "is_defined() (propulsionsystem method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.is_defined", false]], "is_defined() (satellitesystem method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.is_defined", false]], "is_defined() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_defined", false]], "is_defined() (state method)": [[69, "ostk.astrodynamics.trajectory.State.is_defined", false]], "is_defined() (statebuilder method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.is_defined", false]], "is_defined() (system method)": [[44, "ostk.astrodynamics.flight.System.is_defined", false]], "is_defined() (tabulated method)": [[31, "ostk.astrodynamics.dynamics.Tabulated.is_defined", false], [48, "ostk.astrodynamics.flight.profile.model.Tabulated.is_defined", false], [81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_defined", false]], "is_defined() (thirdbodygravity method)": [[32, "ostk.astrodynamics.dynamics.ThirdBodyGravity.is_defined", false]], "is_defined() (thruster method)": [[33, "ostk.astrodynamics.dynamics.Thruster.is_defined", false]], "is_defined() (tle method)": [[88, "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)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.is_defined", false]], "is_inversed() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.is_inversed", false]], "is_kepler() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_kepler", false]], "is_kepler() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_kepler", false]], "is_kepler() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_kepler", false]], "is_kepler() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_kepler", false]], "is_kepler() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_kepler", false]], "is_propagated() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_propagated", false]], "is_propagated() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_propagated", false]], "is_propagated() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_propagated", false]], "is_propagated() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_propagated", false]], "is_propagated() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_propagated", false]], "is_satisfied() (angularcondition method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.is_satisfied", false]], "is_satisfied() (booleancondition method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.is_satisfied", false]], "is_satisfied() (eventcondition method)": [[4, "ostk.astrodynamics.EventCondition.is_satisfied", false]], "is_satisfied() (instantcondition method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.is_satisfied", false]], "is_satisfied() (logicalcondition method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.is_satisfied", false]], "is_satisfied() (realcondition method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.is_satisfied", false]], "is_sgp4() (kepler method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.is_sgp4", false]], "is_sgp4() (orbitmodel method)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel.is_sgp4", false]], "is_sgp4() (propagated method)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.is_sgp4", false]], "is_sgp4() (sgp4 method)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4.is_sgp4", false]], "is_sgp4() (tabulated method)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated.is_sgp4", false]], "iteration_count (numericalsolver.conditionsolution property)": [[92, "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)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.k", false]], "kepler (class in ostk.astrodynamics.trajectory.orbit.model)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler", false]], "kepler.perturbationtype (class in ostk.astrodynamics.trajectory.orbit.model)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType", false]], "launch_date (opm.header property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header.launch_date", false]], "lla_from_position() (in module ostk.astrodynamics.utilities)": [[103, "ostk.astrodynamics.utilities.lla_from_position", false]], "lla_from_state() (in module ostk.astrodynamics.utilities)": [[104, "ostk.astrodynamics.utilities.lla_from_state", false]], "load() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.load", false]], "load() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.load", false]], "load() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.load", false]], "localorbitalframedirection (class in ostk.astrodynamics.trajectory)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection", false]], "localorbitalframefactory (class in ostk.astrodynamics.trajectory)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory", false]], "localorbitalframetransformprovider (class in ostk.astrodynamics.trajectory)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider", false]], "localorbitalframetransformprovider.type (class in ostk.astrodynamics.trajectory)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type", false]], "logicalcondition (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition", false]], "logicalcondition.target (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target", false]], "logicalcondition.target.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type", false]], "logicalcondition.type (class in ostk.astrodynamics.event_condition)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Type", false]], "lvlh() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.LVLH", false]], "m (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.m", false]], "maneuver (class in ostk.astrodynamics.flight)": [[42, "ostk.astrodynamics.flight.Maneuver", false]], "maneuver() (segment static method)": [[67, "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)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.mass", false]], "mass() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.mass", false]], "mass() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.mass", false]], "mass() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.mass", false]], "mass() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.mass", false]], "mean_anomaly() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.mean_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.mean_anomaly_from_eccentric_anomaly", false]], "mean_anomaly_from_eccentric_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.mean_anomaly_from_eccentric_anomaly", false]], "mean_apogee_altitude (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_apogee_altitude", false]], "mean_argument_of_perigee (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_argument_of_perigee", false]], "mean_inclination (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_inclination", false]], "mean_longitude_ascending_node (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_longitude_ascending_node", false]], "mean_mean_anomaly (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mean_mean_anomaly", false]], "mean_perigee_altitude (opm.deployment property)": [[75, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.mission_time", false]], "model (class in ostk.astrodynamics.flight.profile)": [[46, "ostk.astrodynamics.flight.profile.Model", false]], "model (class in ostk.astrodynamics.trajectory)": [[64, "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], [21, "module-ostk.astrodynamics.display", false], [27, "module-ostk.astrodynamics.dynamics", false], [34, "module-ostk.astrodynamics.event_condition", false], [41, "module-ostk.astrodynamics.flight", false], [45, "module-ostk.astrodynamics.flight.profile", false], [47, "module-ostk.astrodynamics.flight.profile.model", false], [50, "module-ostk.astrodynamics.flight.system", false], [54, "module-ostk.astrodynamics.guidance_law", false], [57, "module-ostk.astrodynamics.solver", false], [60, "module-ostk.astrodynamics.trajectory", false], [71, "module-ostk.astrodynamics.trajectory.orbit", false], [74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false], [76, "module-ostk.astrodynamics.trajectory.orbit.model", false], [82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false], [85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false], [87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false], [89, "module-ostk.astrodynamics.trajectory.state", false], [93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false], [98, "module-ostk.astrodynamics.utilities", false], [106, "module-ostk.astrodynamics.viewer", false]], "n (qlaw.parameters property)": [[56, "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)": [[43, "ostk.astrodynamics.flight.Profile.nadir_pointing", false]], "nadir_pointing() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.nadir_pointing", false]], "name (access.type property)": [[2, "ostk.astrodynamics.Access.Type.name", false]], "name (angularcondition.criterion property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Criterion.name", false]], "name (angularcondition.target.type property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.Type.name", false]], "name (booleancondition.criterion property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Criterion.name", false]], "name (booleancondition.target.type property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type.name", false]], "name (brouwerlyddanemean.anomalytype property)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType.name", false]], "name (brouwerlyddanemean.element property)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element.name", false]], "name (brouwerlyddanemeanlong.anomalytype property)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType.name", false]], "name (brouwerlyddanemeanlong.element property)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element.name", false]], "name (brouwerlyddanemeanshort.anomalytype property)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType.name", false]], "name (brouwerlyddanemeanshort.element property)": [[84, "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)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType.name", false]], "name (coe.element property)": [[86, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type.name", false]], "name (instantcondition.criterion property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Criterion.name", false]], "name (instantcondition.target.type property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.Type.name", false]], "name (kepler.perturbationtype property)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType.name", false]], "name (localorbitalframetransformprovider.type property)": [[63, "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type.name", false]], "name (logicalcondition.target.type property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type.name", false]], "name (logicalcondition.type property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Type.name", false]], "name (numericalsolver.logtype property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType.name", false]], "name (numericalsolver.steppertype property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType.name", false]], "name (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.name", false]], "name (orbit.frametype property)": [[65, "ostk.astrodynamics.trajectory.Orbit.FrameType.name", false]], "name (pass.phase property)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Phase.name", false]], "name (pass.type property)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Type.name", false]], "name (qlaw.gradientstrategy property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy.name", false]], "name (realcondition.criterion property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Criterion.name", false]], "name (realcondition.target.type property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.Type.name", false]], "name (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.name", false]], "name (segment.type property)": [[67, "ostk.astrodynamics.trajectory.Segment.Type.name", false]], "ned() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.NED", false]], "numericalsolver (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver", false]], "numericalsolver.conditionsolution (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution", false]], "numericalsolver.logtype (class in ostk.astrodynamics.trajectory.state)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType", false]], "numericalsolver.steppertype (class in ostk.astrodynamics.trajectory.state)": [[92, "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)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM", false]], "opm.deployment (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment", false]], "opm.header (class in ostk.astrodynamics.trajectory.orbit.message.spacex)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header", false]], "orbit (class in ostk.astrodynamics.trajectory)": [[65, "ostk.astrodynamics.trajectory.Orbit", false]], "orbit.frametype (class in ostk.astrodynamics.trajectory)": [[65, "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)": [[72, "ostk.astrodynamics.trajectory.orbit.OrbitModel", 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.display": [[21, "module-ostk.astrodynamics.display", false]], "ostk.astrodynamics.dynamics": [[27, "module-ostk.astrodynamics.dynamics", false]], "ostk.astrodynamics.event_condition": [[34, "module-ostk.astrodynamics.event_condition", false]], "ostk.astrodynamics.flight": [[41, "module-ostk.astrodynamics.flight", false]], "ostk.astrodynamics.flight.profile": [[45, "module-ostk.astrodynamics.flight.profile", false]], "ostk.astrodynamics.flight.profile.model": [[47, "module-ostk.astrodynamics.flight.profile.model", false]], "ostk.astrodynamics.flight.system": [[50, "module-ostk.astrodynamics.flight.system", false]], "ostk.astrodynamics.guidance_law": [[54, "module-ostk.astrodynamics.guidance_law", false]], "ostk.astrodynamics.solver": [[57, "module-ostk.astrodynamics.solver", false]], "ostk.astrodynamics.trajectory": [[60, "module-ostk.astrodynamics.trajectory", false]], "ostk.astrodynamics.trajectory.orbit": [[71, "module-ostk.astrodynamics.trajectory.orbit", false]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[74, "module-ostk.astrodynamics.trajectory.orbit.message.spacex", false]], "ostk.astrodynamics.trajectory.orbit.model": [[76, "module-ostk.astrodynamics.trajectory.orbit.model", false]], "ostk.astrodynamics.trajectory.orbit.model.brouwerlyddanemean": [[82, "module-ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean", false]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[85, "module-ostk.astrodynamics.trajectory.orbit.model.kepler", false]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[87, "module-ostk.astrodynamics.trajectory.orbit.model.sgp4", false]], "ostk.astrodynamics.trajectory.state": [[89, "module-ostk.astrodynamics.trajectory.state", false]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[93, "module-ostk.astrodynamics.trajectory.state.coordinate_subset", false]], "ostk.astrodynamics.utilities": [[98, "module-ostk.astrodynamics.utilities", false]], "ostk.astrodynamics.viewer": [[106, "module-ostk.astrodynamics.viewer", false]], "ostk::astrodynamics::access (c++ class)": [[129, "_CPPv4N4ostk13astrodynamics6AccessE", false]], "ostk::astrodynamics::access::access (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", false]], "ostk::astrodynamics::access::generator (c++ class)": [[135, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", false]], "ostk::astrodynamics::access::generator::aermask (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::aerranges (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", false]], "ostk::astrodynamics::access::generator::computeaccesses (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::generator (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", false], [135, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", false]], "ostk::astrodynamics::access::generator::getaccessfilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", false]], "ostk::astrodynamics::access::generator::getaerfilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", false]], "ostk::astrodynamics::access::generator::getconditionfunction (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generator::getstatefilter (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", false]], "ostk::astrodynamics::access::generator::getstep (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", false]], "ostk::astrodynamics::access::generator::gettolerance (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", false]], "ostk::astrodynamics::access::generator::isdefined (c++ function)": [[135, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", false]], "ostk::astrodynamics::access::generator::setaccessfilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", false]], "ostk::astrodynamics::access::generator::setaerfilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", false]], "ostk::astrodynamics::access::generator::setstatefilter (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", false]], "ostk::astrodynamics::access::generator::setstep (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", false]], "ostk::astrodynamics::access::generator::settolerance (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", false]], "ostk::astrodynamics::access::generator::undefined (c++ function)": [[135, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", false]], "ostk::astrodynamics::access::generatorcontext (c++ class)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", false]], "ostk::astrodynamics::access::generatorcontext::calculateaer (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", false]], "ostk::astrodynamics::access::generatorcontext::generatorcontext (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", false]], "ostk::astrodynamics::access::generatorcontext::getpositionsfromstates (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", false]], "ostk::astrodynamics::access::generatorcontext::getstatesat (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", false]], "ostk::astrodynamics::access::generatorcontext::isaccessactive (c++ function)": [[136, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", false]], "ostk::astrodynamics::access::getacquisitionofsignal (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", false]], "ostk::astrodynamics::access::getduration (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", false]], "ostk::astrodynamics::access::getinterval (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", false]], "ostk::astrodynamics::access::getlossofsignal (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", false]], "ostk::astrodynamics::access::getmaxelevation (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", false]], "ostk::astrodynamics::access::gettimeofclosestapproach (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", false]], "ostk::astrodynamics::access::gettype (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", false]], "ostk::astrodynamics::access::iscomplete (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", false]], "ostk::astrodynamics::access::isdefined (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", false]], "ostk::astrodynamics::access::operator!= (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", false]], "ostk::astrodynamics::access::operator<< (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", false]], "ostk::astrodynamics::access::operator== (c++ function)": [[129, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", false]], "ostk::astrodynamics::access::stringfromtype (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", false]], "ostk::astrodynamics::access::type (c++ enum)": [[129, "_CPPv4N4ostk13astrodynamics6Access4TypeE", false]], "ostk::astrodynamics::access::type::complete (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", false]], "ostk::astrodynamics::access::type::partial (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", false]], "ostk::astrodynamics::access::type::undefined (c++ enumerator)": [[129, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", false]], "ostk::astrodynamics::access::undefined (c++ function)": [[129, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm (c++ class)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::cdm (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::actualodspan (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areadrag (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areapc (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::areasrp (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::cdareaovermass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::covariancematrix (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::crareaovermass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::mass (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsavailable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::obsused (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::recommendedodspan (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::residualsaccepted (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::sedr (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::state (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::thrustacceleration (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobend (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::timelastobstart (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksavailable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::tracksused (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::data::weightedrms (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::dictionary (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getccsdscdmversion (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobability (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcollisionprobabilitymethod (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getcreationdate (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getdataarray (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getheader (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessagefor (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmessageid (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmetadataarray (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getmissdistance (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancematrix (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectcovariancemethod (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdataat (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectdesignator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectephemerisname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectinternationaldesignator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmaneuverability (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectmetadataat (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectname (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectreferenceframe (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjectstateattca (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getobjecttype (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getoriginator (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativemetadata (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativeposition (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::getrelativevelocity (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::gettca (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::ccsdscdmversion (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::creationdate (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messagefor (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::messageid (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::header::originator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::isdefined (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::load (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::atmosphericmodel (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::catalogname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::covariancemethod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::earthtides (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::ephemerisname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::gravitymodel (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::internationaldesignator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::intrackthrust (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::maneuverable (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::nbodyperturbations (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::object (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectdesignator (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objectname (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::objecttype (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorcontactposition (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatoremail (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatororgnization (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::operatorphone (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::orbitcenter (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::refframe (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::metadata::solarradiationpressure (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype (c++ enum)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::debris (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::other (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::payload (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::rocketbody (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttype::unknown (c++ enumerator)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::objecttypefromstring (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::operator<< (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::parse (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::print (c++ function)": [[137, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata (c++ struct)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobability (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::collisionprobabilitymethod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::comment (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::endscreenperiod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::missdistance (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativeposition (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::relativevelocity (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenentrytime (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenexittime (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeframe (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumeshape (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumex (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumey (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::screenvolumez (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::startscreenperiod (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::relativemetadata::tca (c++ member)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", false]], "ostk::astrodynamics::conjunction::message::ccsds::cdm::undefined (c++ function)": [[137, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", false]], "ostk::astrodynamics::dynamics (c++ class)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicsE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag (c++ class)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::atmosphericdrag (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", false], [138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::computecontribution (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getcelestial (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getreadcoordinatesubsets (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::getwritecoordinatesubsets (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::isdefined (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::operator<< (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::print (c++ function)": [[138, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::atmosphericdrag::~atmosphericdrag (c++ function)": [[138, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", false]], "ostk::astrodynamics::dynamics::centralbodygravity (c++ class)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::centralbodygravity (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", false], [139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::centralbodygravity::computecontribution (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getcelestial (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getreadcoordinatesubsets (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::getwritecoordinatesubsets (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::isdefined (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::centralbodygravity::operator<< (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", false]], "ostk::astrodynamics::dynamics::centralbodygravity::print (c++ function)": [[139, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::centralbodygravity::~centralbodygravity (c++ function)": [[139, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::computecontribution (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::context (c++ struct)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", false]], "ostk::astrodynamics::dynamics::context::context (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", false]], "ostk::astrodynamics::dynamics::context::dynamics (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", false]], "ostk::astrodynamics::dynamics::context::readindexes (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", false]], "ostk::astrodynamics::dynamics::context::readstatesize (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", false]], "ostk::astrodynamics::dynamics::context::writeindexes (c++ member)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", false]], "ostk::astrodynamics::dynamics::dynamics (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", false]], "ostk::astrodynamics::dynamics::fromenvironment (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", false]], "ostk::astrodynamics::dynamics::getname (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", false]], "ostk::astrodynamics::dynamics::getreadcoordinatesubsets (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::getsystemofequations (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::getwritecoordinatesubsets (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::isdefined (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", false]], "ostk::astrodynamics::dynamics::operator<< (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", false]], "ostk::astrodynamics::dynamics::positionderivative (c++ class)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", false]], "ostk::astrodynamics::dynamics::positionderivative::computecontribution (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::positionderivative::getreadcoordinatesubsets (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::getwritecoordinatesubsets (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::positionderivative::isdefined (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", false]], "ostk::astrodynamics::dynamics::positionderivative::operator<< (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", false]], "ostk::astrodynamics::dynamics::positionderivative::positionderivative (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", false]], "ostk::astrodynamics::dynamics::positionderivative::print (c++ function)": [[140, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::positionderivative::~positionderivative (c++ function)": [[140, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", false]], "ostk::astrodynamics::dynamics::print (c++ function)": [[130, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated (c++ class)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", false]], "ostk::astrodynamics::dynamics::tabulated::accesscontributionprofile (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessframe (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", false]], "ostk::astrodynamics::dynamics::tabulated::accessinstants (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", false]], "ostk::astrodynamics::dynamics::tabulated::computecontribution (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::tabulated::defaultcontributionframesptr (c++ member)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", false]], "ostk::astrodynamics::dynamics::tabulated::getcontributionprofilefromcoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::dynamics::tabulated::getinterpolationtype (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::dynamics::tabulated::getreadcoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::getwritecoordinatesubsets (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::tabulated::isdefined (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::dynamics::tabulated::operator<< (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::dynamics::tabulated::print (c++ function)": [[141, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::tabulated::tabulated (c++ function)": [[141, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity (c++ class)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::computecontribution (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getcelestial (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getreadcoordinatesubsets (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::getwritecoordinatesubsets (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::isdefined (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::operator<< (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::print (c++ function)": [[142, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::thirdbodygravity (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", false], [142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", false]], "ostk::astrodynamics::dynamics::thirdbodygravity::~thirdbodygravity (c++ function)": [[142, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", false]], "ostk::astrodynamics::dynamics::thruster (c++ class)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", false]], "ostk::astrodynamics::dynamics::thruster::computecontribution (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", false]], "ostk::astrodynamics::dynamics::thruster::getguidancelaw (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", false]], "ostk::astrodynamics::dynamics::thruster::getreadcoordinatesubsets (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::getsatellitesystem (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", false]], "ostk::astrodynamics::dynamics::thruster::getwritecoordinatesubsets (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", false]], "ostk::astrodynamics::dynamics::thruster::isdefined (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", false]], "ostk::astrodynamics::dynamics::thruster::print (c++ function)": [[143, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", false]], "ostk::astrodynamics::dynamics::thruster::thruster (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", false]], "ostk::astrodynamics::dynamics::thruster::~thruster (c++ function)": [[143, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", false]], "ostk::astrodynamics::dynamics::~dynamics (c++ function)": [[130, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", false]], "ostk::astrodynamics::eventcondition (c++ class)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition (c++ class)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::angularcondition (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", false], [144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion (c++ enum)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::anycrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::negativecrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::positivecrossing (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::angularcondition::criterion::withinrange (c++ enumerator)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", false]], "ostk::astrodynamics::eventcondition::angularcondition::getcriterion (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetangle (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::gettargetrange (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", false]], "ostk::astrodynamics::eventcondition::angularcondition::issatisfied (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::angularcondition::print (c++ function)": [[144, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::angularcondition::stringfromcriterion (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::angularcondition::withinrange (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", false]], "ostk::astrodynamics::eventcondition::angularcondition::~angularcondition (c++ function)": [[144, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::booleancondition (c++ class)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", false]], "ostk::astrodynamics::eventcondition::booleancondition::booleancondition (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", false]], "ostk::astrodynamics::eventcondition::booleancondition::isinversed (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", false]], "ostk::astrodynamics::eventcondition::booleancondition::print (c++ function)": [[145, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::booleancondition::~booleancondition (c++ function)": [[145, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::coecondition (c++ class)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", false]], "ostk::astrodynamics::eventcondition::coecondition::aop (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricanomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::eccentricity (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::inclination (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::meananomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::raan (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::semimajoraxis (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::coecondition::trueanomaly (c++ function)": [[146, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", false]], "ostk::astrodynamics::eventcondition::eventcondition (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::getevaluator (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", false]], "ostk::astrodynamics::eventcondition::getname (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", false]], "ostk::astrodynamics::eventcondition::gettarget (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", false]], "ostk::astrodynamics::eventcondition::instantcondition (c++ class)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", false]], "ostk::astrodynamics::eventcondition::instantcondition::getinstant (c++ function)": [[147, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", false]], "ostk::astrodynamics::eventcondition::instantcondition::instantcondition (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", false]], "ostk::astrodynamics::eventcondition::instantcondition::~instantcondition (c++ function)": [[147, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::issatisfied (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition (c++ class)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::geteventconditions (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::gettype (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", false]], "ostk::astrodynamics::eventcondition::logicalcondition::issatisfied (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::logicalcondition (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::print (c++ function)": [[148, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type (c++ enum)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::and (c++ enumerator)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::type::or (c++ enumerator)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", false]], "ostk::astrodynamics::eventcondition::logicalcondition::updatetarget (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::logicalcondition::~logicalcondition (c++ function)": [[148, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::operator<< (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", false]], "ostk::astrodynamics::eventcondition::print (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition (c++ class)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion (c++ enum)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::anycrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::negativecrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::positivecrossing (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlynegative (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", false]], "ostk::astrodynamics::eventcondition::realcondition::criterion::strictlypositive (c++ enumerator)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", false]], "ostk::astrodynamics::eventcondition::realcondition::durationcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", false]], "ostk::astrodynamics::eventcondition::realcondition::evaluate (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::getcriterion (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", false]], "ostk::astrodynamics::eventcondition::realcondition::issatisfied (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", false]], "ostk::astrodynamics::eventcondition::realcondition::print (c++ function)": [[149, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", false]], "ostk::astrodynamics::eventcondition::realcondition::realcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", false], [149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::realcondition::stringfromcriterion (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", false]], "ostk::astrodynamics::eventcondition::realcondition::~realcondition (c++ function)": [[149, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", false]], "ostk::astrodynamics::eventcondition::target (c++ struct)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", false]], "ostk::astrodynamics::eventcondition::target::isdefined (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", false]], "ostk::astrodynamics::eventcondition::target::operator!= (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", false]], "ostk::astrodynamics::eventcondition::target::operator== (c++ function)": [[131, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", false]], "ostk::astrodynamics::eventcondition::target::stringfromtype (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", false]], "ostk::astrodynamics::eventcondition::target::target (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", false], [131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", false]], "ostk::astrodynamics::eventcondition::target::type (c++ enum)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", false]], "ostk::astrodynamics::eventcondition::target::type (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", false]], "ostk::astrodynamics::eventcondition::target::type::absolute (c++ enumerator)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", false]], "ostk::astrodynamics::eventcondition::target::type::relative (c++ enumerator)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", false]], "ostk::astrodynamics::eventcondition::target::value (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", false]], "ostk::astrodynamics::eventcondition::target::valueoffset (c++ member)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", false]], "ostk::astrodynamics::eventcondition::updatetarget (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", false]], "ostk::astrodynamics::eventcondition::~eventcondition (c++ function)": [[131, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", false]], "ostk::astrodynamics::flight::maneuver (c++ class)": [[150, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragespecificimpulse (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculateaveragethrust (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltamass (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", false]], "ostk::astrodynamics::flight::maneuver::calculatedeltav (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", false]], "ostk::astrodynamics::flight::maneuver::constantmassflowrateprofile (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", false]], "ostk::astrodynamics::flight::maneuver::defaultaccelframesptr (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", false]], "ostk::astrodynamics::flight::maneuver::getaccelerationprofile (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::maneuver::getinstants (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", false]], "ostk::astrodynamics::flight::maneuver::getinterval (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", false]], "ostk::astrodynamics::flight::maneuver::getmassflowrateprofile (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", false]], "ostk::astrodynamics::flight::maneuver::isdefined (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", false]], "ostk::astrodynamics::flight::maneuver::maneuver (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", false]], "ostk::astrodynamics::flight::maneuver::maximumrecommendedinterpolationinterval (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", false]], "ostk::astrodynamics::flight::maneuver::minimumrecommendedduration (c++ member)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", false]], "ostk::astrodynamics::flight::maneuver::operator!= (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator<< (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::operator== (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", false]], "ostk::astrodynamics::flight::maneuver::print (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::maneuver::tabulateddynamics (c++ function)": [[150, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", false]], "ostk::astrodynamics::flight::maneuver::totabulateddynamics (c++ function)": [[150, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::flight::profile (c++ class)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", false]], "ostk::astrodynamics::flight::profile::getaxesat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getbodyframe (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::getstateat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::getstatesat (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::inertialpointing (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::isdefined (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model (c++ class)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", false]], "ostk::astrodynamics::flight::profile::model::as (c++ function)": [[153, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", false]], "ostk::astrodynamics::flight::profile::model::calculatestateat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::calculatestatesat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::flight::profile::model::clone (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::getaxesat (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::getbodyframe (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::is (c++ function)": [[153, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", false]], "ostk::astrodynamics::flight::profile::model::isdefined (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::model (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", false]], "ostk::astrodynamics::flight::profile::model::operator!= (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator<< (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::flight::profile::model::operator== (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", false]], "ostk::astrodynamics::flight::profile::model::print (c++ function)": [[153, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated (c++ class)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", false]], "ostk::astrodynamics::flight::profile::model::tabulated::calculatestateat (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::clone (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getaxesat (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getbodyframe (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::tabulated::getinterval (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::isdefined (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::tabulated::load (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator!= (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator<< (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::operator== (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::flight::profile::model::tabulated::print (c++ function)": [[154, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::tabulated::tabulated (c++ function)": [[154, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", false]], "ostk::astrodynamics::flight::profile::model::transform (c++ class)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", false]], "ostk::astrodynamics::flight::profile::model::transform::calculatestateat (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::clone (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", false]], "ostk::astrodynamics::flight::profile::model::transform::getaxesat (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", false]], "ostk::astrodynamics::flight::profile::model::transform::getbodyframe (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", false]], "ostk::astrodynamics::flight::profile::model::transform::inertialpointing (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", false]], "ostk::astrodynamics::flight::profile::model::transform::isdefined (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", false]], "ostk::astrodynamics::flight::profile::model::transform::nadirpointing (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::model::transform::operator<< (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", false]], "ostk::astrodynamics::flight::profile::model::transform::print (c++ function)": [[155, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::model::transform::transform (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", false]], "ostk::astrodynamics::flight::profile::model::transform::undefined (c++ function)": [[155, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", false]], "ostk::astrodynamics::flight::profile::model::~model (c++ function)": [[153, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", false]], "ostk::astrodynamics::flight::profile::nadirpointing (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::flight::profile::operator<< (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", false]], "ostk::astrodynamics::flight::profile::operator= (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", false]], "ostk::astrodynamics::flight::profile::pointingmode (c++ enum)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", false]], "ostk::astrodynamics::flight::profile::pointingmode::custom (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", false]], "ostk::astrodynamics::flight::profile::pointingmode::inertial (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", false]], "ostk::astrodynamics::flight::profile::pointingmode::nadir (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", false]], "ostk::astrodynamics::flight::profile::pointingmode::target (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", false]], "ostk::astrodynamics::flight::profile::pointingmode::undefined (c++ enumerator)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", false]], "ostk::astrodynamics::flight::profile::print (c++ function)": [[151, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::profile::profile (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", false], [151, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", false]], "ostk::astrodynamics::flight::profile::undefined (c++ function)": [[151, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", false]], "ostk::astrodynamics::flight::system (c++ class)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemE", false]], "ostk::astrodynamics::flight::system::clone (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", false]], "ostk::astrodynamics::flight::system::getgeometry (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", false]], "ostk::astrodynamics::flight::system::getmass (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", false]], "ostk::astrodynamics::flight::system::isdefined (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", false]], "ostk::astrodynamics::flight::system::operator!= (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", false]], "ostk::astrodynamics::flight::system::operator<< (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", false]], "ostk::astrodynamics::flight::system::operator== (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", false]], "ostk::astrodynamics::flight::system::print (c++ function)": [[152, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem (c++ class)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", false]], "ostk::astrodynamics::flight::system::propulsionsystem::default (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getacceleration (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getmassflowrate (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getspecificimpulse (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::getthrust (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::isdefined (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator!= (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator<< (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::operator== (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::propulsionsystem::print (c++ function)": [[156, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::propulsionsystem::propulsionsystem (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", false]], "ostk::astrodynamics::flight::system::propulsionsystem::undefined (c++ function)": [[156, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem (c++ class)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", false]], "ostk::astrodynamics::flight::system::satellitesystem::accesspropulsionsystem (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::clone (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::default (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getcrosssectionalsurfacearea (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getdragcoefficient (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getinertiatensor (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::getpropulsionsystem (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::isdefined (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator!= (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator<< (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::operator== (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::print (c++ function)": [[157, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystem::satellitesystem (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystem::undefined (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", false]], "ostk::astrodynamics::flight::system::satellitesystem::~satellitesystem (c++ function)": [[157, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder (c++ class)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::build (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::clone (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::default (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::operator<< (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::print (c++ function)": [[158, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::satellitesystembuilder (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withcrosssectionalsurfacearea (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdragcoefficient (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withdrymass (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withgeometry (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withinertiatensor (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::withpropulsionsystem (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", false]], "ostk::astrodynamics::flight::system::satellitesystembuilder::~satellitesystembuilder (c++ function)": [[158, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", false]], "ostk::astrodynamics::flight::system::system (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", false]], "ostk::astrodynamics::flight::system::undefined (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", false]], "ostk::astrodynamics::flight::system::~system (c++ function)": [[152, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", false]], "ostk::astrodynamics::guidancelaw (c++ class)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", false]], "ostk::astrodynamics::guidancelaw::calculatethrustaccelerationat (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust (c++ class)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::calculatethrustaccelerationat (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::constantthrust::constantthrust (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::guidancelaw::constantthrust::getlocalthrustdirection (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", false]], "ostk::astrodynamics::guidancelaw::constantthrust::intrack (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::operator<< (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", false]], "ostk::astrodynamics::guidancelaw::constantthrust::print (c++ function)": [[159, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::constantthrust::~constantthrust (c++ function)": [[159, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", false]], "ostk::astrodynamics::guidancelaw::getname (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", false]], "ostk::astrodynamics::guidancelaw::guidancelaw (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", false]], "ostk::astrodynamics::guidancelaw::operator<< (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", false]], "ostk::astrodynamics::guidancelaw::print (c++ function)": [[132, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw (c++ class)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", false]], "ostk::astrodynamics::guidancelaw::qlaw::calculatethrustaccelerationat (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_doe_df (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", false]], "ostk::astrodynamics::guidancelaw::qlaw::compute_dq_doe (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeorbitalelementsmaximalchange (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computeq (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::computethrustdirection (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", false]], "ostk::astrodynamics::guidancelaw::qlaw::getgradientstrategy (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::getparameters (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gettargetcoe (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy (c++ enum)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::analytical (c++ enumerator)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", false]], "ostk::astrodynamics::guidancelaw::qlaw::gradientstrategy::finitedifference (c++ enumerator)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", false]], "ostk::astrodynamics::guidancelaw::qlaw::operator<< (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters (c++ struct)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::absoluteeffectivitythreshold (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::b (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getcontrolweights (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::getminimumperiapsisradius (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::k (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::m (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::n (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::parameters (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::periapsisweight (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::r (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", false]], "ostk::astrodynamics::guidancelaw::qlaw::parameters::relativeeffectivitythreshold (c++ member)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", false]], "ostk::astrodynamics::guidancelaw::qlaw::print (c++ function)": [[160, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", false]], "ostk::astrodynamics::guidancelaw::qlaw::qlaw (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", false]], "ostk::astrodynamics::guidancelaw::qlaw::thetarhtogcrf (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::guidancelaw::qlaw::~qlaw (c++ function)": [[160, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", false]], "ostk::astrodynamics::guidancelaw::~guidancelaw (c++ function)": [[132, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", false]], "ostk::astrodynamics::rootsolver (c++ class)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverE", false]], "ostk::astrodynamics::rootsolver::bisection (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::bracketandsolve (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", false]], "ostk::astrodynamics::rootsolver::default (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", false]], "ostk::astrodynamics::rootsolver::getmaximumiterationcount (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::rootsolver::gettolerance (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", false]], "ostk::astrodynamics::rootsolver::operator<< (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", false]], "ostk::astrodynamics::rootsolver::print (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::rootsolver::rootsolver (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", false]], "ostk::astrodynamics::rootsolver::solution (c++ struct)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", false]], "ostk::astrodynamics::rootsolver::solution::hasconverged (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", false]], "ostk::astrodynamics::rootsolver::solution::iterationcount (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", false]], "ostk::astrodynamics::rootsolver::solution::root (c++ member)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", false]], "ostk::astrodynamics::rootsolver::solve (c++ function)": [[133, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", false]], "ostk::astrodynamics::rootsolver::~rootsolver (c++ function)": [[133, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", false]], "ostk::astrodynamics::solver::finitedifferencesolver (c++ class)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computegradient (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::computejacobian (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", false], [161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", false]], "ostk::astrodynamics::solver::finitedifferencesolver::default (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::finitedifferencesolver (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getstepduration (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::getsteppercentage (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::gettype (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", false]], "ostk::astrodynamics::solver::finitedifferencesolver::operator<< (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", false]], "ostk::astrodynamics::solver::finitedifferencesolver::print (c++ function)": [[161, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", false]], "ostk::astrodynamics::solver::finitedifferencesolver::stringfromtype (c++ function)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type (c++ enum)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::backward (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::central (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", false]], "ostk::astrodynamics::solver::finitedifferencesolver::type::forward (c++ enumerator)": [[161, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", false]], "ostk::astrodynamics::solver::temporalconditionsolver (c++ class)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::condition (c++ type)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", false]], "ostk::astrodynamics::solver::temporalconditionsolver::getmaximumiterationcount (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettimestep (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::gettolerance (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", false]], "ostk::astrodynamics::solver::temporalconditionsolver::solve (c++ function)": [[162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", false], [162, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", false]], "ostk::astrodynamics::solver::temporalconditionsolver::temporalconditionsolver (c++ function)": [[162, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory (c++ class)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectoryE", false]], "ostk::astrodynamics::trajectory::accessmodel (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", false]], "ostk::astrodynamics::trajectory::getstateat (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::getstatesat (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::isdefined (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection (c++ class)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::accesslocalorbitalframefactory (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getlocalorbitalframefactory (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::getvalue (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::isdefined (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::localorbitalframedirection (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator!= (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator<< (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::operator== (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::print (c++ function)": [[163, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::localorbitalframedirection::undefined (c++ function)": [[163, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory (c++ class)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::accessparentframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::construct (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::generateframe (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::getprovidertype (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::isdefined (c++ function)": [[164, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::lvlh (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::ned (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::qsw (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::tnw (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::undefined (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vnc (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframefactory::vvlh (c++ function)": [[164, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider (c++ class)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::clone (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::construct (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::gettransformat (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::isdefined (c++ function)": [[165, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::stringfromtype (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type (c++ enum)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlh (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::lvlhgd (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::ned (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::qsw (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::tnw (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::undefined (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vnc (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::type::vvlh (c++ enumerator)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", false]], "ostk::astrodynamics::trajectory::localorbitalframetransformprovider::~localorbitalframetransformprovider (c++ function)": [[165, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", false]], "ostk::astrodynamics::trajectory::model (c++ class)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", false]], "ostk::astrodynamics::trajectory::model::as (c++ function)": [[166, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", false]], "ostk::astrodynamics::trajectory::model::calculatestateat (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::calculatestatesat (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::clone (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::model::is (c++ function)": [[166, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", false]], "ostk::astrodynamics::trajectory::model::isdefined (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::model (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::model::operator!= (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator<< (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", false]], "ostk::astrodynamics::trajectory::model::operator== (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", false]], "ostk::astrodynamics::trajectory::model::print (c++ function)": [[166, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static (c++ class)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", false]], "ostk::astrodynamics::trajectory::model::static::calculatestateat (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::static::clone (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", false]], "ostk::astrodynamics::trajectory::model::static::isdefined (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::static::operator!= (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator<< (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::operator== (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", false]], "ostk::astrodynamics::trajectory::model::static::print (c++ function)": [[173, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::static::static (c++ function)": [[173, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", false]], "ostk::astrodynamics::trajectory::model::tabulated (c++ class)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestateat (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::model::tabulated::calculatestatesat (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::model::tabulated::clone (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getfirststate (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterpolationtype (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getinterval (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::getlaststate (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::isdefined (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::model::tabulated::load (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator!= (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator<< (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::operator== (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::model::tabulated::print (c++ function)": [[174, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::model::tabulated::tabulated (c++ function)": [[174, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::model::~model (c++ function)": [[166, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::operator!= (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator<< (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator= (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", false]], "ostk::astrodynamics::trajectory::operator== (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", false]], "ostk::astrodynamics::trajectory::orbit (c++ class)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", false]], "ostk::astrodynamics::trajectory::orbit::circular (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::circularequatorial (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::computepasses (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::constpassiterator (c++ type)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", false]], "ostk::astrodynamics::trajectory::orbit::equatorial (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::frametype (c++ enum)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlh (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgd (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::lvlhgdgt (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::ned (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::qsw (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::tnw (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::undefined (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vnc (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", false]], "ostk::astrodynamics::trajectory::orbit::frametype::vvlh (c++ enumerator)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", false]], "ostk::astrodynamics::trajectory::orbit::geosynchronous (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::getorbitalframe (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::getpassat (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::getpasswithrevolutionnumber (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::getrevolutionnumberat (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::isdefined (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm (c++ class)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment (c++ struct)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::ballisticcoefficient (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::date (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanapogeealtitude (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanargumentofperigee (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meaninclination (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanlongitudeascendingnode (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanmeananomaly (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::meanperigeealtitude (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::missiontime (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::name (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::position (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::sequencenumber (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::tostate (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::deployment::velocity (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::dictionary (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentat (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeployments (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getdeploymentwithname (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::getheader (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header (c++ struct)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::generationdate (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::header::launchdate (c++ member)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::isdefined (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::load (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::operator<< (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::opm (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::parse (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::print (c++ function)": [[177, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::message::spacex::opm::undefined (c++ function)": [[177, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model (c++ class)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean (c++ class)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::brouwerlyddanemean (c++ function)": [[183, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getcartesianstate (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::geteccentricanomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::getmeananomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::gettrueanomaly (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemean::tocoe (c++ function)": [[183, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong (c++ class)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::brouwerlyddanemeanlong (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::cartesian (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::coe (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::tocoe (c++ function)": [[184, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanlong::undefined (c++ function)": [[184, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort (c++ class)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::brouwerlyddanemeanshort (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::cartesian (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::coe (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::tocoe (c++ function)": [[185, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", false]], "ostk::astrodynamics::trajectory::orbit::model::blm::brouwerlyddanemeanshort::undefined (c++ function)": [[185, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::calculaterevolutionnumberat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::calculatestateat (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::clone (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getepoch (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::getrevolutionnumberatepoch (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::isdefined (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler (c++ class)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculaterevolutionnumberat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::calculatestateat (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::clone (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe (c++ class)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::eccentric (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::mean (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::anomalytype::true (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesian (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::cartesianstate (c++ type)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::coe (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeangularmomentum (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", false], [186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computeradialdistance (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::computesemilatusrectum (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfrommeananomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::eccentricanomalyfromtrueanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element (c++ enum)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::aop (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricanomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::eccentricity (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::inclination (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::meananomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::raan (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::semimajoraxis (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::element::trueanomaly (c++ enumerator)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::fromsivector (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getangularmomentum (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getaop (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getapoapsisradius (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getcartesianstate (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricanomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::geteccentricity (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getinclination (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeananomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getmeanmotion (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getnodalprecessionrate (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getorbitalperiod (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getperiapsisradius (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getraan (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getradialdistance (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemilatusrectum (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsemimajoraxis (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::getsivector (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::gettrueanomaly (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::isdefined (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::meananomalyfromeccentricanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator!= (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator<< (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::operator== (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::print (c++ function)": [[186, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::stringfromelement (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfromeccentricanomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::trueanomalyfrommeananomaly (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::coe::undefined (c++ function)": [[186, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getclassicalorbitalelements (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getepoch (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getequatorialradius (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getgravitationalparameter (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj2 (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getj4 (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getperturbationtype (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::getrevolutionnumberatepoch (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::isdefined (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::kepler (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", false], [178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator!= (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator<< (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::operator== (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype (c++ enum)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j2 (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::j4 (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::perturbationtype::none (c++ enumerator)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::print (c++ function)": [[178, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::kepler::stringfromperturbationtype (c++ function)": [[178, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::model (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", false]], "ostk::astrodynamics::trajectory::orbit::model::print (c++ function)": [[175, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated (c++ class)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesscachedstatearray (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::accesspropagator (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculaterevolutionnumberat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestateat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::calculatestatesat (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::clone (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getepoch (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::getrevolutionnumberatepoch (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::isdefined (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator!= (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator<< (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::operator== (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::print (c++ function)": [[179, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::propagated (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", false], [179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::propagated::setcachedstatearray (c++ function)": [[179, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4 (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculaterevolutionnumberat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::calculatestateat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::clone (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getepoch (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::getrevolutionnumberatepoch (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::gettle (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl (c++ class)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::calculatestateat (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false], [181, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::impl (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::impl::operator= (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false], [181, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::isdefined (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator!= (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator<< (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator= (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::operator== (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::print (c++ function)": [[180, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::sgp4 (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", false], [180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle (c++ class)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::canparse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::construct (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::generatechecksum (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getaop (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getbstardragterm (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getclassification (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::geteccentricity (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getelementsetnumber (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getephemeristype (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getepoch (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstline (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getfirstlinechecksum (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinclination (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getinternationaldesignator (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeananomaly (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotion (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionfirsttimederivativedividedbytwo (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getmeanmotionsecondtimederivativedividedbysix (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getraan (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getrevolutionnumberatepoch (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitename (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsatellitenumber (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondline (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::getsecondlinechecksum (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::isdefined (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::load (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator!= (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator<< (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::operator== (c++ function)": [[187, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::parse (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setepoch (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setrevolutionnumberatepoch (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::setsatellitenumber (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::tle (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", false], [187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::tle::undefined (c++ function)": [[187, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::sgp4::~sgp4 (c++ function)": [[180, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated (c++ class)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculaterevolutionnumberat (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::calculatestateat (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::clone (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getepoch (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::getrevolutionnumberatepoch (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::isdefined (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator!= (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::operator== (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::print (c++ function)": [[182, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::model::tabulated::tabulated (c++ function)": [[182, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::model::~model (c++ function)": [[175, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", false]], "ostk::astrodynamics::trajectory::orbit::operator!= (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator= (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::operator== (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", false]], "ostk::astrodynamics::trajectory::orbit::orbit (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", false], [167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", false], [167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", false]], "ostk::astrodynamics::trajectory::orbit::pass (c++ class)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatascendingnode (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatdescendingnode (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatnorthpoint (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatpassbreak (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::accessinstantatsouthpoint (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getduration (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::getrevolutionnumber (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::gettype (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::iscomplete (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::isdefined (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator!= (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator<< (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::operator== (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", false]], "ostk::astrodynamics::trajectory::orbit::pass::pass (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase (c++ enum)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::ascending (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::descending (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", false]], "ostk::astrodynamics::trajectory::orbit::pass::phase::undefined (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::print (c++ function)": [[176, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromphase (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", false]], "ostk::astrodynamics::trajectory::orbit::pass::stringfromtype (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type (c++ enum)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::complete (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::partial (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", false]], "ostk::astrodynamics::trajectory::orbit::pass::type::undefined (c++ enumerator)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", false]], "ostk::astrodynamics::trajectory::orbit::pass::undefined (c++ function)": [[176, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::print (c++ function)": [[167, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::orbit::stringfromframetype (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", false]], "ostk::astrodynamics::trajectory::orbit::sunsynchronous (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", false]], "ostk::astrodynamics::trajectory::orbit::undefined (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", false]], "ostk::astrodynamics::trajectory::orbit::~orbit (c++ function)": [[167, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", false]], "ostk::astrodynamics::trajectory::position (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", false]], "ostk::astrodynamics::trajectory::print (c++ function)": [[134, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator (c++ class)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", false]], "ostk::astrodynamics::trajectory::propagator::accesscoordinatebroker (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::propagator::accessnumericalsolver (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::propagator::adddynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", false]], "ostk::astrodynamics::trajectory::propagator::addmaneuver (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestateat (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatesat (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", false]], "ostk::astrodynamics::trajectory::propagator::calculatestatetocondition (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", false]], "ostk::astrodynamics::trajectory::propagator::cleardynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::default (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", false]], "ostk::astrodynamics::trajectory::propagator::fromenvironment (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", false]], "ostk::astrodynamics::trajectory::propagator::getdynamics (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::propagator::getnumberofcoordinates (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::propagator::integrationframesptr (c++ member)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", false]], "ostk::astrodynamics::trajectory::propagator::isdefined (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", false]], "ostk::astrodynamics::trajectory::propagator::operator!= (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator<< (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator= (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::operator== (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", false]], "ostk::astrodynamics::trajectory::propagator::print (c++ function)": [[168, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::propagator::propagator (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", false], [168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", false]], "ostk::astrodynamics::trajectory::propagator::setdynamics (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", false]], "ostk::astrodynamics::trajectory::propagator::undefined (c++ function)": [[168, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", false]], "ostk::astrodynamics::trajectory::segment (c++ class)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", false]], "ostk::astrodynamics::trajectory::segment::accessdynamics (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::accesseventcondition (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::accessnumericalsolver (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::coast (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::getdynamics (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::segment::geteventcondition (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", false]], "ostk::astrodynamics::trajectory::segment::getname (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", false]], "ostk::astrodynamics::trajectory::segment::getnumericalsolver (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::segment::gettype (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", false]], "ostk::astrodynamics::trajectory::segment::maneuver (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", false]], "ostk::astrodynamics::trajectory::segment::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution (c++ struct)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", false]], "ostk::astrodynamics::trajectory::segment::solution::accessendinstant (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::accessstartinstant (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::segment::solution::calculatestatesat (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltamass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::computedeltav (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::segment::solution::conditionissatisfied (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::segment::solution::dynamics (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", false]], "ostk::astrodynamics::trajectory::segment::solution::extractmaneuvers (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getalldynamicscontributions (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicsaccelerationcontribution (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::segment::solution::getdynamicscontribution (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::segment::solution::getfinalmass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getinitialmass (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::segment::solution::getpropagationduration (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::segment::solution::name (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", false]], "ostk::astrodynamics::trajectory::segment::solution::operator<< (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::segment::solution::print (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::segment::solution::segmenttype (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::solution (c++ function)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::solution::states (c++ member)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", false]], "ostk::astrodynamics::trajectory::segment::solve (c++ function)": [[169, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", false]], "ostk::astrodynamics::trajectory::segment::type (c++ enum)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", false]], "ostk::astrodynamics::trajectory::segment::type::coast (c++ enumerator)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", false]], "ostk::astrodynamics::trajectory::segment::type::maneuver (c++ enumerator)": [[169, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", false]], "ostk::astrodynamics::trajectory::sequence (c++ class)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", false]], "ostk::astrodynamics::trajectory::sequence::addcoastsegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", false]], "ostk::astrodynamics::trajectory::sequence::addmaneuversegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", false]], "ostk::astrodynamics::trajectory::sequence::addsegment (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", false]], "ostk::astrodynamics::trajectory::sequence::addsegments (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", false]], "ostk::astrodynamics::trajectory::sequence::getdynamics (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", false]], "ostk::astrodynamics::trajectory::sequence::getmaximumpropagationduration (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::getnumericalsolver (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", false]], "ostk::astrodynamics::trajectory::sequence::getsegments (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", false]], "ostk::astrodynamics::trajectory::sequence::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", false]], "ostk::astrodynamics::trajectory::sequence::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::sequence (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solution (c++ struct)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessendinstant (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::accessstartinstant (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::calculatestatesat (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltamass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::computedeltav (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", false]], "ostk::astrodynamics::trajectory::sequence::solution::executioniscomplete (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", false]], "ostk::astrodynamics::trajectory::sequence::solution::getfinalmass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getinitialmass (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getpropagationduration (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::getstates (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", false]], "ostk::astrodynamics::trajectory::sequence::solution::operator<< (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", false]], "ostk::astrodynamics::trajectory::sequence::solution::print (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::sequence::solution::segmentsolutions (c++ member)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", false]], "ostk::astrodynamics::trajectory::sequence::solution::solution (c++ function)": [[170, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", false]], "ostk::astrodynamics::trajectory::sequence::solve (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", false]], "ostk::astrodynamics::trajectory::sequence::solvetocondition (c++ function)": [[170, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", false]], "ostk::astrodynamics::trajectory::state (c++ class)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", false]], "ostk::astrodynamics::trajectory::state::accesscoordinatebroker (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::accesscoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::accessframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", false]], "ostk::astrodynamics::trajectory::state::accessinstant (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker (c++ class)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::accesssubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::addsubset (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::coordinatebroker (c++ function)": [[188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [188, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinate (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", false], [188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::extractcoordinates (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofcoordinates (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getnumberofsubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::getsubsets (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::hassubset (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator!= (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatebroker::operator== (c++ function)": [[188, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset (c++ class)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::add (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity (c++ class)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::angularvelocity (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::default (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::inframe (c++ function)": [[191, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::angularvelocity::~angularvelocity (c++ function)": [[191, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion (c++ class)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::attitudequaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::coordinatestoquaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::default (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::inframe (c++ function)": [[192, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::quateriontocoordinates (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::attitudequaternion::~attitudequaternion (c++ function)": [[192, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition (c++ class)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::add (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::cartesianposition (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::default (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::inframe (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::subtract (c++ function)": [[193, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianposition::~cartesianposition (c++ function)": [[193, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity (c++ class)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::add (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::cartesianvelocity (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::default (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::inframe (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::subtract (c++ function)": [[194, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::cartesianvelocity::~cartesianvelocity (c++ function)": [[194, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityD0Ev", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::coordinatesubset (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::dragcoefficient (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getid (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getname (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::getsize (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::inframe (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::mass (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator!= (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::operator== (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::subtract (c++ function)": [[189, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::coordinatesubset::surfacearea (c++ function)": [[189, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", false]], "ostk::astrodynamics::trajectory::state::extractcoordinate (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::extractcoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", false]], "ostk::astrodynamics::trajectory::state::getangularvelocity (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", false]], "ostk::astrodynamics::trajectory::state::getattitude (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinates (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", false]], "ostk::astrodynamics::trajectory::state::getcoordinatesubsets (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::state::getframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", false]], "ostk::astrodynamics::trajectory::state::getinstant (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", false]], "ostk::astrodynamics::trajectory::state::getposition (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", false]], "ostk::astrodynamics::trajectory::state::getsize (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", false]], "ostk::astrodynamics::trajectory::state::getvelocity (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", false]], "ostk::astrodynamics::trajectory::state::hassubset (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::state::inframe (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", false]], "ostk::astrodynamics::trajectory::state::isdefined (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver (c++ class)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstates (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::accessobservedstatevectors (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditional (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution (c++ struct)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::conditionissatisfied (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::iterationcount (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::rootsolverhasconverged (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::conditionsolution::state (c++ member)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::default (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::defaultconditional (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::fixedstepsize (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstates (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getobservedstatevectors (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::getrootsolver (c++ function)": [[190, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integrateduration (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::integratetime (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", false], [190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::numericalsolver (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", false]], "ostk::astrodynamics::trajectory::state::numericalsolver::undefined (c++ function)": [[190, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", false]], "ostk::astrodynamics::trajectory::state::operator!= (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", false]], "ostk::astrodynamics::trajectory::state::operator+ (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", false]], "ostk::astrodynamics::trajectory::state::operator- (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", false]], "ostk::astrodynamics::trajectory::state::operator<< (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", false]], "ostk::astrodynamics::trajectory::state::operator= (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", false]], "ostk::astrodynamics::trajectory::state::operator== (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", false]], "ostk::astrodynamics::trajectory::state::print (c++ function)": [[171, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::state::state (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [171, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::state::undefined (c++ function)": [[171, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder (c++ class)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", false]], "ostk::astrodynamics::trajectory::statebuilder::accesscoordinatebroker (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", false]], "ostk::astrodynamics::trajectory::statebuilder::accessframe (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::build (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", false]], "ostk::astrodynamics::trajectory::statebuilder::expand (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::getcoordinatesubsets (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", false]], "ostk::astrodynamics::trajectory::statebuilder::getframe (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", false]], "ostk::astrodynamics::trajectory::statebuilder::isdefined (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", false]], "ostk::astrodynamics::trajectory::statebuilder::operator!= (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator+ (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator- (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", false]], "ostk::astrodynamics::trajectory::statebuilder::operator<< (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::operator== (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", false]], "ostk::astrodynamics::trajectory::statebuilder::print (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", false]], "ostk::astrodynamics::trajectory::statebuilder::reduce (c++ function)": [[172, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", false]], "ostk::astrodynamics::trajectory::statebuilder::statebuilder (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", false], [172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", false], [172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", false]], "ostk::astrodynamics::trajectory::statebuilder::undefined (c++ function)": [[172, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", false]], "ostk::astrodynamics::trajectory::trajectory (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", false], [134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", false], [134, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", false]], "ostk::astrodynamics::trajectory::undefined (c++ function)": [[134, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", false]], "parse() (cdm static method)": [[11, "ostk.astrodynamics.conjunction.message.ccsds.CDM.parse", false]], "parse() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.parse", false]], "parse() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.parse", false]], "pass (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass", false]], "pass.phase (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Phase", false]], "pass.type (class in ostk.astrodynamics.trajectory.orbit)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.Type", false]], "periapsis_weight (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.periapsis_weight", false]], "position (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.position", false]], "position() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.position", false]], "position() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.position", false]], "position_from_lla() (in module ostk.astrodynamics.utilities)": [[105, "ostk.astrodynamics.utilities.position_from_lla", false]], "positionderivative (class in ostk.astrodynamics.dynamics)": [[30, "ostk.astrodynamics.dynamics.PositionDerivative", false]], "profile (class in ostk.astrodynamics.flight)": [[43, "ostk.astrodynamics.flight.Profile", false]], "propagated (class in ostk.astrodynamics.trajectory.orbit.model)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated", false]], "propagator (class in ostk.astrodynamics.trajectory)": [[66, "ostk.astrodynamics.trajectory.Propagator", false]], "propulsionsystem (class in ostk.astrodynamics.flight.system)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem", false]], "qlaw (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw", false]], "qlaw.gradientstrategy (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy", false]], "qlaw.parameters (class in ostk.astrodynamics.guidance_law)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters", false]], "qsw() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.QSW", false]], "r (qlaw.parameters property)": [[56, "ostk.astrodynamics.guidance_law.QLaw.Parameters.r", false]], "raan() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.raan", false]], "realcondition (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition", false]], "realcondition.criterion (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Criterion", false]], "realcondition.target (class in ostk.astrodynamics.event_condition)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target", false]], "realcondition.target.type (class in ostk.astrodynamics.event_condition)": [[40, "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)": [[108, "ostk.astrodynamics.viewer.RectangularSensor", false]], "reduce() (statebuilder method)": [[70, "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)": [[56, "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)": [[110, "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)": [[92, "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)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem", false]], "satellitesystembuilder (class in ostk.astrodynamics.flight.system)": [[53, "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)": [[67, "ostk.astrodynamics.trajectory.Segment", false]], "segment.solution (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution", false]], "segment.type (class in ostk.astrodynamics.trajectory)": [[67, "ostk.astrodynamics.trajectory.Segment.Type", false]], "segment_solutions (sequence.solution property)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution.segment_solutions", false]], "segment_type (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.segment_type", false]], "semi_major_axis() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.semi_major_axis", false]], "sensor (class in ostk.astrodynamics.viewer)": [[109, "ostk.astrodynamics.viewer.Sensor", false]], "sequence (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Sequence", false]], "sequence.solution (class in ostk.astrodynamics.trajectory)": [[68, "ostk.astrodynamics.trajectory.Sequence.Solution", false]], "sequence_number (opm.deployment property)": [[75, "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)": [[79, "ostk.astrodynamics.trajectory.orbit.model.Propagated.set_cached_state_array", false]], "set_dynamics() (propagator method)": [[66, "ostk.astrodynamics.trajectory.Propagator.set_dynamics", false]], "set_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_epoch", false]], "set_revolution_number_at_epoch() (tle method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.set_revolution_number_at_epoch", false]], "set_satellite_number() (tle method)": [[88, "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)": [[80, "ostk.astrodynamics.trajectory.orbit.model.SGP4", false]], "show() (accessesplot method)": [[22, "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)": [[67, "ostk.astrodynamics.trajectory.Segment.solve", false]], "solve() (sequence method)": [[68, "ostk.astrodynamics.trajectory.Sequence.solve", false]], "solve() (temporalconditionsolver method)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver.solve", false]], "solve_to_condition() (sequence method)": [[68, "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)": [[69, "ostk.astrodynamics.trajectory.State", false]], "state (numericalsolver.conditionsolution property)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution.state", false]], "statebuilder (class in ostk.astrodynamics.trajectory)": [[70, "ostk.astrodynamics.trajectory.StateBuilder", false]], "states (segment.solution property)": [[67, "ostk.astrodynamics.trajectory.Segment.Solution.states", false]], "string_from_criterion() (angularcondition static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.string_from_criterion", false]], "string_from_criterion() (booleancondition static method)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.string_from_criterion", false]], "string_from_criterion() (instantcondition static method)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.string_from_criterion", false]], "string_from_criterion() (realcondition static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.string_from_criterion", false]], "string_from_element() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.string_from_element", false]], "string_from_element() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.string_from_element", false]], "string_from_element() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.string_from_element", false]], "string_from_element() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.string_from_element", false]], "string_from_log_type() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.string_from_log_type", false]], "string_from_perturbation_type() (kepler static method)": [[78, "ostk.astrodynamics.trajectory.orbit.model.Kepler.string_from_perturbation_type", false]], "string_from_phase() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_phase", false]], "string_from_stepper_type() (numericalsolver static method)": [[92, "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)": [[58, "ostk.astrodynamics.solver.FiniteDifferenceSolver.string_from_type", false]], "string_from_type() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.string_from_type", false]], "stringfromtype() (angularcondition.target static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.StringFromType", false]], "stringfromtype() (booleancondition.target static method)": [[36, "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)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.StringFromType", false]], "stringfromtype() (logicalcondition.target static method)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.StringFromType", false]], "stringfromtype() (realcondition.target static method)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.StringFromType", false]], "subtract() (angularvelocity method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.subtract", false]], "subtract() (attitudequaternion method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.subtract", false]], "subtract() (cartesianposition method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.subtract", false]], "subtract() (cartesianvelocity method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.subtract", false]], "subtract() (coordinatesubset method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.subtract", false]], "sun_synchronous() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.sun_synchronous", false]], "surface_area() (angularvelocity static method)": [[94, "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.surface_area", false]], "surface_area() (attitudequaternion static method)": [[95, "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.surface_area", false]], "surface_area() (cartesianposition static method)": [[96, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.surface_area", false]], "surface_area() (cartesianvelocity static method)": [[97, "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.surface_area", false]], "surface_area() (coordinatesubset static method)": [[91, "ostk.astrodynamics.trajectory.state.CoordinateSubset.surface_area", false]], "system (class in ostk.astrodynamics.flight)": [[44, "ostk.astrodynamics.flight.System", false]], "tabulated (class in ostk.astrodynamics.dynamics)": [[31, "ostk.astrodynamics.dynamics.Tabulated", false]], "tabulated (class in ostk.astrodynamics.flight.profile.model)": [[48, "ostk.astrodynamics.flight.profile.model.Tabulated", false]], "tabulated (class in ostk.astrodynamics.trajectory.orbit.model)": [[81, "ostk.astrodynamics.trajectory.orbit.model.Tabulated", false]], "tabulated_dynamics() (maneuver static method)": [[42, "ostk.astrodynamics.flight.Maneuver.tabulated_dynamics", false]], "template() (state static method)": [[69, "ostk.astrodynamics.trajectory.State.template", false]], "temporalconditionsolver (class in ostk.astrodynamics.solver)": [[59, "ostk.astrodynamics.solver.TemporalConditionSolver", false]], "thirdbodygravity (class in ostk.astrodynamics.dynamics)": [[32, "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)": [[33, "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)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE", false]], "tnw() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.TNW", false]], "to_coe() (brouwerlyddanemean method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.to_coe", false]], "to_coe() (brouwerlyddanemeanlong method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.to_coe", false]], "to_coe() (brouwerlyddanemeanshort method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.to_coe", false]], "to_state() (opm.deployment method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.to_state", false]], "to_tabulated_dynamics() (maneuver method)": [[42, "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]], "transform (class in ostk.astrodynamics.flight.profile.model)": [[49, "ostk.astrodynamics.flight.profile.model.Transform", false]], "true_anomaly() (coecondition static method)": [[37, "ostk.astrodynamics.event_condition.COECondition.true_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_eccentric_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_eccentric_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (brouwerlyddanemeanshort static method)": [[84, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.true_anomaly_from_mean_anomaly", false]], "true_anomaly_from_mean_anomaly() (coe static method)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.true_anomaly_from_mean_anomaly", false]], "type (angularcondition.target property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.type", false]], "type (booleancondition.target property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.type", false]], "type (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.type", false]], "type (instantcondition.target property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.type", false]], "type (logicalcondition.target property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.type", false]], "type (realcondition.target property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.type", false]], "undefined() (access static method)": [[2, "ostk.astrodynamics.Access.undefined", false]], "undefined() (brouwerlyddanemean static method)": [[77, "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.undefined", false]], "undefined() (brouwerlyddanemeanlong static method)": [[83, "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.undefined", false]], "undefined() (brouwerlyddanemeanshort static method)": [[84, "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)": [[86, "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.undefined", false]], "undefined() (generator static method)": [[9, "ostk.astrodynamics.access.Generator.undefined", false]], "undefined() (localorbitalframedirection static method)": [[61, "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.undefined", false]], "undefined() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.undefined", false]], "undefined() (numericalsolver static method)": [[92, "ostk.astrodynamics.trajectory.state.NumericalSolver.undefined", false]], "undefined() (opm static method)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.undefined", false]], "undefined() (orbit static method)": [[65, "ostk.astrodynamics.trajectory.Orbit.undefined", false]], "undefined() (pass static method)": [[73, "ostk.astrodynamics.trajectory.orbit.Pass.undefined", false]], "undefined() (profile static method)": [[43, "ostk.astrodynamics.flight.Profile.undefined", false]], "undefined() (propulsionsystem static method)": [[51, "ostk.astrodynamics.flight.system.PropulsionSystem.undefined", false]], "undefined() (satellitesystem static method)": [[52, "ostk.astrodynamics.flight.system.SatelliteSystem.undefined", false]], "undefined() (state static method)": [[69, "ostk.astrodynamics.trajectory.State.undefined", false]], "undefined() (statebuilder static method)": [[70, "ostk.astrodynamics.trajectory.StateBuilder.undefined", false]], "undefined() (system static method)": [[44, "ostk.astrodynamics.flight.System.undefined", false]], "undefined() (tle static method)": [[88, "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.undefined", false]], "undefined() (trajectory static method)": [[7, "ostk.astrodynamics.Trajectory.undefined", false]], "undefined() (transform static method)": [[49, "ostk.astrodynamics.flight.profile.model.Transform.undefined", false]], "value (angularcondition.target property)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.Target.value", false]], "value (booleancondition.target property)": [[36, "ostk.astrodynamics.event_condition.BooleanCondition.Target.value", false]], "value (eventcondition.target property)": [[4, "ostk.astrodynamics.EventCondition.Target.value", false]], "value (instantcondition.target property)": [[38, "ostk.astrodynamics.event_condition.InstantCondition.Target.value", false]], "value (logicalcondition.target property)": [[39, "ostk.astrodynamics.event_condition.LogicalCondition.Target.value", false]], "value (realcondition.target property)": [[40, "ostk.astrodynamics.event_condition.RealCondition.Target.value", false]], "velocity (opm.deployment property)": [[75, "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment.velocity", false]], "viewer (class in ostk.astrodynamics.viewer)": [[110, "ostk.astrodynamics.viewer.Viewer", false]], "vnc() (localorbitalframefactory static method)": [[62, "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.VNC", false]], "vvlh() (localorbitalframefactory static method)": [[62, "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)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_cross_sectional_surface_area", false]], "with_drag_coefficient() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_drag_coefficient", false]], "with_dry_mass() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_dry_mass", false]], "with_geometry() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_geometry", false]], "with_inertia_tensor() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_inertia_tensor", false]], "with_propulsion_system() (satellitesystembuilder method)": [[53, "ostk.astrodynamics.flight.system.SatelliteSystemBuilder.with_propulsion_system", false]], "within_range() (angularcondition static method)": [[35, "ostk.astrodynamics.event_condition.AngularCondition.within_range", false]]}, "objects": {"": [[129, 0, 1, "_CPPv4N4ostk13astrodynamics6AccessE", "ostk::astrodynamics::Access"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aLossOfSignal"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aMaxElevation"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aTimeOfClosestApproach"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::aType"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access6AccessERKN6Access4TypeERK7InstantRK7InstantRK7InstantRK5Angle", "ostk::astrodynamics::Access::Access::anAcquisitionOfSignal"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6Access14StringFromTypeERKN6Access4TypeE", "ostk::astrodynamics::Access::StringFromType::aType"], [129, 3, 1, "_CPPv4N4ostk13astrodynamics6Access4TypeE", "ostk::astrodynamics::Access::Type"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type8CompleteE", "ostk::astrodynamics::Access::Type::Complete"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type7PartialE", "ostk::astrodynamics::Access::Type::Partial"], [129, 4, 1, "_CPPv4N4ostk13astrodynamics6Access4Type9UndefinedE", "ostk::astrodynamics::Access::Type::Undefined"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6Access9UndefinedEv", "ostk::astrodynamics::Access::Undefined"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access22getAcquisitionOfSignalEv", "ostk::astrodynamics::Access::getAcquisitionOfSignal"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getDurationEv", "ostk::astrodynamics::Access::getDuration"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access11getIntervalEv", "ostk::astrodynamics::Access::getInterval"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getLossOfSignalEv", "ostk::astrodynamics::Access::getLossOfSignal"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access15getMaxElevationEv", "ostk::astrodynamics::Access::getMaxElevation"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access24getTimeOfClosestApproachEv", "ostk::astrodynamics::Access::getTimeOfClosestApproach"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access7getTypeEv", "ostk::astrodynamics::Access::getType"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access10isCompleteEv", "ostk::astrodynamics::Access::isComplete"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6Access9isDefinedEv", "ostk::astrodynamics::Access::isDefined"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!="], [129, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccessneERK6Access", "ostk::astrodynamics::Access::operator!=::anAccess"], [129, 1, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anAccess"], [129, 2, 1, "_CPPv4N4ostk13astrodynamics6AccesslsERNSt7ostreamERK6Access", "ostk::astrodynamics::Access::operator<<::anOutputStream"], [129, 1, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator=="], [129, 2, 1, "_CPPv4NK4ostk13astrodynamics6AccesseqERK6Access", "ostk::astrodynamics::Access::operator==::anAccess"], [130, 0, 1, "_CPPv4N4ostk13astrodynamics8DynamicsE", "ostk::astrodynamics::Dynamics"], [130, 0, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7ContextE", "ostk::astrodynamics::Dynamics::Context"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aDynamicsSPtr"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aReadIndexes"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context7ContextERK6SharedI8DynamicsERK5ArrayI4PairI5Index4SizeEERK5ArrayI4PairI5Index4SizeEE", "ostk::astrodynamics::Dynamics::Context::Context::aWriteIndexes"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context8dynamicsE", "ostk::astrodynamics::Dynamics::Context::dynamics"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context11readIndexesE", "ostk::astrodynamics::Dynamics::Context::readIndexes"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context13readStateSizeE", "ostk::astrodynamics::Dynamics::Context::readStateSize"], [130, 5, 1, "_CPPv4N4ostk13astrodynamics8Dynamics7Context12writeIndexesE", "ostk::astrodynamics::Dynamics::Context::writeIndexes"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics8DynamicsERK6String", "ostk::astrodynamics::Dynamics::Dynamics::aName"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics15FromEnvironmentERK11Environment", "ostk::astrodynamics::Dynamics::FromEnvironment::anEnvironment"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aContextArray"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::aFrameSPtr"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8Dynamics20GetSystemOfEquationsERK5ArrayI7ContextERK7InstantRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::GetSystemOfEquations::anInstant"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::aFrameSPtr"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::anInstant"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::Dynamics::computeContribution::x"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics7getNameEv", "ostk::astrodynamics::Dynamics::getName"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics24getReadCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getReadCoordinateSubsets"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::Dynamics::getWriteCoordinateSubsets"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics9isDefinedEv", "ostk::astrodynamics::Dynamics::isDefined"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::aDynamics"], [130, 2, 1, "_CPPv4N4ostk13astrodynamics8DynamicslsERNSt7ostreamERK8Dynamics", "ostk::astrodynamics::Dynamics::operator<<::anOutputStream"], [130, 1, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::anOutputStream"], [130, 2, 1, "_CPPv4NK4ostk13astrodynamics8Dynamics5printERNSt7ostreamEb", "ostk::astrodynamics::Dynamics::print::displayDecorator"], [130, 1, 1, "_CPPv4N4ostk13astrodynamics8DynamicsD0Ev", "ostk::astrodynamics::Dynamics::~Dynamics"], [131, 0, 1, "_CPPv4N4ostk13astrodynamics14EventConditionE", "ostk::astrodynamics::EventCondition"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aName"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::aTarget"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::aTargetValue"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition14EventConditionERK6StringRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::EventCondition::anEvaluator"], [131, 0, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6TargetE", "ostk::astrodynamics::EventCondition::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target14StringFromTypeERK4Type", "ostk::astrodynamics::EventCondition::Target::StringFromType::aType"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aLength"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK6LengthRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aType"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK4RealRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::aValue"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target6TargetERK5AngleRK4Type", "ostk::astrodynamics::EventCondition::Target::Target::anAngle"], [131, 3, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4TypeE", "ostk::astrodynamics::EventCondition::Target::Type"], [131, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8AbsoluteE", "ostk::astrodynamics::EventCondition::Target::Type::Absolute"], [131, 4, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4Type8RelativeE", "ostk::astrodynamics::EventCondition::Target::Type::Relative"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6Target9isDefinedEv", "ostk::astrodynamics::EventCondition::Target::isDefined"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!="], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargetneERK6Target", "ostk::astrodynamics::EventCondition::Target::operator!=::aTarget"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator=="], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition6TargeteqERK6Target", "ostk::astrodynamics::EventCondition::Target::operator==::aTarget"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target4typeE", "ostk::astrodynamics::EventCondition::Target::type"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target5valueE", "ostk::astrodynamics::EventCondition::Target::value"], [131, 5, 1, "_CPPv4N4ostk13astrodynamics14EventCondition6Target11valueOffsetE", "ostk::astrodynamics::EventCondition::Target::valueOffset"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition12getEvaluatorEv", "ostk::astrodynamics::EventCondition::getEvaluator"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition7getNameEv", "ostk::astrodynamics::EventCondition::getName"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition9getTargetEv", "ostk::astrodynamics::EventCondition::getTarget"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::currentState"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::EventCondition::isSatisfied::previousState"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anEventCondition"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventConditionlsERNSt7ostreamERK14EventCondition", "ostk::astrodynamics::EventCondition::operator<<::anOutputStream"], [131, 1, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::anOutputStream"], [131, 2, 1, "_CPPv4NK4ostk13astrodynamics14EventCondition5printERNSt7ostreamEb", "ostk::astrodynamics::EventCondition::print::displayDecorator"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget"], [131, 2, 1, "_CPPv4N4ostk13astrodynamics14EventCondition12updateTargetERK5State", "ostk::astrodynamics::EventCondition::updateTarget::aState"], [131, 1, 1, "_CPPv4N4ostk13astrodynamics14EventConditionD0Ev", "ostk::astrodynamics::EventCondition::~EventCondition"], [132, 0, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawE", "ostk::astrodynamics::GuidanceLaw"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLaw11GuidanceLawERK6String", "ostk::astrodynamics::GuidanceLaw::GuidanceLaw::aName"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::anInstant"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::GuidanceLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw7getNameEv", "ostk::astrodynamics::GuidanceLaw::getName"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::aGuidanceLaw"], [132, 2, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawlsERNSt7ostreamERK11GuidanceLaw", "ostk::astrodynamics::GuidanceLaw::operator<<::anOutputStream"], [132, 1, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::anOutputStream"], [132, 2, 1, "_CPPv4NK4ostk13astrodynamics11GuidanceLaw5printERNSt7ostreamEb", "ostk::astrodynamics::GuidanceLaw::print::displayDecorator"], [132, 1, 1, "_CPPv4N4ostk13astrodynamics11GuidanceLawD0Ev", "ostk::astrodynamics::GuidanceLaw::~GuidanceLaw"], [133, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolverE", "ostk::astrodynamics::RootSolver"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver7DefaultEv", "ostk::astrodynamics::RootSolver::Default"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aMaximumIterationCount"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolver10RootSolverERK4SizeRK4Real", "ostk::astrodynamics::RootSolver::RootSolver::aTolerance"], [133, 0, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8SolutionE", "ostk::astrodynamics::RootSolver::Solution"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution12hasConvergedE", "ostk::astrodynamics::RootSolver::Solution::hasConverged"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution14iterationCountE", "ostk::astrodynamics::RootSolver::Solution::iterationCount"], [133, 5, 1, "_CPPv4N4ostk13astrodynamics10RootSolver8Solution4rootE", "ostk::astrodynamics::RootSolver::Solution::root"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::aLowerBound"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver9bisectionERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::bisection::anUpperBound"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFactor"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::anInitialGuess"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver15bracketAndSolveERKNSt8functionIFdRKdEEERKdRKbRKd", "ostk::astrodynamics::RootSolver::bracketAndSolve::isRising"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver24getMaximumIterationCountEv", "ostk::astrodynamics::RootSolver::getMaximumIterationCount"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver12getToleranceEv", "ostk::astrodynamics::RootSolver::getTolerance"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::aRootSolver"], [133, 2, 1, "_CPPv4N4ostk13astrodynamics10RootSolverlsERNSt7ostreamERK10RootSolver", "ostk::astrodynamics::RootSolver::operator<<::anOutputStream"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::anOutputStream"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5printERNSt7ostreamEb", "ostk::astrodynamics::RootSolver::print::displayDecorator"], [133, 1, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aFunction"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::aLowerBound"], [133, 2, 1, "_CPPv4NK4ostk13astrodynamics10RootSolver5solveERKNSt8functionIFdRKdEEERKdRKd", "ostk::astrodynamics::RootSolver::solve::anUpperBound"], [133, 1, 1, "_CPPv4N4ostk13astrodynamics10RootSolverD0Ev", "ostk::astrodynamics::RootSolver::~RootSolver"], [134, 0, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryE", "ostk::astrodynamics::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory8PositionERKN7physics10coordinate8PositionE", "ostk::astrodynamics::Trajectory::Position::aPosition"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5Model", "ostk::astrodynamics::Trajectory::Trajectory::aModel"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK5ArrayI5StateE", "ostk::astrodynamics::Trajectory::Trajectory::aStateArray"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10Trajectory10TrajectoryERK10Trajectory", "ostk::astrodynamics::Trajectory::Trajectory::aTrajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10Trajectory9UndefinedEv", "ostk::astrodynamics::Trajectory::Undefined"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11accessModelEv", "ostk::astrodynamics::Trajectory::accessModel"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory10getStateAtERK7Instant", "ostk::astrodynamics::Trajectory::getStateAt::anInstant"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::Trajectory::getStatesAt::anInstantArray"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory9isDefinedEv", "ostk::astrodynamics::Trajectory::isDefined"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!="], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryneERK10Trajectory", "ostk::astrodynamics::Trajectory::operator!=::aTrajectory"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::aTrajectory"], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectorylsERNSt7ostreamERK10Trajectory", "ostk::astrodynamics::Trajectory::operator<<::anOutputStream"], [134, 1, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator="], [134, 2, 1, "_CPPv4N4ostk13astrodynamics10TrajectoryaSERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=::aTrajectory"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator=="], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10TrajectoryeqERK10Trajectory", "ostk::astrodynamics::Trajectory::operator==::aTrajectory"], [134, 1, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::anOutputStream"], [134, 2, 1, "_CPPv4NK4ostk13astrodynamics10Trajectory5printERNSt7ostreamEb", "ostk::astrodynamics::Trajectory::print::displayDecorator"], [135, 0, 1, "_CPPv4N4ostk13astrodynamics6access9GeneratorE", "ostk::astrodynamics::access::Generator"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::aRangeRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anAzimuthElevationMask"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7AerMaskERK3MapI4Real4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerMask::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::aRangeRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anAzimuthRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anElevationRange"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9AerRangesERK8IntervalI4RealERK8IntervalI4RealERK8IntervalI4RealERK11Environment", "ostk::astrodynamics::access::Generator::AerRanges::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStateFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::aTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAccessFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anAerFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9GeneratorERK11EnvironmentRKNSt8functionIFbRK3AEREEERKNSt8functionIFbRK6AccessEEERKNSt8functionIFbRK5StateRK5StateEEERK8DurationRK8Duration", "ostk::astrodynamics::access::Generator::Generator::anEnvironment"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator9UndefinedEv", "ostk::astrodynamics::access::Generator::Undefined"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aFromTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::aToTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15computeAccessesERKN7physics4time8IntervalERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::computeAccesses::anInterval"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator15getAccessFilterEv", "ostk::astrodynamics::access::Generator::getAccessFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getAerFilterEv", "ostk::astrodynamics::access::Generator::getAerFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aFromTrajectory"], [135, 2, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator20getConditionFunctionERK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::Generator::getConditionFunction::aToTrajectory"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator14getStateFilterEv", "ostk::astrodynamics::access::Generator::getStateFilter"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator7getStepEv", "ostk::astrodynamics::access::Generator::getStep"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator12getToleranceEv", "ostk::astrodynamics::access::Generator::getTolerance"], [135, 1, 1, "_CPPv4NK4ostk13astrodynamics6access9Generator9isDefinedEv", "ostk::astrodynamics::access::Generator::isDefined"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator15setAccessFilterERKNSt8functionIFbRK6AccessEEE", "ostk::astrodynamics::access::Generator::setAccessFilter::anAccessFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setAerFilterERKNSt8functionIFbRK3AEREEE", "ostk::astrodynamics::access::Generator::setAerFilter::anAerFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator14setStateFilterERKNSt8functionIFbRK5StateRK5StateEEE", "ostk::astrodynamics::access::Generator::setStateFilter::aStateFilter"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator7setStepERK8Duration", "ostk::astrodynamics::access::Generator::setStep::aStep"], [135, 1, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance"], [135, 2, 1, "_CPPv4N4ostk13astrodynamics6access9Generator12setToleranceERK8Duration", "ostk::astrodynamics::access::Generator::setTolerance::aTolerance"], [136, 0, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContextE", "ostk::astrodynamics::access::GeneratorContext"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aFromPosition"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::aToPosition"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anEarthSPtr"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext12CalculateAerERK7InstantRK8PositionRK8PositionK6SharedIK9CelestialE", "ostk::astrodynamics::access::GeneratorContext::CalculateAer::anInstant"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aFromTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aGenerator"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::aToTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext16GeneratorContextERK10TrajectoryRK10TrajectoryRK11EnvironmentRK9Generator", "ostk::astrodynamics::access::GeneratorContext::GeneratorContext::anEnvironment"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aFromState"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext22GetPositionsFromStatesERK5StateRK5State", "ostk::astrodynamics::access::GeneratorContext::GetPositionsFromStates::aToState"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aFromTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::aToTrajectory"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext11GetStatesAtERK7InstantRK10TrajectoryRK10Trajectory", "ostk::astrodynamics::access::GeneratorContext::GetStatesAt::anInstant"], [136, 1, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive"], [136, 2, 1, "_CPPv4N4ostk13astrodynamics6access16GeneratorContext14isAccessActiveERK7Instant", "ostk::astrodynamics::access::GeneratorContext::isAccessActive::anInstant"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDME", "ostk::astrodynamics::conjunction::message::ccsds::CDM"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aDataArray"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aHeader"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aMetadataArray"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM3CDMERKN3CDM6HeaderERKN3CDM16RelativeMetadataERK5ArrayIN3CDM8MetadataEEK5ArrayIN3CDM4DataEE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::CDM::aRelativeMetadata"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4DataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4SEDRE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::SEDR"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12actualODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::actualODSpan"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data8areaDragE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaDrag"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data6areaPCE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaPC"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7areaSRPE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::areaSRP"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14cdAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::cdAreaOverMass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data16covarianceMatrixE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::covarianceMatrix"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data14crAreaOverMassE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::crAreaOverMass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data4massE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::mass"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data12obsAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsAvailable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data7obsUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::obsUsed"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17recommendedODSpanE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::recommendedODSpan"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data17residualsAcceptedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::residualsAccepted"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data5stateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::state"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data18thrustAccelerationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::thrustAcceleration"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data13timeLastObEndE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObEnd"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15timeLastObStartE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::timeLastObStart"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data15tracksAvailableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksAvailable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data10tracksUsedE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::tracksUsed"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4Data11weightedRMSE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Data::weightedRMS"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Dictionary::aDictionary"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6HeaderE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header15ccsdsCdmVersionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::ccsdsCdmVersion"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header12creationDateE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::creationDate"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10messageForE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageFor"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header9messageIdE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::messageId"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM6Header10originatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Header::originator"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM4LoadERK4File", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Load::aFile"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8MetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16atmosphericModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::atmosphericModel"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11catalogNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::catalogName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16covarianceMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::covarianceMethod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10earthTidesE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::earthTides"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13ephemerisNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::ephemerisName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12gravityModelE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::gravityModel"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13inTrackThrustE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::inTrackThrust"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23internationalDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::internationalDesignator"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata12maneuverableE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::maneuverable"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata18nBodyPerturbationsE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::nBodyPerturbations"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata6objectE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::object"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata16objectDesignatorE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectDesignator"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectNameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectName"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata10objectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::objectType"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata23operatorContactPositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorContactPosition"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorEmailE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorEmail"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata19operatorOrgnizationE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorOrgnization"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata13operatorPhoneE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::operatorPhone"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata11orbitCenterE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::orbitCenter"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata8refFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::refFrame"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM8Metadata22solarRadiationPressureE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Metadata::solarRadiationPressure"], [137, 3, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectTypeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType6DebrisE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Debris"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType5OtherE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Other"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7PayloadE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Payload"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType10RocketBodyE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::RocketBody"], [137, 4, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM10ObjectType7UnknownE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectType::Unknown"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM20ObjectTypeFromStringERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::ObjectTypeFromString::aString"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM5ParseERK6String", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Parse::aString"], [137, 0, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadataE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata3TCAE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::TCA"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata20collisionProbabilityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbability"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata26collisionProbabilityMethodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::collisionProbabilityMethod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata7commentE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::comment"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15endScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::endScreenPeriod"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata12missDistanceE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::missDistance"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativePositionE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativePosition"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata16relativeVelocityE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::relativeVelocity"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata15screenEntryTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenEntryTime"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata14screenExitTimeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenExitTime"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeFrameE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeFrame"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17screenVolumeShapeE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeShape"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeXE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeX"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeYE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeY"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata13screenVolumeZE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::screenVolumeZ"], [137, 5, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM16RelativeMetadata17startScreenPeriodE", "ostk::astrodynamics::conjunction::message::ccsds::CDM::RelativeMetadata::startScreenPeriod"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDM9UndefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::Undefined"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM18getCCSDSCDMVersionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCCSDSCDMVersion"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getCollisionProbabilityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbability"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM29getCollisionProbabilityMethodEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCollisionProbabilityMethod"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getCreationDateEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getCreationDate"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getDataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getDataArray"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9getHeaderEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getHeader"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getMessageForEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageFor"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM12getMessageIdEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMessageId"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM16getMetadataArrayEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMetadataArray"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getMissDistanceEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getMissDistance"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMatrixERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMatrix::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM25getObjectCovarianceMethodERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectCovarianceMethod::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM15getObjectDataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDataAt::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectDesignator::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM22getObjectEphemerisNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectEphemerisName::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM32getObjectInternationalDesignatorERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectInternationalDesignator::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM24getObjectManeuverabilityERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectManeuverability::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectMetadataAtERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectMetadataAt::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectNameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectName::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM23getObjectReferenceFrameERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectReferenceFrame::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getObjectStateAtTCAERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectStateAtTCA::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getObjectTypeERK5Index", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getObjectType::anIndex"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM13getOriginatorEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getOriginator"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeMetadataEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeMetadata"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativePositionEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativePosition"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM19getRelativeVelocityEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getRelativeVelocity"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM6getTCAEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::getTCA"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM9isDefinedEv", "ostk::astrodynamics::conjunction::message::ccsds::CDM::isDefined"], [137, 1, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anCDM"], [137, 2, 1, "_CPPv4N4ostk13astrodynamics11conjunction7message5ccsds3CDMlsERNSt7ostreamERK3CDM", "ostk::astrodynamics::conjunction::message::ccsds::CDM::operator<<::anOutputStream"], [137, 1, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::anOutputStream"], [137, 2, 1, "_CPPv4NK4ostk13astrodynamics11conjunction7message5ccsds3CDM5printERNSt7ostreamEb", "ostk::astrodynamics::conjunction::message::ccsds::CDM::print::displayDecorator"], [138, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragE", "ostk::astrodynamics::dynamics::AtmosphericDrag"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aCelestial"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDrag15AtmosphericDragERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::AtmosphericDrag::AtmosphericDrag::aName"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::aFrameSPtr"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::anInstant"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::AtmosphericDrag::computeContribution::x"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag12getCelestialEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getCelestial"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getReadCoordinateSubsets"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::getWriteCoordinateSubsets"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag9isDefinedEv", "ostk::astrodynamics::dynamics::AtmosphericDrag::isDefined"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anAtmosphericDrag"], [138, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDraglsERNSt7ostreamERK15AtmosphericDrag", "ostk::astrodynamics::dynamics::AtmosphericDrag::operator<<::anOutputStream"], [138, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::anOutputStream"], [138, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics15AtmosphericDrag5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::AtmosphericDrag::print::displayDecorator"], [138, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics15AtmosphericDragD0Ev", "ostk::astrodynamics::dynamics::AtmosphericDrag::~AtmosphericDrag"], [139, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityE", "ostk::astrodynamics::dynamics::CentralBodyGravity"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aCelestial"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravity18CentralBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::CentralBodyGravity::CentralBodyGravity::aName"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::aFrameSPtr"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::anInstant"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::CentralBodyGravity::computeContribution::x"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getCelestial"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getReadCoordinateSubsets"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::getWriteCoordinateSubsets"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::CentralBodyGravity::isDefined"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::aCentralBodyGravity"], [139, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravitylsERNSt7ostreamERK18CentralBodyGravity", "ostk::astrodynamics::dynamics::CentralBodyGravity::operator<<::anOutputStream"], [139, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::anOutputStream"], [139, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18CentralBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::CentralBodyGravity::print::displayDecorator"], [139, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18CentralBodyGravityD0Ev", "ostk::astrodynamics::dynamics::CentralBodyGravity::~CentralBodyGravity"], [140, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeE", "ostk::astrodynamics::dynamics::PositionDerivative"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivative18PositionDerivativeEv", "ostk::astrodynamics::dynamics::PositionDerivative::PositionDerivative"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::aFrameSPtr"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::anInstant"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::PositionDerivative::computeContribution::x"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getReadCoordinateSubsets"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::PositionDerivative::getWriteCoordinateSubsets"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative9isDefinedEv", "ostk::astrodynamics::dynamics::PositionDerivative::isDefined"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::aPositionDerivative"], [140, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativelsERNSt7ostreamERK18PositionDerivative", "ostk::astrodynamics::dynamics::PositionDerivative::operator<<::anOutputStream"], [140, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::anOutputStream"], [140, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics18PositionDerivative5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::PositionDerivative::print::displayDecorator"], [140, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics18PositionDerivativeD0Ev", "ostk::astrodynamics::dynamics::PositionDerivative::~PositionDerivative"], [141, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedE", "ostk::astrodynamics::dynamics::Tabulated"], [141, 5, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated28DefaultContributionFrameSPtrE", "ostk::astrodynamics::dynamics::Tabulated::DefaultContributionFrameSPtr"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aContributionProfile"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aFrameSPtr"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::aWriteCoordinateSubsets"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInstantArray"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9Tabulated9TabulatedERK5ArrayI7InstantERK8MatrixXdRK5ArrayI6SharedIK16CoordinateSubsetEERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::dynamics::Tabulated::Tabulated::anInterpolationType"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25accessContributionProfileEv", "ostk::astrodynamics::dynamics::Tabulated::accessContributionProfile"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated11accessFrameEv", "ostk::astrodynamics::dynamics::Tabulated::accessFrame"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated14accessInstantsEv", "ostk::astrodynamics::dynamics::Tabulated::accessInstants"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::aFrameSPtr"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::anInstant"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Tabulated::computeContribution::x"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated43getContributionProfileFromCoordinateSubsetsERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::dynamics::Tabulated::getContributionProfileFromCoordinateSubsets::aCoordinateSubsetArray"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::dynamics::Tabulated::getInterpolationType"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getReadCoordinateSubsets"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Tabulated::getWriteCoordinateSubsets"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated9isDefinedEv", "ostk::astrodynamics::dynamics::Tabulated::isDefined"], [141, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::aDynamics"], [141, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::dynamics::Tabulated::operator<<::anOutputStream"], [141, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::anOutputStream"], [141, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Tabulated::print::displayDecorator"], [142, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityE", "ostk::astrodynamics::dynamics::ThirdBodyGravity"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aCelestial"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravity16ThirdBodyGravityERK6SharedIK9CelestialERK6String", "ostk::astrodynamics::dynamics::ThirdBodyGravity::ThirdBodyGravity::aName"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::aFrameSPtr"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::anInstant"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::ThirdBodyGravity::computeContribution::x"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity12getCelestialEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getCelestial"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getReadCoordinateSubsets"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::getWriteCoordinateSubsets"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity9isDefinedEv", "ostk::astrodynamics::dynamics::ThirdBodyGravity::isDefined"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::aThirdBodyGravity"], [142, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravitylsERNSt7ostreamERK16ThirdBodyGravity", "ostk::astrodynamics::dynamics::ThirdBodyGravity::operator<<::anOutputStream"], [142, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::anOutputStream"], [142, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics16ThirdBodyGravity5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::ThirdBodyGravity::print::displayDecorator"], [142, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics16ThirdBodyGravityD0Ev", "ostk::astrodynamics::dynamics::ThirdBodyGravity::~ThirdBodyGravity"], [143, 0, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterE", "ostk::astrodynamics::dynamics::Thruster"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aGuidanceLaw"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aName"], [143, 2, 1, "_CPPv4N4ostk13astrodynamics8dynamics8Thruster8ThrusterERK15SatelliteSystemRK6SharedIK11GuidanceLawERK6String", "ostk::astrodynamics::dynamics::Thruster::Thruster::aSatelliteSystem"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::aFrameSPtr"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::anInstant"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster19computeContributionERK7InstantRK8VectorXdRK6SharedIK5FrameE", "ostk::astrodynamics::dynamics::Thruster::computeContribution::x"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster14getGuidanceLawEv", "ostk::astrodynamics::dynamics::Thruster::getGuidanceLaw"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster24getReadCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getReadCoordinateSubsets"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster18getSatelliteSystemEv", "ostk::astrodynamics::dynamics::Thruster::getSatelliteSystem"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster25getWriteCoordinateSubsetsEv", "ostk::astrodynamics::dynamics::Thruster::getWriteCoordinateSubsets"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster9isDefinedEv", "ostk::astrodynamics::dynamics::Thruster::isDefined"], [143, 1, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::anOutputStream"], [143, 2, 1, "_CPPv4NK4ostk13astrodynamics8dynamics8Thruster5printERNSt7ostreamEb", "ostk::astrodynamics::dynamics::Thruster::print::displayDecorator"], [143, 1, 1, "_CPPv4N4ostk13astrodynamics8dynamics8ThrusterD0Ev", "ostk::astrodynamics::dynamics::Thruster::~Thruster"], [144, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionE", "ostk::astrodynamics::eventcondition::AngularCondition"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTarget"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::aTargetAngle"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK5Angle", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition16AngularConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK6Target", "ostk::astrodynamics::eventcondition::AngularCondition::AngularCondition::anEvaluator"], [144, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9CriterionE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::AnyCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::NegativeCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::PositiveCrossing"], [144, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition9Criterion11WithinRangeE", "ostk::astrodynamics::eventcondition::AngularCondition::Criterion::WithinRange"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::AngularCondition::StringFromCriterion::aCriterion"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aName"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::aTargetRange"], [144, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularCondition11WithinRangeERK6StringRKNSt8functionIF4RealRK5StateEEERK4PairI5Angle5AngleE", "ostk::astrodynamics::eventcondition::AngularCondition::WithinRange::anEvaluator"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::AngularCondition::getCriterion"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetAngleEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetAngle"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition14getTargetRangeEv", "ostk::astrodynamics::eventcondition::AngularCondition::getTargetRange"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::currentState"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::AngularCondition::isSatisfied::previousState"], [144, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::anOutputStream"], [144, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16AngularCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::AngularCondition::print::displayDecorator"], [144, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16AngularConditionD0Ev", "ostk::astrodynamics::eventcondition::AngularCondition::~AngularCondition"], [145, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionE", "ostk::astrodynamics::eventcondition::BooleanCondition"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aCriterion"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::aName"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anEvaluator"], [145, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanCondition16BooleanConditionERK6StringRK9CriterionRKNSt8functionIFbRK5StateEEERKb", "ostk::astrodynamics::eventcondition::BooleanCondition::BooleanCondition::anInverseFlag"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition10isInversedEv", "ostk::astrodynamics::eventcondition::BooleanCondition::isInversed"], [145, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::anOutputStream"], [145, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16BooleanCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::BooleanCondition::print::displayDecorator"], [145, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16BooleanConditionD0Ev", "ostk::astrodynamics::eventcondition::BooleanCondition::~BooleanCondition"], [146, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COEConditionE", "ostk::astrodynamics::eventcondition::COECondition"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition3AopERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Aop::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition16EccentricAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::EccentricAnomaly::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition12EccentricityERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Eccentricity::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11InclinationERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Inclination::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11MeanAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::MeanAnomaly::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition4RaanERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::Raan::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition13SemiMajorAxisERKN13RealCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::SemiMajorAxis::aTarget"], [146, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aCriterion"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aFrameSPtr"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aGravitationalParameter"], [146, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition12COECondition11TrueAnomalyERKN16AngularCondition9CriterionERK6SharedIK5FrameERKN14EventCondition6TargetERK7Derived", "ostk::astrodynamics::eventcondition::COECondition::TrueAnomaly::aTarget"], [147, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionE", "ostk::astrodynamics::eventcondition::InstantCondition"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::aCriterion"], [147, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantCondition16InstantConditionERK9CriterionRK7Instant", "ostk::astrodynamics::eventcondition::InstantCondition::InstantCondition::anInstant"], [147, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16InstantCondition10getInstantEv", "ostk::astrodynamics::eventcondition::InstantCondition::getInstant"], [147, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16InstantConditionD0Ev", "ostk::astrodynamics::eventcondition::InstantCondition::~InstantCondition"], [148, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionE", "ostk::astrodynamics::eventcondition::LogicalCondition"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aConnective"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::aName"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition16LogicalConditionERK6StringRKN16LogicalCondition4TypeERK5ArrayI6SharedI14EventConditionEE", "ostk::astrodynamics::eventcondition::LogicalCondition::LogicalCondition::eventConditions"], [148, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4TypeE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type"], [148, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type3AndE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::And"], [148, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition4Type2OrE", "ostk::astrodynamics::eventcondition::LogicalCondition::Type::Or"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition18getEventConditionsEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getEventConditions"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition7getTypeEv", "ostk::astrodynamics::eventcondition::LogicalCondition::getType"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::currentState"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::isSatisfied::previousState"], [148, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::anOutputStream"], [148, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition16LogicalCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::LogicalCondition::print::displayDecorator"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget"], [148, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalCondition12updateTargetERK5State", "ostk::astrodynamics::eventcondition::LogicalCondition::updateTarget::aState"], [148, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition16LogicalConditionD0Ev", "ostk::astrodynamics::eventcondition::LogicalCondition::~LogicalCondition"], [149, 0, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionE", "ostk::astrodynamics::eventcondition::RealCondition"], [149, 3, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9CriterionE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion11AnyCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::AnyCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16NegativeCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::NegativeCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16PositiveCrossingE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::PositiveCrossing"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyNegativeE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyNegative"], [149, 4, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition9Criterion16StrictlyPositiveE", "ostk::astrodynamics::eventcondition::RealCondition::Criterion::StrictlyPositive"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition17DurationConditionERK9CriterionRK8Duration", "ostk::astrodynamics::eventcondition::RealCondition::DurationCondition::aDuration"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aName"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTarget"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::aTargetValue"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERK4Real", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition13RealConditionERK6StringRK9CriterionRKNSt8functionIF4RealRK5StateEEERKN14EventCondition6TargetE", "ostk::astrodynamics::eventcondition::RealCondition::RealCondition::anEvaluator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion"], [149, 2, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealCondition19StringFromCriterionERK9Criterion", "ostk::astrodynamics::eventcondition::RealCondition::StringFromCriterion::aCriterion"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition8evaluateERK5State", "ostk::astrodynamics::eventcondition::RealCondition::evaluate::state"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition12getCriterionEv", "ostk::astrodynamics::eventcondition::RealCondition::getCriterion"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::currentState"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition11isSatisfiedERK5StateRK5State", "ostk::astrodynamics::eventcondition::RealCondition::isSatisfied::previousState"], [149, 1, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::anOutputStream"], [149, 2, 1, "_CPPv4NK4ostk13astrodynamics14eventcondition13RealCondition5printERNSt7ostreamEb", "ostk::astrodynamics::eventcondition::RealCondition::print::displayDecorator"], [149, 1, 1, "_CPPv4N4ostk13astrodynamics14eventcondition13RealConditionD0Ev", "ostk::astrodynamics::eventcondition::RealCondition::~RealCondition"], [150, 0, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverE", "ostk::astrodynamics::flight::Maneuver"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aFrameSPtr"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::aMassFlowRate"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anAccelerationProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver27ConstantMassFlowRateProfileERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK4Real", "ostk::astrodynamics::flight::Maneuver::ConstantMassFlowRateProfile::anInstantArray"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver21DefaultAccelFrameSPtrE", "ostk::astrodynamics::flight::Maneuver::DefaultAccelFrameSPtr"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aFrameSPtr"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::aMassFlowRateProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anAccelerationProfile"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver8ManeuverERK5ArrayI7InstantERK5ArrayI8Vector3dERK6SharedIK5FrameERK5ArrayI4RealE", "ostk::astrodynamics::flight::Maneuver::Maneuver::anInstantArray"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver39MaximumRecommendedInterpolationIntervalE", "ostk::astrodynamics::flight::Maneuver::MaximumRecommendedInterpolationInterval"], [150, 5, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver26MinimumRecommendedDurationE", "ostk::astrodynamics::flight::Maneuver::MinimumRecommendedDuration"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8Maneuver17TabulatedDynamicsERK9Tabulated", "ostk::astrodynamics::flight::Maneuver::TabulatedDynamics::aTabulatedDynamics"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver31calculateAverageSpecificImpulseERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageSpecificImpulse::anInitialSpacecraftMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22calculateAverageThrustERK4Mass", "ostk::astrodynamics::flight::Maneuver::calculateAverageThrust::anInitialSpacecraftMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver18calculateDeltaMassEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaMass"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver15calculateDeltaVEv", "ostk::astrodynamics::flight::Maneuver::calculateDeltaV"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getAccelerationProfileERK6SharedIK5FrameE", "ostk::astrodynamics::flight::Maneuver::getAccelerationProfile::aFrameSPtr"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getInstantsEv", "ostk::astrodynamics::flight::Maneuver::getInstants"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver11getIntervalEv", "ostk::astrodynamics::flight::Maneuver::getInterval"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver22getMassFlowRateProfileEv", "ostk::astrodynamics::flight::Maneuver::getMassFlowRateProfile"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver9isDefinedEv", "ostk::astrodynamics::flight::Maneuver::isDefined"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!="], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuverneERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator!=::aManeuver"], [150, 1, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::aManeuver"], [150, 2, 1, "_CPPv4N4ostk13astrodynamics6flight8ManeuverlsERNSt7ostreamERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator<<::anOutputStream"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator=="], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8ManeuvereqERK8Maneuver", "ostk::astrodynamics::flight::Maneuver::operator==::aManeuver"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::anOutputStream"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Maneuver::print::displayDecorator"], [150, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::aFrameSPtr"], [150, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight8Maneuver19toTabulatedDynamicsERK6SharedIK5FrameERKN12Interpolator4TypeE", "ostk::astrodynamics::flight::Maneuver::toTabulatedDynamics::anInterpolationType"], [151, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileE", "ostk::astrodynamics::flight::Profile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aQuaternion"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::Profile::InertialPointing::aTrajectory"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbit"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::Profile::NadirPointing::anOrbitalFrameType"], [151, 3, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingModeE", "ostk::astrodynamics::flight::Profile::PointingMode"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6CustomE", "ostk::astrodynamics::flight::Profile::PointingMode::Custom"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode8InertialE", "ostk::astrodynamics::flight::Profile::PointingMode::Inertial"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode5NadirE", "ostk::astrodynamics::flight::Profile::PointingMode::Nadir"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode6TargetE", "ostk::astrodynamics::flight::Profile::PointingMode::Target"], [151, 4, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile12PointingMode9UndefinedE", "ostk::astrodynamics::flight::Profile::PointingMode::Undefined"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK5Model", "ostk::astrodynamics::flight::Profile::Profile::aModel"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile7ProfileERK7Profile", "ostk::astrodynamics::flight::Profile::Profile::aProfile"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7Profile9UndefinedEv", "ostk::astrodynamics::flight::Profile::Undefined"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9getAxesAtERK7Instant", "ostk::astrodynamics::flight::Profile::getAxesAt::anInstant"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile12getBodyFrameERK6String", "ostk::astrodynamics::flight::Profile::getBodyFrame::aFrameName"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile10getStateAtERK7Instant", "ostk::astrodynamics::flight::Profile::getStateAt::anInstant"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile11getStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::Profile::getStatesAt::anInstantArray"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile9isDefinedEv", "ostk::astrodynamics::flight::Profile::isDefined"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::aProfile"], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfilelsERNSt7ostreamERK7Profile", "ostk::astrodynamics::flight::Profile::operator<<::anOutputStream"], [151, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator="], [151, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7ProfileaSERK7Profile", "ostk::astrodynamics::flight::Profile::operator=::aProfile"], [151, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::anOutputStream"], [151, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7Profile5printERNSt7ostreamEb", "ostk::astrodynamics::flight::Profile::print::displayDecorator"], [152, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemE", "ostk::astrodynamics::flight::System"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aGeometry"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6System6SystemERK4MassRK9Composite", "ostk::astrodynamics::flight::System::System::aMass"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6System9UndefinedEv", "ostk::astrodynamics::flight::System::Undefined"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5cloneEv", "ostk::astrodynamics::flight::System::clone"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System11getGeometryEv", "ostk::astrodynamics::flight::System::getGeometry"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System7getMassEv", "ostk::astrodynamics::flight::System::getMass"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System9isDefinedEv", "ostk::astrodynamics::flight::System::isDefined"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!="], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemneERK6System", "ostk::astrodynamics::flight::System::operator!=::aSystem"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::aSystem"], [152, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemlsERNSt7ostreamERK6System", "ostk::astrodynamics::flight::System::operator<<::anOutputStream"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator=="], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6SystemeqERK6System", "ostk::astrodynamics::flight::System::operator==::aSystem"], [152, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print"], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::anOutputStream"], [152, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6System5printERNSt7ostreamEb", "ostk::astrodynamics::flight::System::print::displayDecorator"], [152, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6SystemD0Ev", "ostk::astrodynamics::flight::System::~System"], [153, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelE", "ostk::astrodynamics::flight::profile::Model"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5Model5ModelEv", "ostk::astrodynamics::flight::profile::Model::Model"], [153, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as"], [153, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2asERK4Typev", "ostk::astrodynamics::flight::profile::Model::as::Type"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::calculateStateAt::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::flight::profile::Model::calculateStatesAt::anInstantArray"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5cloneEv", "ostk::astrodynamics::flight::profile::Model::clone"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::Model::getAxesAt::anInstant"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::Model::getBodyFrame::aFrameName"], [153, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is"], [153, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics6flight7profile5Model2isEbv", "ostk::astrodynamics::flight::profile::Model::is::Type"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model9isDefinedEv", "ostk::astrodynamics::flight::profile::Model::isDefined"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!="], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModelneERK5Model", "ostk::astrodynamics::flight::profile::Model::operator!=::aModel"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::aModel"], [153, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::flight::profile::Model::operator<<::anOutputStream"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator=="], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5ModeleqERK5Model", "ostk::astrodynamics::flight::profile::Model::operator==::aModel"], [153, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::anOutputStream"], [153, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5Model5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::Model::print::displayDecorator"], [153, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5ModelD0Ev", "ostk::astrodynamics::flight::profile::Model::~Model"], [154, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedE", "ostk::astrodynamics::flight::profile::model::Tabulated"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated4LoadERK4File", "ostk::astrodynamics::flight::profile::model::Tabulated::Load::aFile"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Tabulated9TabulatedERK5ArrayI5StateE", "ostk::astrodynamics::flight::profile::model::Tabulated::Tabulated::aStateArray"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::calculateStateAt::anInstant"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5cloneEv", "ostk::astrodynamics::flight::profile::model::Tabulated::clone"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Tabulated::getAxesAt::anInstant"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Tabulated::getBodyFrame::aFrameName"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated11getIntervalEv", "ostk::astrodynamics::flight::profile::model::Tabulated::getInterval"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Tabulated::isDefined"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!="], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator!=::aTabulatedModel"], [154, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::aTabulatedModel"], [154, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator<<::anOutputStream"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator=="], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::flight::profile::model::Tabulated::operator==::aTabulatedModel"], [154, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::anOutputStream"], [154, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Tabulated::print::displayDecorator"], [155, 0, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformE", "ostk::astrodynamics::flight::profile::model::Transform"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aQuaternion"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform16InertialPointingERK10TrajectoryRK10Quaternion", "ostk::astrodynamics::flight::profile::model::Transform::InertialPointing::aTrajectory"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbit"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform13NadirPointingERKN10trajectory5OrbitERKN10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::flight::profile::model::Transform::NadirPointing::anOrbitalFrameType"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aDynamicTransformProvider"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9TransformERK15DynamicProviderRK6SharedIK5FrameE", "ostk::astrodynamics::flight::profile::model::Transform::Transform::aFrameSPtr"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9Transform9UndefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::Undefined"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform16calculateStateAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::calculateStateAt::anInstant"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5cloneEv", "ostk::astrodynamics::flight::profile::model::Transform::clone"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9getAxesAtERK7Instant", "ostk::astrodynamics::flight::profile::model::Transform::getAxesAt::anInstant"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform12getBodyFrameERK6String", "ostk::astrodynamics::flight::profile::model::Transform::getBodyFrame::aFrameName"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform9isDefinedEv", "ostk::astrodynamics::flight::profile::model::Transform::isDefined"], [155, 1, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::aTransformModel"], [155, 2, 1, "_CPPv4N4ostk13astrodynamics6flight7profile5model9TransformlsERNSt7ostreamERK9Transform", "ostk::astrodynamics::flight::profile::model::Transform::operator<<::anOutputStream"], [155, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::anOutputStream"], [155, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight7profile5model9Transform5printERNSt7ostreamEb", "ostk::astrodynamics::flight::profile::model::Transform::print::displayDecorator"], [156, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemE", "ostk::astrodynamics::flight::system::PropulsionSystem"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem7DefaultEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Default"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aSpecificImpulseInSIUnit"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem16PropulsionSystemERK4RealRK4Real", "ostk::astrodynamics::flight::system::PropulsionSystem::PropulsionSystem::aThrustInSIUnit"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystem9UndefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::Undefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getAccelerationERK4Mass", "ostk::astrodynamics::flight::system::PropulsionSystem::getAcceleration::aMass"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem15getMassFlowRateEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getMassFlowRate"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem18getSpecificImpulseEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getSpecificImpulse"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9getThrustEv", "ostk::astrodynamics::flight::system::PropulsionSystem::getThrust"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem9isDefinedEv", "ostk::astrodynamics::flight::system::PropulsionSystem::isDefined"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemneERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator!=::aPropulsionSystem"], [156, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::aPropulsionSystem"], [156, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system16PropulsionSystemlsERNSt7ostreamERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator<<::anOutputStream"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator=="], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystemeqERK16PropulsionSystem", "ostk::astrodynamics::flight::system::PropulsionSystem::operator==::aPropulsionSystem"], [156, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::anOutputStream"], [156, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system16PropulsionSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::PropulsionSystem::print::displayDecorator"], [157, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemE", "ostk::astrodynamics::flight::system::SatelliteSystem"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Default"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aCrossSectionalSurfaceArea"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDragCoefficient"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aDryMass"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aPropulsionSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::aSatelliteGeometry"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem15SatelliteSystemERK4MassRK9CompositeRK8Matrix3dRK4RealRK4RealRK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::SatelliteSystem::anInertiaTensor"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystem9UndefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::Undefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem22accessPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::accessPropulsionSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystem::clone"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem28getCrossSectionalSurfaceAreaEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getCrossSectionalSurfaceArea"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem18getDragCoefficientEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getDragCoefficient"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem16getInertiaTensorEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getInertiaTensor"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem19getPropulsionSystemEv", "ostk::astrodynamics::flight::system::SatelliteSystem::getPropulsionSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem9isDefinedEv", "ostk::astrodynamics::flight::system::SatelliteSystem::isDefined"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!="], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemneERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator!=::aSatelliteSystem"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::aSatelliteSystem"], [157, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemlsERNSt7ostreamERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator<<::anOutputStream"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator=="], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystemeqERK15SatelliteSystem", "ostk::astrodynamics::flight::system::SatelliteSystem::operator==::aSatelliteSystem"], [157, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::anOutputStream"], [157, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system15SatelliteSystem5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystem::print::displayDecorator"], [157, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system15SatelliteSystemD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystem::~SatelliteSystem"], [158, 0, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderE", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder7DefaultEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::Default"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder22SatelliteSystemBuilderEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::SatelliteSystemBuilder"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5buildEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::build"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5cloneEv", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::clone"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::aSatelliteSystemBuilder"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderlsERNSt7ostreamERK22SatelliteSystemBuilder", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::operator<<::anOutputStream"], [158, 1, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print"], [158, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::anOutputStream"], [158, 2, 1, "_CPPv4NK4ostk13astrodynamics6flight6system22SatelliteSystemBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::print::displayDecorator"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder29withCrossSectionalSurfaceAreaERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withCrossSectionalSurfaceArea::aCrossSectionalSurfaceArea"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder19withDragCoefficientERK4Real", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDragCoefficient::aDragCoefficient"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder11withDryMassERK4Mass", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withDryMass::aDryMass"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder12withGeometryERK9Composite", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withGeometry::aGeometry"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder17withInertiaTensorERK8Matrix3d", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withInertiaTensor::anInertiaTensor"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem"], [158, 2, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilder20withPropulsionSystemERK16PropulsionSystem", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::withPropulsionSystem::aPropulsionSystem"], [158, 1, 1, "_CPPv4N4ostk13astrodynamics6flight6system22SatelliteSystemBuilderD0Ev", "ostk::astrodynamics::flight::system::SatelliteSystemBuilder::~SatelliteSystemBuilder"], [159, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustE", "ostk::astrodynamics::guidancelaw::ConstantThrust"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust14ConstantThrustERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::guidancelaw::ConstantThrust::ConstantThrust::aThrustDirection"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrust7IntrackERKb", "ostk::astrodynamics::guidancelaw::ConstantThrust::Intrack::velocityDirection"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aPositionCoordinates"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aThrustAcceleration"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::aVelocityCoordinates"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::anInstant"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::ConstantThrust::calculateThrustAccelerationAt::outputFrameSPtr"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust23getLocalThrustDirectionEv", "ostk::astrodynamics::guidancelaw::ConstantThrust::getLocalThrustDirection"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::aConstantThrust"], [159, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustlsERNSt7ostreamERK14ConstantThrust", "ostk::astrodynamics::guidancelaw::ConstantThrust::operator<<::anOutputStream"], [159, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::anOutputStream"], [159, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw14ConstantThrust5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::ConstantThrust::print::displayDecorator"], [159, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw14ConstantThrustD0Ev", "ostk::astrodynamics::guidancelaw::ConstantThrust::~ConstantThrust"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawE", "ostk::astrodynamics::guidancelaw::QLaw"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aCOEVector"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw14Compute_dOE_dFERK8Vector6dRK7Derived", "ostk::astrodynamics::guidancelaw::QLaw::Compute_dOE_dF::aGravitationalParameter"], [160, 3, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategyE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy"], [160, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy10AnalyticalE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::Analytical"], [160, 4, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw16GradientStrategy16FiniteDifferenceE", "ostk::astrodynamics::guidancelaw::QLaw::GradientStrategy::FiniteDifference"], [160, 0, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10ParametersE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aBValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aKValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aMValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aNValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aPeriapsisWeight"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::aRValue"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::absoluteEffectivityThreshold"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::anElementWeightsMap"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::minimumPeriapsisradius"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters10ParametersERK3MapIN3COE7ElementE5TupleIddEERK4SizeRK4SizeRK4SizeRKdRK4SizeRKdRK6LengthRK4RealRK4Real", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::Parameters::relativeEffectivityThreshold"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28absoluteEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::absoluteEffectivityThreshold"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1bE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::b"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters17getControlWeightsEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getControlWeights"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw10Parameters25getMinimumPeriapsisRadiusEv", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::getMinimumPeriapsisRadius"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1kE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::k"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1mE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::m"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1nE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::n"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters15periapsisWeightE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::periapsisWeight"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters1rE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::r"], [160, 5, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw10Parameters28relativeEffectivityThresholdE", "ostk::astrodynamics::guidancelaw::QLaw::Parameters::relativeEffectivityThreshold"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aCOE"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGradientStrategy"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aGravitationalParameter"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw4QLawERK3COERK7DerivedRK10ParametersRK16GradientStrategy", "ostk::astrodynamics::guidancelaw::QLaw::QLaw::aParameterSet"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aPositionCoordinates"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLaw13ThetaRHToGCRFERK8Vector3dRK8Vector3d", "ostk::astrodynamics::guidancelaw::QLaw::ThetaRHToGCRF::aVelocityCoordinates"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aPositionCoordinates"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aThrustAcceleration"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::aVelocityCoordinates"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::anInstant"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw29calculateThrustAccelerationAtERK7InstantRK8Vector3dRK8Vector3dRK4RealRK6SharedIK5FrameE", "ostk::astrodynamics::guidancelaw::QLaw::calculateThrustAccelerationAt::outputFrameSPtr"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw35computeOrbitalElementsMaximalChangeERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeOrbitalElementsMaximalChange::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw8computeQERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeQ::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw22computeThrustDirectionERK8Vector6dRKd", "ostk::astrodynamics::guidancelaw::QLaw::computeThrustDirection::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aCOEVector"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw14compute_dQ_dOEERK8Vector5dRKd", "ostk::astrodynamics::guidancelaw::QLaw::compute_dQ_dOE::aThrustAcceleration"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw19getGradientStrategyEv", "ostk::astrodynamics::guidancelaw::QLaw::getGradientStrategy"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw13getParametersEv", "ostk::astrodynamics::guidancelaw::QLaw::getParameters"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw12getTargetCOEEv", "ostk::astrodynamics::guidancelaw::QLaw::getTargetCOE"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::aGuidanceLaw"], [160, 2, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawlsERNSt7ostreamERK4QLaw", "ostk::astrodynamics::guidancelaw::QLaw::operator<<::anOutputStream"], [160, 1, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::anOutputStream"], [160, 2, 1, "_CPPv4NK4ostk13astrodynamics11guidancelaw4QLaw5printERNSt7ostreamEb", "ostk::astrodynamics::guidancelaw::QLaw::print::displayDecorator"], [160, 1, 1, "_CPPv4N4ostk13astrodynamics11guidancelaw4QLawD0Ev", "ostk::astrodynamics::guidancelaw::QLaw::~QLaw"], [161, 0, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverE", "ostk::astrodynamics::solver::FiniteDifferenceSolver"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver7DefaultEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Default"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepDuration"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aStepPercentage"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver22FiniteDifferenceSolverERK4TypeRK4RealRK8Duration", "ostk::astrodynamics::solver::FiniteDifferenceSolver::FiniteDifferenceSolver::aType"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver14StringFromTypeERK4Type", "ostk::astrodynamics::solver::FiniteDifferenceSolver::StringFromType::aType"], [161, 3, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4TypeE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type8BackwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Backward"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7CentralE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Central"], [161, 4, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolver4Type7ForwardE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::Type::Forward"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeGradientERK5StateRKNSt8functionIF8VectorXdRK5StateRK7InstantEEE", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeGradient::generateStateCoordinates"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aCoordinatesDimension"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::aState"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstant"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::anInstantArray"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK5ArrayI7InstantERKNSt8functionIF8MatrixXdRK5StateRK5ArrayI7InstantEEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15computeJacobianERK5StateRK7InstantRKNSt8functionIF8VectorXdRK5StateRK7InstantEEERK4Size", "ostk::astrodynamics::solver::FiniteDifferenceSolver::computeJacobian::generateStateCoordinates"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver15getStepDurationEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepDuration"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver17getStepPercentageEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getStepPercentage"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver7getTypeEv", "ostk::astrodynamics::solver::FiniteDifferenceSolver::getType"], [161, 1, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::aFiniteDifference"], [161, 2, 1, "_CPPv4N4ostk13astrodynamics6solver22FiniteDifferenceSolverlsERNSt7ostreamERK22FiniteDifferenceSolver", "ostk::astrodynamics::solver::FiniteDifferenceSolver::operator<<::anOutputStream"], [161, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::anOutputStream"], [161, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver22FiniteDifferenceSolver5printERNSt7ostreamEb", "ostk::astrodynamics::solver::FiniteDifferenceSolver::print::displayDecorator"], [162, 0, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolverE", "ostk::astrodynamics::solver::TemporalConditionSolver"], [162, 7, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver9ConditionE", "ostk::astrodynamics::solver::TemporalConditionSolver::Condition"], [162, 1, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aMaximumIterationCount"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTimeStep"], [162, 2, 1, "_CPPv4N4ostk13astrodynamics6solver23TemporalConditionSolver23TemporalConditionSolverERK8DurationRK8DurationRK4Size", "ostk::astrodynamics::solver::TemporalConditionSolver::TemporalConditionSolver::aTolerance"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver24getMaximumIterationCountEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getMaximumIterationCount"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver11getTimeStepEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTimeStep"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver12getToleranceEv", "ostk::astrodynamics::solver::TemporalConditionSolver::getTolerance"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [162, 1, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aCondition"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::aConditionArray"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERK5ArrayIN23TemporalConditionSolver9ConditionEERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [162, 2, 1, "_CPPv4NK4ostk13astrodynamics6solver23TemporalConditionSolver5solveERKN23TemporalConditionSolver9ConditionERK8Interval", "ostk::astrodynamics::solver::TemporalConditionSolver::solve::anInterval"], [163, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aLocalOrbitalFrameFactorySPtr"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection26LocalOrbitalFrameDirectionERK8Vector3dRK6SharedIK24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::LocalOrbitalFrameDirection::aValue"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::Undefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection30accessLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::accessLocalOrbitalFrameFactory"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection27getLocalOrbitalFrameFactoryEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getLocalOrbitalFrameFactory"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection8getValueEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::getValue"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::isDefined"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionneERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator!=::aLocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::aLocalOrbitalFrameDirection"], [163, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectionlsERNSt7ostreamERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator<<::anOutputStream"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator=="], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirectioneqERK26LocalOrbitalFrameDirection", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::operator==::aLocalOrbitalFrameDirection"], [163, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::anOutputStream"], [163, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory26LocalOrbitalFrameDirection5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::LocalOrbitalFrameDirection::print::displayDecorator"], [164, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactoryE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aParentFrame"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Construct::aType"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4LVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::LVLH::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3NEDERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::NED::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3QSWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::QSW::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3TNWERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::TNW::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9UndefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::Undefined"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory3VNCERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VNC::aParentFrame"], [164, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH"], [164, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory4VVLHERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::VVLH::aParentFrame"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory17accessParentFrameEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::accessParentFrame"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aPosition"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::aVelocity"], [164, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory13generateFrameERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::generateFrame::anInstant"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory15getProviderTypeEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::getProviderType"], [164, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory24LocalOrbitalFrameFactory9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameFactory::isDefined"], [165, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aPosition"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aType"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::aVelocity"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9ConstructERKN34LocalOrbitalFrameTransformProvider4TypeERK7InstantRK8Vector3dRK8Vector3d", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Construct::anInstant"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType"], [165, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14StringFromTypeERKN34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::StringFromType::aType"], [165, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4TypeE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4LVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLH"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type6LVLHGDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::LVLHGD"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3NEDE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::NED"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3QSWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::QSW"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3TNWE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::TNW"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type9UndefinedE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::Undefined"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type3VNCE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VNC"], [165, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider4Type4VVLHE", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::Type::VVLH"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider5cloneEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::clone"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt"], [165, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider14getTransformAtERK7Instant", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::getTransformAt::anInstant"], [165, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProvider9isDefinedEv", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::isDefined"], [165, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory34LocalOrbitalFrameTransformProviderD0Ev", "ostk::astrodynamics::trajectory::LocalOrbitalFrameTransformProvider::~LocalOrbitalFrameTransformProvider"], [166, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelE", "ostk::astrodynamics::trajectory::Model"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Model5ModelEv", "ostk::astrodynamics::trajectory::Model::Model"], [166, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as"], [166, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2asERK4Typev", "ostk::astrodynamics::trajectory::Model::as::Type"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::Model::calculateStateAt::anInstant"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Model::calculateStatesAt::anInstantArray"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5cloneEv", "ostk::astrodynamics::trajectory::Model::clone"], [166, 1, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is"], [166, 6, 1, "_CPPv4I0ENK4ostk13astrodynamics10trajectory5Model2isEbv", "ostk::astrodynamics::trajectory::Model::is::Type"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model9isDefinedEv", "ostk::astrodynamics::trajectory::Model::isDefined"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModelneERK5Model", "ostk::astrodynamics::trajectory::Model::operator!=::aModel"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::aModel"], [166, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModellsERNSt7ostreamERK5Model", "ostk::astrodynamics::trajectory::Model::operator<<::anOutputStream"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator=="], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5ModeleqERK5Model", "ostk::astrodynamics::trajectory::Model::operator==::aModel"], [166, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::anOutputStream"], [166, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Model::print::displayDecorator"], [166, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5ModelD0Ev", "ostk::astrodynamics::trajectory::Model::~Model"], [167, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitE", "ostk::astrodynamics::trajectory::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anEpoch"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit8CircularERK7InstantRK6LengthRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Circular::anInclination"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit18CircularEquatorialERK7InstantRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::CircularEquatorial::anEpoch"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::aStateArray"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit13ComputePassesERK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::Orbit::ComputePasses::anInitialRevolutionNumber"], [167, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit17ConstPassIteratorE", "ostk::astrodynamics::trajectory::Orbit::ConstPassIterator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::aPeriapsisAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anApoapsisAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit10EquatorialERK7InstantRK6LengthRK6LengthRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Equatorial::anEpoch"], [167, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::FrameType"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4LVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLH"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType6LVLHGDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGD"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType8LVLHGDGTE", "ostk::astrodynamics::trajectory::Orbit::FrameType::LVLHGDGT"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3NEDE", "ostk::astrodynamics::trajectory::Orbit::FrameType::NED"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3QSWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::QSW"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3TNWE", "ostk::astrodynamics::trajectory::Orbit::FrameType::TNW"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType9UndefinedE", "ostk::astrodynamics::trajectory::Orbit::FrameType::Undefined"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType3VNCE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VNC"], [167, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9FrameType4VVLHE", "ostk::astrodynamics::trajectory::Orbit::FrameType::VVLH"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::aLongitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anEpoch"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14GeoSynchronousERK7InstantRK5AngleRK5AngleRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::GeoSynchronous::anInclination"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERKN5orbit5ModelERK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aModel"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::aStateArray"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5ArrayI5StateERK7IntegerRK6SharedIK9CelestialE", "ostk::astrodynamics::trajectory::Orbit::Orbit::anInitialRevolutionNumber"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit5OrbitERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::Orbit::anOrbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit19StringFromFrameTypeERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::StringFromFrameType::aFrameType"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aCelestialObjectSPtr"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::aLocalTimeAtDescendingNode"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anAltitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anArgumentOfLatitude"], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit14SunSynchronousERK7InstantRK6LengthRK4TimeRK6SharedIK9CelestialERK5Angle", "ostk::astrodynamics::trajectory::Orbit::SunSynchronous::anEpoch"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5Orbit9UndefinedEv", "ostk::astrodynamics::trajectory::Orbit::Undefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit15getOrbitalFrameERKN5Orbit9FrameTypeE", "ostk::astrodynamics::trajectory::Orbit::getOrbitalFrame::aFrameType"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9getPassAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getPassAt::anInstant"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit27getPassWithRevolutionNumberERK7Integer", "ostk::astrodynamics::trajectory::Orbit::getPassWithRevolutionNumber::aRevolutionNumber"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit21getRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::Orbit::getRevolutionNumberAt::anInstant"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit9isDefinedEv", "ostk::astrodynamics::trajectory::Orbit::isDefined"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbitneERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator!=::anOrbit"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator="], [167, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitaSERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=::anOrbit"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator=="], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5OrbiteqERK5Orbit", "ostk::astrodynamics::trajectory::Orbit::operator==::anOrbit"], [167, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::anOutputStream"], [167, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5Orbit5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Orbit::print::displayDecorator"], [167, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5OrbitD0Ev", "ostk::astrodynamics::trajectory::Orbit::~Orbit"], [168, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorE", "ostk::astrodynamics::trajectory::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultEv", "ostk::astrodynamics::trajectory::Propagator::Default"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator7DefaultERK11Environment", "ostk::astrodynamics::trajectory::Propagator::Default::anEnvironment"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator15FromEnvironmentERK15NumericalSolverRK11Environment", "ostk::astrodynamics::trajectory::Propagator::FromEnvironment::anEnvironment"], [168, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator20IntegrationFrameSPtrE", "ostk::astrodynamics::trajectory::Propagator::IntegrationFrameSPtr"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aDynamicsArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aManeuverArray"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::aNumericalSolver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::Propagator::aPropagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator10PropagatorERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK5ArrayI8ManeuverERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::Propagator::anInterpolationType"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator9UndefinedEv", "ostk::astrodynamics::trajectory::Propagator::Undefined"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::Propagator::accessCoordinateBroker"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Propagator::accessNumericalSolver"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addDynamicsERK6SharedI8DynamicsE", "ostk::astrodynamics::trajectory::Propagator::addDynamics::aDynamicsSPtr"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::aManeuver"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11addManeuverERK8ManeuverRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::Propagator::addManeuver::anInterpolationType"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator16calculateStateAtERK5StateRK7Instant", "ostk::astrodynamics::trajectory::Propagator::calculateStateAt::anInstant"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anEventCondition"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator25calculateStateToConditionERK5StateRK7InstantRK14EventCondition", "ostk::astrodynamics::trajectory::Propagator::calculateStateToCondition::anInstant"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::aState"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator17calculateStatesAtERK5StateRK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::Propagator::calculateStatesAt::anInstantArray"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator13clearDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::clearDynamics"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator11getDynamicsEv", "ostk::astrodynamics::trajectory::Propagator::getDynamics"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::Propagator::getNumberOfCoordinates"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator9isDefinedEv", "ostk::astrodynamics::trajectory::Propagator::isDefined"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!="], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatorneERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator!=::aPropagator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::aPropagator"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatorlsERNSt7ostreamERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator<<::anOutputStream"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator="], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10PropagatoraSERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=::aPropagator"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator=="], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10PropagatoreqERK10Propagator", "ostk::astrodynamics::trajectory::Propagator::operator==::aPropagator"], [168, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::anOutputStream"], [168, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory10Propagator5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Propagator::print::displayDecorator"], [168, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics"], [168, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory10Propagator11setDynamicsERK5ArrayI6SharedI8DynamicsEE", "ostk::astrodynamics::trajectory::Propagator::setDynamics::aDynamicsArray"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentE", "ostk::astrodynamics::trajectory::Segment"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::aNumericalSolver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment5CoastERK6StringRK6SharedI14EventConditionERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Coast::anEventConditionSPtr"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aNumericalSolver"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::aThrusterDynamics"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8ManeuverERK6StringRK6SharedI14EventConditionERK6SharedI8ThrusterERK5ArrayI6SharedI8DynamicsEERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Maneuver::anEventConditionSPtr"], [169, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionE", "ostk::astrodynamics::trajectory::Segment::Solution"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aConditionIsSatisfied"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aDynamicsArray"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aName"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aSegmentType"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8SolutionERK6StringRK5ArrayI6SharedI8DynamicsEERK5ArrayI5StateERKbRKN7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Solution::Solution::aStates"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessEndInstant"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Segment::Solution::accessStartInstant"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::aNumericalSolver"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Segment::Solution::calculateStatesAt::anInstantArray"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Segment::Solution::computeDeltaV::aSpecificImpulse"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::Segment::Solution::conditionIsSatisfied"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution8dynamicsE", "ostk::astrodynamics::trajectory::Segment::Solution::dynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution16extractManeuversERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::extractManeuvers::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution27getAllDynamicsContributionsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getAllDynamicsContributions::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aDynamicsSPtr"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution35getDynamicsAccelerationContributionERK6SharedI8DynamicsERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsAccelerationContribution::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aCoordinateSubsetSPtrArray"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aDynamicsSPtr"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution23getDynamicsContributionERK6SharedI8DynamicsERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::Segment::Solution::getDynamicsContribution::aFrameSPtr"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getFinalMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Segment::Solution::getInitialMass"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Segment::Solution::getPropagationDuration"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution4nameE", "ostk::astrodynamics::trajectory::Segment::Solution::name"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::aSolution"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Segment::Solution::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::Solution::print::displayDecorator"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution11segmentTypeE", "ostk::astrodynamics::trajectory::Segment::Solution::segmentType"], [169, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment8Solution6statesE", "ostk::astrodynamics::trajectory::Segment::Solution::states"], [169, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4TypeE", "ostk::astrodynamics::trajectory::Segment::Type"], [169, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type5CoastE", "ostk::astrodynamics::trajectory::Segment::Type::Coast"], [169, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory7Segment4Type8ManeuverE", "ostk::astrodynamics::trajectory::Segment::Type::Maneuver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment14accessDynamicsEv", "ostk::astrodynamics::trajectory::Segment::accessDynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment20accessEventConditionEv", "ostk::astrodynamics::trajectory::Segment::accessEventCondition"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment21accessNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::accessNumericalSolver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment11getDynamicsEv", "ostk::astrodynamics::trajectory::Segment::getDynamics"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment17getEventConditionEv", "ostk::astrodynamics::trajectory::Segment::getEventCondition"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getNameEv", "ostk::astrodynamics::trajectory::Segment::getName"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Segment::getNumericalSolver"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment7getTypeEv", "ostk::astrodynamics::trajectory::Segment::getType"], [169, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::aSegment"], [169, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory7SegmentlsERNSt7ostreamERK7Segment", "ostk::astrodynamics::trajectory::Segment::operator<<::anOutputStream"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::anOutputStream"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Segment::print::displayDecorator"], [169, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::aState"], [169, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory7Segment5solveERK5StateRK8Duration", "ostk::astrodynamics::trajectory::Segment::solve::maximumPropagationDuration"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequenceE", "ostk::astrodynamics::trajectory::Sequence"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aDynamicsArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aNumericalSolver"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::aSegmentArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::segmentPropagationDurationLimit"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SequenceERK5ArrayI7SegmentERK15NumericalSolverRK5ArrayI6SharedI8DynamicsEERK8DurationRK4Size", "ostk::astrodynamics::trajectory::Sequence::Sequence::verbosity"], [170, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionE", "ostk::astrodynamics::trajectory::Sequence::Solution"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::aSegmentSolutionArray"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution8SolutionERK5ArrayIN7Segment8SolutionEERKb", "ostk::astrodynamics::trajectory::Sequence::Solution::Solution::executionIsComplete"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16accessEndInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessEndInstant"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution18accessStartInstantEv", "ostk::astrodynamics::trajectory::Sequence::Solution::accessStartInstant"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::aNumericalSolver"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution17calculateStatesAtERK5ArrayI7InstantERK15NumericalSolver", "ostk::astrodynamics::trajectory::Sequence::Solution::calculateStatesAt::anInstantArray"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution16computeDeltaMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution13computeDeltaVERK4Real", "ostk::astrodynamics::trajectory::Sequence::Solution::computeDeltaV::aSpecificImpulse"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution19executionIsCompleteE", "ostk::astrodynamics::trajectory::Sequence::Solution::executionIsComplete"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution12getFinalMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getFinalMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution14getInitialMassEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getInitialMass"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution22getPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getPropagationDuration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution9getStatesEv", "ostk::astrodynamics::trajectory::Sequence::Solution::getStates"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::aSolution"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8SolutionlsERNSt7ostreamERK8Solution", "ostk::astrodynamics::trajectory::Sequence::Solution::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence8Solution5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::Solution::print::displayDecorator"], [170, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence8Solution16segmentSolutionsE", "ostk::astrodynamics::trajectory::Sequence::Solution::segmentSolutions"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence15addCoastSegmentERK6SharedI14EventConditionE", "ostk::astrodynamics::trajectory::Sequence::addCoastSegment::anEventConditionSPtr"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::aThruster"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence18addManeuverSegmentERK6SharedI14EventConditionERK6SharedI8ThrusterE", "ostk::astrodynamics::trajectory::Sequence::addManeuverSegment::anEventConditionSPtr"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence10addSegmentERK7Segment", "ostk::astrodynamics::trajectory::Sequence::addSegment::aTrajectorySegment"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8Sequence11addSegmentsERK5ArrayI7SegmentE", "ostk::astrodynamics::trajectory::Sequence::addSegments::aTrajectorySegmentArray"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getDynamicsEv", "ostk::astrodynamics::trajectory::Sequence::getDynamics"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence29getMaximumPropagationDurationEv", "ostk::astrodynamics::trajectory::Sequence::getMaximumPropagationDuration"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence18getNumericalSolverEv", "ostk::astrodynamics::trajectory::Sequence::getNumericalSolver"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence11getSegmentsEv", "ostk::astrodynamics::trajectory::Sequence::getSegments"], [170, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::aSequence"], [170, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory8SequencelsERNSt7ostreamERK8Sequence", "ostk::astrodynamics::trajectory::Sequence::operator<<::anOutputStream"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::anOutputStream"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::Sequence::print::displayDecorator"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aRepetitionCount"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence5solveERK5StateRK4Size", "ostk::astrodynamics::trajectory::Sequence::solve::aState"], [170, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aMaximumPropagationDuration"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::aState"], [170, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory8Sequence16solveToConditionERK5StateRK14EventConditionRK8Duration", "ostk::astrodynamics::trajectory::Sequence::solveToCondition::anEventCondition"], [171, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateE", "ostk::astrodynamics::trajectory::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinateBrokerSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinateSubsetsArray"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aCoordinates"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::aFrameSPtr"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aPosition"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aPosition"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK5State", "ostk::astrodynamics::trajectory::State::State::aState"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::aVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAngularVelocity"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitude"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anAttitudeReferenceFrame"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8Velocity", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8PositionRK8VelocityRK10QuaternionRK8Vector3dRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State5StateERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::State::State::anInstant"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5State9UndefinedEv", "ostk::astrodynamics::trajectory::State::Undefined"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::State::accessCoordinateBroker"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17accessCoordinatesEv", "ostk::astrodynamics::trajectory::State::accessCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11accessFrameEv", "ostk::astrodynamics::trajectory::State::accessFrame"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State13accessInstantEv", "ostk::astrodynamics::trajectory::State::accessInstant"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State17extractCoordinateERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::extractCoordinate::aSubsetSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18extractCoordinatesERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::State::extractCoordinates::aCoordinateSubsetsArray"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State18getAngularVelocityEv", "ostk::astrodynamics::trajectory::State::getAngularVelocity"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getAttitudeEv", "ostk::astrodynamics::trajectory::State::getAttitude"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::State::getCoordinateSubsets"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State14getCoordinatesEv", "ostk::astrodynamics::trajectory::State::getCoordinates"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State8getFrameEv", "ostk::astrodynamics::trajectory::State::getFrame"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State10getInstantEv", "ostk::astrodynamics::trajectory::State::getInstant"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getPositionEv", "ostk::astrodynamics::trajectory::State::getPosition"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7getSizeEv", "ostk::astrodynamics::trajectory::State::getSize"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State11getVelocityEv", "ostk::astrodynamics::trajectory::State::getVelocity"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::State::hasSubset::aCoordinateSubsetSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State7inFrameERK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::State::inFrame::aFrameSPtr"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State9isDefinedEv", "ostk::astrodynamics::trajectory::State::isDefined"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!="], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateneERK5State", "ostk::astrodynamics::trajectory::State::operator!=::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateplERK5State", "ostk::astrodynamics::trajectory::State::operator+::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StatemiERK5State", "ostk::astrodynamics::trajectory::State::operator-::aState"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::aState"], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StatelsERNSt7ostreamERK5State", "ostk::astrodynamics::trajectory::State::operator<<::anOutputStream"], [171, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator="], [171, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5StateaSERK5State", "ostk::astrodynamics::trajectory::State::operator=::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator=="], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5StateeqERK5State", "ostk::astrodynamics::trajectory::State::operator==::aState"], [171, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::anOutputStream"], [171, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5State5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::State::print::displayDecorator"], [172, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderE", "ostk::astrodynamics::trajectory::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateBrokerSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aCoordinateSubsetsArray"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aFrameSPtr"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder12StateBuilderERK5State", "ostk::astrodynamics::trajectory::StateBuilder::StateBuilder::aState"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilder9UndefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::Undefined"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder22accessCoordinateBrokerEv", "ostk::astrodynamics::trajectory::StateBuilder::accessCoordinateBroker"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder11accessFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::accessFrame"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::aCoordinates"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5buildERK7InstantRK8VectorXd", "ostk::astrodynamics::trajectory::StateBuilder::build::anInstant"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::aState"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6expandERK5StateRK5State", "ostk::astrodynamics::trajectory::StateBuilder::expand::defaultState"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder20getCoordinateSubsetsEv", "ostk::astrodynamics::trajectory::StateBuilder::getCoordinateSubsets"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder8getFrameEv", "ostk::astrodynamics::trajectory::StateBuilder::getFrame"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder9isDefinedEv", "ostk::astrodynamics::trajectory::StateBuilder::isDefined"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!="], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderneERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator!=::aStateBuilder"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilderplERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator+::aCoordinateSubsetSPtr"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildermiERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::StateBuilder::operator-::aCoordinateSubsetSPtr"], [172, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::aStateBuilder"], [172, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory12StateBuilderlsERNSt7ostreamERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator<<::anOutputStream"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator=="], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuildereqERK12StateBuilder", "ostk::astrodynamics::trajectory::StateBuilder::operator==::aStateBuilder"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::anOutputStream"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::StateBuilder::print::displayDecorator"], [172, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce"], [172, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory12StateBuilder6reduceERK5State", "ostk::astrodynamics::trajectory::StateBuilder::reduce::aState"], [173, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticE", "ostk::astrodynamics::trajectory::model::Static"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6Static6StaticERK8Position", "ostk::astrodynamics::trajectory::model::Static::Static::aPosition"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Static::calculateStateAt::anInstant"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5cloneEv", "ostk::astrodynamics::trajectory::model::Static::clone"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static9isDefinedEv", "ostk::astrodynamics::trajectory::model::Static::isDefined"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticneERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator!=::aStaticModel"], [173, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::aStaticModel"], [173, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model6StaticlsERNSt7ostreamERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator<<::anOutputStream"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator=="], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6StaticeqERK6Static", "ostk::astrodynamics::trajectory::model::Static::operator==::aStaticModel"], [173, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::anOutputStream"], [173, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model6Static5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Static::print::displayDecorator"], [174, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedE", "ostk::astrodynamics::trajectory::model::Tabulated"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated4LoadERK4File", "ostk::astrodynamics::trajectory::model::Tabulated::Load::aFile"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::aStateArray"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9Tabulated9TabulatedERK5ArrayI5StateERKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::model::Tabulated::Tabulated::anInterpolationType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStateAt::anInstant"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::model::Tabulated::calculateStatesAt::anInstantArray"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::model::Tabulated::clone"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated13getFirstStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getFirstState"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated20getInterpolationTypeEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterpolationType"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated11getIntervalEv", "ostk::astrodynamics::trajectory::model::Tabulated::getInterval"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated12getLastStateEv", "ostk::astrodynamics::trajectory::model::Tabulated::getLastState"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::model::Tabulated::isDefined"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!="], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator!=::aTabulatedModel"], [174, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::aTabulatedModel"], [174, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5model9TabulatedlsERNSt7ostreamERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator<<::anOutputStream"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator=="], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::model::Tabulated::operator==::aTabulatedModel"], [174, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::anOutputStream"], [174, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::model::Tabulated::print::displayDecorator"], [175, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelE", "ostk::astrodynamics::trajectory::orbit::Model"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5Model5ModelEv", "ostk::astrodynamics::trajectory::orbit::Model::Model"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateRevolutionNumberAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::Model::calculateStateAt::anInstant"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5cloneEv", "ostk::astrodynamics::trajectory::orbit::Model::clone"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model8getEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getEpoch"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::Model::getRevolutionNumberAtEpoch"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Model::isDefined"], [175, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::anOutputStream"], [175, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5Model5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Model::print::displayDecorator"], [175, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5ModelD0Ev", "ostk::astrodynamics::trajectory::orbit::Model::~Model"], [176, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PassE", "ostk::astrodynamics::trajectory::orbit::Pass"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::aRevolutionNumber"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtAscendingNode"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtDescendingNode"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtNorthPoint"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtPassBreak"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4PassERK7IntegerRK7InstantRK7InstantRK7InstantRK7InstantRK7Instant", "ostk::astrodynamics::trajectory::orbit::Pass::Pass::anInstantAtSouthPoint"], [176, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9AscendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Ascending"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase10DescendingE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Descending"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass5Phase9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Phase::Undefined"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass15StringFromPhaseERKN4Pass5PhaseE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromPhase::aPhase"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass14StringFromTypeERKN4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::StringFromType::aType"], [176, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4TypeE", "ostk::astrodynamics::trajectory::orbit::Pass::Type"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type8CompleteE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Complete"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type7PartialE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Partial"], [176, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass4Type9UndefinedE", "ostk::astrodynamics::trajectory::orbit::Pass::Type::Undefined"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4Pass9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::Undefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass28accessInstantAtAscendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtAscendingNode"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass29accessInstantAtDescendingNodeEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtDescendingNode"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtNorthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtNorthPoint"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass24accessInstantAtPassBreakEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtPassBreak"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass25accessInstantAtSouthPointEv", "ostk::astrodynamics::trajectory::orbit::Pass::accessInstantAtSouthPoint"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass11getDurationEv", "ostk::astrodynamics::trajectory::orbit::Pass::getDuration"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass19getRevolutionNumberEv", "ostk::astrodynamics::trajectory::orbit::Pass::getRevolutionNumber"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass7getTypeEv", "ostk::astrodynamics::trajectory::orbit::Pass::getType"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass10isCompleteEv", "ostk::astrodynamics::trajectory::orbit::Pass::isComplete"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::Pass::isDefined"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PassneERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator!=::aPass"], [176, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::aPass"], [176, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit4PasslsERNSt7ostreamERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator<<::anOutputStream"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator=="], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4PasseqERK4Pass", "ostk::astrodynamics::trajectory::orbit::Pass::operator==::aPass"], [176, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::anOutputStream"], [176, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit4Pass5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::Pass::print::displayDecorator"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPME", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DeploymentE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment20ballisticCoefficientE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::ballisticCoefficient"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4dateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::date"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment18meanApogeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanApogeeAltitude"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment21meanArgumentOfPerigeeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanArgumentOfPerigee"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanInclinationE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanInclination"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment26meanLongitudeAscendingNodeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanLongitudeAscendingNode"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment15meanMeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanMeanAnomaly"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment19meanPerigeeAltitudeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::meanPerigeeAltitude"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment11missionTimeE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::missionTime"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment4nameE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::name"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8positionE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::position"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment14sequenceNumberE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::sequenceNumber"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment7toStateEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::toState"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10Deployment8velocityE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Deployment::velocity"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM10DictionaryERKN9container10DictionaryE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Dictionary::aDictionary"], [177, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6HeaderE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header14generationDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::generationDate"], [177, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM6Header10launchDateE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Header::launchDate"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Load::aFile"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aDeploymentArray"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM3OPMERKN3OPM6HeaderERK5ArrayIN3OPM10DeploymentEE", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::OPM::aHeader"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Parse::aString"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::Undefined"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM15getDeploymentAtERK5Index", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentAt::anIndex"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM21getDeploymentWithNameERK6String", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeploymentWithName::aName"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM14getDeploymentsEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getDeployments"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9getHeaderEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::getHeader"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::isDefined"], [177, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOPM"], [177, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit7message6spacex3OPMlsERNSt7ostreamERK3OPM", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::operator<<::anOutputStream"], [177, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::anOutputStream"], [177, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit7message6spacex3OPM5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::message::spacex::OPM::print::displayDecorator"], [178, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerE", "ostk::astrodynamics::trajectory::orbit::model::Kepler"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aCelestialObject"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aClassicalOrbitalElementSet"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aGravitationalParameter"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ2"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aJ4"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::aPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEpoch"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK7DerivedRK6LengthRK4RealRK4RealRKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::anEquatorialRadius"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler6KeplerERK3COERK7InstantRK9CelestialRKN6Kepler16PerturbationTypeEKb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::Kepler::inFixedFrame"], [178, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J2E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J2"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType2J4E", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::J4"], [178, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler16PerturbationType4NoneE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::PerturbationType::None"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6Kepler26StringFromPerturbationTypeERKN6Kepler16PerturbationTypeE", "ostk::astrodynamics::trajectory::orbit::model::Kepler::StringFromPerturbationType::aPerturbationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateRevolutionNumberAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Kepler::calculateStateAt::anInstant"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::clone"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler27getClassicalOrbitalElementsEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getClassicalOrbitalElements"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEpoch"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getEquatorialRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getEquatorialRadius"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler25getGravitationalParameterEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getGravitationalParameter"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ2Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ2"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5getJ4Ev", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getJ4"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler19getPerturbationTypeEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getPerturbationType"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::getRevolutionNumberAtEpoch"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Kepler::isDefined"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplerneERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator!=::aKeplerianModel"], [178, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::aKeplerianModel"], [178, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6KeplerlsERNSt7ostreamERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator<<::anOutputStream"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator=="], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6KeplereqERK6Kepler", "ostk::astrodynamics::trajectory::orbit::model::Kepler::operator==::aKeplerianModel"], [178, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::anOutputStream"], [178, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6Kepler5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Kepler::print::displayDecorator"], [179, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedE", "ostk::astrodynamics::trajectory::orbit::model::Propagated"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aCachedStateArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aPropagator"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5ArrayI5StateERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aRevolutionNumber"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated10PropagatedERK10PropagatorRK5StateRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::Propagated::Propagated::aState"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated22accessCachedStateArrayEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessCachedStateArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16accessPropagatorEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::accessPropagator"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateRevolutionNumberAt::anInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStateAt::anInstant"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated17calculateStatesAtERK5ArrayI7InstantE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::calculateStatesAt::anInstantArray"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::clone"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getEpoch"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::getRevolutionNumberAtEpoch"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Propagated::isDefined"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!="], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedneERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator!=::aPropagatedModel"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::aPropagatedModel"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10PropagatedlsERNSt7ostreamERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator<<::anOutputStream"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator=="], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10PropagatedeqERK10Propagated", "ostk::astrodynamics::trajectory::orbit::model::Propagated::operator==::aPropagatedModel"], [179, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::anOutputStream"], [179, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model10Propagated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Propagated::print::displayDecorator"], [179, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray"], [179, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model10Propagated19setCachedStateArrayERK5ArrayI5StateE", "ostk::astrodynamics::trajectory::orbit::model::Propagated::setCachedStateArray::aStateArray"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4E", "ostk::astrodynamics::trajectory::orbit::model::SGP4"], [180, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [181, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::aTle"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl4ImplERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::Impl::anImpl"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [181, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [181, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP44Impl16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::calculateStateAt::anInstant"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [181, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator="], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [181, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44ImplaSERKN4SGP44ImplE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::Impl::operator=::anImpl"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aSGP4Model"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP44SGP4ERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::SGP4::SGP4::aTle"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateRevolutionNumberAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP427calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateRevolutionNumberAt::anInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP416calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::SGP4::calculateStateAt::anInstant"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45cloneEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::clone"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP48getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getEpoch"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP426getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getRevolutionNumberAtEpoch"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP46getTleEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::getTle"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP49isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::SGP4::isDefined"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!="], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4neERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator!=::aSGP4Model"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::aSGP4Model"], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4lsERNSt7ostreamERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator<<::anOutputStream"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator="], [180, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4aSERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=::aSGP4Model"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator=="], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP4eqERK4SGP4", "ostk::astrodynamics::trajectory::orbit::model::SGP4::operator==::aSGP4Model"], [180, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::anOutputStream"], [180, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4SGP45printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::SGP4::print::displayDecorator"], [180, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4SGP4D0Ev", "ostk::astrodynamics::trajectory::orbit::model::SGP4::~SGP4"], [182, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9TabulatedE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated"], [182, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aStateArray"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::aType"], [182, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model9Tabulated9TabulatedERK5ArrayI5StateERK7IntegerRKN12Interpolator4TypeE", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::Tabulated::anInitialRevolutionNumber"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateRevolutionNumberAt"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated27calculateRevolutionNumberAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateRevolutionNumberAt::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated16calculateStateAtERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::calculateStateAt::anInstant"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5cloneEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::clone"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getEpoch"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::getRevolutionNumberAtEpoch"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::isDefined"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedneERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator!=::aTabulatedModel"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator=="], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9TabulatedeqERK9Tabulated", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::operator==::aTabulatedModel"], [182, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::anOutputStream"], [182, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model9Tabulated5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::Tabulated::print::displayDecorator"], [183, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMeanE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean"], [183, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aMeanAnomaly"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aRaan"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::aSemiMajorAxis"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anAop"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anEccentricity"], [183, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean18BrouwerLyddaneMeanERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::BrouwerLyddaneMean::anInclination"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aFrameSPtr"], [183, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getCartesianState::aGravitationalParameter"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getEccentricAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getMeanAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::getTrueAnomaly"], [183, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm18BrouwerLyddaneMean5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMean::toCOE"], [184, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLongE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aMeanAnomaly"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aRaan"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::aSemiMajorAxis"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anAop"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anEccentricity"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong22BrouwerLyddaneMeanLongERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::BrouwerLyddaneMeanLong::anInclination"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::COE::aCOE"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aCartesianState"], [184, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Cartesian::aGravitationalParameter"], [184, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::Undefined"], [184, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm22BrouwerLyddaneMeanLong5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanLong::toCOE"], [185, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShortE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aMeanAnomaly"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aRaan"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::aSemiMajorAxis"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anAop"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anEccentricity"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort23BrouwerLyddaneMeanShortERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::BrouwerLyddaneMeanShort::anInclination"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort3COEERK11classicalOE", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::COE::aCOE"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aCartesianState"], [185, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Cartesian::aGravitationalParameter"], [185, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::Undefined"], [185, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model3blm23BrouwerLyddaneMeanShort5toCOEEv", "ostk::astrodynamics::trajectory::orbit::model::blm::BrouwerLyddaneMeanShort::toCOE"], [186, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COEE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyTypeE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType9EccentricE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Eccentric"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4MeanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::Mean"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11AnomalyType4TrueE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::AnomalyType::True"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aRaan"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::aTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anAop"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anEccentricity"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE3COEERK6LengthRK4RealRK5AngleRK5AngleRK5AngleRK5Angle", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::COE::anInclination"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aCartesianState"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9CartesianERKN3COE14CartesianStateERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Cartesian::aGravitationalParameter"], [186, 7, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14CartesianStateE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::CartesianState"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aGravitationalParameter"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiLatusRectum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeAngularMomentumERK4RealRK4RealRK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeAngularMomentum::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::anEccentricity"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE21ComputeRadialDistanceERK4RealRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeRadialDistance::trueAnomaly"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::aSemiMajorAxis"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22ComputeSemiLatusRectumERK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::ComputeSemiLatusRectum::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::aTolerance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromMeanAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::aTrueAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31EccentricAnomalyFromTrueAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::EccentricAnomalyFromTrueAnomaly::anEccentricity"], [186, 3, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element3AopE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Aop"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element16EccentricAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::EccentricAnomaly"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element12EccentricityE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Eccentricity"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11InclinationE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Inclination"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11MeanAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::MeanAnomaly"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element4RaanE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::Raan"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element13SemiMajorAxisE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::SemiMajorAxis"], [186, 4, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7Element11TrueAnomalyE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Element::TrueAnomaly"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::aCOEVector"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE12FromSIVectorERK8Vector6dRK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::FromSIVector::anAnomalyType"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31MeanAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::MeanAnomalyFromEccentricAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17StringFromElementERKN3COE7ElementE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::StringFromElement::anElement"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE31TrueAnomalyFromEccentricAnomalyERK5AngleRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromEccentricAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aMeanAnomly"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::aTolerance"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE26TrueAnomalyFromMeanAnomalyERK5AngleRK4RealRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::TrueAnomalyFromMeanAnomaly::anEccentricity"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::Undefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getAngularMomentumERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAngularMomentum::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getAop"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getApoapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getApoapsisRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aFrameSPtr"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getCartesianStateERK7DerivedRK6SharedIK5FrameE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getCartesianState::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE19getEccentricAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getEccentricity"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getInclination"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE13getMeanMotionERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getMeanMotion::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aGravitationalParameter"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::aJ2Parameter"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE22getNodalPrecessionRateERK7DerivedRK6LengthRK4Real", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getNodalPrecessionRate::anEquatorialRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getOrbitalPeriodERK7Derived", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getOrbitalPeriod::aGravitationalParameter"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getPeriapsisRadiusEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getPeriapsisRadius"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRaan"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE17getRadialDistanceEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getRadialDistance"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE11getSIVectorERK11AnomalyType", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSIVector::anAnomalyType"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE18getSemiLatusRectumEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiLatusRectum"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE16getSemiMajorAxisEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getSemiMajorAxis"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE14getTrueAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::getTrueAnomaly"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::isDefined"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEneERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator!=::aCOE"], [186, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::aCOE"], [186, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model6kepler3COElsERNSt7ostreamERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator<<::anOutputStream"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator=="], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COEeqERK3COE", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::operator==::aCOE"], [186, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::anOutputStream"], [186, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model6kepler3COE5printERNSt7ostreamEb", "ostk::astrodynamics::trajectory::orbit::model::kepler::COE::print::displayDecorator"], [187, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aSecondLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8CanParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::CanParse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aBStarDragTerm"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aClassification"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanAnomaly"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotion"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aMeanMotionSecondTimeDerivativeDividedBySix"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRaan"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteName"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::aSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anAop"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEccentricity"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anElementSetNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEphemerisType"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInclination"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK6StringRK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9ConstructERK7IntegerRK6StringRK6StringRK7InstantRK4RealRK4RealRK4RealRK7IntegerRK7IntegerRK5AngleRK5AngleRK4RealRK5AngleRK5AngleRK7DerivedRK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Construct::anInternationalDesignator"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16GenerateChecksumERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::GenerateChecksum::aLine"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE4LoadERK4File", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Load::aFile"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE5ParseERK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Parse::aString"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aFirstLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSatelliteName"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE3TLEERK6StringRK6StringRK6String", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::TLE::aSecondLine"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9UndefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::Undefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE6getAopEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getAop"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getBStarDragTermEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getBStarDragTerm"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE17getClassificationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getClassification"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE15getEccentricityEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEccentricity"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE19getElementSetNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getElementSetNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getEphemerisTypeEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEphemerisType"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8getEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getEpoch"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE12getFirstLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLine"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE20getFirstLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getFirstLineChecksum"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getInclinationEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInclination"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getInternationalDesignatorEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getInternationalDesignator"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE14getMeanAnomalyEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanAnomaly"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getMeanMotionEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotion"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE44getMeanMotionFirstTimeDerivativeDividedByTwoEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionFirstTimeDerivativeDividedByTwo"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE45getMeanMotionSecondTimeDerivativeDividedBySixEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getMeanMotionSecondTimeDerivativeDividedBySix"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE7getRaanEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRaan"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26getRevolutionNumberAtEpochEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getRevolutionNumberAtEpoch"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE16getSatelliteNameEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteName"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18getSatelliteNumberEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSatelliteNumber"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE13getSecondLineEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLine"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE21getSecondLineChecksumEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::getSecondLineChecksum"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE9isDefinedEv", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::isDefined"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!="], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEneERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator!=::aTle"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::aTle"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLElsERNSt7ostreamERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator<<::anOutputStream"], [187, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator=="], [187, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5orbit5model4sgp43TLEeqERK3TLE", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::operator==::aTle"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE8setEpochERK7Instant", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setEpoch::anInstant"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE26setRevolutionNumberAtEpochERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setRevolutionNumberAtEpoch::aRevolutionNumberAtEpoch"], [187, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber"], [187, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5orbit5model4sgp43TLE18setSatelliteNumberERK7Integer", "ostk::astrodynamics::trajectory::orbit::model::sgp4::TLE::setSatelliteNumber::aSatelliteNumber"], [188, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateBroker"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker16CoordinateBrokerERK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::CoordinateBroker::aCoordinateSubsetsArray"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker13accessSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::accessSubsets"], [188, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset"], [188, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateBroker9addSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::addSubset::aCoordinateSubsetSPtr"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubset"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aCoordinateSubsetSPtr"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker17extractCoordinateERK8VectorXdRK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinate::aFullCoordinatesVector"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aCoordinateSubsetsArray"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18extractCoordinatesERK8VectorXdRK5ArrayI6SharedIK16CoordinateSubsetEE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::extractCoordinates::aFullCoordinatesVector"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker22getNumberOfCoordinatesEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfCoordinates"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker18getNumberOfSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getNumberOfSubsets"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker10getSubsetsEv", "ostk::astrodynamics::trajectory::state::CoordinateBroker::getSubsets"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset"], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBroker9hasSubsetERK6SharedIK16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateBroker::hasSubset::aCoordinateSubsetSPtr"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokerneERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator!=::aCoordinateBroker"], [188, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator=="], [188, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateBrokereqERK16CoordinateBroker", "ostk::astrodynamics::trajectory::state::CoordinateBroker::operator==::aCoordinateBroker"], [189, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubsetE", "ostk::astrodynamics::trajectory::state::CoordinateSubset"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aName"], [189, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset16CoordinateSubsetERK6StringRK4Size", "ostk::astrodynamics::trajectory::state::CoordinateSubset::CoordinateSubset::aSize"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset15DragCoefficientEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::DragCoefficient"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset4MassEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::Mass"], [189, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16CoordinateSubset11SurfaceAreaEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::SurfaceArea"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::add::anotherFullCoordinatesVector"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset5getIdEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getId"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getNameEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getName"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7getSizeEv", "ostk::astrodynamics::trajectory::state::CoordinateSubset::getSize"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::fromFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::inFrame::toFrameSPtr"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubsetneERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator!=::aCoordinateSubset"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator=="], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubseteqERK16CoordinateSubset", "ostk::astrodynamics::trajectory::state::CoordinateSubset::operator==::aCoordinateSubset"], [189, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aCoordinateBrokerSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFrameSPtr"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::aFullCoordinatesVector"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anInstant"], [189, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16CoordinateSubset8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::CoordinateSubset::subtract::anotherFullCoordinatesVector"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolverE", "ostk::astrodynamics::trajectory::state::NumericalSolver"], [190, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolutionE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution20conditionIsSatisfiedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::conditionIsSatisfied"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution14iterationCountE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::iterationCount"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution22rootSolverHasConvergedE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::rootSolverHasConverged"], [190, 5, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17ConditionSolution5stateE", "ostk::astrodynamics::trajectory::state::NumericalSolver::ConditionSolution::state"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aRelativeTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::aTimeStep"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::anAbsoluteTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver11ConditionalERK4RealRK4RealRK4RealRKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::Conditional::stateLogger"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver7DefaultEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Default"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver18DefaultConditionalERKNSt8functionIFvRK5StateEEE", "ostk::astrodynamics::trajectory::state::NumericalSolver::DefaultConditional::stateLogger"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aStepperType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13FixedStepSizeERKN15NumericalSolver11StepperTypeERK4Real", "ostk::astrodynamics::trajectory::state::NumericalSolver::FixedStepSize::aTimeStep"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aLogType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRelativeTolerance"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aRootSolver"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aStepperType"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::aTimeStep"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver15NumericalSolverERKN15NumericalSolver7LogTypeERKN15NumericalSolver11StepperTypeERK4RealRK4RealRK4RealRK10RootSolver", "ostk::astrodynamics::trajectory::state::NumericalSolver::NumericalSolver::anAbsoluteTolerance"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver9UndefinedEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::Undefined"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver26accessObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStateVectors"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver20accessObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::accessObservedStates"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver23getObservedStateVectorsEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStateVectors"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver17getObservedStatesEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getObservedStates"], [190, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state15NumericalSolver13getRootSolverEv", "ostk::astrodynamics::trajectory::state::NumericalSolver::getRootSolver"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aDurationInSeconds"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver17integrateDurationERKN19MathNumericalSolver11StateVectorERK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateDuration::anInitialStateVector"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aStartTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aState"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aSystemOfEquations"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK5ArrayI7InstantERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::aTimeArray"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEndTime"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anEventCondition"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK4RealRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERKN19MathNumericalSolver11StateVectorERK4RealRK5ArrayI4RealERK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInitialStateVector"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapper", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [190, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state15NumericalSolver13integrateTimeERK5StateRK7InstantRK24SystemOfEquationsWrapperRK14EventCondition", "ostk::astrodynamics::trajectory::state::NumericalSolver::integrateTime::anInstant"], [191, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::aName"], [191, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity15AngularVelocityERK6SharedIK18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::AngularVelocity::anAttitudeQuaternionSPtr"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::Default"], [191, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aCoordinateBrokerSPtr"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::aFullCoordinatesVector"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::anInstant"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::fromFrame"], [191, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::inFrame::toFrame"], [191, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset15AngularVelocityD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AngularVelocity::~AngularVelocity"], [192, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion18AttitudeQuaternionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::AttitudeQuaternion::aName"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::Default"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::coordinatesToQuaternion"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion23coordinatesToQuaternionERK8VectorXd", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::coordinatesToQuaternion::coordinates"], [192, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aCoordinateBrokerSPtr"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::aFullCoordinatesVector"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::anInstant"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::fromFrame"], [192, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::inFrame::toFrame"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::quaterionToCoordinates"], [192, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternion22quaterionToCoordinatesERK10Quaternion", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::quaterionToCoordinates::quaternion"], [192, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset18AttitudeQuaternionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::AttitudeQuaternion::~AttitudeQuaternion"], [193, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition"], [193, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::CartesianPosition::aName"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::Default"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::add::anotherFullCoordinatesVector"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::fromFrame"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::inFrame::toFrame"], [193, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aCoordinateBrokerSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFrameSPtr"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::aFullCoordinatesVector"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anInstant"], [193, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPosition8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::subtract::anotherFullCoordinatesVector"], [193, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianPositionD0Ev", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianPosition::~CartesianPosition"], [194, 0, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocityE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aCartesianPositionSPtr"], [194, 2, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity17CartesianVelocityERK6SharedIK17CartesianPositionERK6String", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::CartesianVelocity::aName"], [194, 1, 1, "_CPPv4N4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7DefaultEv", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::Default"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFrameSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity3addERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::add::anotherFullCoordinatesVector"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::fromFrame"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity7inFrameERK7InstantRK8VectorXdRK6SharedIK5FrameERK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::inFrame::toFrame"], [194, 1, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aCoordinateBrokerSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFrameSPtr"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::aFullCoordinatesVector"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anInstant"], [194, 2, 1, "_CPPv4NK4ostk13astrodynamics10trajectory5state16coordinatesubset17CartesianVelocity8subtractERK7InstantRK8VectorXdRK8VectorXdRK6SharedIK5FrameERK6SharedIK16CoordinateBrokerE", "ostk::astrodynamics::trajectory::state::coordinatesubset::CartesianVelocity::subtract::anotherFullCoordinatesVector"], [194, 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"], [21, 8, 0, "-", "display"], [27, 8, 0, "-", "dynamics"], [34, 8, 0, "-", "event_condition"], [41, 8, 0, "-", "flight"], [54, 8, 0, "-", "guidance_law"], [57, 8, 0, "-", "solver"], [60, 8, 0, "-", "trajectory"], [98, 8, 0, "-", "utilities"], [106, 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"]], "ostk.astrodynamics.EventCondition.Target": [[4, 11, 1, "", "StringFromType"], [4, 9, 1, "", "Type"], [4, 10, 1, "", "type"], [4, 10, 1, "", "value"]], "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, "", "get_state_at"], [7, 11, 1, "", "get_states_at"], [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_duration"], [15, 12, 1, "", "coerce_to_instant"], [16, 12, 1, "", "coerce_to_interval"], [17, 12, 1, "", "coerce_to_iso"], [18, 12, 1, "", "coerce_to_position"], [19, 12, 1, "", "coerce_to_quaternion"], [20, 12, 1, "", "coerce_to_velocity"]], "ostk.astrodynamics.display": [[22, 9, 1, "", "AccessesPlot"], [23, 12, 1, "", "convert_to_ground_track_plotting_data"], [24, 12, 1, "", "create_2d_map"], [25, 12, 1, "", "create_3d_globe"], [26, 12, 1, "", "create_plotly_figure"]], "ostk.astrodynamics.display.AccessesPlot": [[22, 11, 1, "", "add_satellite"], [22, 11, 1, "", "show"]], "ostk.astrodynamics.dynamics": [[28, 9, 1, "", "AtmosphericDrag"], [29, 9, 1, "", "CentralBodyGravity"], [30, 9, 1, "", "PositionDerivative"], [31, 9, 1, "", "Tabulated"], [32, 9, 1, "", "ThirdBodyGravity"], [33, 9, 1, "", "Thruster"]], "ostk.astrodynamics.dynamics.AtmosphericDrag": [[28, 11, 1, "", "compute_contribution"], [28, 11, 1, "", "from_environment"], [28, 11, 1, "", "get_celestial"], [28, 11, 1, "", "get_name"], [28, 11, 1, "", "get_read_coordinate_subsets"], [28, 11, 1, "", "get_write_coordinate_subsets"], [28, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.CentralBodyGravity": [[29, 11, 1, "", "compute_contribution"], [29, 11, 1, "", "from_environment"], [29, 11, 1, "", "get_celestial"], [29, 11, 1, "", "get_name"], [29, 11, 1, "", "get_read_coordinate_subsets"], [29, 11, 1, "", "get_write_coordinate_subsets"], [29, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.PositionDerivative": [[30, 11, 1, "", "compute_contribution"], [30, 11, 1, "", "from_environment"], [30, 11, 1, "", "get_name"], [30, 11, 1, "", "get_read_coordinate_subsets"], [30, 11, 1, "", "get_write_coordinate_subsets"], [30, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.Tabulated": [[31, 11, 1, "", "access_contribution_profile"], [31, 11, 1, "", "access_frame"], [31, 11, 1, "", "access_instants"], [31, 11, 1, "", "compute_contribution"], [31, 11, 1, "", "from_environment"], [31, 11, 1, "", "get_contribution_profile_from_coordinate_subsets"], [31, 11, 1, "", "get_interpolation_type"], [31, 11, 1, "", "get_name"], [31, 11, 1, "", "get_read_coordinate_subsets"], [31, 11, 1, "", "get_write_coordinate_subsets"], [31, 11, 1, "", "is_defined"]], "ostk.astrodynamics.dynamics.ThirdBodyGravity": [[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.Thruster": [[33, 11, 1, "", "compute_contribution"], [33, 11, 1, "", "from_environment"], [33, 11, 1, "", "get_guidance_law"], [33, 11, 1, "", "get_name"], [33, 11, 1, "", "get_read_coordinate_subsets"], [33, 11, 1, "", "get_satellite_system"], [33, 11, 1, "", "get_write_coordinate_subsets"], [33, 11, 1, "", "is_defined"]], "ostk.astrodynamics.event_condition": [[35, 9, 1, "", "AngularCondition"], [36, 9, 1, "", "BooleanCondition"], [37, 9, 1, "", "COECondition"], [38, 9, 1, "", "InstantCondition"], [39, 9, 1, "", "LogicalCondition"], [40, 9, 1, "", "RealCondition"]], "ostk.astrodynamics.event_condition.AngularCondition": [[35, 9, 1, "", "Criterion"], [35, 9, 1, "", "Target"], [35, 11, 1, "", "get_criterion"], [35, 11, 1, "", "get_evaluator"], [35, 11, 1, "", "get_name"], [35, 11, 1, "", "get_target"], [35, 11, 1, "", "get_target_angle"], [35, 11, 1, "", "get_target_range"], [35, 11, 1, "", "is_satisfied"], [35, 11, 1, "", "string_from_criterion"], [35, 11, 1, "", "within_range"]], "ostk.astrodynamics.event_condition.AngularCondition.Criterion": [[35, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.AngularCondition.Target": [[35, 11, 1, "", "StringFromType"], [35, 9, 1, "", "Type"], [35, 10, 1, "", "type"], [35, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.AngularCondition.Target.Type": [[35, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition": [[36, 9, 1, "", "Criterion"], [36, 9, 1, "", "Target"], [36, 11, 1, "", "duration_condition"], [36, 11, 1, "", "evaluate"], [36, 11, 1, "", "get_criterion"], [36, 11, 1, "", "get_evaluator"], [36, 11, 1, "", "get_name"], [36, 11, 1, "", "get_target"], [36, 11, 1, "", "is_inversed"], [36, 11, 1, "", "is_satisfied"], [36, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.BooleanCondition.Criterion": [[36, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target": [[36, 11, 1, "", "StringFromType"], [36, 9, 1, "", "Type"], [36, 10, 1, "", "type"], [36, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.BooleanCondition.Target.Type": [[36, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.COECondition": [[37, 11, 1, "", "aop"], [37, 11, 1, "", "eccentric_anomaly"], [37, 11, 1, "", "eccentricity"], [37, 11, 1, "", "inclination"], [37, 11, 1, "", "mean_anomaly"], [37, 11, 1, "", "raan"], [37, 11, 1, "", "semi_major_axis"], [37, 11, 1, "", "true_anomaly"]], "ostk.astrodynamics.event_condition.InstantCondition": [[38, 9, 1, "", "Criterion"], [38, 9, 1, "", "Target"], [38, 11, 1, "", "duration_condition"], [38, 11, 1, "", "evaluate"], [38, 11, 1, "", "get_criterion"], [38, 11, 1, "", "get_evaluator"], [38, 11, 1, "", "get_instant"], [38, 11, 1, "", "get_name"], [38, 11, 1, "", "get_target"], [38, 11, 1, "", "is_satisfied"], [38, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.InstantCondition.Criterion": [[38, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.InstantCondition.Target": [[38, 11, 1, "", "StringFromType"], [38, 9, 1, "", "Type"], [38, 10, 1, "", "type"], [38, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.InstantCondition.Target.Type": [[38, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition": [[39, 9, 1, "", "Target"], [39, 9, 1, "", "Type"], [39, 11, 1, "", "get_evaluator"], [39, 11, 1, "", "get_event_conditions"], [39, 11, 1, "", "get_name"], [39, 11, 1, "", "get_target"], [39, 11, 1, "", "get_type"], [39, 11, 1, "", "is_satisfied"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target": [[39, 11, 1, "", "StringFromType"], [39, 9, 1, "", "Type"], [39, 10, 1, "", "type"], [39, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.LogicalCondition.Target.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.LogicalCondition.Type": [[39, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition": [[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_satisfied"], [40, 11, 1, "", "string_from_criterion"]], "ostk.astrodynamics.event_condition.RealCondition.Criterion": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.event_condition.RealCondition.Target": [[40, 11, 1, "", "StringFromType"], [40, 9, 1, "", "Type"], [40, 10, 1, "", "type"], [40, 10, 1, "", "value"]], "ostk.astrodynamics.event_condition.RealCondition.Target.Type": [[40, 10, 1, "", "name"]], "ostk.astrodynamics.flight": [[42, 9, 1, "", "Maneuver"], [43, 9, 1, "", "Profile"], [44, 9, 1, "", "System"], [45, 8, 0, "-", "profile"], [50, 8, 0, "-", "system"]], "ostk.astrodynamics.flight.Maneuver": [[42, 11, 1, "", "calculate_average_specific_impulse"], [42, 11, 1, "", "calculate_average_thrust"], [42, 11, 1, "", "calculate_delta_mass"], [42, 11, 1, "", "calculate_delta_v"], [42, 11, 1, "", "constant_mass_flow_rate_profile"], [42, 11, 1, "", "get_acceleration_profile"], [42, 11, 1, "", "get_instants"], [42, 11, 1, "", "get_interval"], [42, 11, 1, "", "get_mass_flow_rate_profile"], [42, 11, 1, "", "is_defined"], [42, 11, 1, "", "tabulated_dynamics"], [42, 11, 1, "", "to_tabulated_dynamics"]], "ostk.astrodynamics.flight.Profile": [[43, 11, 1, "", "get_axes_at"], [43, 11, 1, "", "get_body_frame"], [43, 11, 1, "", "get_state_at"], [43, 11, 1, "", "get_states_at"], [43, 11, 1, "", "inertial_pointing"], [43, 11, 1, "", "is_defined"], [43, 11, 1, "", "nadir_pointing"], [43, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.System": [[44, 11, 1, "", "get_geometry"], [44, 11, 1, "", "get_mass"], [44, 11, 1, "", "is_defined"], [44, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.profile": [[46, 9, 1, "", "Model"], [47, 8, 0, "-", "model"]], "ostk.astrodynamics.flight.profile.Model": [[46, 11, 1, "", "calculate_state_at"], [46, 11, 1, "", "calculate_states_at"], [46, 11, 1, "", "get_axes_at"], [46, 11, 1, "", "get_body_frame"], [46, 11, 1, "", "is_defined"]], "ostk.astrodynamics.flight.profile.model": [[48, 9, 1, "", "Tabulated"], [49, 9, 1, "", "Transform"]], "ostk.astrodynamics.flight.profile.model.Tabulated": [[48, 11, 1, "", "calculate_state_at"], [48, 11, 1, "", "calculate_states_at"], [48, 11, 1, "", "get_axes_at"], [48, 11, 1, "", "get_body_frame"], [48, 11, 1, "", "get_interval"], [48, 11, 1, "", "is_defined"]], "ostk.astrodynamics.flight.profile.model.Transform": [[49, 11, 1, "", "calculate_state_at"], [49, 11, 1, "", "calculate_states_at"], [49, 11, 1, "", "get_axes_at"], [49, 11, 1, "", "get_body_frame"], [49, 11, 1, "", "inertial_pointing"], [49, 11, 1, "", "is_defined"], [49, 11, 1, "", "nadir_pointing"], [49, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system": [[51, 9, 1, "", "PropulsionSystem"], [52, 9, 1, "", "SatelliteSystem"], [53, 9, 1, "", "SatelliteSystemBuilder"]], "ostk.astrodynamics.flight.system.PropulsionSystem": [[51, 11, 1, "", "default"], [51, 11, 1, "", "get_acceleration"], [51, 11, 1, "", "get_mass_flow_rate"], [51, 11, 1, "", "get_specific_impulse"], [51, 11, 1, "", "get_thrust"], [51, 11, 1, "", "is_defined"], [51, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystem": [[52, 11, 1, "", "default"], [52, 11, 1, "", "get_cross_sectional_surface_area"], [52, 11, 1, "", "get_drag_coefficient"], [52, 11, 1, "", "get_geometry"], [52, 11, 1, "", "get_inertia_tensor"], [52, 11, 1, "", "get_mass"], [52, 11, 1, "", "get_propulsion_system"], [52, 11, 1, "", "is_defined"], [52, 11, 1, "", "undefined"]], "ostk.astrodynamics.flight.system.SatelliteSystemBuilder": [[53, 11, 1, "", "build"], [53, 11, 1, "", "default"], [53, 11, 1, "", "with_cross_sectional_surface_area"], [53, 11, 1, "", "with_drag_coefficient"], [53, 11, 1, "", "with_dry_mass"], [53, 11, 1, "", "with_geometry"], [53, 11, 1, "", "with_inertia_tensor"], [53, 11, 1, "", "with_propulsion_system"]], "ostk.astrodynamics.guidance_law": [[55, 9, 1, "", "ConstantThrust"], [56, 9, 1, "", "QLaw"]], "ostk.astrodynamics.guidance_law.ConstantThrust": [[55, 11, 1, "", "calculate_thrust_acceleration_at"], [55, 11, 1, "", "get_local_thrust_direction"], [55, 11, 1, "", "get_name"], [55, 11, 1, "", "intrack"]], "ostk.astrodynamics.guidance_law.QLaw": [[56, 9, 1, "", "GradientStrategy"], [56, 9, 1, "", "Parameters"], [56, 11, 1, "", "calculate_thrust_acceleration_at"], [56, 11, 1, "", "get_gradient_strategy"], [56, 11, 1, "", "get_name"], [56, 11, 1, "", "get_parameters"], [56, 11, 1, "", "get_target_coe"]], "ostk.astrodynamics.guidance_law.QLaw.GradientStrategy": [[56, 10, 1, "", "name"]], "ostk.astrodynamics.guidance_law.QLaw.Parameters": [[56, 10, 1, "", "absolute_effectivity_threshold"], [56, 10, 1, "", "b"], [56, 11, 1, "", "get_control_weights"], [56, 11, 1, "", "get_minimum_periapsis_radius"], [56, 10, 1, "", "k"], [56, 10, 1, "", "m"], [56, 10, 1, "", "n"], [56, 10, 1, "", "periapsis_weight"], [56, 10, 1, "", "r"], [56, 10, 1, "", "relative_effectivity_threshold"]], "ostk.astrodynamics.solver": [[58, 9, 1, "", "FiniteDifferenceSolver"], [59, 9, 1, "", "TemporalConditionSolver"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver": [[58, 9, 1, "", "Type"], [58, 11, 1, "", "compute_gradient"], [58, 11, 1, "", "compute_jacobian"], [58, 11, 1, "", "default"], [58, 11, 1, "", "get_step_duration"], [58, 11, 1, "", "get_step_percentage"], [58, 11, 1, "", "get_type"], [58, 11, 1, "", "string_from_type"]], "ostk.astrodynamics.solver.FiniteDifferenceSolver.Type": [[58, 10, 1, "", "name"]], "ostk.astrodynamics.solver.TemporalConditionSolver": [[59, 11, 1, "", "get_maximum_iteration_count"], [59, 11, 1, "", "get_time_step"], [59, 11, 1, "", "get_tolerance"], [59, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory": [[61, 9, 1, "", "LocalOrbitalFrameDirection"], [62, 9, 1, "", "LocalOrbitalFrameFactory"], [63, 9, 1, "", "LocalOrbitalFrameTransformProvider"], [64, 9, 1, "", "Model"], [65, 9, 1, "", "Orbit"], [66, 9, 1, "", "Propagator"], [67, 9, 1, "", "Segment"], [68, 9, 1, "", "Sequence"], [69, 9, 1, "", "State"], [70, 9, 1, "", "StateBuilder"], [71, 8, 0, "-", "orbit"], [89, 8, 0, "-", "state"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection": [[61, 11, 1, "", "get_local_orbital_frame_factory"], [61, 11, 1, "", "get_value"], [61, 11, 1, "", "is_defined"], [61, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory": [[62, 11, 1, "", "LVLH"], [62, 11, 1, "", "NED"], [62, 11, 1, "", "QSW"], [62, 11, 1, "", "TNW"], [62, 11, 1, "", "VNC"], [62, 11, 1, "", "VVLH"], [62, 11, 1, "", "access_parent_frame"], [62, 11, 1, "", "generate_frame"], [62, 11, 1, "", "is_defined"], [62, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider": [[63, 9, 1, "", "Type"], [63, 11, 1, "", "get_transform_at"], [63, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.Type": [[63, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Model": [[64, 11, 1, "", "calculate_state_at"], [64, 11, 1, "", "calculate_states_at"], [64, 11, 1, "", "is_defined"]], "ostk.astrodynamics.trajectory.Orbit": [[65, 9, 1, "", "FrameType"], [65, 11, 1, "", "access_kepler_model"], [65, 11, 1, "", "access_model"], [65, 11, 1, "", "access_propagated_model"], [65, 11, 1, "", "access_sgp4_model"], [65, 11, 1, "", "access_tabulated_model"], [65, 11, 1, "", "circular"], [65, 11, 1, "", "circular_equatorial"], [65, 11, 1, "", "compute_passes"], [65, 11, 1, "", "equatorial"], [65, 11, 1, "", "geo_synchronous"], [65, 11, 1, "", "get_orbital_frame"], [65, 11, 1, "", "get_pass_at"], [65, 11, 1, "", "get_pass_with_revolution_number"], [65, 11, 1, "", "get_revolution_number_at"], [65, 11, 1, "", "get_state_at"], [65, 11, 1, "", "get_states_at"], [65, 11, 1, "", "is_defined"], [65, 11, 1, "", "position"], [65, 11, 1, "", "sun_synchronous"], [65, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.Orbit.FrameType": [[65, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Propagator": [[66, 11, 1, "", "access_numerical_solver"], [66, 11, 1, "", "add_dynamics"], [66, 11, 1, "", "add_maneuver"], [66, 11, 1, "", "calculate_state_at"], [66, 11, 1, "", "calculate_state_to_condition"], [66, 11, 1, "", "calculate_states_at"], [66, 11, 1, "", "clear_dynamics"], [66, 11, 1, "", "default"], [66, 11, 1, "", "from_environment"], [66, 11, 1, "", "get_dynamics"], [66, 11, 1, "", "get_number_of_coordinates"], [66, 11, 1, "", "is_defined"], [66, 11, 1, "", "set_dynamics"]], "ostk.astrodynamics.trajectory.Segment": [[67, 9, 1, "", "Solution"], [67, 9, 1, "", "Type"], [67, 11, 1, "", "coast"], [67, 11, 1, "", "get_dynamics"], [67, 11, 1, "", "get_event_condition"], [67, 11, 1, "", "get_name"], [67, 11, 1, "", "get_numerical_solver"], [67, 11, 1, "", "get_type"], [67, 11, 1, "", "maneuver"], [67, 11, 1, "", "solve"]], "ostk.astrodynamics.trajectory.Segment.Solution": [[67, 11, 1, "", "access_end_instant"], [67, 11, 1, "", "access_start_instant"], [67, 11, 1, "", "calculate_states_at"], [67, 11, 1, "", "compute_delta_mass"], [67, 11, 1, "", "compute_delta_v"], [67, 10, 1, "", "condition_is_satisfied"], [67, 10, 1, "", "dynamics"], [67, 11, 1, "", "extract_maneuvers"], [67, 11, 1, "", "get_all_dynamics_contributions"], [67, 11, 1, "", "get_dynamics_acceleration_contribution"], [67, 11, 1, "", "get_dynamics_contribution"], [67, 11, 1, "", "get_final_mass"], [67, 11, 1, "", "get_initial_mass"], [67, 11, 1, "", "get_propagation_duration"], [67, 10, 1, "", "name"], [67, 10, 1, "", "segment_type"], [67, 10, 1, "", "states"]], "ostk.astrodynamics.trajectory.Segment.Type": [[67, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.Sequence": [[68, 9, 1, "", "Solution"], [68, 11, 1, "", "add_coast_segment"], [68, 11, 1, "", "add_maneuver_segment"], [68, 11, 1, "", "add_segment"], [68, 11, 1, "", "add_segments"], [68, 11, 1, "", "get_dynamics"], [68, 11, 1, "", "get_maximum_propagation_duration"], [68, 11, 1, "", "get_numerical_solver"], [68, 11, 1, "", "get_segments"], [68, 11, 1, "", "solve"], [68, 11, 1, "", "solve_to_condition"]], "ostk.astrodynamics.trajectory.Sequence.Solution": [[68, 11, 1, "", "access_end_instant"], [68, 11, 1, "", "access_start_instant"], [68, 11, 1, "", "calculate_states_at"], [68, 11, 1, "", "compute_delta_mass"], [68, 11, 1, "", "compute_delta_v"], [68, 10, 1, "", "execution_is_complete"], [68, 11, 1, "", "get_final_mass"], [68, 11, 1, "", "get_initial_mass"], [68, 11, 1, "", "get_propagation_duration"], [68, 11, 1, "", "get_states"], [68, 10, 1, "", "segment_solutions"]], "ostk.astrodynamics.trajectory.State": [[69, 11, 1, "", "__add__"], [69, 11, 1, "", "extract_coordinate"], [69, 11, 1, "", "extract_coordinates"], [69, 11, 1, "", "get_angular_velocity"], [69, 11, 1, "", "get_attitude"], [69, 11, 1, "", "get_coordinate_subsets"], [69, 11, 1, "", "get_coordinates"], [69, 11, 1, "", "get_frame"], [69, 11, 1, "", "get_instant"], [69, 11, 1, "", "get_position"], [69, 11, 1, "", "get_size"], [69, 11, 1, "", "get_velocity"], [69, 11, 1, "", "has_subset"], [69, 11, 1, "", "in_frame"], [69, 11, 1, "", "is_defined"], [69, 11, 1, "", "template"], [69, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.StateBuilder": [[70, 11, 1, "", "__add__"], [70, 11, 1, "", "access_coordinate_broker"], [70, 11, 1, "", "build"], [70, 11, 1, "", "expand"], [70, 11, 1, "", "get_coordinate_subsets"], [70, 11, 1, "", "get_frame"], [70, 11, 1, "", "is_defined"], [70, 11, 1, "", "reduce"], [70, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit": [[72, 9, 1, "", "OrbitModel"], [73, 9, 1, "", "Pass"], [76, 8, 0, "-", "model"]], "ostk.astrodynamics.trajectory.orbit.OrbitModel": [[72, 11, 1, "", "as_kepler"], [72, 11, 1, "", "as_propagated"], [72, 11, 1, "", "as_sgp4"], [72, 11, 1, "", "calculate_revolution_number_at"], [72, 11, 1, "", "calculate_state_at"], [72, 11, 1, "", "get_epoch"], [72, 11, 1, "", "get_revolution_number_at_epoch"], [72, 11, 1, "", "is_defined"], [72, 11, 1, "", "is_kepler"], [72, 11, 1, "", "is_propagated"], [72, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.Pass": [[73, 9, 1, "", "Phase"], [73, 9, 1, "", "Type"], [73, 11, 1, "", "get_duration"], [73, 11, 1, "", "get_instant_at_ascending_node"], [73, 11, 1, "", "get_instant_at_descending_node"], [73, 11, 1, "", "get_instant_at_north_point"], [73, 11, 1, "", "get_instant_at_pass_break"], [73, 11, 1, "", "get_instant_at_south_point"], [73, 11, 1, "", "get_revolution_number"], [73, 11, 1, "", "get_type"], [73, 11, 1, "", "is_complete"], [73, 11, 1, "", "is_defined"], [73, 11, 1, "", "string_from_phase"], [73, 11, 1, "", "string_from_type"], [73, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.Pass.Phase": [[73, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.Pass.Type": [[73, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.message": [[74, 8, 0, "-", "spacex"]], "ostk.astrodynamics.trajectory.orbit.message.spacex": [[75, 9, 1, "", "OPM"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM": [[75, 9, 1, "", "Deployment"], [75, 9, 1, "", "Header"], [75, 11, 1, "", "dictionary"], [75, 11, 1, "", "get_deployment_at"], [75, 11, 1, "", "get_deployment_with_name"], [75, 11, 1, "", "get_deployments"], [75, 11, 1, "", "get_header"], [75, 11, 1, "", "is_defined"], [75, 11, 1, "", "load"], [75, 11, 1, "", "parse"], [75, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Deployment": [[75, 10, 1, "", "ballistic_coefficient"], [75, 10, 1, "", "date"], [75, 10, 1, "", "mean_apogee_altitude"], [75, 10, 1, "", "mean_argument_of_perigee"], [75, 10, 1, "", "mean_inclination"], [75, 10, 1, "", "mean_longitude_ascending_node"], [75, 10, 1, "", "mean_mean_anomaly"], [75, 10, 1, "", "mean_perigee_altitude"], [75, 10, 1, "", "mission_time"], [75, 10, 1, "", "name"], [75, 10, 1, "", "position"], [75, 10, 1, "", "sequence_number"], [75, 11, 1, "", "to_state"], [75, 10, 1, "", "velocity"]], "ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.Header": [[75, 10, 1, "", "generation_date"], [75, 10, 1, "", "launch_date"]], "ostk.astrodynamics.trajectory.orbit.model": [[77, 9, 1, "", "BrouwerLyddaneMean"], [78, 9, 1, "", "Kepler"], [79, 9, 1, "", "Propagated"], [80, 9, 1, "", "SGP4"], [81, 9, 1, "", "Tabulated"], [82, 8, 0, "-", "brouwerLyddaneMean"], [85, 8, 0, "-", "kepler"], [87, 8, 0, "-", "sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean": [[77, 9, 1, "", "AnomalyType"], [77, 9, 1, "", "Element"], [77, 11, 1, "", "cartesian"], [77, 11, 1, "", "compute_angular_momentum"], [77, 11, 1, "", "compute_radial_distance"], [77, 11, 1, "", "compute_semi_latus_rectum"], [77, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [77, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [77, 11, 1, "", "from_SI_vector"], [77, 11, 1, "", "get_SI_vector"], [77, 11, 1, "", "get_angular_momentum"], [77, 11, 1, "", "get_aop"], [77, 11, 1, "", "get_apoapsis_radius"], [77, 11, 1, "", "get_cartesian_state"], [77, 11, 1, "", "get_eccentric_anomaly"], [77, 11, 1, "", "get_eccentricity"], [77, 11, 1, "", "get_inclination"], [77, 11, 1, "", "get_mean_anomaly"], [77, 11, 1, "", "get_mean_motion"], [77, 11, 1, "", "get_nodal_precession_rate"], [77, 11, 1, "", "get_orbital_period"], [77, 11, 1, "", "get_periapsis_radius"], [77, 11, 1, "", "get_raan"], [77, 11, 1, "", "get_radial_distance"], [77, 11, 1, "", "get_semi_latus_rectum"], [77, 11, 1, "", "get_semi_major_axis"], [77, 11, 1, "", "get_true_anomaly"], [77, 11, 1, "", "is_defined"], [77, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [77, 11, 1, "", "string_from_element"], [77, 11, 1, "", "to_coe"], [77, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [77, 11, 1, "", "true_anomaly_from_mean_anomaly"], [77, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.AnomalyType": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.Element": [[77, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler": [[78, 9, 1, "", "PerturbationType"], [78, 11, 1, "", "as_kepler"], [78, 11, 1, "", "as_propagated"], [78, 11, 1, "", "as_sgp4"], [78, 11, 1, "", "calculate_revolution_number_at"], [78, 11, 1, "", "calculate_state_at"], [78, 11, 1, "", "get_classical_orbital_elements"], [78, 11, 1, "", "get_epoch"], [78, 11, 1, "", "get_equatorial_radius"], [78, 11, 1, "", "get_gravitational_parameter"], [78, 11, 1, "", "get_j2"], [78, 11, 1, "", "get_j4"], [78, 11, 1, "", "get_perturbation_type"], [78, 11, 1, "", "get_revolution_number_at_epoch"], [78, 11, 1, "", "is_defined"], [78, 11, 1, "", "is_kepler"], [78, 11, 1, "", "is_propagated"], [78, 11, 1, "", "is_sgp4"], [78, 11, 1, "", "string_from_perturbation_type"]], "ostk.astrodynamics.trajectory.orbit.model.Kepler.PerturbationType": [[78, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.Propagated": [[79, 11, 1, "", "access_cached_state_array"], [79, 11, 1, "", "access_propagator"], [79, 11, 1, "", "as_kepler"], [79, 11, 1, "", "as_propagated"], [79, 11, 1, "", "as_sgp4"], [79, 11, 1, "", "calculate_revolution_number_at"], [79, 11, 1, "", "calculate_state_at"], [79, 11, 1, "", "calculate_states_at"], [79, 11, 1, "", "get_epoch"], [79, 11, 1, "", "get_revolution_number_at_epoch"], [79, 11, 1, "", "is_defined"], [79, 11, 1, "", "is_kepler"], [79, 11, 1, "", "is_propagated"], [79, 11, 1, "", "is_sgp4"], [79, 11, 1, "", "set_cached_state_array"]], "ostk.astrodynamics.trajectory.orbit.model.SGP4": [[80, 11, 1, "", "as_kepler"], [80, 11, 1, "", "as_propagated"], [80, 11, 1, "", "as_sgp4"], [80, 11, 1, "", "calculate_revolution_number_at"], [80, 11, 1, "", "calculate_state_at"], [80, 11, 1, "", "get_epoch"], [80, 11, 1, "", "get_revolution_number_at_epoch"], [80, 11, 1, "", "get_tle"], [80, 11, 1, "", "is_defined"], [80, 11, 1, "", "is_kepler"], [80, 11, 1, "", "is_propagated"], [80, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.Tabulated": [[81, 11, 1, "", "as_kepler"], [81, 11, 1, "", "as_propagated"], [81, 11, 1, "", "as_sgp4"], [81, 11, 1, "", "calculate_revolution_number_at"], [81, 11, 1, "", "calculate_state_at"], [81, 11, 1, "", "calculate_states_at"], [81, 11, 1, "", "get_epoch"], [81, 11, 1, "", "get_interpolation_type"], [81, 11, 1, "", "get_interval"], [81, 11, 1, "", "get_revolution_number_at_epoch"], [81, 11, 1, "", "is_defined"], [81, 11, 1, "", "is_kepler"], [81, 11, 1, "", "is_propagated"], [81, 11, 1, "", "is_sgp4"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean": [[83, 9, 1, "", "BrouwerLyddaneMeanLong"], [84, 9, 1, "", "BrouwerLyddaneMeanShort"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong": [[83, 9, 1, "", "AnomalyType"], [83, 11, 1, "", "COE"], [83, 9, 1, "", "Element"], [83, 11, 1, "", "cartesian"], [83, 11, 1, "", "compute_angular_momentum"], [83, 11, 1, "", "compute_radial_distance"], [83, 11, 1, "", "compute_semi_latus_rectum"], [83, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [83, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [83, 11, 1, "", "from_SI_vector"], [83, 11, 1, "", "get_SI_vector"], [83, 11, 1, "", "get_angular_momentum"], [83, 11, 1, "", "get_aop"], [83, 11, 1, "", "get_apoapsis_radius"], [83, 11, 1, "", "get_cartesian_state"], [83, 11, 1, "", "get_eccentric_anomaly"], [83, 11, 1, "", "get_eccentricity"], [83, 11, 1, "", "get_inclination"], [83, 11, 1, "", "get_mean_anomaly"], [83, 11, 1, "", "get_mean_motion"], [83, 11, 1, "", "get_nodal_precession_rate"], [83, 11, 1, "", "get_orbital_period"], [83, 11, 1, "", "get_periapsis_radius"], [83, 11, 1, "", "get_raan"], [83, 11, 1, "", "get_radial_distance"], [83, 11, 1, "", "get_semi_latus_rectum"], [83, 11, 1, "", "get_semi_major_axis"], [83, 11, 1, "", "get_true_anomaly"], [83, 11, 1, "", "is_defined"], [83, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [83, 11, 1, "", "string_from_element"], [83, 11, 1, "", "to_coe"], [83, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [83, 11, 1, "", "true_anomaly_from_mean_anomaly"], [83, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.AnomalyType": [[83, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.Element": [[83, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort": [[84, 9, 1, "", "AnomalyType"], [84, 11, 1, "", "COE"], [84, 9, 1, "", "Element"], [84, 11, 1, "", "cartesian"], [84, 11, 1, "", "compute_angular_momentum"], [84, 11, 1, "", "compute_radial_distance"], [84, 11, 1, "", "compute_semi_latus_rectum"], [84, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [84, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [84, 11, 1, "", "from_SI_vector"], [84, 11, 1, "", "get_SI_vector"], [84, 11, 1, "", "get_angular_momentum"], [84, 11, 1, "", "get_aop"], [84, 11, 1, "", "get_apoapsis_radius"], [84, 11, 1, "", "get_cartesian_state"], [84, 11, 1, "", "get_eccentric_anomaly"], [84, 11, 1, "", "get_eccentricity"], [84, 11, 1, "", "get_inclination"], [84, 11, 1, "", "get_mean_anomaly"], [84, 11, 1, "", "get_mean_motion"], [84, 11, 1, "", "get_nodal_precession_rate"], [84, 11, 1, "", "get_orbital_period"], [84, 11, 1, "", "get_periapsis_radius"], [84, 11, 1, "", "get_raan"], [84, 11, 1, "", "get_radial_distance"], [84, 11, 1, "", "get_semi_latus_rectum"], [84, 11, 1, "", "get_semi_major_axis"], [84, 11, 1, "", "get_true_anomaly"], [84, 11, 1, "", "is_defined"], [84, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [84, 11, 1, "", "string_from_element"], [84, 11, 1, "", "to_coe"], [84, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [84, 11, 1, "", "true_anomaly_from_mean_anomaly"], [84, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.AnomalyType": [[84, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.Element": [[84, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler": [[86, 9, 1, "", "COE"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE": [[86, 9, 1, "", "AnomalyType"], [86, 9, 1, "", "Element"], [86, 11, 1, "", "cartesian"], [86, 11, 1, "", "compute_angular_momentum"], [86, 11, 1, "", "compute_radial_distance"], [86, 11, 1, "", "compute_semi_latus_rectum"], [86, 11, 1, "", "eccentric_anomaly_from_mean_anomaly"], [86, 11, 1, "", "eccentric_anomaly_from_true_anomaly"], [86, 11, 1, "", "from_SI_vector"], [86, 11, 1, "", "get_SI_vector"], [86, 11, 1, "", "get_angular_momentum"], [86, 11, 1, "", "get_aop"], [86, 11, 1, "", "get_apoapsis_radius"], [86, 11, 1, "", "get_cartesian_state"], [86, 11, 1, "", "get_eccentric_anomaly"], [86, 11, 1, "", "get_eccentricity"], [86, 11, 1, "", "get_inclination"], [86, 11, 1, "", "get_mean_anomaly"], [86, 11, 1, "", "get_mean_motion"], [86, 11, 1, "", "get_nodal_precession_rate"], [86, 11, 1, "", "get_orbital_period"], [86, 11, 1, "", "get_periapsis_radius"], [86, 11, 1, "", "get_raan"], [86, 11, 1, "", "get_radial_distance"], [86, 11, 1, "", "get_semi_latus_rectum"], [86, 11, 1, "", "get_semi_major_axis"], [86, 11, 1, "", "get_true_anomaly"], [86, 11, 1, "", "is_defined"], [86, 11, 1, "", "mean_anomaly_from_eccentric_anomaly"], [86, 11, 1, "", "string_from_element"], [86, 11, 1, "", "true_anomaly_from_eccentric_anomaly"], [86, 11, 1, "", "true_anomaly_from_mean_anomaly"], [86, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.AnomalyType": [[86, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.kepler.COE.Element": [[86, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4": [[88, 9, 1, "", "TLE"]], "ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE": [[88, 11, 1, "", "can_parse"], [88, 11, 1, "", "construct"], [88, 11, 1, "", "generate_checksum"], [88, 11, 1, "", "get_aop"], [88, 11, 1, "", "get_b_star_drag_term"], [88, 11, 1, "", "get_classification"], [88, 11, 1, "", "get_eccentricity"], [88, 11, 1, "", "get_element_set_number"], [88, 11, 1, "", "get_ephemeris_type"], [88, 11, 1, "", "get_epoch"], [88, 11, 1, "", "get_first_line"], [88, 11, 1, "", "get_first_line_checksum"], [88, 11, 1, "", "get_inclination"], [88, 11, 1, "", "get_international_designator"], [88, 11, 1, "", "get_mean_anomaly"], [88, 11, 1, "", "get_mean_motion"], [88, 11, 1, "", "get_mean_motion_first_time_derivative_divided_by_two"], [88, 11, 1, "", "get_mean_motion_second_time_derivative_divided_by_six"], [88, 11, 1, "", "get_raan"], [88, 11, 1, "", "get_revolution_number_at_epoch"], [88, 11, 1, "", "get_satellite_name"], [88, 11, 1, "", "get_satellite_number"], [88, 11, 1, "", "get_second_line"], [88, 11, 1, "", "get_second_line_checksum"], [88, 11, 1, "", "is_defined"], [88, 11, 1, "", "load"], [88, 11, 1, "", "parse"], [88, 11, 1, "", "set_epoch"], [88, 11, 1, "", "set_revolution_number_at_epoch"], [88, 11, 1, "", "set_satellite_number"], [88, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state": [[90, 9, 1, "", "CoordinateBroker"], [91, 9, 1, "", "CoordinateSubset"], [92, 9, 1, "", "NumericalSolver"], [93, 8, 0, "-", "coordinate_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateBroker": [[90, 11, 1, "", "access_subsets"], [90, 11, 1, "", "add_subset"], [90, 11, 1, "", "extract_coordinate"], [90, 11, 1, "", "extract_coordinates"], [90, 11, 1, "", "get_number_of_coordinates"], [90, 11, 1, "", "get_number_of_subsets"], [90, 11, 1, "", "get_subsets"], [90, 11, 1, "", "has_subset"]], "ostk.astrodynamics.trajectory.state.CoordinateSubset": [[91, 11, 1, "", "add"], [91, 11, 1, "", "drag_coefficient"], [91, 11, 1, "", "get_id"], [91, 11, 1, "", "get_name"], [91, 11, 1, "", "get_size"], [91, 11, 1, "", "in_frame"], [91, 11, 1, "", "mass"], [91, 11, 1, "", "subtract"], [91, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.NumericalSolver": [[92, 9, 1, "", "ConditionSolution"], [92, 9, 1, "", "LogType"], [92, 9, 1, "", "StepperType"], [92, 11, 1, "", "conditional"], [92, 11, 1, "", "default"], [92, 11, 1, "", "default_conditional"], [92, 11, 1, "", "fixed_step_size"], [92, 11, 1, "", "get_absolute_tolerance"], [92, 11, 1, "", "get_log_type"], [92, 11, 1, "", "get_observed_state_vectors"], [92, 11, 1, "", "get_observed_states"], [92, 11, 1, "", "get_relative_tolerance"], [92, 11, 1, "", "get_root_solver"], [92, 11, 1, "", "get_stepper_type"], [92, 11, 1, "", "get_time_step"], [92, 11, 1, "", "integrate_duration"], [92, 11, 1, "", "integrate_time"], [92, 11, 1, "", "is_defined"], [92, 11, 1, "", "string_from_log_type"], [92, 11, 1, "", "string_from_stepper_type"], [92, 11, 1, "", "undefined"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.ConditionSolution": [[92, 10, 1, "", "condition_is_satisfied"], [92, 10, 1, "", "iteration_count"], [92, 10, 1, "", "root_solver_has_converged"], [92, 10, 1, "", "state"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.LogType": [[92, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.NumericalSolver.StepperType": [[92, 10, 1, "", "name"]], "ostk.astrodynamics.trajectory.state.coordinate_subset": [[94, 9, 1, "", "AngularVelocity"], [95, 9, 1, "", "AttitudeQuaternion"], [96, 9, 1, "", "CartesianPosition"], [97, 9, 1, "", "CartesianVelocity"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity": [[94, 11, 1, "", "add"], [94, 11, 1, "", "default"], [94, 11, 1, "", "drag_coefficient"], [94, 11, 1, "", "get_id"], [94, 11, 1, "", "get_name"], [94, 11, 1, "", "get_size"], [94, 11, 1, "", "in_frame"], [94, 11, 1, "", "mass"], [94, 11, 1, "", "subtract"], [94, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion": [[95, 11, 1, "", "add"], [95, 11, 1, "", "default"], [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.coordinate_subset.CartesianPosition": [[96, 11, 1, "", "add"], [96, 11, 1, "", "default"], [96, 11, 1, "", "drag_coefficient"], [96, 11, 1, "", "get_id"], [96, 11, 1, "", "get_name"], [96, 11, 1, "", "get_size"], [96, 11, 1, "", "in_frame"], [96, 11, 1, "", "mass"], [96, 11, 1, "", "subtract"], [96, 11, 1, "", "surface_area"]], "ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity": [[97, 11, 1, "", "add"], [97, 11, 1, "", "default"], [97, 11, 1, "", "drag_coefficient"], [97, 11, 1, "", "get_id"], [97, 11, 1, "", "get_name"], [97, 11, 1, "", "get_size"], [97, 11, 1, "", "in_frame"], [97, 11, 1, "", "mass"], [97, 11, 1, "", "subtract"], [97, 11, 1, "", "surface_area"]], "ostk.astrodynamics.utilities": [[99, 12, 1, "", "compute_aer"], [100, 12, 1, "", "compute_time_lla_aer_state"], [101, 12, 1, "", "compute_trajectory_geometry"], [102, 12, 1, "", "convert_state"], [103, 12, 1, "", "lla_from_position"], [104, 12, 1, "", "lla_from_state"], [105, 12, 1, "", "position_from_lla"]], "ostk.astrodynamics.viewer": [[107, 9, 1, "", "ConicSensor"], [108, 9, 1, "", "RectangularSensor"], [109, 9, 1, "", "Sensor"], [110, 9, 1, "", "Viewer"]], "ostk.astrodynamics.viewer.Viewer": [[110, 11, 1, "", "add_line"], [110, 11, 1, "", "add_profile"], [110, 11, 1, "", "add_target"], [110, 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": {"": [42, 66, 67, 68, 111, 112, 114, 115, 118, 119, 120, 121, 123, 124, 150, 152, 156, 157, 169, 170, 196], "0": [4, 9, 11, 23, 31, 35, 36, 38, 39, 40, 42, 56, 66, 67, 68, 73, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 131, 132, 133, 134, 144, 149, 150, 153, 157, 160, 162, 166, 169, 170, 175, 176, 183, 187, 196], "00": [111, 113, 115, 116, 118, 119, 120, 121, 122, 124, 126, 196], "000": [111, 117, 118, 119, 120, 121], "00000": [111, 112, 117, 122, 187, 196], "000000": 122, "00000022": [112, 122], "00000187": 196, "00002182": 187, "00002184": 111, "00004328": 117, "00004955": 117, "0001": 122, "0003980": 111, "0005971": 196, "0006703": 187, "000694": 122, "001": [123, 196], "0010": 111, "0010303": 117, "001105": 111, "0013847": [112, 122], "001389": 122, "0016244": 117, "002083": 122, "002625": 111, "002778": 122, "003": 111, "005": 116, "005859375": 112, "006": 111, "007089": 122, "007361e": 122, "01": [56, 111, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 160, 196], "010": 111, "012": 117, "01222384063236": 112, "012756375368851991": 126, "012875853987466712": 126, "016": 111, "017": 117, "01953125": 112, "01t00": [118, 119, 120, 121, 196], "02": [111, 116, 117, 121, 122, 126], "020098201368114": 112, "020152": 111, "0201851": 111, "024": 111, "026": 111, "02670629333614": 112, "027": 111, "0288": 187, "02999636902566": 112, "03": [111, 117, 122, 126], "032974332441405": 112, "034969": 112, "036": 111, "03687119546126": 116, "037": [111, 116], "037109375": 112, "04": [111, 116, 117, 122, 126], "048": 111, "05": [111, 117, 122, 126], "051": 111, "054108": 122, "056": 111, "057": 126, "059": 111, "06": [111, 116, 117, 122, 126], "065": 111, "066": 111, "06640625": 112, "068": 111, "068987": 112, "069": [111, 126], "07": [111, 117, 126], "070": 117, "0707": 122, "071": [111, 116], "074939732174": [118, 119, 120, 121, 196], "076": 126, "076716": 111, "078": 111, "08": [111, 116, 117, 126], "08203125": 112, "08264": 187, "085": 111, "085598897064752": 112, "085738569819505": 112, "0859375": 112, "086": [111, 116], "087": 117, "08758502824516": 112, "087890625": 112, "09": [111, 115, 116, 122, 126], "093": 111, "09375": 112, "095452162534826": 112, "095703125": 112, "09765625": 112, "098646": 112, "098931": 111, "099": 116, "0e": [118, 119, 120, 121, 196], "0e3": [118, 119, 120, 121, 126], "0m": 127, "0x00007f6743286280": 126, "1": [3, 5, 9, 22, 28, 29, 30, 31, 32, 33, 42, 55, 56, 58, 61, 62, 68, 69, 70, 77, 79, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 162, 170, 177, 179, 187, 196, 197], "10": [111, 112, 116, 117, 123, 124, 126, 196], "100": [56, 111, 112, 113, 114, 117, 118, 119, 120, 121, 123, 124, 125, 126, 150, 160, 196], "1000": [112, 118, 119, 120, 121, 122, 123, 124, 125], "10000000000000001": 126, "10000e3": 111, "101": 112, "10196": 196, "102": [112, 124], "103": 112, "10307": [56, 160], "104": 111, "106": [111, 112], "106362e": 122, "107": 111, "108": [111, 112, 116], "10853009229704395": 117, "109": [111, 126], "11": [111, 112, 117, 118, 119, 120, 121, 123, 127, 176], "110": [111, 126], "111": [111, 112], "112": 111, "11246878918088": 112, "113": [111, 117], "11328124999999": 112, "11328125": 112, "114": [111, 112], "114364e": 124, "11606": 187, "117": 112, "118": 112, "12": [111, 112, 115, 116, 117, 118, 119, 120, 121, 123, 124, 126, 196], "120": [112, 118, 119, 120, 121, 196], "1200": [111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "120481": 111, "121": [112, 116], "122": 111, "123": 112, "124": 112, "125": 116, "126": 126, "127": 117, "128": 112, "13": [111, 112, 116, 122, 123, 126], "130": [112, 187], "13066d": [112, 122], "131": 112, "131077": 111, "132": [112, 116, 117], "13217129975777883": 117, "133": [112, 117], "133346": 122, "134": [111, 112, 115], "135": 117, "136": 112, "136239319177434": 112, "137": [111, 177], "137119e": 122, "13727": [56, 160], "138312": 122, "139327": 122, "14": [111, 112, 116, 122, 123, 126, 127], "141": 111, "142919": 111, "143": 116, "143839e": 122, "144": 111, "14450960696945572": 117, "14512718337613": 112, "146": 111, "14609100": 117, "1467": 196, "146970": 112, "148": 111, "148437499999996": 112, "15": [111, 112, 113, 114, 116, 117, 123, 126, 187, 196], "150": 113, "1500px": 110, "151083": 111, "152781e": 124, "153": 111, "154": 111, "154296875": 112, "158968": 122, "16": [111, 117, 124, 126, 127], "160": [113, 117], "161": 111, "162109375": 112, "163": 122, "163411994221235": 116, "164": 111, "165": 117, "166": 122, "1666": 122, "16890408047914": 116, "169": 122, "1694": 117, "1695263133797123": 117, "16999999999848": 115, "17": [111, 112, 115, 116, 117], "17002298293205": 112, "172": 111, "173": [111, 122], "173027553034": [118, 119, 120, 121, 196], "174": 117, "175": [112, 122], "17592824927136": 112, "177": 116, "177507": 122, "17878740": 196, "17887331434696": 112, "179": 122, "17934297928927": 112, "17959645": 117, "18": [111, 112, 115, 116, 117], "180": [111, 117], "1800": 114, "18004448105867": 117, "18231": 196, "18260": [112, 122], "18268": 111, "18359375": 112, "184": [112, 122], "189453125": 112, "19": [111, 116, 126], "19197693395507287": 117, "192810837553058": 117, "193": 117, "1953125": 112, "197": [111, 116], "197167282501276": 112, "198": 111, "1e": [123, 125, 126, 161, 196], "2": [42, 56, 81, 111, 112, 113, 114, 115, 116, 117, 118, 120, 121, 122, 123, 124, 125, 126, 127, 133, 150, 157, 160, 187, 196, 197], "20": [111, 112, 113, 114, 116, 125, 126], "200": [112, 123, 125], "2000": [115, 116], "2000000000000002": 126, "2018": [111, 122, 124], "2023": [113, 117, 118, 119, 120, 121, 125, 126, 127, 196], "2024": [123, 126], "203125": 112, "203404950917395": 112, "204": [111, 112, 117, 124], "205": [111, 117], "207": 111, "207971e": 124, "209": 111, "21": [111, 112, 115], "21059an": 117, "211158": 112, "213": 111, "2138": 122, "214843749999996": 112, "21484375": 112, "214941e": 124, "215": 125, "21723": 117, "219521": 111, "22": [111, 112], "220": 111, "221": 111, "22151": [183, 184, 185], "223": [111, 116], "22467264956519": 112, "225": 117, "225768435790194": 112, "227": 111, "228": 117, "23": [111, 112, 116], "230": [122, 124], "23001bv": 117, "23046875": 112, "23146": 117, "231502991478926": 112, "232": 111, "232421875": 112, "234375": 112, "237": 111, "23719": 117, "239": [111, 117], "24": [111, 112, 115, 123], "240": [111, 112, 124], "241": 111, "242": [111, 116], "243": [111, 112, 117, 124], "244140625": 112, "24609374999999": 112, "24609375": 112, "24678": 117, "247": 187, "248": 111, "25": [111, 112, 117], "250": 111, "254": [111, 117], "255": [23, 112, 122, 124, 126], "25544": [111, 187, 196], "25544u": [111, 187, 196], "256": [111, 116, 117], "257": 111, "2578125": 112, "258": 111, "259": 111, "25hrequir": 127, "25l": 127, "26": [111, 116, 117], "2601": 122, "26171875": 112, "262": [111, 116], "263": 111, "26780455063753": 112, "26815737376817": 112, "26953125": 112, "27": [112, 116], "270": 117, "2700": 196, "271": 111, "272": 111, "277": 111, "278": 111, "279": 117, "27922900257082": 112, "279488": 122, "28": 112, "28125": 112, "282712": 111, "283": 111, "28319289548349": 112, "283868": 111, "2842": [112, 122], "287109375": 112, "289": 111, "29": [111, 112, 116], "290": 111, "291": 111, "2927": 187, "292825e": 122, "295593": 122, "296": 117, "2967617": [118, 119, 120, 121, 196], "29701788337205": 112, "298": [111, 116], "299": 111, "2d": [22, 112, 117, 122, 124], "2e": 196, "2f": 123, "3": [5, 42, 52, 53, 55, 56, 61, 62, 69, 111, 112, 113, 114, 116, 117, 118, 119, 121, 122, 123, 124, 125, 126, 127, 150, 160, 161, 176, 196, 197], "30": [67, 68, 111, 112, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 169, 170, 196], "300": [117, 124], "3000": [121, 126], "30078125": 112, "30201138682032563": 117, "302728e": 124, "302882e": 122, "3046875": 112, "3054": 122, "305561325527698": 112, "306305e": 124, "306843e": 124, "31": [111, 112, 116, 117], "311": 111, "3125": 112, "314": 117, "317": [118, 119, 120, 121], "318": [111, 118, 119, 120, 121], "319": [111, 118, 119, 120, 121], "319215": 111, "32": [111, 112, 117, 126], "320": [118, 119, 120, 121], "3203125": 112, "321": [118, 119, 120, 121], "322": [118, 119, 120, 121], "324": [118, 119, 120, 121], "32421875": 112, "324538": 122, "325": 187, "32517767999296": 112, "326": [112, 122], "32782040": 117, "328125": 112, "33": [111, 112, 126], "333225": 122, "334": 116, "3358": 111, "338": 111, "33841912739558": 116, "33956524809713": 112, "33984375": 112, "339982e": 124, "33m": 127, "33mwarn": 127, "34": [111, 116], "340": 117, "3416461723746": 112, "3429532772124": [118, 119, 120, 121, 196], "343": 124, "349": 117, "3494": 122, "35": [111, 112, 117, 122], "3515625": 112, "352": 126, "353636941500987": 112, "354": 117, "354544": 111, "355": 117, "356969e": 124, "357": 111, "3571": 117, "358": 117, "359": [124, 126], "36": [111, 116, 126, 196], "360": [111, 144], "365234375": 112, "36775852406841": 112, "37": [111, 112, 125, 126], "370849580_analytic_calculation_and_application_of_the_q": [56, 160], "372": 111, "373": 111, "373103": 124, "374": 116, "3755991766591": 112, "376": 111, "376763e": 124, "38": [111, 112, 116, 125], "380": 111, "38002840251183": 112, "381": 126, "382": 116, "38237278700955": 112, "387": 117, "389166": 122, "39": [111, 112, 117, 125], "391": 117, "394": 111, "39419": [112, 122], "39419u": [112, 122], "397": 111, "3984375": 112, "399": 111, "3990540432597613e": 126, "399306": 112, "3d": [112, 122, 124], "3f": 123, "4": [42, 56, 111, 112, 114, 117, 118, 119, 120, 122, 123, 124, 125, 127, 150, 160, 187, 196, 197], "40": [111, 112, 117, 122, 125], "401": 116, "402391829093915": 112, "404": 117, "406": 111, "40781": 111, "408203125": 112, "41": [111, 112, 117, 125], "410": 116, "411552": 112, "412456233": [118, 119, 120, 121, 196], "414": 117, "415947": 122, "416": [111, 126], "418": 126, "419228": 122, "42": [111, 112], "422": 126, "423": 111, "4234565179383": 112, "425": 117, "4283387": [118, 119, 120, 121, 196], "43": [111, 112, 116], "4317": 122, "432": 111, "433459": 124, "43359375": 112, "434": [111, 116], "435": 126, "4366": 196, "437": 111, "4375": 111, "437856895024204": 112, "439154": 122, "44": [111, 112, 124], "443": [111, 117], "444": 116, "444901": 122, "445": 111, "4451426": [118, 119, 120, 121, 196], "446": 111, "44694705960048": 112, "44867367928756": 112, "449": 115, "45": [111, 112, 116, 117, 122, 124, 126], "4508": 122, "451": 126, "453": 111, "45312499999999": 112, "453693": 111, "453880": 122, "455038e": 122, "457032": 111, "458317": 111, "459": 111, "46": [111, 112, 116], "460130637921004": 112, "4627": 187, "464": 111, "464113": 122, "46484375": 112, "465": [111, 116], "465151013519616": 112, "4680": 122, "47": [111, 112, 116, 117], "472626e": 122, "472946": 111, "474609375": 112, "477": 111, "479": 116, "4793": 117, "48": 112, "480": 116, "482421875": 112, "48295117535531": 112, "483": 111, "4831": 122, "484489": 124, "486": 111, "487": 111, "48915": 117, "48915u": 117, "49": 112, "4948": [118, 119, 120, 121, 196], "495": 126, "496": 116, "4963": 122, "498": 111, "499": 126, "4f": [123, 125], "5": [23, 56, 111, 112, 116, 117, 118, 119, 120, 121, 122, 123, 124, 126, 127, 170, 196], "50": [111, 112, 117, 122, 123, 125], "500": [59, 111, 113, 126, 127], "5000": 125, "500000": [111, 124], "500091": 111, "500367": 111, "500822": 111, "501448": 111, "505": [113, 126], "506": 111, "508x0b1e2": 11, "508x0b1e2c2": 137, "51": [111, 112, 117, 187, 196], "510504": 112, "5137": 122, "514": 111, "51668853502906": 112, "517200697839414": 112, "51782528": 187, "518408": 122, "52": [112, 115, 116, 117, 127], "521": 111, "523": [111, 117], "5234375": 112, "524": 111, "5250": 122, "52734375": 112, "53": [111, 112], "531": 111, "5335": [114, 115, 116], "534": 111, "5342": 122, "535757e": 124, "536": 111, "5360": 187, "537": 116, "53733046134172": 111, "53848234128316": 196, "54": [111, 112, 116], "540": 111, "540605": 112, "541015625": 112, "5411": 122, "5457": 122, "546301": 126, "546532": 126, "54681317351514": 112, "548": 111, "549": 111, "549352": 111, "55": [111, 112, 116], "55076": 117, "55076u": 117, "552": 117, "5546875": 112, "556": 111, "558": [111, 117], "55859375": 112, "558791": 122, "559488e": 124, "56": [111, 112, 117], "564114": 111, "564453125": 112, "565": 111, "567": 117, "568573": 112, "568580e": 122, "569": 116, "57": [111, 112, 116, 126], "5703125": 112, "5707": 124, "572": 111, "57206165565852": 112, "5721": [118, 119, 120, 121, 196], "574": 111, "575": 111, "57617187499999": 112, "578113": 111, "578125": 112, "57853542647338": 112, "58": [111, 116], "580": [111, 125], "58039085560784": 112, "58058466412761": 112, "583289756006316": 112, "58366": 122, "585": 123, "585195": 126, "585332": 111, "585366e": 124, "586": 117, "586204": 124, "588": 111, "589": 116, "59": [111, 112, 116], "594": 111, "5954": 117, "597": 111, "59765625": 112, "598031": 122, "599350": 122, "5e": 123, "6": [77, 83, 84, 86, 111, 112, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 196], "60": 119, "600": [111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "600586": 122, "6015625": 112, "601723": 122, "602": 111, "602749": 122, "609": 111, "60e": 114, "60x60": 119, "61": 122, "61070993807422": 112, "611670115197377": 112, "612": 117, "614883e": 122, "615": 111, "61779143282346": 112, "618": 116, "618850": 122, "62": 122, "620": 111, "623": 111, "623754": 126, "623954": 126, "625": 112, "6250607414312717e": 124, "626": 116, "627": 116, "628": 111, "628803": 111, "6300": [112, 122], "6328125": 112, "634": 111, "6378": 177, "64": [122, 196], "64007838467894": 112, "6405": 111, "6416": 187, "642": 111, "64463782485651": 112, "6447": 196, "645": 111, "646": 116, "646484375": 112, "648189": 126, "648770": 126, "65": 112, "650390625": 112, "654567": 112, "6556": [112, 122], "65625": 112, "6575": 123, "6578": [56, 123, 160], "658295": 112, "660": 116, "661": 111, "666": 111, "669199": 127, "671": 111, "673": [111, 116], "67514743608467": 112, "67578125": 112, "679": 111, "6795944656402": 112, "6796875": 112, "68": [111, 112, 122], "683": 111, "68359375": 112, "684689": 111, "6880527498568": 112, "689": 111, "69": 111, "69335937499999": 112, "699": 117, "6999999": 124, "6a448b4": 196, "7": [111, 112, 113, 117, 123, 124, 170, 196], "70": [111, 112, 117], "7000": [122, 124], "7000000": [114, 115, 116], "702": 111, "7041": 117, "70414723434193": 112, "705": 111, "70703125": 112, "70759350405294": 112, "71": [111, 122], "7100": 122, "712": 111, "712842": 112, "713": 115, "713053": 112, "713399e": 122, "714": 111, "716": 116, "72": 111, "72125391563537": 187, "723": 111, "724": 111, "727629": 122, "728721": 112, "72885": [112, 122], "729062e": 122, "73": [111, 112, 196], "730": 111, "731": 116, "734928": 111, "735": 111, "736455137010665": 112, "738": 111, "73828125": 112, "739": 117, "74": [111, 112], "740": 111, "7428": [122, 124], "743": 111, "748": [111, 117], "75": [111, 122], "75390625": 112, "754": 111, "757": 111, "7578125": 112, "76": [111, 112], "760": 117, "761": 111, "765": 111, "765625": 112, "766703": 112, "766793e": 122, "767": 126, "76765910569123": 112, "770": 117, "772321": 111, "77424112": [112, 122], "775749": 111, "776": 111, "776125101": [118, 119, 120, 121, 196], "78": 111, "780": [111, 117], "7824": 196, "783": 117, "78515625": 112, "786": 111, "787": 111, "788": 116, "79": [112, 122], "792032e": 124, "794": 111, "795": [111, 117], "796": 111, "797": 111, "798": 111, "799": 116, "799891182088334": 112, "7a": 113, "8": [111, 112, 117, 122, 124, 127, 157, 196], "80": [111, 112], "800": 122, "800px": 110, "803": 111, "804165": 111, "805": [114, 126], "808": 111, "81": [111, 112], "810": 111, "813": 115, "814": 111, "814472": 122, "817": 111, "82": 112, "823": 115, "823142": 112, "825": 111, "826780904779774": 112, "83": 112, "831": 111, "831497": 112, "833452e": 122, "833984375": 112, "835": 111, "836640": 111, "83682786072714": 112, "837890625": 112, "838": 117, "839402": 111, "839843749999996": 112, "84": [111, 112], "84029065139799": 112, "84064389983441": 112, "84267363195431": 112, "845": 111, "846": 111, "84706035607122": 112, "84757295365389": 112, "848": 116, "8495": [112, 122], "85": 112, "850": 111, "850750065": [118, 119, 120, 121, 196], "851844": 126, "85252660044951": 112, "854": 111, "855": 116, "859375": 112, "86030748978823": 124, "861340": 111, "86272795": 111, "86400": [118, 119, 120, 121, 196], "865450622126": [114, 115, 116], "866": 117, "867": [111, 126], "868321": 112, "868966": 122, "871": 111, "872": 117, "87314e": 126, "875": 111, "87531083569679": 112, "875980": 122, "876": [115, 116], "87660665410869": 112, "877": 111, "878": 111, "87814e": 126, "87890625": 112, "88": [111, 112], "882": 111, "882015e": 122, "883051": 111, "886": 117, "8888": 196, "8893": 111, "89": 117, "891": 111, "893": 111, "893926": 111, "895129": 111, "9": [111, 114, 122, 124, 126], "90": [111, 112, 115, 121], "900390625": 112, "902": 116, "902277040963696": 112, "90234375": 112, "902577996288876": 112, "904": 111, "904296875": 112, "907": 117, "908650": 111, "909": 117, "910": 111, "9100": 124, "912": 111, "91390293099067": 124, "915019": 124, "918": 111, "919": 126, "92": 112, "92025531537451": 112, "924": 126, "925": 117, "92578125": 112, "927": 116, "928": 111, "932": 111, "9335937499999998": 112, "937": 111, "93888428262811": [112, 122], "94": 112, "94033923363181": 112, "94140625": 112, "94335994657882": 112, "9434": 117, "945": 111, "946": 111, "947": 116, "947265625": 112, "948": 111, "948448": 122, "9511496866914": 112, "9523": 117, "9529": 117, "953": 111, "953125": 112, "953245": 111, "954": 111, "955899": 122, "9560855309879": 112, "956704": 111, "957": [111, 118, 119, 120, 121, 196], "96": 112, "961": [116, 126], "962": 111, "963": 111, "964827": 122, "967": 111, "96875": 112, "97": [111, 112, 117, 122], "972213": 122, "972897836604517": 124, "97436777064368": 126, "975213": 112, "975470e": 124, "979323": 111, "98067a": [111, 187, 196], "982": 111, "983": [111, 117], "98480801923985": 112, "987": 117, "98712414601253": 126, "988": 111, "990": 111, "991": 111, "991376": 111, "9921875": 112, "994715": 122, "996": 111, "99609375": 112, "996162679728116": 112, "998": 111, "9990": 111, "9993": 117, "9994": 196, "9996": [112, 122], "9999": 117, "9999999972": 124, "9999999999999998e": 126, "A": [2, 5, 6, 13, 14, 15, 16, 17, 18, 19, 20, 31, 36, 37, 39, 40, 42, 44, 46, 48, 49, 51, 52, 53, 56, 58, 61, 66, 67, 68, 73, 78, 79, 80, 88, 92, 115, 117, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 172, 176, 179, 183, 184, 185, 186, 187, 188, 189, 190, 196], "AND": 125, "And": [39, 111, 125, 148, 195], "As": [56, 160, 196], "By": 196, "For": [149, 174, 196], "If": [55, 78, 113, 115, 118, 119, 120, 121, 130, 132, 133, 134, 138, 139, 140, 141, 142, 143, 150, 151, 152, 156, 157, 158, 160, 163, 167, 168, 169, 170, 179, 186, 196], "In": [68, 77, 83, 84, 86, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "It": [7, 46, 48, 49, 64, 65, 66, 91, 117, 127, 176, 189], "No": [78, 117, 118, 119, 120, 121, 122, 124, 167], "Not": [125, 134, 150, 152, 156, 157, 163, 168, 179, 186, 187, 188, 189], "Of": [117, 177], "Or": [39, 111, 125, 148, 195, 196], "The": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 112, 114, 115, 125, 130, 131, 132, 133, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 158, 159, 160, 161, 162, 163, 164, 165, 168, 171, 172, 176, 188, 189, 190, 191, 192, 193, 194, 196], "Then": [111, 112], "There": [53, 158], "To": [0, 116, 132, 196], "__add__": [69, 70], "__init__": [4, 7, 11, 35, 36, 38, 39, 40, 65, 66, 69, 70, 78, 79, 88, 90, 114, 117], "_append_lin": 117, "_data": 117, "_display_progress_bar": 117, "_generate_and_append_data": 117, "_ground_station_pos_n": 117, "_ground_station_position_n": 117, "_interference_angle_in_radian": 117, "_interference_step": 117, "_is_in_ground_station_con": 117, "_is_interf": 117, "_isp": 114, "_min_elevation_angle_in_radian": 117, "_modified_open": [118, 119, 120, 121], "_ned_fram": 117, "_notebook": [118, 119, 120, 121], "_previous_inst": 117, "_progress_bar": 117, "_thrust": 114, "_total_span_in_second": 117, "_trajectory_grid": 117, "_update_progress_bar": 117, "abov": [112, 117, 167, 196], "absolut": [4, 35, 36, 38, 39, 40, 56, 92, 126, 131, 190, 195, 196], "absolute_effectivity_threshold": 56, "absolute_toler": 92, "absoluteeffectivitythreshold": [160, 195], "abstardragterm": 187, "abstract": [3, 33, 44, 153, 166], "abvalu": 160, "acachedstatearrai": 179, "acartesianpositionsptr": 194, "acartesianst": [184, 185, 186], "acceler": [5, 11, 33, 42, 51, 55, 56, 67, 114, 132, 138, 139, 142, 143, 150, 156, 159, 160, 169, 196], "acceleration_gcrf": 114, "acceleration_profil": 42, "acceleration_vnc": 114, "accelerationprofil": 150, "accept": [4, 11, 115, 116], "accesgener": 117, "access": [22, 31, 56, 65, 66, 68, 70, 79, 90, 112, 127, 128, 134, 141, 153, 157, 160, 163, 166, 168, 169, 170, 171, 172, 176, 179, 190, 195, 196, 197], "access_cached_state_arrai": 79, "access_celestial_object_with_nam": [111, 112, 117, 122, 124, 126, 127, 196], "access_composit": [112, 124], "access_contribution_profil": 31, "access_coordinate_brok": 70, "access_end_inst": [67, 68], "access_filt": 9, "access_fram": [31, 111], "access_gener": [111, 117], "access_geometry_df": 111, "access_inst": 31, "access_kepler_model": [65, 125], "access_model": 65, "access_numerical_solv": [66, 116, 123], "access_object_at": [112, 124], "access_parent_fram": 62, "access_propag": 79, "access_propagated_model": 65, "access_sgp4_model": 65, "access_start_inst": [67, 68], "access_step": 22, "access_subset": 90, "access_tabulated_model": 65, "accesscachedstatearrai": [179, 195], "accesscontributionprofil": [141, 195], "accesscoordin": [171, 195], "accesscoordinatebrok": [168, 171, 172, 195], "accessdynam": [169, 195], "accessendinst": [169, 170, 195], "accesses_df": 111, "accesseventcondit": [169, 195], "accessfram": [141, 171, 172, 195], "accessgener": [111, 117], "accessinst": [141, 171, 195], "accessinstantatascendingnod": [176, 195], "accessinstantatdescendingnod": [176, 195], "accessinstantatnorthpoint": [176, 195], "accessinstantatpassbreak": [176, 195], "accessinstantatsouthpoint": [176, 195], "accesslocalorbitalframefactori": [163, 195], "accessmodel": [134, 195], "accessnumericalsolv": [168, 169, 195], "accessobservedst": [190, 195], "accessobservedstatevector": [190, 195], "accessor": [164, 171, 172], "accessparentfram": [164, 195], "accesspropag": [179, 195], "accesspropulsionsystem": [157, 195], "accessstartinst": [169, 170, 195], "accesssubset": [188, 195], "account": 168, "acelesti": [138, 139, 142], "acelestialobject": 178, "acelestialobjectsptr": 167, "acentralbodygrav": 139, "aclassicalorbitalelementset": 178, "aclassif": 187, "aco": [160, 184, 185, 186], "acoevector": [160, 186], "acompositegeometri": 157, "acondit": 162, "aconditionarrai": 162, "aconditionissatisfi": 169, "aconnect": 148, "aconstantthrust": 159, "acontextarrai": 130, "acontributionprofil": 141, "acoordin": [171, 172], "acoordinatebrok": [172, 188], "acoordinatebrokersptr": [171, 172, 189, 191, 192, 193, 194], "acoordinatesdimens": 161, "acoordinatesubset": [188, 189], "acoordinatesubsetarrai": 141, "acoordinatesubsetsarrai": [171, 172, 188], "acoordinatesubsetsptr": [171, 172, 188], "acoordinatesubsetsptrarrai": 169, "acquir": 2, "acquisit": [2, 117], "acquisition_of_sign": 2, "acriterion": [144, 145, 146, 147, 149], "acrosssectionalsurfacearea": [157, 158], "actual": 11, "actual_od_span": 11, "actualodspan": [137, 195], "ad": [70, 110, 168, 188], "adataarrai": 137, "add": [22, 66, 68, 70, 90, 91, 94, 95, 96, 97, 110, 117, 168, 170, 171, 188, 189, 193, 194, 195, 196], "add_coast_seg": [68, 125, 126], "add_dynam": 66, "add_lin": 110, "add_maneuv": 66, "add_maneuver_seg": [68, 125, 126], "add_profil": [110, 127], "add_satellit": [22, 117], "add_scattergeo": 116, "add_seg": 68, "add_subset": 90, "add_target": 110, "add_trac": [118, 119, 120, 121], "add_vlin": [125, 126], "addcoastseg": [170, 195], "adddynam": [168, 195], "addit": [171, 172, 189], "addition": 125, "addmaneuv": [168, 195], "addmaneuverseg": [170, 195], "addseg": [170, 195], "addsubset": [188, 195], "adeploymentarrai": 177, "adher": 125, "adictionari": [137, 177], "adragcoeffici": [157, 158], "adrymass": [157, 158], "adur": [147, 149], "adurationarrai": 190, "adurationinsecond": 190, "adynam": [130, 141], "adynamicsarrai": [168, 169, 170], "adynamicssptr": [130, 168, 169], "adynamictransformprovid": 155, "aer": [9, 111, 112, 117, 124, 135, 136], "aer_filt": 9, "aer_mask": 9, "aer_rang": [9, 111], "aermask": [135, 195], "aerrang": [135, 195], "afactor": 133, "afil": [137, 154, 174, 177, 187], "afinitediffer": 161, "afirstlin": 187, "aframenam": [151, 153, 154, 155], "aframesptr": [130, 138, 139, 140, 141, 142, 143, 146, 150, 155, 169, 171, 172, 183, 186, 189, 193, 194], "aframetyp": 167, "afromposit": 136, "afromst": 136, "afromtrajectori": [135, 136], "after": [190, 196], "afullcoordinatesvector": [188, 189, 191, 192, 193, 194], "afunct": 133, "against": [196, 197], "agener": 136, "ageometri": [152, 158], "agi": [176, 186], "agnost": 196, "agradientstrategi": 160, "agravitationalparamet": [146, 160, 178, 183, 184, 185, 186], "aguidancelaw": [132, 143, 160], "ahead": [137, 177], "aj2": 178, "aj2paramet": 186, "aj4": 178, "akeplerianmodel": 178, "akvalu": 160, "alength": 131, "algorithm": 6, "align": [86, 165], "alin": 187, "all": [31, 59, 67, 112, 150, 162, 169, 170, 189, 191, 192, 193, 194, 196], "all_comparison_st": [118, 119, 120, 121], "allow": [6, 53, 59, 112, 158, 164, 196], "alocalorbitalframedirect": 163, "alocalorbitalframefactorysptr": 163, "alocaltimeatdescendingnod": 167, "alogtyp": 190, "along": [101, 111, 114, 159], "alongitud": 167, "alossofsign": 129, "alowerbound": 133, "alpha": 117, "alreadi": [127, 188, 196], "also": 112, "alt_ground_track_df": 124, "alt_stat": 124, "alt_states_lla": 124, "altern": 111, "altitud": [65, 75, 100, 101, 104, 111, 113, 114, 117, 122, 124, 126, 127, 167, 177, 197], "alwai": [42, 150], "amaneuv": [150, 168], "amaneuverarrai": 168, "amass": [152, 156], "amassflowr": 150, "amassflowrateprofil": 150, "amaxelev": 129, "amaximumiterationcount": [133, 162], "amaximumpropagationdur": 170, "ameananomali": [183, 184, 185, 186, 187], "ameananomli": 186, "ameanmot": 187, "ameanmotionfirsttimederivativedividedbytwo": 187, "ameanmotionsecondtimederivativedividedbysix": 187, "ametadataarrai": 137, "amodel": [134, 151, 153, 166, 167], "amount": [179, 190], "amvalu": 160, "an": [2, 3, 4, 6, 7, 9, 11, 17, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 49, 51, 52, 59, 61, 62, 65, 66, 67, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 102, 111, 112, 116, 125, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 176, 177, 179, 183, 184, 185, 186, 187, 188, 190, 196], "anabsolutetoler": 190, "anaccelerationprofil": 150, "anaccess": 129, "anaccessfilt": 135, "anacquisitionofsign": 129, "anaerfilt": 135, "analtitud": 167, "analysi": [111, 116, 196], "analysis_interv": 116, "analyt": [56, 123, 160, 195], "anam": [130, 131, 132, 138, 139, 142, 143, 144, 145, 148, 149, 169, 177, 189, 191, 192, 193, 194], "anangl": 131, "anangularveloc": 171, "ananomalytyp": 186, "anaop": [183, 184, 185, 186, 187], "anapoapsisaltitud": 167, "anargumentoflatitud": 167, "anatmosphericdrag": 138, "anattitud": 171, "anattitudequaternionsptr": 191, "anattitudereferencefram": 171, "anazimuthelevationmask": 135, "anazimuthrang": 135, "ancdm": 137, "anearthsptr": 136, "aneccentr": [183, 184, 185, 186, 187], "aneccentricanomali": 186, "anel": 186, "anelementsetnumb": 187, "anelementweightsmap": 160, "anelevationrang": 135, "anendtim": 190, "anenviron": [130, 135, 136, 168], "anephemeristyp": 187, "anepoch": [167, 178, 187], "anequatorialradiu": [178, 186], "anevalu": [131, 144, 145, 149], "aneventcondit": [131, 168, 170, 190], "aneventconditionsptr": [169, 170], "angl": [2, 4, 35, 36, 38, 39, 40, 65, 75, 77, 83, 84, 86, 88, 107, 108, 111, 112, 117, 122, 123, 124, 127, 129, 131, 144, 149, 167, 177, 183, 184, 185, 186, 187], "angle_rad": 117, "angular": [35, 69, 77, 83, 84, 86, 94, 117, 144, 171, 186, 191], "angular_veloc": 69, "angularcondit": [37, 128, 131, 146, 149, 195], "angularveloc": [128, 189, 195], "ani": [24, 25, 26, 36, 38, 40, 183, 184, 185], "animpl": [180, 181], "aninclin": [167, 183, 184, 185, 186, 187], "anindex": [137, 177], "aninertiatensor": [157, 158], "aninitialguess": 133, "aninitialrevolutionnumb": [167, 182], "aninitialspacecraftmass": 150, "aninitialstatevector": 190, "aninst": [130, 132, 134, 136, 138, 139, 140, 141, 142, 143, 147, 151, 153, 154, 155, 159, 160, 161, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 178, 179, 180, 181, 182, 187, 189, 190, 191, 192, 193, 194], "aninstantarrai": [134, 141, 150, 151, 153, 161, 166, 168, 169, 170, 174, 179], "aninstantatascendingnod": 176, "aninstantatdescendingnod": 176, "aninstantatnorthpoint": 176, "aninstantatpassbreak": 176, "aninstantatsouthpoint": 176, "aninternationaldesign": 187, "aninterpolationtyp": [141, 150, 168, 174], "aninterv": [135, 162], "aninverseflag": 145, "anomali": [37, 75, 77, 83, 84, 86, 88, 124, 146, 183, 184, 185, 186, 187], "anomaly_typ": [77, 83, 84, 86], "anomalytyp": [77, 83, 84, 86, 186, 195], "anomli": [77, 83, 84, 86], "anopm": 177, "anorbit": [151, 155, 167], "anorbitalframetyp": [151, 155], "anoth": [86, 91, 94, 95, 96, 97, 189, 191, 192, 193, 194, 196], "another_coordin": [91, 94, 95, 96, 97], "anotherfullcoordinatesvector": [189, 193, 194], "anothersubsetsptr": 188, "anoutputstream": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187], "anumericalsolv": [168, 169, 170], "anupperbound": 133, "anvalu": 160, "anycross": [35, 36, 38, 40, 115, 125, 144, 149, 195], "ao": 111, "aoi": 116, "aoi_intersection_condit": 116, "aop": [37, 77, 83, 84, 86, 88, 111, 122, 124, 146, 183, 184, 185, 186, 187, 195], "apach": 196, "aparameterset": 160, "aparentfram": 164, "apass": 176, "aperiapsisaltitud": 167, "aperiapsisweight": 160, "aperturbationtyp": 178, "apex_b": [112, 124], "aphas": 176, "api": [56, 160], "apoapsi": [65, 77, 83, 84, 86, 125, 167, 186], "apoapsis_altitud": 65, "apoge": [75, 177], "aposit": [134, 164, 165, 171, 173], "apositioncoordin": [132, 159, 160], "apositionderiv": 140, "app": [118, 119, 120, 121], "append": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 172], "appendix": 177, "appli": [55, 148, 196], "approach": [2, 11, 56, 117, 160], "appropri": 77, "aprofil": 151, "apropag": [168, 179], "apropagatedmodel": 179, "apropulsionsystem": [156, 157, 158], "apt": 196, "aquaternion": [151, 155], "ar": [0, 31, 53, 59, 69, 83, 84, 111, 113, 117, 118, 119, 120, 121, 125, 130, 134, 141, 150, 152, 156, 157, 158, 162, 163, 168, 171, 172, 174, 176, 177, 179, 183, 184, 185, 186, 187, 188, 189, 191, 192, 193, 194, 196], "araan": [183, 184, 185, 186, 187], "arangerang": 135, "arbitrari": 112, "arcco": [115, 117], "area": [11, 52, 53, 91, 94, 95, 96, 97, 126, 157, 158, 189, 197], "area_drag": 11, "area_pc": 11, "area_srp": 11, "areadindex": 130, "areadrag": [137, 195], "areapc": [137, 195], "areasrp": [137, 195], "arelativemetadata": 137, "arelativetoler": 190, "arepetitioncount": 170, "arevolutionnumb": [167, 176, 179], "arevolutionnumberatepoch": 187, "arg": [4, 7, 11, 35, 36, 38, 39, 40, 58, 59, 65, 66, 68, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 118, 119, 120, 121], "arg0": [4, 35, 36, 38, 39, 40, 69, 70, 77, 83, 84, 86, 92], "arg1": 92, "arg2": 92, "arg3": 92, "argument": [37, 56, 65, 70, 75, 77, 83, 84, 86, 88, 115, 122, 124, 146, 167, 186, 187], "argument_of_latitud": 65, "arootsolv": [133, 190], "around": 86, "arrai": [3, 5, 7, 11, 28, 29, 30, 31, 32, 33, 42, 48, 56, 58, 59, 64, 65, 69, 70, 79, 112, 114, 118, 119, 120, 121, 124, 130, 134, 135, 137, 138, 139, 140, 141, 142, 143, 148, 150, 151, 153, 154, 161, 162, 166, 167, 168, 169, 170, 171, 172, 174, 177, 179, 182, 188, 190], "arvalu": 160, "as_kepl": [72, 78, 79, 80, 81], "as_line_str": [112, 124], "as_propag": [72, 78, 79, 80, 81], "as_sgp4": [72, 78, 79, 80, 81], "as_vector": [112, 124], "asatellitegeometri": 157, "asatellitenam": 187, "asatellitenumb": 187, "asatellitesystem": [143, 157], "asatellitesystembuild": 158, "ascend": [37, 73, 75, 77, 83, 84, 86, 88, 124, 146, 176, 186, 187, 195], "ascens": [37, 77, 83, 84, 86, 88, 124, 146, 187], "ascenscion": 186, "asecondlin": 187, "aseg": 169, "asegmentarrai": 170, "asegmentsolutionarrai": 170, "asegmenttyp": 169, "asemilatusrectum": 186, "asemimajoraxi": [183, 184, 185, 186], "asequ": 170, "asgp4model": 180, "asiz": 189, "asolut": [169, 170], "aspecificimpuls": [169, 170], "aspecificimpulseinsiunit": 156, "aspectmod": [122, 124], "aspectratio": [122, 124], "asset": 110, "assign": [134, 151, 168, 171], "assoc": 67, "associ": [67, 69, 111, 131, 149, 171, 172, 189, 191, 192, 193, 194], "assum": [112, 177], "astarttim": 190, "astat": [131, 148, 149, 161, 168, 169, 170, 171, 172, 179, 190], "astatearrai": [134, 154, 167, 174, 179, 182], "astatebuild": 172, "astatefilt": 135, "astaticmodel": 173, "astep": 135, "astepdur": 161, "asteppercentag": 161, "asteppertyp": 190, "astr": [137, 177, 187], "astrodynam": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 195], "asubsetsptr": [171, 188], "asystem": 152, "asystemofequ": 190, "atabul": 141, "atabulateddynam": 150, "atabulatedmodel": [154, 174, 182], "atarget": [131, 144, 146, 149], "atargetangl": 144, "atargetrang": 144, "atargetvalu": [131, 149], "athirdbodygrav": 142, "athrust": [159, 170], "athrustacceler": [132, 159, 160], "athrustdirect": 159, "athrusterdynam": 169, "athrustinsiunit": 156, "atimearrai": 190, "atimeofclosestapproach": 129, "atimestep": [162, 190], "atl": [180, 181, 187], "atleast": 125, "atmospher": [11, 28, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 138, 197], "atmospheric_model": [11, 116], "atmosphericdrag": [128, 130, 195, 196], "atmosphericmodel": [137, 195], "atoler": [133, 135, 162, 186], "atoposit": 136, "atost": 136, "atotrajectori": [135, 136], "atrajectori": [134, 151, 155], "atrajectoryseg": 170, "atrajectorysegmentarrai": 170, "atransformmodel": 155, "atrueanomali": 186, "attitud": [69, 94, 95, 171, 191, 192, 196], "attitude_fram": 69, "attitude_quaternion": 94, "attitudequaternion": [94, 128, 189, 191, 195], "attribut": [107, 108, 109, 110, 111, 126, 141, 150, 168], "attributeerror": [111, 126], "atyp": [129, 131, 161, 164, 165, 176, 182], "auto": 196, "automat": 196, "avail": [11, 196], "avalu": [131, 163], "aveloc": [164, 165, 171], "avelocitycoordin": [132, 159, 160], "averag": [42, 83, 84, 113, 150, 183, 184, 185], "averagespecificimpuls": 150, "averagethrust": 150, "awritecoordinatesubset": 141, "awriteindex": 130, "ax": [43, 46, 48, 49, 110, 124, 151, 153, 154, 155], "axi": [37, 56, 77, 83, 84, 86, 124, 126, 146, 165, 183, 184, 185, 186], "axis_data": 124, "azimuth": [9, 99, 100, 111, 135], "azimuth_elevation_mask": 9, "azimuth_rang": [9, 111], "b": [56, 88, 123, 160, 187, 195], "b_star_drag_term": 88, "backgroundcolor": [122, 124], "backward": [58, 161, 195], "ballist": 75, "ballistic_coef_kg_per_m2": 177, "ballistic_coeffici": 75, "ballisticcoeffici": [177, 195], "barycentr": [31, 66, 174], "barycentricr": [31, 42, 66, 116, 126, 150], "base": [2, 3, 4, 5, 6, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109, 110, 115, 131, 132, 144, 146, 147, 149, 160, 164, 165, 196], "base_b": [112, 124], "bash": 196, "beam": 117, "becom": [56, 160], "been": [112, 114, 188], "begin": 86, "behaviour": 127, "being": [42, 150, 157], "below": [0, 111, 117, 196], "beta_angle_condit": 115, "between": [2, 110, 111, 112, 117, 125, 169, 171, 174], "bin": 196, "binari": 196, "bind": 196, "bisect": [6, 133, 195], "blm": [128, 186, 195], "blmshort": [125, 126], "blob": 127, "blue": 124, "bodi": [11, 28, 29, 32, 43, 46, 48, 49, 56, 69, 77, 83, 84, 86, 112, 114, 124, 125, 126, 139, 142, 151, 160, 167, 171, 196], "body_fram": [112, 124], "body_frame_provid": [112, 124], "body_frame_transform_gener": [112, 124], "bool": [2, 3, 4, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 110, 117, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 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, 182, 186, 187, 188, 189, 190], "boolean": [36, 115, 116, 131, 133, 144, 145, 148, 149, 159], "booleancondit": [115, 125, 128, 149, 195], "both": 117, "bound": [6, 133], "bracket": 6, "bracket_and_solv": 6, "bracketandsolv": [133, 195], "break": [73, 176], "broken": 127, "broker": [69, 70, 90, 91, 94, 95, 96, 97, 168, 171, 172, 188, 189, 191, 192, 193, 194], "brouwer": [77, 83, 84, 183, 184, 185], "brouwerlyddanemean": [125, 126, 128, 184, 185, 186, 195], "brouwerlyddanemeanlong": [128, 183, 185, 195], "brouwerlyddanemeanshort": [125, 126, 128, 183, 195], "browser": 196, "bsd": 196, "bstar": 187, "build": [53, 69, 70, 75, 113, 117, 118, 119, 120, 121, 123, 125, 126, 158, 172, 195], "builder": [53, 158], "built": [70, 196], "builtin": [118, 119, 120, 121], "burn": [114, 125, 126, 196], "cach": [79, 179], "calcul": [42, 46, 48, 49, 56, 58, 64, 66, 67, 68, 72, 78, 79, 80, 81, 111, 114, 118, 119, 120, 121, 131, 150, 168, 169, 170, 179], "calculate_attitud": [112, 124], "calculate_average_specific_impuls": 42, "calculate_average_thrust": 42, "calculate_delta_mass": 42, "calculate_delta_v": 42, "calculate_intersect": [112, 124], "calculate_revolution_number_at": [72, 78, 79, 80, 81], "calculate_state_at": [7, 46, 48, 49, 64, 65, 66, 72, 78, 79, 80, 81, 116, 123], "calculate_state_to_condit": [66, 115], "calculate_states_at": [46, 48, 49, 64, 66, 67, 68, 79, 81, 113, 114, 116, 118, 119, 120, 121], "calculate_thrust_acceleration_at": [5, 55, 56], "calculatea": [136, 195], "calculateaveragespecificimpuls": [150, 195], "calculateaveragethrust": [150, 195], "calculatedeltamass": [150, 195], "calculatedeltav": [150, 195], "calculaterevolutionnumberat": [175, 178, 179, 180, 182, 195], "calculatestateat": [153, 154, 155, 166, 168, 173, 174, 175, 178, 179, 180, 181, 182, 195], "calculatestatesat": [153, 166, 168, 169, 170, 174, 179, 195], "calculatestatetocondit": [168, 195], "calculatethrustaccelerationat": [132, 159, 160, 195], "call": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "callabl": [4, 6, 9, 35, 36, 38, 39, 40, 58, 59, 92, 161], "camera": [122, 124], "can": [3, 4, 7, 46, 48, 49, 64, 65, 67, 88, 92, 111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 127, 131, 132, 145, 149, 152, 153, 166, 168, 169, 170, 187, 196], "can_pars": 88, "candid": [56, 160], "cannot": [33, 44, 125], "canpars": [187, 195], "cartesian": [69, 77, 83, 84, 86, 96, 97, 112, 113, 114, 116, 117, 123, 124, 125, 126, 171, 183, 184, 185, 186, 193, 194, 195, 196], "cartesian_coordin": 116, "cartesian_posit": [97, 114], "cartesian_position_gcrf": 196, "cartesian_st": [77, 83, 84, 86], "cartesian_veloc": 114, "cartesian_velocity_gcrf": 196, "cartesianposit": [97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 189, 194, 195], "cartesianst": [77, 83, 84, 86, 183, 184, 185, 186, 195], "cartesianveloc": [113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 189, 195], "case": [0, 68, 112, 179, 196], "cast": [72, 78, 79, 80, 81], "catalog": 11, "catalog_nam": 11, "catalognam": [137, 195], "catalogu": 187, "ccsd": [128, 195, 196], "ccsds_cdm_version": 11, "ccsdscdmversion": [137, 195], "cd": 11, "cd_area_over_mass": 11, "cdareaovermass": [137, 195], "cdm": [128, 195, 196], "celesti": [22, 28, 29, 32, 65, 78, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 136, 138, 139, 142, 151, 167, 178], "celestial_object": [65, 78, 127], "cell": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "center": [11, 126], "central": [29, 56, 58, 77, 83, 84, 86, 114, 126, 139, 160, 161, 167, 195], "central_body_grav": 114, "centralbodygrav": [114, 121, 128, 130, 170, 195, 196], "certain": [152, 196], "cesium": [110, 197], "cesium_asset_id": [110, 127], "cesium_token": [110, 127], "cesiumpi": 127, "cesiumpy_e50c8e43a91944649036bb06e931a235": 127, "chain": 53, "chang": [53, 56, 118, 119, 120, 121, 160], "check": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 130, 131, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 163, 164, 165, 168, 171, 172, 176, 179, 186, 187, 188, 190], "checksum": [88, 187], "child": [77, 114], "circular": [65, 167, 195], "circular_equatori": 65, "circularequatori": [167, 195], "class": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 21, 22, 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, 106, 107, 108, 109, 110, 111, 114, 117, 128], "classic": [56, 77, 78, 83, 84, 86, 111, 122, 124, 146, 160, 186, 196], "classicalo": [184, 185], "classif": [88, 187], "claus": 196, "clear": [66, 168], "clear_dynam": 66, "cleardynam": [168, 195], "clip": [115, 117], "clone": [127, 152, 153, 154, 155, 157, 158, 165, 166, 173, 174, 175, 178, 179, 180, 182, 195], "close": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127], "closest": [2, 11, 117], "cmake": 196, "co": [62, 63, 65, 122, 124, 165], "coast": [67, 68, 118, 119, 120, 126, 169, 170, 195, 196], "coast_condit": [125, 126], "coe": [37, 56, 77, 78, 83, 84, 111, 113, 114, 122, 123, 124, 125, 128, 160, 178, 183, 184, 185, 195, 196], "coecondit": [128, 195], "coeffici": [52, 53, 75, 77, 78, 83, 84, 86, 91, 94, 95, 96, 97, 126, 157, 158, 196], "coerc": [13, 14, 15, 16, 17, 18, 19, 20], "col": [42, 150], "collect": [127, 196], "collis": 11, "collision_prob": 11, "collision_probability_method": 11, "collisionprob": [137, 195], "collisionprobabilitymethod": [137, 195], "color": [22, 23, 107, 108, 109, 110, 111, 112, 114, 117, 122, 123, 124, 125, 126, 127], "colorscal": [122, 124], "column": [111, 112, 117, 118, 119, 120, 121, 122, 124], "com": [127, 176, 177, 183, 184, 185, 186, 196], "combin": 39, "command": [127, 196], "comment": [11, 137, 195], "commit": 127, "common": [0, 172], "compar": [118, 119, 120, 121, 171, 172, 176, 189, 196], "comparison": 196, "comparison_inst": [118, 119, 120, 121], "comparison_st": [118, 119, 120, 121], "complet": [0, 2, 68, 73, 111, 112, 117, 125, 129, 170, 176, 195, 196], "compon": [187, 196], "compos": [148, 152], "composit": [44, 52, 53, 112, 113, 118, 119, 120, 121, 123, 125, 126, 152, 157, 158], "comput": [3, 5, 9, 28, 29, 30, 31, 32, 33, 55, 56, 58, 59, 65, 67, 68, 77, 83, 84, 86, 114, 117, 130, 132, 138, 139, 140, 141, 142, 143, 146, 159, 160, 161, 162, 169, 170, 177, 186, 196, 197], "compute_a": 111, "compute_access": [9, 111, 117], "compute_access_geometri": 111, "compute_angular_momentum": [77, 83, 84, 86], "compute_contribut": [3, 28, 29, 30, 31, 32, 33, 114], "compute_delta_mass": [67, 68], "compute_delta_v": [67, 68], "compute_doe_df": [160, 195], "compute_dq_do": [160, 195], "compute_gradi": 58, "compute_jacobian": 58, "compute_pass": 65, "compute_radial_dist": [77, 83, 84, 86], "compute_semi_latus_rectum": [77, 83, 84, 86], "compute_time_lla_aer_st": 111, "compute_trajectory_geometri": 111, "computeaccess": [135, 195], "computeangularmomentum": [186, 195], "computecontribut": [130, 138, 139, 140, 141, 142, 143, 195], "computedeltamass": [169, 170, 195], "computedeltav": [169, 170, 195], "computegradi": [161, 195], "computejacobian": [161, 195], "computeorbitalelementsmaximalchang": [160, 195], "computepass": [167, 195], "computeq": [160, 195], "computeradialdist": [186, 195], "computesemilatusrectum": [186, 195], "computethrustdirect": [160, 195], "concept": 2, "condit": [4, 9, 35, 36, 37, 38, 39, 40, 59, 66, 67, 68, 92, 125, 126, 131, 144, 145, 146, 147, 148, 149, 162, 168, 169, 170, 190, 195, 196, 197], "condition_is_satisfi": [67, 92], "conditionissatisfi": [169, 190, 195], "conditionsolut": [66, 92, 168, 190, 195], "cone": [112, 117, 124], "cone_b": [112, 124], "configur": [68, 117], "conflict": 127, "conic": 112, "conicsensor": 127, "conjucnt": 39, "conjunct": [128, 132, 195, 196], "connect": 148, "consecut": 110, "consid": [67, 111, 117, 118, 119, 120, 121, 188], "consist": [68, 118, 119, 120, 121], "const": [70, 129, 130, 131, 132, 133, 134, 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], "constant": [42, 55, 121, 126, 143, 150, 156, 159, 197], "constant_mass_flow_rate_profil": 42, "constantfluxandgeomag": 113, "constantmassflowrateprofil": [150, 195], "constantthrust": [121, 126, 128, 132, 195], "constantthrustthrust": 159, "constiter": 167, "constpassiter": [167, 195], "constraint": [111, 125], "construct": [2, 3, 4, 7, 35, 36, 38, 39, 40, 51, 58, 61, 65, 66, 67, 68, 70, 88, 112, 124, 134, 135, 151, 155, 164, 165, 167, 171, 176, 184, 185, 186, 187, 195, 196], "constructor": [5, 6, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 48, 49, 52, 53, 55, 56, 59, 69, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 172, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "consult": 196, "consum": 126, "contact": 11, "contain": [11, 75, 91, 116, 137, 170, 177, 189, 190, 196], "content": 137, "context": [130, 195], "contextu": 190, "continent": 112, "continu": 149, "contribut": [3, 28, 29, 30, 31, 32, 33, 55, 67, 114, 130, 132, 138, 139, 140, 141, 142, 143, 169], "contribution_profil": 31, "control": [56, 160], "conveni": [70, 112], "converg": [6, 92, 190], "convers": [94, 95, 96, 97], "convert": [42, 58, 75, 77, 83, 84, 91, 94, 95, 96, 97, 102, 112, 114, 144, 149, 150, 153, 160, 161, 165, 166, 176, 184, 185, 186], "convert_st": 122, "coordin": [3, 5, 7, 9, 11, 28, 29, 30, 31, 32, 33, 37, 42, 43, 46, 48, 49, 55, 56, 58, 62, 63, 65, 66, 67, 69, 70, 75, 77, 83, 84, 86, 90, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 130, 132, 134, 138, 139, 140, 141, 142, 143, 159, 160, 161, 168, 169, 171, 172, 188, 189, 191, 192, 193, 194], "coordinate_brok": [69, 70, 91, 94, 95, 96, 97], "coordinate_subset": [31, 67, 69, 70, 90, 113, 114, 118, 119, 120, 121, 123, 125, 126], "coordinatebrok": [69, 70, 91, 94, 95, 96, 97, 128, 168, 171, 172, 189, 191, 192, 193, 194, 195], "coordinates_brok": 125, "coordinates_dimens": 58, "coordinatesbrok": [125, 188], "coordinatestoquaternion": [192, 195], "coordinatesubset": [3, 28, 29, 30, 31, 32, 33, 67, 69, 70, 90, 94, 95, 96, 97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 128, 130, 138, 139, 140, 141, 142, 143, 169, 171, 172, 188, 195], "copi": [134, 151, 168, 171], "core": [2, 3, 4, 5, 6, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 46, 48, 49, 51, 52, 53, 55, 56, 58, 65, 67, 68, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126, 196], "correct": 196, "correctli": 114, "correspond": [31, 141, 165], "could": 112, "count": [68, 133, 162, 196], "countrycolor": [111, 112, 117, 124], "countrywidth": [112, 124], "cours": 112, "cout": [130, 131, 132, 134, 141, 150, 151, 160, 167, 186, 187], "covari": 11, "covariance_matrix": 11, "covariance_method": 11, "covariancematrix": [137, 195], "covariancemethod": [137, 195], "cover": 112, "coverag": 197, "cpp": 196, "cr": 11, "cr_area_over_mass": 11, "crareaovermass": [137, 195], "crash": [118, 119, 120, 121], "creat": [2, 3, 7, 9, 28, 29, 30, 31, 32, 33, 35, 37, 42, 43, 44, 49, 52, 53, 55, 65, 66, 67, 77, 83, 84, 86, 88, 90, 112, 114, 115, 122, 144, 150, 164, 169, 176, 190, 196], "create_2d_map": 122, "create_3d_glob": 122, "creation": [11, 53, 158], "creation_d": 11, "creationd": [137, 195], "criteria": 115, "criterion": [4, 35, 36, 37, 38, 40, 115, 125, 126, 131, 144, 145, 146, 147, 149, 195], "cross": [6, 36, 38, 40, 52, 53, 115, 125, 126, 157, 158, 197], "cross_sectional_surface_area": [52, 53], "crosssectionalsurfacearea": 157, "cssispaceweatherfil": 113, "csv": [118, 119, 120, 121, 134, 196], "csvfile": [118, 119, 120, 121], "cubic": 174, "cuboid": [113, 118, 119, 120, 121, 123, 125, 126], "current": [4, 35, 36, 38, 39, 40, 125, 131, 144, 149, 160, 164, 177, 196], "current_inst": 117, "current_st": [4, 35, 36, 38, 39, 40], "currentst": [131, 144, 148, 149], "curv": [65, 167], "curve_fit": [31, 42, 66, 81, 116], "custom": [3, 69, 114, 151, 195, 197], "cyclic": 149, "d2": [112, 116, 124], "d3": [43, 44, 49, 52, 53, 69, 112, 113, 118, 119, 120, 121, 123, 124, 125, 126], "d72945ab0816cd459c5083c817fa94c0b563c46a": 127, "dai": [67, 68, 116, 117, 125, 126, 169, 170, 177], "data": [11, 24, 25, 26, 88, 111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 137, 187, 195, 196], "datafil": [56, 160], "datafram": [102, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "datavers": [56, 160], "date": [11, 75, 177, 195, 196], "date_tim": [111, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], "datetim": [13, 14, 15, 16, 17, 111, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127], "dd": 177, "deb": 196, "debri": [11, 137, 195], "debug": 126, "decor": [130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186], "decreas": [56, 160], "deep": 168, "def": [111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124], "default": [4, 6, 17, 31, 35, 36, 38, 39, 40, 42, 51, 52, 53, 56, 58, 66, 68, 70, 78, 79, 90, 92, 94, 95, 96, 97, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 133, 156, 157, 158, 159, 160, 161, 168, 169, 170, 189, 190, 191, 192, 193, 194, 195, 196], "default_condit": [68, 92, 113, 115, 116, 125, 126], "default_in_fixed_fram": 178, "default_maneuver_interpolation_typ": 150, "default_maneuver_propagation_interpolation_typ": 168, "default_maximum_iteration_count": 162, "default_st": 70, "default_step": 135, "default_tabulated_dynamics_interpolation_typ": 141, "default_tabulated_trajectory_interpolation_typ": [174, 182], "default_toler": 135, "defaultaccelframesptr": [150, 195], "defaultcondit": [190, 195], "defaultcontributionframesptr": [141, 195], "defaultst": 172, "defin": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 36, 38, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 94, 95, 96, 97, 111, 112, 114, 115, 118, 119, 120, 121, 124, 130, 131, 134, 135, 138, 139, 140, 141, 142, 143, 150, 151, 152, 156, 157, 159, 163, 164, 165, 168, 171, 172, 176, 179, 186, 187, 190, 196], "deg": [111, 124, 135], "degre": [77, 83, 84, 86, 99, 101, 104, 111, 112, 117, 122, 123, 124, 127, 196], "delet": [180, 181, 190], "deliveri": 177, "delta": [42, 56, 67, 68, 118, 119, 120, 121, 150, 169, 170, 177], "delta_in_percentag": 117, "delta_in_second": 117, "deltamass": 150, "deltav": 150, "demonstr": [111, 112, 118, 119, 120, 121, 122, 124, 125], "densiti": 197, "deploy": [75, 177, 195], "deriv": [30, 33, 37, 56, 77, 78, 83, 84, 86, 88, 111, 114, 130, 138, 139, 140, 141, 142, 143, 146, 160, 168, 178, 183, 184, 185, 186, 187], "descend": [65, 73, 167, 176, 195], "describ": [56, 86, 111, 160, 196], "descript": 196, "design": [11, 88, 187], "desir": [53, 56, 115, 118, 119, 120, 121, 160, 189, 191, 192, 193, 194, 196], "destruct": [112, 124], "destructor": [130, 131, 132, 133, 138, 139, 140, 142, 144, 145, 147, 148, 149, 152, 157, 158, 159, 160, 165, 191, 192, 193, 194], "detail": 196, "detect": 117, "determin": [130, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 149, 162], "dev": 196, "devel": 196, "develop": [56, 160], "df": [111, 113, 114, 117, 123, 125, 126], "df_from_stat": 123, "dict": [9, 56, 67, 75, 111, 112, 117, 122, 124], "dictionari": [11, 75, 137, 177, 195], "dictread": [118, 119, 120, 121], "differ": [58, 91, 94, 95, 96, 97, 118, 119, 120, 121, 161, 171], "differenc": 56, "digit": 133, "dimens": [58, 161, 189], "direct": [55, 61, 107, 108, 109, 114, 126, 127, 133, 159, 160, 163], "directli": 151, "directori": [113, 118, 119, 120, 121, 125, 126, 196], "disjunct": 39, "disord": 179, "displai": [112, 117, 122, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186, 196], "displaydecor": [130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186], "distanc": [11, 77, 83, 84, 86, 186], "divid": [88, 187], "dnwrnr": 196, "do": [53, 118, 119, 120, 121, 158, 196], "doc": [118, 119, 120, 121], "dockerfil": 196, "doe": [91, 114, 179, 189], "don": [118, 119, 120, 121, 125, 168], "done": 127, "dot": [115, 117], "doubl": [65, 77, 83, 84, 86, 130, 133, 160], "down": [62, 63, 65, 151, 165], "download": 196, "dq_doe": 56, "drag": [11, 28, 52, 53, 88, 91, 94, 95, 96, 97, 125, 126, 138, 157, 158, 187, 196], "drag_coeffici": [52, 53, 91, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126], "dragcoeffici": [157, 189, 195], "dry": [53, 157, 158], "dry_mass": [53, 113, 121, 123, 126], "due": [55, 68, 78, 117, 138, 139, 140, 142, 143, 159], "durat": [2, 9, 11, 14, 22, 36, 38, 40, 58, 59, 67, 68, 73, 75, 77, 83, 84, 86, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 135, 137, 147, 149, 150, 161, 162, 169, 170, 176, 177, 186, 196], "duration_condit": [36, 38, 40, 125], "durationcondit": [149, 195], "dure": [2, 101, 111, 117, 131, 144, 145, 148, 149, 150, 159, 168, 190, 196], "dynam": [42, 49, 55, 66, 67, 68, 92, 112, 118, 119, 120, 121, 123, 124, 125, 128, 150, 157, 159, 168, 169, 170, 195, 196, 197], "dynamic_provid": 49, "dynamicframeprovid": [112, 124], "dynamicprovid": [49, 155], "dynamicsarrai": 170, "e": [73, 86, 111, 122, 124, 170, 176, 177, 189], "each": [31, 68, 117, 141, 145, 149, 170, 190, 196], "earth": [11, 22, 88, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 170, 177, 187, 196], "earth_data": 124, "earth_figur": 124, "earth_geometri": [112, 124], "earth_surfac": 122, "earth_tid": 11, "earthatmosphericmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthgravitationalmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthmagneticmodel": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "earthtid": [137, 195], "easi": 196, "east": [62, 63, 65, 165], "eccentr": [37, 77, 83, 84, 86, 88, 124, 146, 183, 184, 185, 186, 187, 195, 197], "eccentric_anomali": [37, 77, 83, 84, 86], "eccentric_anomaly_from_mean_anomali": [77, 83, 84, 86], "eccentric_anomaly_from_true_anomali": [77, 83, 84, 86], "eccentricanomali": [77, 83, 84, 86, 146, 186, 195], "eccentricanomalyfrommeananomali": [186, 195], "eccentricanomalyfromtrueanomali": [186, 195], "ecef": [111, 177], "eci": [73, 122], "eclips": [116, 125], "eclipse_condit": [115, 116, 125], "eclipse_window": 116, "effect": 56, "egg": 127, "egm2008": [116, 123, 125, 126], "egm96": [113, 119, 125, 126, 196], "eigen": 196, "either": [125, 190], "elaps": [118, 119, 120, 121, 196], "elapsed_second": 196, "element": [56, 77, 78, 83, 84, 86, 88, 111, 122, 123, 124, 125, 146, 160, 177, 183, 184, 185, 186, 187, 189, 195, 196], "element_set_numb": 88, "element_weight": [56, 123, 125], "elev": [2, 9, 99, 100, 111, 117, 135], "elevation_in_radian": 117, "elevation_rang": [9, 111], "ellipsoid": 112, "ellipsoid_equatorial_radiu": 116, "ellipsoid_flatten": 116, "els": 112, "email": 11, "emit": 69, "empti": [130, 137, 168, 169, 170], "en": [88, 134, 148, 156, 167, 186, 187], "encapsul": 2, "encod": [88, 187], "end": [9, 11, 67, 68, 86, 116, 126, 168, 169, 170, 190, 196], "end_inst": [111, 112, 116, 122, 124, 127], "end_screen_period": 11, "end_stat": 123, "endscreenperiod": [137, 195], "ensur": 196, "entri": 11, "enum": [4, 35, 36, 38, 39, 40, 129, 131, 137, 144, 145, 146, 147, 148, 149, 151, 160, 161, 165, 167, 169, 176, 178, 186, 190], "enumer": [77, 83, 84, 86, 118, 119, 120, 121, 129, 131, 137, 144, 148, 149, 151, 160, 161, 165, 167, 169, 176, 178, 186], "environ": [3, 9, 28, 29, 30, 31, 32, 33, 65, 66, 78, 99, 100, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 126, 127, 130, 135, 136, 168], "envrion": 130, "eop": 196, "ephemeri": [11, 88, 187, 196], "ephemeris_nam": 11, "ephemeris_typ": 88, "ephemerisnam": [137, 195], "epoch": [65, 72, 78, 79, 80, 81, 88, 111, 122, 124, 127, 167, 179, 187], "equal": [134, 150, 152, 156, 157, 163, 168, 171, 172, 176, 179, 186, 187, 188, 189], "equat": [92, 130, 133, 190], "equatori": [65, 77, 78, 83, 84, 86, 167, 186, 195], "equatorial_radiu": [77, 78, 83, 84, 86, 116, 126], "equival": 69, "errno": [118, 119, 120, 121], "error": 196, "etc": [111, 116], "europ": 112, "evalu": [4, 35, 36, 38, 39, 40, 115, 125, 126, 131, 144, 145, 148, 149, 195], "event": [4, 35, 36, 37, 38, 39, 40, 66, 67, 68, 92, 116, 126, 131, 137, 144, 145, 146, 147, 148, 149, 168, 169, 170, 190, 197], "event_condit": [4, 66, 67, 68, 92, 115, 125, 126], "event_condition_target": [4, 35, 36, 38, 39, 40], "eventcondit": [35, 36, 37, 38, 39, 40, 66, 67, 68, 92, 128, 168, 169, 170, 190, 195], "eventconditiontarget": [4, 35, 36, 37, 38, 39, 40], "everi": 171, "everyth": [118, 119, 120, 121], "examp": 196, "exampl": [111, 112, 118, 119, 120, 121, 124, 196], "exclud": [118, 119, 120, 121], "execut": [68, 127, 170, 196], "execution_is_complet": 68, "executioniscomplet": [68, 170, 195], "exhibit": 196, "exist": [112, 124, 171, 172, 187, 196], "exit": 11, "expand": [70, 172, 195], "expect": [42, 114, 150], "experienc": [138, 139, 142, 143, 159], "exponenti": [120, 121, 126], "express": [5, 55, 56, 61, 69, 77, 78, 83, 84, 86, 111, 113, 114, 116, 123, 124, 125, 126, 130, 132, 138, 139, 140, 141, 142, 143, 159, 160, 163, 171, 189, 191, 192, 193, 194], "extent": 126, "extern": 196, "extract": [67, 69, 90, 169, 171, 188], "extract_coordin": [69, 90], "extract_maneuv": 67, "extractcoordin": [171, 188, 195], "extractmaneuv": [169, 195], "ey": [113, 118, 119, 120, 121, 122, 123, 124, 125, 126], "f": [115, 117, 118, 119, 120, 121, 123, 125], "f10": 113, "f107_average_constant_valu": 113, "f107_constant_valu": 113, "factor": 133, "factori": [61, 62, 126, 163, 164, 172], "fals": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 64, 65, 66, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 110, 111, 112, 115, 117, 122, 124, 125, 137, 145, 170, 171, 172], "fd": [118, 119, 120, 121], "feedback": [56, 160], "fetch": [179, 196], "few": 0, "fieldnam": [118, 119, 120, 121], "figur": [22, 24, 25, 26, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "figure2": 126, "file": [11, 75, 88, 111, 134, 137, 154, 174, 177, 187, 196], "filenam": [118, 119, 120, 121], "filenotfounderror": [118, 119, 120, 121], "filesystem": [11, 75, 88, 113, 118, 119, 120, 121, 125, 126], "filter": [9, 127], "filter_": 117, "final": [67, 68, 112, 126, 169, 170, 190, 196], "find": [6, 92, 115, 133, 162, 197], "finit": [56, 58, 161], "finitediffer": [56, 123, 160, 195], "finitedifferencesolv": [128, 195], "first": [2, 88, 111, 112, 114, 115, 116, 126, 179, 187, 189, 193, 194, 196], "first_lin": 88, "fix": [78, 92, 111, 122, 190], "fixed_step_s": 92, "fixedsteps": [190, 195], "flag": 145, "flatten": 116, "flight": [33, 66, 67, 113, 118, 119, 120, 121, 123, 125, 126, 127, 128, 195, 196], "float": [4, 5, 6, 11, 18, 19, 20, 35, 36, 37, 38, 39, 40, 42, 51, 52, 53, 55, 56, 58, 67, 68, 75, 77, 78, 83, 84, 86, 88, 92, 99, 100, 101, 102, 104, 107, 108, 109, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "float64": [3, 5, 11, 28, 29, 30, 31, 32, 33, 42, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97], "flow": [42, 51, 126, 150, 156], "flux": 197, "folder": 196, "follow": [7, 112, 130, 134, 138, 139, 140, 141, 142, 143, 196], "footprint": 171, "forc": 196, "form": 168, "format": [88, 111, 177, 187, 192, 196], "forward": [58, 161, 195], "frame": [3, 5, 11, 18, 20, 28, 29, 30, 31, 32, 33, 37, 42, 43, 46, 48, 49, 55, 56, 61, 62, 63, 65, 67, 69, 70, 73, 77, 78, 83, 84, 86, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 130, 132, 134, 138, 139, 140, 141, 142, 143, 146, 150, 151, 153, 154, 155, 159, 160, 163, 164, 165, 167, 168, 169, 171, 172, 177, 183, 186, 189, 191, 192, 193, 194, 196], "frame_axes_gcrf": 124, "frame_axess_gcrf": 124, "frame_data": 124, "frame_nam": [43, 46, 48, 49], "frame_origin_gcrf": 124, "frame_origins_gcrf": 124, "frame_typ": 65, "frametyp": [43, 49, 65, 111, 112, 117, 124, 127, 151, 155, 167, 195], "framework": 196, "freez": 177, "friend": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 168, 169, 170, 171, 172, 173, 174, 176, 177, 178, 179, 180, 186, 187], "from": [3, 7, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 42, 65, 66, 67, 69, 70, 75, 77, 83, 84, 86, 88, 90, 91, 94, 95, 96, 97, 99, 100, 103, 104, 105, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 130, 131, 134, 138, 139, 140, 141, 142, 143, 150, 160, 165, 168, 169, 171, 172, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 196], "from_environ": [3, 28, 29, 30, 31, 32, 33, 66, 113, 115, 116, 118, 119, 120, 123, 125, 126], "from_fram": [91, 94, 95, 96, 97], "from_lla": 111, "from_model": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "from_posit": [99, 100, 111], "from_position_to_posit": [112, 117, 124], "from_si_vector": [77, 83, 84, 86], "from_trajectori": [9, 111], "fromenviron": [130, 168, 195], "fromfram": [191, 192, 193, 194], "fromframesptr": 189, "fromsivector": [186, 195], "full": [90, 112, 188, 196], "function": [4, 6, 7, 9, 12, 21, 35, 36, 38, 39, 40, 56, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 98, 114, 115, 129, 130, 131, 132, 133, 134, 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], "gap": 125, "gbrec": [56, 160], "gcc": 196, "gcrf": [42, 112, 113, 114, 115, 116, 123, 124, 125, 126, 134, 141, 150, 151, 155, 160, 168, 196], "gener": [36, 38, 40, 58, 62, 63, 75, 88, 111, 117, 122, 128, 136, 137, 149, 152, 161, 162, 164, 165, 172, 187, 195, 196, 197], "generate_checksum": 88, "generate_fram": [62, 114], "generate_grid": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 124, 126], "generate_state_coordin": 58, "generate_states_coordin": 58, "generatechecksum": [187, 195], "generatefram": [164, 195], "generatestatecoordin": 161, "generation_d": [75, 177], "generationd": [177, 195], "generatorcontext": [128, 195], "geo": [111, 112, 117, 124], "geo_synchron": 65, "geodet": [63, 65, 165], "geodetic_coordin": 116, "geograph": 111, "geographiclib": 127, "geomagnet": 197, "geometri": [43, 44, 49, 52, 53, 69, 111, 112, 113, 116, 118, 119, 120, 121, 123, 124, 125, 126, 152, 157, 158], "geopi": 127, "geosynchron": [65, 167, 195], "get": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 52, 55, 56, 58, 59, 61, 62, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 112, 127, 130, 131, 132, 133, 134, 138, 139, 141, 142, 143, 144, 147, 148, 149, 150, 151, 152, 156, 157, 159, 160, 161, 162, 163, 164, 165, 168, 169, 170, 171, 172, 176, 179, 183, 186, 187, 190], "get_absolute_toler": 92, "get_acceler": 51, "get_acceleration_profil": 42, "get_access_filt": 9, "get_acquisition_of_sign": [2, 111], "get_aer_filt": 9, "get_all_dynamics_contribut": 67, "get_angular_momentum": [77, 83, 84, 86], "get_angular_veloc": 69, "get_aop": [77, 83, 84, 86, 88, 123, 125], "get_apoapsis_radiu": [77, 83, 84, 86, 125], "get_attitud": 69, "get_axes_at": [43, 46, 48, 49], "get_axes_in": 124, "get_b_star_drag_term": 88, "get_beta_angl": 115, "get_body_fram": [43, 46, 48, 49], "get_cartesian_st": [77, 83, 84, 86], "get_ccsds_cdm_vers": 11, "get_celesti": [28, 29, 32], "get_classical_orbital_el": [78, 124, 125], "get_classif": 88, "get_collision_prob": 11, "get_collision_probability_method": 11, "get_condition_funct": 9, "get_contribution_profile_from_coordinate_subset": 31, "get_control_weight": 56, "get_coordin": [69, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_coordinate_subset": [69, 70], "get_creation_inst": 11, "get_criterion": [35, 36, 38, 40], "get_cross_sectional_surface_area": [52, 113, 118, 119, 120, 121, 125, 126], "get_data_arrai": 11, "get_date_tim": [113, 114, 123, 125, 126], "get_deploy": 75, "get_deployment_at": 75, "get_deployment_with_nam": 75, "get_drag_coeffici": [52, 113, 118, 119, 120, 121, 125, 126], "get_dur": [2, 73, 111], "get_dynam": [66, 67, 68], "get_dynamics_acceleration_contribut": 67, "get_dynamics_contribut": 67, "get_eccentr": [77, 83, 84, 86, 88, 123, 125], "get_eccentric_anomali": [77, 83, 84, 86], "get_element_set_numb": 88, "get_elev": 117, "get_end": 116, "get_ephemeris_typ": 88, "get_epoch": [72, 78, 79, 80, 81, 88, 112], "get_equatorial_radiu": [78, 111, 112, 113, 114, 117, 122, 124, 125, 126], "get_evalu": [4, 35, 36, 38, 39, 40], "get_event_condit": [39, 67], "get_figur": 117, "get_final_mass": [67, 68], "get_first_lin": 88, "get_first_line_checksum": 88, "get_flatten": [111, 112, 117, 124], "get_fram": [69, 70], "get_frame_at": [111, 112, 117, 124], "get_geometri": [44, 52], "get_geometry_in": [112, 124], "get_gradient_strategi": 56, "get_gravitational_paramet": [78, 113, 114, 123, 124, 125, 126], "get_guidance_law": 33, "get_head": [11, 75], "get_id": [91, 94, 95, 96, 97], "get_inclin": [77, 83, 84, 86, 88, 123, 125], "get_inertia_tensor": 52, "get_initial_mass": [67, 68], "get_inst": [38, 42, 69, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_instant_at_ascending_nod": 73, "get_instant_at_descending_nod": 73, "get_instant_at_north_point": 73, "get_instant_at_pass_break": 73, "get_instant_at_south_point": 73, "get_international_design": 88, "get_interpolation_typ": [31, 81], "get_interv": [2, 42, 48, 81, 111, 117], "get_j2": 78, "get_j4": 78, "get_latitud": [112, 116, 117, 124], "get_local_orbital_frame_factori": 61, "get_local_thrust_direct": 55, "get_log_typ": 92, "get_longitud": [112, 116, 117, 124], "get_loss_of_sign": [2, 111], "get_mass": [44, 52], "get_mass_flow_r": 51, "get_mass_flow_rate_profil": 42, "get_max_elev": [2, 111], "get_maximum_iteration_count": [6, 59], "get_maximum_propagation_dur": 68, "get_mean_anomali": [77, 83, 84, 86, 88], "get_mean_mot": [77, 83, 84, 86, 88], "get_mean_motion_first_time_derivative_divided_by_two": 88, "get_mean_motion_second_time_derivative_divided_by_six": 88, "get_message_for": 11, "get_message_id": 11, "get_metadata_arrai": 11, "get_minimum_periapsis_radiu": 56, "get_miss_dist": 11, "get_nadir_track": 116, "get_nam": [3, 4, 5, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 55, 56, 67, 91, 94, 95, 96, 97], "get_nodal_precession_r": [77, 83, 84, 86], "get_number_of_coordin": [66, 90], "get_number_of_subset": 90, "get_numerical_solv": [67, 68], "get_object_count": 112, "get_object_data_at": 11, "get_object_metadata_at": 11, "get_observed_st": [92, 116, 123], "get_observed_state_vector": 92, "get_orbital_fram": [65, 112, 124], "get_orbital_period": [77, 83, 84, 86, 124, 125], "get_orient": [112, 114, 124], "get_origin": 11, "get_origin_in": 124, "get_outer_r": 116, "get_paramet": 56, "get_pass_at": 65, "get_pass_with_revolution_numb": 65, "get_periapsis_radiu": [77, 83, 84, 86, 125], "get_perturbation_typ": 78, "get_posit": [69, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126], "get_position_in": 115, "get_propagation_dur": [67, 68], "get_propulsion_system": 52, "get_raan": [77, 83, 84, 86, 88, 123, 125], "get_radial_dist": [77, 83, 84, 86], "get_read_coordinate_subset": [3, 28, 29, 30, 31, 32, 33, 114], "get_read_coordinates_subset": 114, "get_relative_metadata": 11, "get_relative_posit": 11, "get_relative_toler": 92, "get_relative_veloc": 11, "get_revolution_numb": 73, "get_revolution_number_at": 65, "get_revolution_number_at_epoch": [72, 78, 79, 80, 81, 88], "get_root_solv": 92, "get_satellite_nam": 88, "get_satellite_numb": 88, "get_satellite_system": 33, "get_second_lin": 88, "get_second_line_checksum": 88, "get_seg": 68, "get_semi_latus_rectum": [77, 83, 84, 86], "get_semi_major_axi": [77, 83, 84, 86, 113, 114, 123, 125, 126], "get_si_vector": [77, 83, 84, 86], "get_siz": [69, 91, 94, 95, 96, 97], "get_specific_impuls": 51, "get_stat": [68, 125, 126], "get_state_at": [7, 43, 65, 112, 113, 122, 123, 124, 125, 126, 196], "get_state_filt": 9, "get_states_at": [7, 43, 65, 111, 117, 126], "get_step": 9, "get_step_dur": 58, "get_step_percentag": 58, "get_stepper_typ": 92, "get_subset": 90, "get_target": [4, 35, 36, 38, 39, 40, 125], "get_target_angl": 35, "get_target_co": 56, "get_target_rang": 35, "get_thrust": 51, "get_time_of_closest_approach": [2, 11, 111], "get_time_step": [59, 92], "get_tl": 80, "get_toler": [6, 9, 59], "get_transform_at": 63, "get_transform_to": [112, 114, 124], "get_true_anomali": [77, 83, 84, 86, 123, 125], "get_typ": [2, 39, 58, 67, 73, 111], "get_valu": 61, "get_veloc": [69, 113, 114, 115, 118, 119, 120, 121, 123, 125, 126], "get_vertic": 112, "get_write_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "get_write_coordinates_subset": 114, "getacceler": [156, 195], "getaccelerationprofil": [150, 195], "getaccessfilt": [135, 195], "getacquisitionofsign": [129, 195], "getaerfilt": [135, 195], "getalldynamicscontribut": [169, 195], "getangularmomentum": [186, 195], "getangularveloc": [171, 195], "getaop": [186, 187, 195], "getapoapsisradiu": [186, 195], "getattitud": [171, 195], "getaxesat": [151, 153, 154, 155, 195], "getbodyfram": [151, 153, 154, 155, 195], "getbstardragterm": [187, 195], "getcartesianst": [183, 186, 195], "getccsdscdmvers": [137, 195], "getcelesti": [138, 139, 142, 195], "getclassicalorbitalel": [178, 195], "getclassif": [187, 195], "getcollisionprob": [137, 195], "getcollisionprobabilitymethod": [137, 195], "getconditionfunct": [135, 195], "getcontributionprofilefromcoordinatesubset": [141, 195], "getcontrolweight": [160, 195], "getcoordin": [171, 195], "getcoordinatesubset": [171, 172, 195], "getcreationd": [137, 195], "getcriterion": [144, 149, 195], "getcrosssectionalsurfacearea": [157, 195], "getcwd": [118, 119, 120, 121], "getdataarrai": [137, 195], "getdeploy": [177, 195], "getdeploymentat": [177, 195], "getdeploymentwithnam": [177, 195], "getdragcoeffici": [157, 195], "getdur": [129, 176, 195], "getdynam": [168, 169, 170, 195], "getdynamicsaccelerationcontribut": [169, 195], "getdynamicscontribut": [169, 195], "geteccentr": [186, 187, 195], "geteccentricanomali": [183, 186, 195], "getelementsetnumb": [187, 195], "getephemeristyp": [187, 195], "getepoch": [175, 178, 179, 180, 182, 187, 195], "getequatorialradiu": [178, 195], "getevalu": [131, 195], "geteventcondit": [148, 169, 195], "getfinalmass": [169, 170, 195], "getfirstlin": [187, 195], "getfirstlinechecksum": [187, 195], "getfirstst": [174, 195], "getfram": [171, 172, 195], "getgeometri": [152, 195], "getgradientstrategi": [160, 195], "getgravitationalparamet": [178, 195], "getguidancelaw": [143, 195], "gethead": [137, 177, 195], "getid": [189, 195], "getinclin": [186, 187, 195], "getinertiatensor": [157, 195], "getinitialmass": [169, 170, 195], "getinst": [147, 150, 171, 195], "getinternationaldesign": [187, 195], "getinterpolationtyp": [141, 174, 195], "getinterv": [129, 150, 154, 174, 195], "getj2": [178, 195], "getj4": [178, 195], "getlastst": [174, 195], "getlocalorbitalframefactori": [163, 195], "getlocalthrustdirect": [159, 195], "getlossofsign": [129, 195], "getmass": [152, 195], "getmassflowr": [156, 195], "getmassflowrateprofil": [150, 195], "getmaxelev": [129, 195], "getmaximumiterationcount": [133, 162, 195], "getmaximumpropagationdur": [170, 195], "getmeananomali": [183, 186, 187, 195], "getmeanmot": [186, 187, 195], "getmeanmotionfirsttimederivativedividedbytwo": [187, 195], "getmeanmotionsecondtimederivativedividedbysix": [187, 195], "getmessagefor": [137, 195], "getmessageid": [137, 195], "getmetadataarrai": [137, 195], "getminimumperiapsisradiu": [160, 195], "getmissdist": [137, 195], "getnam": [130, 131, 132, 169, 189, 195], "getnodalprecessionr": [186, 195], "getnumberofcoordin": [168, 188, 195], "getnumberofsubset": [188, 195], "getnumericalsolv": [169, 170, 195], "getobjectcovariancematrix": [137, 195], "getobjectcovariancemethod": [137, 195], "getobjectdataat": [137, 195], "getobjectdesign": [137, 195], "getobjectephemerisnam": [137, 195], "getobjectinternationaldesign": [137, 195], "getobjectmaneuver": [137, 195], "getobjectmetadataat": [137, 195], "getobjectnam": [137, 195], "getobjectreferencefram": [137, 195], "getobjectstateattca": [137, 195], "getobjecttyp": [137, 195], "getobservedst": [190, 195], "getobservedstatevector": [190, 195], "getorbitalfram": [167, 195], "getorbitalperiod": [186, 195], "getorigin": [137, 195], "getparamet": [160, 195], "getpassat": [167, 195], "getpasswithrevolutionnumb": [167, 195], "getperiapsisradiu": [186, 195], "getperturbationtyp": [178, 195], "getposit": [171, 195], "getpositionsfromst": [136, 195], "getpropagationdur": [169, 170, 195], "getpropulsionsystem": [157, 195], "getprovidertyp": [164, 195], "getraan": [186, 187, 195], "getradialdist": [186, 195], "getreadcoordinatesubset": [130, 138, 139, 140, 141, 142, 143, 195], "getrelativemetadata": [137, 195], "getrelativeposit": [137, 195], "getrelativeveloc": [137, 195], "getrevolutionnumb": [176, 195], "getrevolutionnumberat": [167, 195], "getrevolutionnumberatepoch": [175, 178, 179, 180, 182, 187, 195], "getrootsolv": [190, 195], "getsatellitenam": [187, 195], "getsatellitenumb": [187, 195], "getsatellitesystem": [143, 195], "getsecondlin": [187, 195], "getsecondlinechecksum": [187, 195], "getseg": [170, 195], "getsemilatusrectum": [186, 195], "getsemimajoraxi": [186, 195], "getsivector": [186, 195], "getsiz": [171, 189, 195], "getspecificimpuls": [156, 195], "getstat": [170, 195], "getstateat": [134, 151, 195], "getstatefilt": [135, 195], "getstatesat": [134, 136, 151, 195], "getstep": [135, 195], "getstepdur": [161, 195], "getsteppercentag": [161, 195], "getsubset": [188, 195], "getsystemofequ": [130, 195], "gettarget": [131, 195], "gettargetangl": [144, 195], "gettargetco": [160, 195], "gettargetrang": [144, 195], "gettca": [137, 195], "getthrust": [156, 195], "gettimeofclosestapproach": [129, 195], "gettimestep": [162, 195], "gettl": [180, 195], "gettoler": [133, 135, 162, 195], "gettransformat": [165, 195], "gettrueanomali": [183, 186, 195], "gettyp": [129, 148, 161, 169, 176, 195], "getvalu": [163, 195], "getveloc": [171, 195], "getwritecoordinatesubset": [130, 138, 139, 140, 141, 142, 143, 195], "git": 127, "github": [127, 196], "given": [3, 7, 43, 59, 63, 64, 65, 66, 67, 69, 72, 75, 78, 79, 80, 81, 88, 90, 92, 122, 130, 133, 134, 138, 139, 140, 141, 142, 143, 144, 149, 151, 162, 165, 168, 170, 171, 172, 179, 186, 187, 188, 190], "global": 115, "gmat": [196, 197], "gmat_astrodynam": [118, 119, 120, 121, 196], "go": [69, 111, 112, 117, 118, 119, 120, 121, 122, 124, 171], "googl": 196, "googleapi": 177, "gov": [56, 160], "gradient": [56, 58, 160, 161], "gradient_strategi": 56, "gradientstrategi": [56, 123, 160, 195], "graph_obj": [111, 112, 117, 118, 119, 120, 121, 122, 124], "gravit": [37, 56, 77, 78, 83, 84, 86, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 146, 160, 183, 184, 185, 186], "gravitation": [65, 167], "gravitational_paramet": [37, 56, 77, 78, 83, 84, 86, 123, 125, 126], "gravitationalparamet": 170, "graviti": [11, 29, 32, 114, 118, 119, 125, 126, 139, 142, 196], "gravity_model": [11, 116], "gravitymodel": [137, 195], "green": [117, 124], "grid": [117, 118, 119, 120, 121, 122, 162], "gridcolor": [112, 122, 124], "gridwidth": [112, 124], "ground": [22, 65, 111, 112, 117], "ground_station_lla": [22, 117], "ground_track_df": [112, 124], "group": [91, 189], "gu01cwfr": 127, "guess": [6, 133, 190], "guid": 196, "guidanc": [5, 33, 55, 56, 123, 132, 143, 159, 160], "guidance_law": [33, 121, 123, 125, 126], "guidancelaw": [33, 55, 56, 128, 143, 195], "h": 160, "ha": [6, 69, 90, 92, 111, 112, 114, 125, 126, 152, 171, 188, 190, 196], "half": 125, "half_angl": [107, 127], "handl": 144, "harmon": [77, 83, 84, 86], "has_converg": 6, "has_subset": [69, 90], "hasconverg": [133, 195], "hassubset": [171, 188, 195], "have": [114, 179], "head": [111, 112, 122, 124], "header": [11, 75, 137, 177, 195, 196], "height": [110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "help": [117, 176, 186], "helper": 196, "here": [112, 113, 116, 168, 196], "hh": 177, "high": 170, "highligh": [22, 117], "highlight": [22, 117], "hold": 190, "hood": 171, "horizont": [62, 63, 65, 165], "host": 196, "hour": [112, 113, 115, 123], "how": [36, 38, 40, 111, 112, 113, 118, 119, 120, 121, 122, 123, 124, 125, 196], "htm": [176, 186], "html": 110, "http": [11, 56, 88, 127, 134, 137, 148, 156, 160, 167, 176, 177, 183, 184, 185, 186, 187, 196], "i": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 56, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 111, 112, 114, 115, 117, 118, 119, 120, 121, 122, 124, 125, 127, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 152, 153, 156, 157, 159, 160, 162, 163, 164, 165, 166, 168, 169, 170, 171, 172, 174, 176, 177, 179, 186, 187, 188, 189, 190, 195, 196], "id": [11, 110], "ideal": 116, "ident": [118, 119, 120, 121], "identifi": [91, 94, 95, 96, 97, 189], "idxmax": 111, "ier": 196, "illustr": 0, "imag": 116, "imaging_window": 116, "impart": 150, "impl": [128, 180, 195], "implement": [56, 189], "import": [111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "importerror": 125, "impuls": [42, 51, 67, 68, 126, 150, 156, 169, 170], "in_degre": [111, 112, 116, 117, 123, 124], "in_eclips": 115, "in_fixed_fram": 78, "in_fram": [69, 91, 94, 95, 96, 97, 111, 112, 117, 124], "in_kilogram": [113, 118, 119, 120, 121, 123, 125, 126], "in_kilomet": [113, 114, 123, 125, 126], "in_met": [117, 122, 124, 125, 126], "in_radian": 117, "in_second": [111, 117, 118, 119, 120, 121], "in_track_thrust": 11, "inclin": [37, 65, 75, 77, 83, 84, 86, 88, 124, 146, 167, 183, 184, 185, 186, 187, 195], "includ": [22, 117, 118, 119, 120, 121, 168, 171, 177, 196], "increas": 123, "increment": 187, "ind": [118, 119, 120, 121], "index": [11, 65, 75, 130, 137, 167, 176, 177, 186, 188, 197], "indic": [131, 133, 144, 145, 146, 147, 148, 149, 159, 190], "individu": [67, 148], "inequ": [171, 172, 176], "inerti": [43, 49, 78, 122, 151, 155, 177, 195], "inertia": [52, 53, 126, 157, 158], "inertia_tensor": [52, 53, 118, 119, 120, 121], "inertial_point": [43, 49], "inertialpoint": [151, 155, 195], "inertiatensor": 157, "infixedfram": 178, "inform": [75, 91, 130, 189, 190], "infram": [171, 189, 191, 192, 193, 194, 195], "ingest": 196, "inherit": [3, 190], "init": 127, "initi": [6, 42, 65, 67, 68, 79, 81, 92, 114, 115, 116, 118, 119, 120, 121, 133, 150, 168, 169, 170, 179, 190, 196], "initial_co": 125, "initial_guess": 6, "initial_revolution_numb": [65, 79, 81, 116], "initial_spacecraft_mass": 42, "initial_st": [113, 115, 116, 118, 119, 120, 121, 123, 125, 126], "inlin": [153, 166], "inout": [131, 144, 145, 149, 176], "input": [91, 94, 95, 96, 97, 102, 118, 119, 120, 121, 164, 188, 196], "input_data_typ": 113, "inputdatatyp": 113, "insert": [171, 172], "insid": 196, "instal": 127, "instanc": [112, 130, 138, 139, 140, 141, 142, 143, 148, 169, 170, 189, 191, 192, 193, 194], "instant": [2, 3, 5, 7, 9, 11, 13, 15, 16, 17, 28, 29, 30, 31, 32, 33, 38, 42, 43, 46, 48, 49, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 78, 79, 80, 81, 88, 91, 92, 94, 95, 96, 97, 99, 100, 102, 103, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 129, 130, 132, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 147, 150, 151, 153, 154, 155, 159, 160, 161, 162, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 187, 189, 190, 191, 192, 193, 194, 196], "instant_at_ascending_nod": 73, "instant_at_descending_nod": 73, "instant_at_north_point": 73, "instant_at_pass_break": 73, "instant_at_south_point": 73, "instant_it": [118, 119, 120, 121], "instantcondit": [128, 149, 195], "instanti": [33, 44, 114], "instead": [113, 127, 168], "instruct": 196, "int": [2, 4, 6, 11, 22, 35, 36, 38, 39, 40, 56, 58, 59, 63, 65, 66, 67, 68, 69, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 117], "intefer": 117, "integ": [11, 65, 72, 73, 75, 78, 79, 80, 81, 88, 137, 167, 175, 176, 177, 178, 179, 180, 182, 187], "integr": [92, 126, 168, 190, 196], "integrate_dur": 92, "integrate_tim": 92, "integratedur": [190, 195], "integratetim": [190, 195], "integrationframesptr": [168, 195], "interactiveshel": [118, 119, 120, 121], "interest": [111, 112, 118, 119, 120, 121, 188], "interf": 117, "interfac": [3, 44, 72, 78, 79, 80, 132], "interfer": [22, 197], "interfered_access": 117, "interference_access": 117, "interference_angl": 117, "interference_filt": 117, "interference_plot": 117, "interference_step": 117, "interferencefilt": 117, "interferenceplot": 117, "intermedi": 169, "intern": [11, 69, 88, 171, 179, 187], "international_design": [11, 88], "internationaldesign": [137, 195], "interpol": [31, 42, 66, 81, 116, 141, 150, 168, 174, 182], "interpolated_st": 126, "interpolation_typ": [31, 42, 66, 81, 116], "interpolationtyp": 126, "intersect": 116, "intersection_df": [112, 124], "intersection_itrf": [112, 124], "intersection_l": [112, 124], "intersection_point": [112, 124], "intersection_polygon": [112, 124], "intersection_with": [112, 124], "intersections_itrf": [112, 124], "intersections_l": [112, 124], "intersections_polygons_2d": 112, "intersections_with_target_l": 112, "intersections_with_target_polygon": 112, "intertiatensor": 157, "interv": [2, 9, 16, 22, 42, 48, 59, 81, 101, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 127, 129, 135, 150, 154, 162, 170, 174, 196], "intrack": [55, 121, 126, 159, 195], "intrackthrust": [137, 195], "invari": 189, "invers": [36, 145], "invert": [115, 145], "io": [127, 196], "io_open": [118, 119, 120, 121], "ion": 127, "ipython": [118, 119, 120, 121], "is_complet": [2, 73], "is_defin": [2, 3, 7, 9, 11, 28, 29, 30, 31, 32, 33, 42, 43, 44, 46, 48, 49, 51, 52, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 92, 112, 114, 124], "is_invers": 36, "is_kepl": [72, 78, 79, 80, 81], "is_position_in_eclips": [115, 116, 125], "is_propag": [72, 78, 79, 80, 81], "is_ris": 6, "is_satisfi": [4, 35, 36, 38, 39, 40], "is_sgp4": [72, 78, 79, 80, 81], "isaccessact": [136, 195], "iscomplet": [129, 176, 195], "isdefin": [129, 130, 131, 134, 135, 137, 138, 139, 140, 141, 142, 143, 150, 151, 152, 153, 154, 155, 156, 157, 163, 164, 165, 166, 167, 168, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 195], "isinvers": [145, 195], "isn": 196, "iso": 17, "isoformat": [125, 126], "isp": [114, 156], "isris": 133, "iss": [111, 187], "issatisfi": [131, 144, 148, 149, 195], "issu": 196, "iter": [6, 59, 92, 133, 162, 190], "iteration_count": [6, 92], "iterationcount": [133, 190, 195], "itrf": [111, 112, 117, 124], "its": [111, 112, 153, 166, 187, 196], "j2": [77, 78, 83, 84, 86, 111, 167, 178, 195], "j2000": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "j4": [78, 178, 195], "jacobian": [58, 161], "jpl": [56, 160, 196], "jupyt": 196, "k": [56, 123, 133, 160, 195], "keep": [112, 197], "kei": 56, "kepler": [56, 65, 72, 77, 79, 80, 81, 83, 84, 111, 113, 114, 116, 122, 123, 124, 125, 128, 167, 175, 183, 195, 196], "keplerian": [111, 122], "keplerian_model": [111, 122, 124], "kg": [42, 114, 126, 150], "kilogram": [51, 113, 118, 119, 120, 121, 123, 125, 126, 150], "kilomet": [56, 111, 113, 122, 123, 124, 125, 126, 127, 160], "kind": 115, "km": [56, 113, 114, 125, 177], "know": [118, 119, 120, 121], "kp": 113, "kp_constant_valu": 113, "kwarg": [4, 7, 35, 36, 38, 39, 40, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92, 118, 119, 120, 121], "l": [183, 184, 185], "lab": 196, "lakecolor": [112, 124], "lambda": [125, 126], "landcolor": [111, 112, 117, 124], "last": [11, 111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "lat": [111, 112, 116, 117, 122, 124], "lataxi": [112, 124], "latitud": [23, 65, 100, 101, 104, 111, 112, 117, 122, 124, 167], "latu": [77, 83, 84, 86, 186], "launch": 75, "launch_dat": [75, 177], "launchdat": [177, 195], "law": [5, 33, 55, 56, 123, 132, 143, 159, 160], "law_guidance_algorithm_partial_deriv": [56, 160], "layout": [26, 111, 112, 117, 122, 124], "leap": 196, "learn": 127, "legend_name_list": [118, 119, 120, 121], "len": [112, 117, 118, 119, 120, 121, 124], "length": [4, 11, 35, 36, 38, 39, 40, 56, 65, 75, 77, 78, 83, 84, 86, 107, 108, 111, 113, 117, 122, 123, 124, 125, 126, 127, 131, 137, 160, 167, 177, 178, 183, 184, 185, 186], "leo": [111, 112, 124], "let": [111, 112, 114, 115, 118, 119, 120, 121, 124], "level": [68, 170, 179], "leverag": 113, "lgpl": 196, "lib": [111, 118, 119, 120, 121, 127], "librari": 196, "like": [53, 116, 118, 119, 120, 121, 149, 196], "limit": 68, "linalg": [115, 117, 118, 119, 120, 121], "line": [88, 110, 111, 112, 114, 116, 117, 118, 119, 120, 121, 122, 124, 125, 126, 187, 196], "line_element_set": [88, 187], "linear": [81, 174], "linestr": [112, 124], "linestring2d": [112, 124], "link": [172, 196], "linspac": [122, 124], "list": [3, 7, 9, 11, 18, 19, 20, 22, 23, 28, 29, 30, 31, 32, 33, 39, 42, 43, 46, 48, 49, 58, 59, 64, 65, 66, 67, 68, 69, 70, 75, 79, 81, 88, 90, 92, 101, 104, 110, 112, 117, 130, 187], "list_ind": [118, 119, 120, 121], "listcomp": [111, 122], "lla": [22, 103, 105, 111, 112, 116, 117, 124], "lla_from_posit": 111, "lla_from_st": 111, "lo": 111, "load": [11, 75, 88, 134, 137, 154, 174, 177, 187, 195], "loc": 111, "local": [55, 61, 62, 63, 65, 111, 118, 119, 120, 121, 126, 127, 159, 163, 164, 165, 167, 196], "local_orbital_fram": 114, "local_orbital_frame_factori": 61, "local_time_at_descending_nod": [65, 127], "localhost": 196, "localorbitalframedirect": [55, 128, 159, 195], "localorbitalframefactori": [61, 114, 128, 163, 195], "localorbitalframetransformprovid": [128, 164, 195], "localthrustdirect": 159, "locat": [117, 125], "lof": [63, 165], "log": [92, 126, 190], "log_typ": 92, "logadapt": 92, "logconst": 92, "logger": 92, "logic": [5, 39, 132, 148, 160], "logical_connect": 148, "logicalcondit": [125, 128, 131, 195], "logtyp": [92, 118, 119, 120, 121, 123, 190], "lon": [111, 112, 116, 117, 122, 124], "lonaxi": [112, 124], "long": [77, 83], "longitud": [23, 65, 75, 100, 101, 104, 111, 112, 117, 122, 124, 167], "loop": [7, 46, 48, 49, 64, 65, 66], "loss": [2, 117], "loss_of_sign": 2, "lost": [2, 150], "low": [111, 170], "lower": [6, 133], "lower_bound": 6, "lvlh": [62, 63, 65, 164, 165, 167, 195], "lvlhgd": [63, 65, 165, 167, 195], "lvlhgdgt": [65, 167, 195], "lyapunov": [56, 160], "lyddan": [77, 83, 84, 183, 184, 185], "m": [3, 11, 28, 29, 30, 31, 32, 33, 42, 56, 58, 67, 68, 69, 70, 86, 90, 91, 92, 94, 95, 96, 97, 111, 118, 119, 120, 121, 123, 124, 127, 135, 150, 160, 195], "macro": 179, "made": 116, "magnet": [113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126], "magnetic_model": 116, "magnitud": [5, 55, 56, 150], "mai": 196, "main": 196, "mainli": 112, "maintain": 125, "major": [37, 56, 77, 83, 84, 86, 124, 146, 183, 184, 185, 186], "make": [70, 114, 171, 196], "make_shar": 170, "manag": [90, 112, 127], "maneuv": [66, 67, 68, 114, 121, 123, 126, 128, 168, 169, 170, 195], "maneuver": [11, 137, 195], "maneuver_condit": 125, "mani": 171, "manual": [122, 124, 179, 196], "map": [22, 111, 117, 122, 135, 160, 169, 196], "marker": [111, 116, 117, 122, 124], "mask": [9, 135], "mass": [11, 42, 44, 51, 52, 53, 67, 68, 91, 94, 95, 96, 97, 113, 114, 118, 119, 120, 121, 123, 125, 126, 137, 139, 142, 143, 150, 152, 156, 157, 158, 159, 169, 170, 189, 195, 196], "mass_flow_r": [42, 114], "mass_flow_rate_profil": 42, "mass_subset": 114, "massflowr": 156, "massflowrateprofil": 150, "mathangl": [112, 124], "mathemat": [5, 9, 31, 42, 43, 44, 49, 52, 53, 66, 69, 81, 92, 111, 112, 113, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 190, 196], "mathnumericalsolv": 190, "matric": 67, "matrix": [11, 67], "matrix3d": [52, 53, 157, 158, 160], "matrix53d": 160, "matrixxd": [11, 67, 137, 141, 161, 169], "max": 196, "max_elev": 2, "maxim": [56, 160], "maximum": [2, 6, 56, 59, 67, 68, 73, 117, 125, 133, 160, 162, 168, 169, 170, 190], "maximum_iteration_count": [6, 59], "maximum_propagation_dur": [67, 68, 125, 126], "maximum_propagation_duration_limit": 68, "maximumpropagationdur": [169, 170], "maximumrecommendedinterpolationinterv": [150, 195], "md": 196, "mean": [37, 75, 77, 83, 84, 86, 88, 125, 126, 146, 159, 183, 184, 185, 186, 187, 195], "mean_anomali": [37, 77, 83, 84, 86, 88], "mean_anomaly_from_eccentric_anomali": [77, 83, 84, 86], "mean_apogee_altitud": 75, "mean_apogee_altitude_km": 177, "mean_argument_of_perige": 75, "mean_argument_of_perigee_deg": 177, "mean_inclin": 75, "mean_inclination_deg": 177, "mean_longitude_ascending_nod": 75, "mean_longitude_ascending_node_deg": 177, "mean_mean_anomali": 75, "mean_mean_anomaly_deg": 177, "mean_mot": 88, "mean_motion_first_time_derivative_divided_by_two": 88, "mean_motion_second_time_derivative_divided_by_six": 88, "mean_perigee_altitud": 75, "mean_perigee_altitude_km": 177, "meananomali": [77, 83, 84, 86, 146, 186, 195], "meananomalyfromeccentricanomali": [186, 195], "meanapogeealtitud": [177, 195], "meanargumentofperige": [177, 195], "meaninclin": [177, 195], "meanlongitudeascendingnod": [177, 195], "meanmeananomali": [177, 195], "meanperigeealtitud": [177, 195], "meant": [53, 149, 158], "member": [2, 4, 11, 35, 36, 38, 39, 40, 56, 58, 63, 65, 67, 73, 77, 78, 83, 84, 86, 92, 130, 131, 133, 137, 160, 169, 170, 177, 190], "memori": 171, "meshgrid": [122, 124], "messag": [128, 195, 196], "message_for": 11, "message_id": 11, "messagefor": [137, 195], "messageid": [137, 195], "met": [59, 68, 92, 125, 131, 144, 145, 149, 162, 190], "meta": 69, "metadata": [11, 127, 137, 195], "meter": [51, 77, 83, 84, 86, 99, 101, 104, 111, 115, 116, 117, 118, 119, 120, 121, 124, 127, 134, 186], "meters_per_second": [115, 116, 118, 119, 120, 121], "method": [2, 3, 4, 5, 6, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109, 110, 114, 133, 176, 190], "microsecond": [9, 17, 162], "midnight": [113, 125, 126], "might": 117, "millisecond": [116, 161], "min": 196, "min_elevation_angl": 117, "minimim": 117, "minimum": [56, 73, 117], "minimum_periapsis_radiu": [56, 123], "minimumperiapsisradiu": 160, "minimumrecommendeddur": [150, 195], "minut": [9, 114, 117, 122, 125, 150, 162, 196], "miss": [11, 172], "miss_dist": 11, "missdist": [137, 195], "mission": [68, 75, 177, 196, 197], "mission_sequ": 196, "mission_tim": 75, "mission_time_": 177, "missiontim": [177, 195], "mit": 196, "mjd": 122, "mm": 177, "mode": [111, 112, 116, 117, 118, 119, 120, 121, 122, 124, 151], "model": [5, 7, 11, 29, 30, 32, 43, 56, 65, 72, 111, 112, 114, 117, 122, 123, 125, 126, 128, 134, 151, 167, 195, 196, 197], "modifi": 171, "modul": 117, "modulenotfounderror": 117, "momentum": [77, 83, 84, 86, 165, 186], "monoton": [56, 160], "moon": 125, "more": [7, 46, 48, 49, 64, 65, 66, 125, 170, 196], "most": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "motion": [77, 83, 84, 86, 88, 130, 157, 186, 187], "mount": 196, "mpl2": 196, "multipl": [7, 22, 39, 46, 48, 49, 64, 65, 66, 90, 117, 152, 170, 171], "multipli": [118, 119, 120, 121], "multiplication_factor": [118, 119, 120, 121], "must": [42, 111, 114, 116, 130, 138, 139, 140, 141, 142, 143, 150, 196], "mutabl": 131, "n": [11, 31, 42, 56, 58, 67, 123, 150, 160, 187, 195], "n_body_perturb": 11, "nadir": [43, 49, 112, 151, 155, 195], "nadir_point": [43, 49, 127], "nadir_position_n": 112, "nadir_target": 112, "nadir_target_lla": 112, "nadirpoint": [151, 155, 195], "name": [2, 3, 4, 5, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 63, 65, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 107, 108, 109, 115, 117, 118, 119, 120, 121, 125, 126, 127, 130, 131, 132, 138, 139, 142, 143, 144, 145, 148, 149, 151, 161, 169, 177, 187, 189, 191, 192, 193, 194, 195, 196], "nasa": [56, 160], "nbodyperturb": [137, 195], "ndarrai": [3, 5, 11, 18, 19, 20, 28, 29, 30, 31, 32, 33, 42, 46, 48, 49, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 107, 108, 109], "necessari": 196, "ned": [62, 63, 65, 111, 112, 117, 124, 164, 165, 167, 195], "ned_fram": [111, 112, 124], "neg": [36, 38, 40, 42, 126, 150], "negativecross": [35, 36, 38, 40, 144, 149, 195], "net": [56, 160], "new": [3, 4, 35, 36, 38, 39, 40, 53, 61, 66, 68, 70, 114, 158, 171, 172, 187], "newton": 51, "next": [73, 176, 196], "nlopt": 196, "nodal": [77, 83, 84, 86, 186], "node": [37, 65, 73, 75, 77, 83, 84, 86, 88, 124, 146, 167, 176, 186, 187], "nolog": [92, 118, 119, 120, 121, 123, 126], "non": [149, 168], "none": [4, 7, 9, 11, 22, 35, 36, 38, 39, 40, 65, 66, 68, 69, 70, 78, 79, 88, 90, 92, 103, 110, 111, 112, 114, 117, 122, 124, 127, 141, 178, 195], "norm": [115, 117, 118, 119, 120, 121], "normal": [62, 63, 65, 114, 165], "north": [62, 63, 65, 73, 165, 176], "note": 177, "notebook": [113, 114, 115, 116, 117, 123, 125, 196], "noth": 196, "now": [111, 114, 115, 118, 119, 120, 121, 122, 156, 174, 196], "np": [5, 18, 19, 20, 31, 52, 56, 58, 67, 69, 107, 108, 109, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "nrlmsise": 113, "nrlmsise00": [113, 125], "nu": [86, 111, 122, 124], "nullptr": 190, "number": [6, 11, 42, 59, 65, 66, 72, 73, 75, 78, 79, 80, 81, 88, 90, 92, 117, 133, 149, 150, 168, 170, 176, 179, 187, 188, 190], "numer": [66, 67, 68, 92, 118, 119, 120, 121, 126, 168, 169, 170, 179, 190, 196], "numerical_solv": [66, 67, 68, 113, 116, 118, 119, 120, 121, 123, 125, 126], "numericalsolv": [66, 67, 68, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 128, 130, 168, 169, 170, 195, 196], "numpi": [3, 5, 11, 28, 29, 30, 31, 32, 33, 42, 46, 48, 49, 52, 53, 55, 56, 58, 61, 62, 67, 69, 70, 77, 83, 84, 86, 90, 91, 92, 94, 95, 96, 97, 112, 113, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "o": [118, 119, 120, 121, 127, 196], "object": [2, 3, 4, 7, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 44, 52, 53, 61, 65, 66, 67, 68, 69, 70, 73, 78, 88, 92, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 129, 134, 137, 138, 139, 142, 146, 150, 151, 167, 176, 187, 190, 195], "object_count": 112, "object_design": 11, "object_nam": 11, "object_typ": 11, "object_type_from_str": 11, "objectdesign": [137, 195], "objectnam": [137, 195], "objects_data_arrai": 11, "objects_metadata_arrai": 11, "objecttyp": [11, 137, 195], "objecttypefromstr": [137, 195], "oblat": 78, "obsavail": [137, 195], "observ": [11, 92, 99, 100, 111, 190], "observations_avail": 11, "observations_us": 11, "observer_geometry_itrf": [112, 124], "obsus": [137, 195], "obtain": [111, 112, 124], "occupi": 188, "oceancolor": [112, 124], "od": 11, "omega": 86, "onc": [112, 169, 170, 196], "one": [42, 53, 91, 94, 95, 96, 97, 141, 150, 170, 189, 191, 192, 193, 194, 196], "onli": [53, 69, 112, 158, 168, 171, 196], "onto": 111, "open": [118, 119, 120, 121, 127], "openspacecollect": 196, "oper": [11, 112, 129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 176, 177, 178, 179, 180, 181, 182, 186, 187, 188, 189, 195], "operator_contact_posit": 11, "operator_email": 11, "operator_organ": 11, "operator_phon": 11, "operatorcontactposit": [137, 195], "operatoremail": [137, 195], "operatororgn": [137, 195], "operatorphon": [137, 195], "opm": [128, 195, 196], "opposit": [55, 165], "optim": 179, "option": [31, 42, 55, 66, 67, 68, 79, 81, 92, 110, 130, 132, 133, 138, 139, 140, 141, 142, 143, 150, 152, 156, 157, 158, 160, 161, 163, 168, 169, 170, 179, 186, 196], "orang": 111, "orbit": [11, 43, 49, 56, 61, 62, 63, 64, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 124, 125, 126, 127, 128, 132, 134, 146, 151, 155, 159, 160, 163, 164, 165, 166, 174, 195, 196, 197], "orbit_1": 117, "orbit_2": 117, "orbit_cent": 11, "orbit_data": [122, 124], "orbit_df": 122, "orbit_df_rms_posit": [118, 119, 120, 121], "orbit_df_rms_position_list": [118, 119, 120, 121], "orbit_df_rms_veloc": [118, 119, 120, 121], "orbit_df_rms_velocity_list": [118, 119, 120, 121], "orbit_plane_norm": 115, "orbital_el": 186, "orbital_fram": [112, 124], "orbital_frame_typ": [43, 49, 127], "orbital_model": 111, "orbitalframetyp": [43, 49], "orbitcent": [137, 195], "orbitmodel": [78, 79, 80, 81], "order": [114, 170, 188, 196], "orekit": [196, 197], "orekit_astrodynam": [118, 119, 120, 121, 196], "org": [11, 88, 134, 137, 148, 156, 167, 186, 187, 196], "organ": 11, "orient": [124, 196], "origin": [11, 124, 137, 195], "orthograph": [112, 124], "oscul": 123, "ostk": [111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 127, 128, 195, 196, 197], "ostk_stat": [118, 119, 120, 121], "ostk_states_compar": [118, 119, 120, 121], "ostk_states_compared_df": [118, 119, 120, 121], "ostream": [129, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187], "ot": [22, 69, 117], "other": [11, 33, 91, 94, 95, 96, 97, 117, 118, 119, 120, 121, 137, 183, 184, 185, 195, 196], "otherwis": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 61, 62, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 170, 171, 172], "our": [112, 125], "out": 125, "output": [91, 94, 95, 96, 97, 112, 114, 118, 119, 120, 121, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 177, 179, 186, 187, 196], "output_fram": [5, 55, 56], "outputfram": 160, "outputframesptr": [132, 159, 160], "over": [11, 59, 112, 117, 122, 162], "overload": [4, 7, 35, 36, 38, 39, 40, 58, 59, 65, 66, 69, 70, 77, 78, 79, 83, 84, 86, 88, 90, 92], "overrid": [138, 139, 140, 141, 142, 143, 144, 148, 149, 154, 155, 157, 159, 160, 165, 167, 173, 174, 178, 179, 180, 182, 183, 184, 185, 192, 193, 194], "packag": [111, 118, 119, 120, 121, 127, 196], "page": 196, "pair": [56, 65, 130, 136, 144, 167, 186], "panda": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "param": 64, "paramet": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 123, 125, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 176, 177, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196], "parent": [62, 77, 164, 190], "parent_fram": 62, "pars": [11, 75, 88, 111, 118, 119, 120, 121, 134, 137, 177, 187, 195], "part": [112, 114], "partial": [2, 73, 129, 176, 195], "particular": [91, 157, 189, 196], "pass": [65, 117, 125, 128, 167, 171, 195, 196], "passiv": [112, 124], "path": [7, 75, 88, 134, 187], "payload": [11, 127, 137, 177, 195], "pc": 11, "pd": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "pdf": [11, 137, 177], "penalti": 56, "per": [42, 51, 150], "percentag": [58, 161], "perform": [7, 46, 48, 49, 64, 65, 66, 113, 123, 162, 174, 190], "periapsi": [56, 65, 77, 83, 84, 86, 124, 125, 146, 167, 186], "periapsis_altitud": 65, "periapsis_weight": [56, 123], "periapsisweight": [160, 195], "perige": [37, 75, 77, 83, 84, 86, 88, 177, 187], "period": [11, 77, 83, 84, 86, 111, 183, 184, 185, 186], "permiss": 127, "perturb": [11, 78, 125, 161, 167], "perturbation_typ": 78, "perturbationtyp": [78, 111, 122, 124, 178, 195], "petropoulo": [56, 160], "phase": [73, 118, 119, 120, 121, 176, 195], "phi": [122, 124], "phi_grid": [122, 124], "phone": 11, "physic": [2, 3, 4, 5, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 134, 135, 152, 196], "pi": [122, 124], "pip": [127, 196], "plai": 196, "planet": 111, "platform": 197, "pleas": [77, 196], "plot": [22, 111, 112, 113, 114, 122, 124], "plotli": [111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "png": [113, 122, 123, 124, 125, 126], "point": [43, 49, 73, 88, 112, 113, 116, 118, 119, 120, 121, 123, 124, 125, 126, 139, 142, 143, 151, 155, 159, 165, 176, 187], "point2d": [112, 116, 124], "point3d": [112, 124], "point_coordin": 112, "point_itrf": [112, 124], "pointer": [148, 150, 151, 152, 157, 158, 163, 164, 165, 167, 168, 172, 179, 189], "pointingmod": [151, 195], "polygon": [112, 116, 124], "polygon2d": [112, 116, 124], "polygon3d": [112, 124], "polygons_l": 112, "portion": 112, "posit": [5, 7, 11, 18, 30, 36, 38, 40, 42, 55, 56, 62, 63, 65, 69, 75, 77, 83, 84, 86, 96, 97, 99, 100, 103, 105, 110, 111, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 126, 132, 134, 136, 137, 140, 151, 159, 160, 164, 165, 168, 171, 173, 177, 186, 193, 194, 195, 196], "position_coordin": [5, 55, 56], "position_it": [118, 119, 120, 121], "position_iter_m": [118, 119, 120, 121], "position_vector": 62, "positionderiv": [114, 121, 128, 130, 195, 196], "positivecross": [35, 36, 38, 40, 144, 149, 195], "possibl": 171, "post": 177, "pre": [69, 171], "precess": [77, 83, 84, 86, 186], "precis": 133, "prefer": 171, "prepar": 127, "present": 171, "pressur": 11, "previou": [4, 35, 36, 38, 39, 40, 131, 144, 149], "previous_st": [4, 35, 36, 38, 39, 40], "previousst": [131, 144, 148, 149], "print": [111, 115, 116, 117, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 195], "probabl": 11, "procedur": 196, "process": [148, 196], "produc": [58, 150, 161, 172], "profil": [31, 42, 110, 127, 128, 141, 150, 195, 196], "program": 69, "progress": 196, "project": [112, 124], "propag": [65, 67, 68, 72, 78, 80, 81, 114, 115, 116, 123, 125, 126, 128, 132, 169, 170, 175, 195, 196], "propagation_st": 123, "propel": 157, "propellant_mass": 123, "properti": [2, 4, 6, 11, 35, 36, 38, 39, 40, 56, 58, 63, 65, 67, 68, 73, 75, 77, 78, 83, 84, 86, 92, 114], "propuls": [51, 52, 53, 121, 156, 157, 158], "propulsion_system": [52, 53, 121, 123, 125, 126], "propulsionsystem": [52, 53, 121, 123, 125, 126, 128, 157, 158, 195], "provid": [3, 4, 35, 36, 38, 39, 40, 44, 49, 56, 63, 66, 67, 68, 72, 78, 79, 80, 86, 90, 111, 112, 113, 116, 124, 132, 141, 155, 160, 162, 164, 165, 169, 170, 176, 196], "proxim": [56, 117, 160], "pub": [11, 137], "public": [11, 56, 129, 130, 131, 132, 133, 134, 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], "publish": 196, "pure": [114, 130, 141], "purpos": 169, "push": 196, "put": 196, "px": [113, 114, 116, 123, 125, 126], "py": [111, 118, 119, 120, 121, 127], "pybind": 196, "pybind11": 196, "pybind11_object": [2, 3, 4, 5, 6, 7, 9, 11, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 51, 53, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 83, 84, 86, 88, 90, 91, 92], "pypa": 127, "pypi": 196, "pyramid": [112, 124], "pyramid_b": [112, 124], "python3": [111, 118, 119, 120, 121, 127], "q": [56, 127, 160], "q_b_gcrf": [112, 124], "q_b_orb": [112, 124], "q_gcrf_to_vnc": 114, "q_law": 125, "q_orb_gcrf": [112, 124], "qlaw": [125, 128, 132, 195, 197], "qsw": [62, 63, 65, 164, 165, 167, 195], "qualifi": 196, "quantiti": 196, "quasi": [62, 63, 65], "quaterion": 192, "quateriontocoordin": [192, 195], "quaternion": [19, 43, 49, 69, 94, 95, 112, 124, 151, 155, 171, 191, 192], "question": [183, 184, 185], "quickest": 196, "quiet": 127, "quotient": [56, 160], "r": [56, 122, 123, 124, 160, 195], "r_a": 86, "r_ecef_m": 177, "r_p": 86, "raan": [37, 77, 83, 84, 86, 88, 111, 122, 124, 146, 183, 184, 185, 186, 187, 195], "rad": 117, "rad2deg": 115, "radial": [77, 83, 84, 86, 186], "radian": [144, 186], "radiat": 11, "radiaul": 186, "radiu": [56, 77, 78, 83, 84, 86, 108, 167, 177, 186], "rais": [111, 118, 119, 120, 121, 125], "rang": [9, 35, 99, 100, 111, 112, 118, 119, 120, 121, 135, 144], "range_rang": [9, 111], "rate": [42, 51, 56, 126, 150, 156, 160, 186], "ration": [31, 66, 174], "re": [112, 124], "reach": [115, 190], "read": [3, 28, 29, 30, 31, 32, 33, 118, 119, 120, 121, 130, 138, 139, 140, 141, 142, 143], "read_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "reader": [118, 119, 120, 121], "readi": [102, 196], "readindex": [130, 195], "readstates": [130, 195], "real": [4, 5, 6, 9, 11, 35, 36, 38, 39, 40, 42, 51, 52, 53, 55, 56, 58, 67, 68, 75, 77, 78, 83, 84, 86, 88, 92, 115, 131, 132, 133, 135, 137, 144, 149, 150, 156, 157, 158, 159, 160, 161, 169, 170, 177, 178, 179, 183, 184, 185, 186, 187, 190], "realcondit": [36, 37, 38, 115, 125, 126, 128, 131, 145, 146, 147, 195], "realinterv": [9, 22, 111, 117], "realiz": 177, "recent": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "recommend": [11, 127, 196], "recommended_od_span": 11, "recommendedodspan": [137, 195], "rectum": [77, 83, 84, 86, 186], "recurs": 127, "red": [111, 122, 124, 127], "reduc": [70, 130, 138, 139, 140, 141, 142, 143, 171, 172, 195], "ref": [11, 56], "refer": [3, 11, 18, 20, 28, 29, 30, 31, 32, 33, 37, 55, 69, 70, 77, 83, 84, 86, 88, 91, 94, 95, 96, 97, 118, 119, 120, 121, 130, 131, 132, 134, 138, 139, 140, 141, 142, 150, 151, 152, 153, 156, 157, 158, 159, 160, 163, 166, 168, 171, 172, 179, 186, 187, 189, 191, 192, 193, 194], "referenc": [69, 171, 172], "reference_fram": 11, "reffram": [137, 195], "region": 112, "rel": [4, 11, 35, 36, 38, 39, 40, 56, 92, 126, 131, 137, 177, 190, 195, 196], "relat": [31, 91, 189, 190], "relative_effectivity_threshold": 56, "relative_metadata": 11, "relative_posit": 11, "relative_tim": 196, "relative_toler": 92, "relative_veloc": 11, "relativeeffectivitythreshold": [160, 195], "relativemetadata": [11, 137, 195], "relativeposit": [137, 195], "relativeveloc": [137, 195], "releas": 196, "relev": 196, "remov": 172, "render": 110, "repetit": [68, 170], "repetition_count": 68, "repo": 196, "report": 196, "repr": [111, 118, 119, 120, 121], "repres": [7, 65, 69, 111, 112, 131, 144, 145, 148, 149, 159, 169, 170, 171, 176, 186], "represent": [2, 35, 36, 38, 40, 73, 77, 78, 83, 84, 86, 176], "reptit": 170, "request": [92, 161], "requir": [6, 69, 92, 121, 127, 171, 196], "researchg": [56, 160], "residu": 11, "residuals_accept": 11, "residualsaccept": [137, 195], "resolut": 17, "resolv": [69, 127, 130, 171, 172, 189, 193, 194], "respect": [69, 94, 95, 96, 97, 113, 160, 171], "result": [127, 149, 169, 170, 189, 191, 192, 193, 194, 196], "return": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 99, 100, 101, 103, 104, 105, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 130, 131, 132, 133, 134, 135, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 176, 179, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194], "revolut": [65, 72, 73, 78, 79, 80, 81, 88, 176, 179, 187], "revolution_numb": [65, 73, 88], "revolution_number_at_epoch": 88, "rf": 197, "rgb": [22, 111, 112, 117, 122, 124], "rgba": [23, 111, 112, 117, 124], "rideshar": 177, "rideshare_payload_users_guid": 177, "right": [37, 77, 83, 84, 86, 88, 124, 146, 186, 187], "rise": [6, 133], "rm": 11, "rocket": 11, "rocketbodi": [11, 137, 195], "roll": [112, 124], "root": [6, 77, 83, 84, 86, 92, 115, 127, 133, 190, 195], "root_solv": 92, "root_solver_has_converg": 92, "rootsolv": [92, 128, 190, 195], "rootsolverhasconverg": [190, 195], "rootsolversolut": 6, "rotat": [43, 49, 69, 112, 124, 171], "rotate_vector": 114, "rotation_vector": [112, 124], "rotationvector": [112, 124], "row": [31, 118, 119, 120, 121, 141], "run": 127, "runge_kutta_dormand_prince_45": 196, "rungekutta4": [92, 123], "rungekuttacashkarp54": 92, "rungekuttadopri5": [92, 118, 119, 120, 121, 126], "rungekuttafehlberg78": 92, "runtim": 196, "runtimeerror": 114, "said": 125, "same": [31, 118, 119, 120, 121, 188, 196], "sample_s": 123, "sat_pass": 176, "satellit": [22, 33, 52, 53, 55, 62, 63, 65, 69, 88, 111, 115, 122, 132, 143, 157, 158, 171, 187, 196, 197], "satellite_1_coordin": 117, "satellite_1_pos_n": 117, "satellite_1_st": 117, "satellite_1_unit": 117, "satellite_2_coordin": 117, "satellite_2_pos_n": 117, "satellite_2_st": 117, "satellite_2_unit": 117, "satellite_geometri": [52, 113, 118, 119, 120, 121, 123, 125, 126], "satellite_interference_data": 117, "satellite_interference_df": 117, "satellite_nam": 88, "satellite_numb": 88, "satellite_orbit": [111, 112, 124], "satellite_orbit_geometry_df": 111, "satellite_pos_n": 117, "satellite_position_n": [112, 124], "satellite_system": [33, 53, 55, 113, 118, 119, 120, 121, 123, 125, 126], "satellite_trajectory_data": 117, "satellite_trajectory_df": 117, "satellitesystem": [33, 53, 55, 113, 118, 119, 120, 121, 123, 125, 126, 128, 143, 152, 158, 195, 196], "satellitesystembuild": [128, 195], "satisfi": [4, 35, 36, 38, 39, 40, 59, 67, 92, 126, 127, 131, 144, 148, 149, 169], "scale": [56, 111, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "scatter": [113, 114, 118, 119, 120, 121, 123, 125, 126], "scatter3d": [122, 124], "scatter_geo": 116, "scattergeo": [23, 111, 112, 117, 122, 124], "scenario": 197, "scenario001": [118, 196], "scenario002": 119, "scenario003": 120, "scenario004": 121, "scenariox": 196, "scene": [112, 122, 124], "scheme": [58, 174], "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": [137, 195], "screenexittim": [137, 195], "screenvolumefram": [137, 195], "screenvolumei": [137, 195], "screenvolumeshap": [137, 195], "screenvolumex": [137, 195], "screenvolumez": [137, 195], "script": 196, "search": 162, "search_interv": 117, "sec": [118, 119, 120, 121], "second": [51, 77, 83, 84, 86, 88, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 124, 126, 127, 150, 187, 189, 193, 194, 196], "second_lin": 88, "section": [52, 53, 126, 137, 157, 158, 196], "secular": [83, 183, 184], "sedr": [11, 137, 195], "seen": 117, "segment": [68, 126, 128, 170, 195, 196], "segment_solut": [68, 125, 126], "segment_typ": 67, "segmentarrai": 170, "segmentpropagationdurationlimit": 170, "segmentsolut": [67, 68, 170, 195], "segmenttyp": [169, 195], "select": [67, 111, 112], "self": [2, 3, 4, 5, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 114, 117], "semi": [37, 56, 77, 83, 84, 86, 124, 146, 183, 184, 185, 186], "semi_latus_rectum": [77, 83, 84, 86], "semi_major_axi": [37, 77, 83, 84, 86], "semilatu": [77, 83, 84, 86], "semimajoraxi": [77, 83, 84, 86, 123, 125, 146, 186, 195], "sensor": [107, 108, 110, 127, 197], "sensor_geometri": [112, 124], "sensor_project": 112, "separ": [117, 177], "sequenc": [75, 128, 195, 196, 197], "sequence_numb": [75, 177], "sequencenumb": [177, 195], "sequencesolut": 68, "sequenti": 125, "serv": [56, 160], "server": 196, "set": [7, 9, 39, 48, 53, 56, 59, 65, 66, 68, 69, 79, 88, 92, 111, 112, 113, 122, 158, 160, 162, 168, 169, 170, 179, 186, 187, 189, 193, 194, 196], "set_access_filt": 9, "set_aer_filt": 9, "set_cached_state_arrai": 79, "set_dynam": 66, "set_epoch": 88, "set_inst": [115, 116], "set_revolution_number_at_epoch": 88, "set_satellite_numb": 88, "set_state_filt": 9, "set_step": 9, "set_toler": 9, "setaccessfilt": [135, 195], "setaerfilt": [135, 195], "setcachedstatearrai": [179, 195], "setdynam": [168, 195], "setepoch": [187, 195], "setrevolutionnumberatepoch": [187, 195], "setsatellitenumb": [187, 195], "setstatefilt": [135, 195], "setstep": [135, 195], "settoler": [135, 195], "setup": [114, 115, 116, 127, 197], "sfu": 113, "sgp4": [65, 72, 78, 79, 81, 111, 112, 117, 124, 128, 175, 195, 196], "sgp4_model": [111, 112, 122], "shape": 11, "share": [70, 130, 132, 136, 138, 139, 140, 141, 142, 143, 146, 148, 150, 151, 153, 154, 155, 159, 160, 163, 164, 165, 167, 168, 169, 170, 171, 172, 183, 186, 188, 189, 191, 192, 193, 194], "shell": 196, "short": [77, 83, 84, 183, 184, 185], "shortcut": 111, "shortest": 179, "should": [168, 171, 179], "show": [22, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126], "show_orbital_track": [110, 127], "show_xyz_ax": 110, "showbackground": [122, 124], "showcountri": [112, 124], "showgrid": [112, 124], "showlak": [112, 124], "showland": [111, 112, 117, 124], "showlegend": [111, 112, 117, 118, 119, 120, 121, 122, 124], "shown": 196, "showocean": [112, 124], "showscal": [122, 124], "si": [77, 83, 84, 86, 156, 186], "sight": 117, "signal": [2, 117], "similar": 196, "similarli": 115, "simpl": 112, "simplest": 196, "simplifi": [53, 158, 196], "sin": [122, 124], "singl": [39, 171], "site": [111, 118, 119, 120, 121, 127], "six": [88, 127, 187], "size": [69, 91, 94, 95, 96, 97, 110, 111, 117, 122, 124, 130, 133, 160, 161, 162, 168, 170, 171, 188, 189, 190], "sma": [125, 126], "sma_condit": 125, "so": [53, 114, 177], "sol": [125, 126], "solar": [11, 197], "solar_radiation_pressur": 11, "solarradiationpressur": [137, 195], "solut": [6, 67, 68, 92, 115, 126, 133, 169, 170, 190, 195], "solv": [6, 59, 67, 68, 116, 126, 133, 162, 169, 170, 190, 195], "solve_to_condit": [68, 125], "solver": [6, 66, 67, 68, 77, 83, 84, 86, 92, 126, 128, 133, 168, 169, 170, 190, 195], "solvetocondit": [170, 195], "some": 111, "soon": 196, "sort": [42, 141, 150, 168, 179], "sourc": 196, "south": [73, 176], "space": [7, 127, 134, 183, 184, 185], "spacecraft": [42, 43, 56, 75, 138, 150, 151, 160, 196], "spacex": [128, 195, 196], "span": 11, "specif": [5, 42, 46, 48, 49, 51, 63, 67, 68, 113, 126, 132, 150, 156, 160, 165, 169, 170], "specifi": [11, 46, 48, 49, 53, 77, 83, 84, 86, 113, 158, 169, 172, 174, 196], "specific_impuls": [51, 67, 68, 156], "specific_impulse_si_unit": [51, 121, 123, 125, 126], "specificimpuls": 156, "spheric": [9, 111, 112, 114, 115, 116, 117, 118, 120, 121, 123, 124, 177, 196], "spline": 174, "squar": 51, "srp": 11, "ss": 177, "stackexchang": [183, 184, 185], "standalon": 196, "standard": 196, "start": [9, 11, 67, 68, 114, 116, 117, 126, 169, 170, 188, 190], "start_inst": [111, 112, 115, 116, 117, 118, 119, 120, 121, 122, 124, 127], "start_screen_period": 11, "start_stat": [118, 119, 120, 121], "startscreenperiod": [137, 195], "state": [3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 58, 64, 65, 66, 67, 68, 70, 72, 75, 77, 78, 79, 80, 81, 83, 84, 86, 100, 102, 104, 110, 111, 112, 114, 115, 116, 117, 118, 119, 120, 121, 122, 124, 128, 130, 131, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 151, 153, 154, 155, 161, 164, 166, 167, 168, 169, 170, 172, 173, 174, 175, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 195, 196, 197], "state_arrai": 79, "state_build": [69, 113, 118, 119, 120, 121, 123, 125, 126], "state_filt": [9, 117], "state_gcrf": 124, "state_ind": [118, 119, 120, 121], "state_lla": [112, 124], "state_logg": 92, "state_vector": [3, 33, 115], "statearrai": [134, 179], "statebuild": [69, 113, 118, 119, 120, 121, 123, 125, 126, 128, 171, 195], "statefilt": 117, "statelogg": [92, 190], "states_gcrf": 124, "states_line_str": [112, 124], "states_lla": [112, 124], "statetyp": 69, "statevector": 190, "static": [2, 3, 4, 6, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 49, 51, 52, 53, 55, 58, 61, 62, 65, 66, 67, 69, 70, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 128, 129, 130, 131, 133, 134, 135, 136, 137, 141, 144, 146, 149, 150, 151, 152, 154, 155, 156, 157, 158, 159, 160, 161, 163, 164, 165, 166, 167, 168, 169, 171, 172, 174, 176, 177, 178, 184, 185, 186, 187, 189, 190, 191, 192, 193, 194, 195, 196], "station": [22, 117, 197], "std": [129, 130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 190], "step": [9, 58, 59, 92, 110, 112, 117, 122, 124, 126, 127, 161, 162, 190, 196], "step_dur": 58, "step_percentag": 58, "stepper": [92, 126, 190], "stepper_typ": 92, "steppertyp": [92, 118, 119, 120, 121, 123, 190], "stevengj": 196, "stk": [176, 186], "stm": [58, 161], "stop": [125, 196], "stop_inst": 117, "storag": 177, "store": [42, 112, 150], "str": [2, 3, 4, 5, 11, 13, 15, 17, 22, 23, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 94, 95, 96, 97, 102, 107, 108, 109, 110, 111, 113, 114, 117], "strategi": [56, 160], "stream": [130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 156, 157, 158, 159, 160, 161, 163, 167, 168, 169, 170, 171, 172, 176, 179, 186, 187], "strictli": [36, 38, 40, 126], "strictlyneg": [36, 38, 40, 126, 149, 195], "strictlyposit": [36, 38, 40, 125, 126, 149, 195], "string": [2, 3, 4, 5, 11, 17, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 67, 73, 75, 77, 78, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 110, 129, 130, 131, 132, 137, 138, 139, 142, 143, 144, 145, 148, 149, 151, 153, 154, 155, 161, 165, 167, 169, 176, 177, 178, 186, 187, 189, 191, 192, 193, 194], "string_from_criterion": [35, 36, 38, 40], "string_from_el": [77, 83, 84, 86], "string_from_log_typ": 92, "string_from_perturbation_typ": 78, "string_from_phas": 73, "string_from_stepper_typ": 92, "string_from_typ": [2, 58, 73], "stringfromcriterion": [144, 149, 195], "stringfromel": [186, 195], "stringfromframetyp": [167, 195], "stringfromperturbationtyp": [178, 195], "stringfromphas": [176, 195], "stringfromtyp": [4, 35, 36, 38, 39, 40, 129, 131, 161, 165, 176, 195], "struct": [130, 131, 133, 137, 160, 169, 170, 177, 190], "structur": [130, 138, 139, 140, 141, 142, 143, 190, 196], "studi": 157, "sub": [59, 162], "subclass": [130, 131, 132, 134, 149, 152, 153, 166, 174, 175, 183, 186, 189], "subgeometri": 152, "subject": [130, 168], "submodul": 127, "subset": [3, 28, 29, 30, 31, 32, 33, 67, 69, 70, 90, 91, 94, 95, 96, 97, 114, 130, 138, 139, 140, 141, 142, 143, 169, 171, 172, 188, 189, 191, 192, 193, 194], "subset_1": [189, 193, 194], "subset_2": [189, 193, 194], "subtract": [91, 94, 95, 96, 97, 171, 189, 193, 194, 195], "suffic": 112, "sugar": 69, "sum": [91, 94, 95, 96, 97, 171], "sun": [65, 115, 116, 125, 167], "sun_synchron": [65, 111, 113, 123, 125, 126, 127], "sun_vector": 115, "sunsynchron": [167, 195], "super": 114, "support": 174, "surfac": [52, 53, 91, 94, 95, 96, 97, 112, 122, 124, 126, 157, 158, 167, 189], "surface_area": [91, 94, 95, 96, 97, 113, 118, 119, 120, 121, 125, 126], "surfacearea": [157, 189, 195], "svg": [111, 112, 114, 116, 117, 118, 119, 120, 121, 124], "switch": 162, "sy": 127, "synchron": [65, 167], "syntact": 69, "system": [33, 55, 69, 92, 118, 119, 120, 121, 127, 128, 130, 143, 171, 190, 195, 196], "system_of_equ": 92, "systemofequationswrapp": [130, 190], "t": [118, 119, 120, 121, 125, 168, 196], "tab": 196, "tabl": 122, "tabul": [42, 65, 116, 126, 128, 130, 134, 150, 153, 166, 168, 175, 195, 196], "tabulated_dynam": 42, "tabulateddynam": [150, 195], "tabulateddynamicssptr": 150, "take": [122, 190, 196], "taken": [168, 172], "target": [4, 35, 36, 37, 38, 39, 40, 56, 99, 110, 115, 125, 126, 131, 132, 144, 146, 148, 149, 151, 160, 195], "target_angl": 35, "target_co": [56, 123, 125], "target_coordin": 112, "target_geometri": [112, 116], "target_intersect": 112, "target_intersection_df": 112, "target_lla": 124, "target_posit": 124, "target_position_n": 124, "target_rang": 35, "target_valu": [4, 40, 125, 126], "tca": [111, 137, 195], "teh": 69, "templat": [69, 153, 166, 172], "tempor": [59, 162], "temporalconditionsolv": [116, 128, 195], "tensor": [52, 53, 126, 157, 158], "term": [88, 187], "termin": 67, "tessil": 196, "text": 86, "than": [7, 46, 48, 49, 64, 65, 66, 125, 196], "thei": [31, 196], "them": [168, 196], "themselv": 117, "ther": 90, "theta": [122, 124, 160], "theta_grid": [122, 124], "thetarhtogcrf": [160, 195], "thi": [2, 39, 44, 53, 56, 67, 68, 69, 70, 77, 91, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 130, 138, 139, 140, 141, 142, 143, 157, 158, 162, 168, 169, 170, 171, 176, 179, 187, 190, 196], "third": [32, 125, 126, 142], "thirdbodygrav": [128, 130, 195, 196], "those": [112, 196], "threshold": 56, "through": [7, 134], "throw": 196, "thrust": [5, 11, 42, 51, 55, 56, 121, 125, 126, 132, 143, 150, 156, 159, 160, 197], "thrust_acceler": [5, 11, 55, 56], "thrust_condit": 126, "thrust_direct": 55, "thrust_si_unit": [51, 121, 123, 125, 126], "thrustacceler": [137, 195], "thruster": [67, 68, 114, 121, 123, 125, 126, 128, 130, 132, 159, 169, 170, 195], "thruster_dynam": [67, 68, 114, 125, 126], "thrusterdynam": [67, 114], "tide": 11, "till": [116, 125, 126], "time": [2, 3, 4, 5, 7, 9, 11, 17, 28, 29, 30, 31, 32, 33, 36, 38, 40, 42, 43, 46, 48, 49, 55, 56, 58, 59, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 91, 92, 94, 95, 96, 97, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 131, 134, 135, 144, 149, 162, 167, 168, 177, 179, 187, 190, 196], "time_last_observation_end": 11, "time_last_observation_start": 11, "time_of_closest_approach": [2, 11], "time_step": [59, 92, 116], "timedelta": 14, "timelastobend": [137, 195], "timelastobstart": [137, 195], "timespec": 17, "tip": 196, "titl": [111, 112, 113, 114, 117, 118, 119, 120, 121, 122, 123, 124, 125], "title_prefix": [118, 119, 120, 121], "title_text": [118, 119, 120, 121], "tle": [80, 111, 112, 117, 122, 128, 180, 181, 195, 196], "tle_1": 117, "tle_2": 117, "tmp": 127, "tnw": [62, 63, 65, 164, 165, 167, 195], "to_cartesian": [111, 124], "to_co": [77, 83, 84], "to_dataframe_rm": [118, 119, 120, 121], "to_fram": [91, 94, 95, 96, 97], "to_norm": [112, 124], "to_posit": [99, 111], "to_stat": 75, "to_str": 115, "to_tabulated_dynam": 42, "to_trajectori": 9, "toc": 0, "toco": [183, 184, 185, 195], "tofram": [191, 192, 193, 194], "toframesptr": 189, "togeth": 53, "token": 127, "toler": [6, 9, 56, 59, 77, 83, 84, 86, 92, 116, 117, 126, 133, 162, 186, 190], "tolist": [113, 118, 119, 120, 121, 123, 125, 126], "tool": [118, 119, 120, 121, 196], "top": 69, "topocentr": [62, 63, 65], "tostat": [177, 195], "totabulateddynam": [150, 195], "total": [90, 117, 126, 188], "tqdm": 117, "trace": [122, 124], "traceback": [111, 114, 117, 118, 119, 120, 121, 122, 125, 126], "track": [11, 55, 65, 110, 112, 114, 121], "tracks_avail": 11, "tracks_us": 11, "tracksavail": [137, 195], "tracksus": [137, 195], "traitlet": 127, "trajectori": [2, 3, 4, 9, 11, 22, 28, 29, 30, 31, 32, 33, 35, 36, 38, 39, 40, 43, 46, 48, 49, 55, 56, 58, 101, 111, 112, 113, 114, 115, 116, 117, 122, 123, 124, 125, 126, 127, 128, 135, 136, 151, 155, 195, 196], "trajectory_step": [22, 117], "transform": [43, 63, 69, 112, 124, 128, 153, 164, 165, 171, 189, 191, 192, 193, 194, 195, 196], "transpos": 124, "tri": 114, "true": [2, 3, 4, 7, 9, 11, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 55, 56, 61, 62, 63, 64, 65, 66, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 92, 111, 112, 115, 117, 118, 119, 120, 121, 122, 124, 126, 127, 130, 131, 132, 133, 134, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 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, 183, 186, 187, 188, 189, 195], "true_anomali": [37, 77, 83, 84, 86], "true_anomaly_from_eccentric_anomali": [77, 83, 84, 86], "true_anomaly_from_mean_anomali": [77, 83, 84, 86], "trueanomali": [77, 83, 84, 86, 146, 186, 195], "trueanomalyfromeccentricanomali": [186, 195], "trueanomalyfrommeananomali": [186, 195], "tupl": [16, 18, 19, 20, 35, 56, 65, 77, 83, 84, 86, 92, 99, 100, 101, 102, 104, 107, 108, 109, 111, 160], "tutori": [111, 112, 118, 119, 120, 121, 122, 124], "tuxfamili": 196, "two": [2, 53, 88, 110, 111, 114, 115, 117, 122, 158, 171, 187, 189, 193, 194, 196], "type": [2, 3, 4, 5, 6, 7, 9, 11, 13, 14, 15, 16, 17, 18, 19, 20, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 39, 40, 42, 43, 44, 46, 48, 49, 51, 52, 53, 55, 56, 58, 59, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 75, 77, 78, 79, 80, 81, 83, 84, 86, 88, 90, 91, 92, 94, 95, 96, 97, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 129, 131, 137, 141, 144, 148, 149, 150, 151, 153, 155, 160, 161, 162, 164, 165, 166, 167, 168, 169, 174, 176, 178, 182, 186, 187, 190, 195, 196], "typedef": [162, 167, 186], "typeerror": 122, "u": [112, 196], "undefin": [2, 7, 9, 11, 43, 44, 49, 51, 52, 56, 61, 62, 63, 65, 69, 70, 73, 75, 77, 83, 84, 86, 88, 92, 113, 114, 115, 116, 118, 119, 120, 121, 123, 125, 126, 129, 134, 135, 137, 151, 152, 155, 156, 157, 160, 163, 164, 165, 167, 168, 170, 171, 172, 176, 177, 184, 185, 186, 187, 190, 195], "under": [66, 126, 171, 196], "underli": [153, 166], "undesir": 190, "uniqu": 189, "unit": [2, 4, 11, 35, 36, 37, 38, 39, 40, 42, 44, 51, 52, 53, 56, 65, 67, 68, 69, 75, 77, 78, 83, 84, 86, 88, 111, 112, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 150, 156, 163, 171, 186], "unknown": [11, 125, 137, 195], "until": [68, 92, 190], "up": [62, 66, 112, 113, 117, 122, 124, 169, 170, 196], "updat": [117, 122, 127, 131, 148], "update_layout": [118, 119, 120, 121], "update_xax": [118, 119, 120, 121], "update_yax": [118, 119, 120, 121], "updatetarget": [131, 148, 195], "upper": [6, 133], "upper_bound": 6, "us": [0, 6, 11, 31, 33, 39, 42, 53, 56, 58, 66, 67, 68, 77, 86, 92, 111, 112, 113, 114, 118, 119, 120, 121, 122, 123, 124, 127, 132, 141, 144, 145, 146, 147, 149, 150, 161, 162, 168, 169, 170, 171, 172, 174, 179, 190, 196], "user": [127, 171], "usr": [111, 118, 119, 120, 121, 127], "usual": 111, "utc": [111, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 196], "util": [69, 111, 122, 171, 179], "v": [42, 67, 68, 125, 169, 170], "v_": 122, "v_ecef_m_per_": 177, "valid": 197, "valu": [2, 4, 11, 13, 14, 15, 16, 17, 18, 19, 20, 35, 36, 38, 39, 40, 42, 53, 56, 58, 63, 65, 67, 73, 77, 78, 83, 84, 86, 91, 92, 101, 102, 113, 115, 125, 126, 129, 131, 137, 144, 145, 148, 149, 151, 156, 158, 160, 161, 163, 165, 167, 169, 176, 178, 186, 189, 191, 192, 193, 194, 195, 196], "valueerror": [111, 118, 119, 120, 121], "valueoffset": [131, 195], "variabl": [114, 170], "variat": [83, 84, 183, 184, 185], "variou": [68, 122, 176], "vecctor": 188, "vector": [3, 4, 28, 29, 30, 31, 32, 33, 55, 61, 62, 77, 83, 84, 86, 90, 130, 131, 138, 139, 140, 141, 142, 143, 160, 163, 164, 165, 177, 186, 188, 192], "vector3d": [61, 132, 150, 159, 160, 163, 164, 165, 171], "vector5d": 160, "vector6d": [77, 83, 84, 86, 160, 186], "vectorxd": [70, 130, 138, 139, 140, 141, 142, 143, 161, 171, 172, 188, 189, 191, 192, 193, 194], "vehicl": 165, "vehsat_coordtype_class": 186, "veloc": [5, 11, 20, 55, 56, 62, 63, 65, 69, 75, 77, 83, 84, 86, 94, 97, 114, 115, 116, 118, 119, 120, 121, 132, 137, 140, 159, 160, 164, 165, 171, 177, 186, 191, 194, 195, 196], "velocity_coordin": [5, 55, 56], "velocity_direct": 55, "velocity_it": [118, 119, 120, 121], "velocity_iter_m": [118, 119, 120, 121], "velocity_vector": 62, "velocitydirect": 159, "venv": 127, "verbos": [68, 125, 126, 170, 190], "verifi": 114, "version": [11, 196], "vertic": [62, 63, 65, 165], "via": 196, "viewer": 127, "viridi": [122, 124], "virtual": [3, 114, 127, 130, 131, 132, 133, 134, 138, 139, 140, 141, 142, 143, 144, 145, 147, 148, 149, 151, 152, 153, 154, 155, 157, 159, 160, 165, 166, 167, 173, 174, 175, 178, 179, 180, 182, 183, 184, 185, 186, 189, 191, 192, 193, 194], "visibl": [2, 111, 129], "visual": 197, "vnc": [62, 63, 65, 114, 126, 164, 165, 167, 195], "vo": 176, "void": [130, 131, 132, 133, 134, 135, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 163, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 186, 187, 190], "volum": 11, "vvlh": [62, 63, 65, 112, 124, 127, 164, 165, 167, 195], "vx": 196, "vy": 196, "vz": [73, 196], "wa": [75, 170, 188], "wai": [53, 158, 196], "want": [53, 158, 190, 196], "warn": 127, "we": [111, 112, 113, 114, 115, 116, 118, 119, 120, 121, 122, 123, 124, 125, 196], "weight": [11, 56], "weighted_rm": 11, "weightedrm": [137, 195], "welcom": 196, "well": [111, 112, 117], "were": [122, 170, 196], "west": [62, 63, 65], "wet": 123, "wet_mass": [121, 123, 125, 126], "wgs84": 177, "what": [115, 118, 119, 120, 121, 183, 184, 185], "when": [2, 35, 67, 68, 115, 117, 125, 144, 170, 171, 187, 196], "where": [111, 131, 144, 145, 149, 196], "whether": [6, 36, 67, 68, 92, 110, 131, 133, 144, 145, 148, 149, 159, 171, 172, 176, 190], "which": [3, 42, 46, 48, 49, 58, 59, 67, 68, 69, 72, 75, 77, 83, 84, 86, 111, 112, 115, 117, 124, 130, 132, 138, 139, 140, 141, 142, 143, 146, 150, 159, 162, 171, 172, 176, 189, 191, 192, 193, 194, 196], "while": 125, "who": 157, "whose": 196, "width": [110, 111, 112, 113, 114, 116, 117, 122, 123, 124, 125, 126], "wiki": [88, 134, 148, 156, 167, 186, 187], "wikipedia": [88, 134, 148, 156, 167, 186, 187], "window": 197, "wise": 189, "with_area": 53, "with_cross_sectional_surface_area": 53, "with_drag_coeffici": 53, "with_dry_mass": 53, "with_geometri": 53, "with_inertia_tensor": 53, "with_propulsion_system": 53, "witharea": 158, "withcrosssectionalsurfacearea": [158, 195], "withdragcoeffici": [158, 195], "withdrymass": [158, 195], "withgeometri": [158, 195], "within": [35, 111, 114, 117, 144, 162, 196], "within_rang": 35, "withinertiatensor": [158, 195], "withinrang": [35, 144, 195], "without": [157, 172], "withpropulsionsystem": [158, 195], "won": [118, 119, 120, 121], "work": [144, 196], "world": [22, 62, 117, 122], "wrap": 144, "wrapper": [130, 196], "write": [3, 28, 29, 30, 31, 32, 33, 67, 130, 138, 139, 140, 141, 142, 143, 196], "write_coordinate_subset": [3, 28, 29, 30, 31, 32, 33], "writeindex": [130, 195], "wrt": 167, "wth": 196, "www": [56, 160], "x": [11, 28, 29, 30, 31, 32, 53, 112, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 130, 138, 139, 140, 141, 142, 143, 158, 165, 196], "x86_64": 196, "x_": 122, "x_half_angl": 108, "xaxi": [122, 124], "xx": 177, "xxx": 177, "xxxx": 177, "xxxxxx": 177, "xyz": [110, 192], "y": [11, 53, 112, 113, 114, 116, 118, 119, 120, 121, 122, 123, 124, 125, 126, 158, 165, 196], "y_half_angl": 108, "yaml": 196, "yaxi": [122, 124], "you": [53, 118, 119, 120, 121, 158, 196], "your": [53, 116, 196], "yyyi": 177, "z": [11, 73, 122, 124, 125, 165, 196], "zarya": [111, 187], "zaxi": [122, 124], "zero": [6, 56, 65, 133, 160, 167], "zerolinecolor": [122, 124], "zip": 124, "zonal": [77, 83, 84, 86]}, "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_duration", "ostk.astrodynamics.converters.coerce_to_instant", "ostk.astrodynamics.converters.coerce_to_interval", "ostk.astrodynamics.converters.coerce_to_iso", "ostk.astrodynamics.converters.coerce_to_position", "ostk.astrodynamics.converters.coerce_to_quaternion", "ostk.astrodynamics.converters.coerce_to_velocity", "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_time_lla_aer_state", "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", "Altitude + Eccentricity Station-keeping Sequence", "Station-keeping Sequence", "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::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": 118, "2": 119, "3": 120, "4": 121, "access": [2, 8, 9, 111, 117, 129, 135, 136], "accessesplot": 22, "accuraci": 196, "against": [118, 119, 120, 121], "altern": 196, "altitud": 125, "analysi": 117, "angl": 115, "angularcondit": [35, 144], "angularveloc": [94, 191], "api": [128, 198], "area": 112, "ascend": 123, "ascens": 123, "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, 129, 130, 131, 132, 133, 134, 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, 196], "atmospher": 113, "atmosphericdrag": [28, 138], "attitudequaternion": [95, 192], "axi": 123, "benchmark": 196, "beta": 115, "blm": [183, 184, 185], "booleancondit": [36, 145], "brouwerlyddanemean": [77, 82, 83, 84, 183], "brouwerlyddanemeanlong": [83, 184], "brouwerlyddanemeanshort": [84, 185], "build": 196, "c": [128, 196], "cartesianposit": [96, 193], "cartesianveloc": [97, 194], "ccsd": [10, 11, 137], "cdm": [11, 137], "centralbodygrav": [29, 139], "cesium": 127, "class": [129, 130, 131, 132, 133, 134, 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], "coast": 125, "coe": [86, 186], "coecondit": [37, 146], "coerce_to_datetim": 13, "coerce_to_dur": 14, "coerce_to_inst": 15, "coerce_to_interv": 16, "coerce_to_iso": 17, "coerce_to_posit": 18, "coerce_to_quaternion": 19, "coerce_to_veloc": 20, "comparison": [118, 119, 120, 121], "comput": [111, 112, 122, 124], "compute_a": 99, "compute_time_lla_aer_st": 100, "compute_trajectory_geometri": 101, "condit": [115, 116], "conicsensor": 107, "conjunct": [10, 11, 137], "constant": [113, 114], "constantthrust": [55, 159], "contribut": 196, "convert": [12, 13, 14, 15, 16, 17, 18, 19, 20], "convert_st": 102, "convert_to_ground_track_plotting_data": 23, "coordinate_subset": [93, 94, 95, 96, 97], "coordinatebrok": [90, 188], "coordinatesubset": [91, 189, 191, 192, 193, 194], "coverag": 112, "creat": 116, "create_2d_map": 24, "create_3d_glob": 25, "create_plotly_figur": 26, "cross": [118, 119, 120, 121, 196], "custom": [115, 116], "debian": 196, "defin": [116, 117], "definit": 196, "densiti": 113, "depend": 196, "develop": 196, "displai": [21, 22, 23, 24, 25, 26], "docker": 196, "document": [128, 196, 198], "dynam": [3, 27, 28, 29, 30, 31, 32, 33, 113, 114, 126, 130, 138, 139, 140, 141, 142, 143], "ecc": 123, "eccentr": [123, 125], "eclips": 115, "environ": [111, 112, 123, 124, 125, 196], "error": [118, 119, 120, 121], "event": 115, "event_condit": [34, 35, 36, 37, 38, 39, 40], "eventcondit": [4, 131, 144, 145, 146, 147, 148, 149], "exampl": 0, "file": [118, 119, 120, 121], "filter": 117, "find": 117, "finitedifferencesolv": [58, 161], "flight": [41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 150, 151, 152, 153, 154, 155, 156, 157, 158], "flux": 113, "frame": [118, 119, 120, 121], "function": 123, "gcrf": [118, 119, 120, 121], "gener": [9, 116, 135], "generatorcontext": 136, "geomagnet": 113, "get": 196, "gmat": [118, 119, 120, 121], "guidance_law": [54, 55, 56], "guidancelaw": [5, 132, 159, 160], "imag": 196, "impl": 181, "inc": 123, "inclin": 123, "index": 113, "initi": [113, 123, 125, 126], "input": [113, 123, 125, 126], "instal": 196, "instantcondit": [38, 147], "interfer": 117, "intersect": 112, "ipython": 196, "jupyterlab": 196, "keep": [123, 125, 126], "kepler": [78, 85, 86, 178, 186], "licens": 196, "list": 195, "lla_from_posit": 103, "lla_from_st": 104, "localorbitalframedirect": [61, 163], "localorbitalframefactori": [62, 164], "localorbitalframetransformprovid": [63, 165], "logicalcondit": [39, 148], "major": 123, "maneuv": [42, 125, 150], "messag": [10, 11, 74, 75, 137, 177], "mission": [118, 119, 120, 121], "model": [46, 47, 48, 49, 64, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 113, 116, 124, 153, 154, 155, 166, 173, 174, 175, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "multipl": 123, "node": 123, "notebook": 197, "numericalsolv": [92, 190], "open": 196, "opm": [75, 177], "orbit": [65, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 122, 123, 167, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187], "orbitmodel": 72, "orekit": [118, 119, 120, 121], "origin": 111, "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, 118, 119, 120, 121, 129, 130, 131, 132, 133, 134, 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], "our": 116, "output": [111, 122], "pass": [73, 176], "platform": [118, 119, 120, 121], "plot": [117, 118, 119, 120, 121], "position_from_lla": 105, "positionderiv": [30, 140], "process": [118, 119, 120, 121], "profil": [43, 45, 46, 47, 48, 49, 151, 153, 154, 155], "propag": [66, 79, 113, 118, 119, 120, 121, 168, 179], "propulsionsystem": [51, 156], "python": [196, 198], "qlaw": [56, 123, 160], "raan": 123, "realcondit": [40, 149], "rectangularsensor": 108, "result": [118, 119, 120, 121], "rf": 117, "right": 123, "rm": [118, 119, 120, 121], "rootsolv": [6, 133], "run": [117, 118, 119, 120, 121, 196], "satellit": [112, 113, 117, 123, 124, 125, 126, 127], "satellitesystem": [52, 157], "satellitesystembuild": [53, 158], "scenario": [117, 118, 119, 120, 121, 196], "segment": [67, 125, 169], "semi": 123, "sensor": [109, 112, 124], "sequenc": [68, 118, 119, 120, 121, 125, 126, 170], "set": [118, 119, 120, 121], "setup": [0, 111, 112, 113, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 196], "sgp4": [80, 87, 88, 122, 180, 181, 187], "sma": 123, "solar": 113, "solver": [57, 58, 59, 116, 161, 162], "space": 196, "spacex": [74, 75, 177], "special": 196, "start": 196, "state": [69, 89, 90, 91, 92, 93, 94, 95, 96, 97, 113, 123, 125, 126, 127, 171, 188, 189, 190, 191, 192, 193, 194], "statebuild": [70, 172], "static": 173, "station": [123, 125, 126], "system": [44, 50, 51, 52, 53, 113, 123, 125, 126, 152, 156, 157, 158], "tabul": [31, 48, 81, 141, 154, 174, 182], "target": [111, 112, 123, 124], "temporalconditionsolv": [59, 162], "test": 196, "thank": 196, "thirdbodygrav": [32, 142], "thrust": 114, "thruster": [33, 143], "tle": [88, 187], "toler": 196, "toolkit": 196, "trajectori": [7, 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, 118, 119, 120, 121, 134, 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], "transform": [49, 155], "tutori": [0, 196, 197], "ubuntu": 196, "up": [118, 119, 120, 121], "user": [113, 123, 125, 126], "util": [98, 99, 100, 101, 102, 103, 104, 105, 123], "v": [118, 119, 120, 121], "valid": [118, 119, 120, 121, 196], "viewer": [106, 107, 108, 109, 110], "visual": [112, 124, 127], "window": 116}}) \ No newline at end of file diff --git a/_build/html/sitemap.xml b/_build/html/sitemap.xml index 67d942bcb..22e156406 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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.EventCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.GuidanceLaw.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.RootSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Trajectory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.Generator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_plotly_figure.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_duration.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_instant.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_interval.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_iso.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_position.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Thruster.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.AccessesPlot.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.AngularCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_2d_map.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_3d_globe.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.COECondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.InstantCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.QLaw.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.RealCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Maneuver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.System.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.Model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Transform.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Propagator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Segment.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Sequence.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.State.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.StateBuilder.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.convert_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_position.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.position_from_lla.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.ConicSensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.RectangularSensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Sensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Viewer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Access Computation.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Area Coverage.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_aer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-keeping Sequence.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Visualize Satellite Trajectory (Cesium).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Thrust Dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Event Condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Window Generation.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Find RF Interference Accesses.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Orbit Computation.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/classlist.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/QLaw-examples.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlindex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlnotebook.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpython.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Sensor Modeling.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence [QLaw].htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlgenindex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpy-modindex.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.EventCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.GuidanceLaw.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.RootSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.Trajectory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.access.Generator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.conjunction.message.ccsds.CDM.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_plotly_figure.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.AtmosphericDrag.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.CentralBodyGravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.PositionDerivative.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_datetime.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_duration.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_instant.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_interval.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_iso.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_position.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.ThirdBodyGravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_quaternion.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.converters.coerce_to_velocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.dynamics.Thruster.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.AccessesPlot.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.convert_to_ground_track_plotting_data.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.PropulsionSystem.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_2d_map.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.AngularCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.display.create_3d_globe.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystem.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.BooleanCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.SatelliteSystemBuilder.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.COECondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.InstantCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.ConstantThrust.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.LogicalCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.guidance_law.QLaw.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.event_condition.RealCondition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Maneuver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.FiniteDifferenceSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.Profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.solver.TemporalConditionSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.System.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameDirection.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.Model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameFactory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.profile.model.Transform.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.LocalOrbitalFrameTransformProvider.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.flight.system.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Propagator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Segment.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.Sequence.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.BrouwerLyddaneMean.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.State.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.StateBuilder.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.OrbitModel.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.Pass.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Kepler.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.message.spacex.OPM.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Propagated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.SGP4.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.Tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_trajectory_geometry.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.convert_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_position.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanLong.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.lla_from_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.position_from_lla.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.ConicSensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.RectangularSensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.brouwerLyddaneMean.BrouwerLyddaneMeanShort.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Sensor.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.viewer.Viewer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Access Computation.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Area Coverage.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.kepler.COE.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.orbit.model.sgp4.TLE.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Flux and Geomagnetic Index NRLMSISE-00.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateBroker.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.CoordinateSubset.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.NumericalSolver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AngularVelocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Constant Thrust Dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.AttitudeQuaternion.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianPosition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.trajectory.state.coordinate_subset.CartesianVelocity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_aer.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_autosummary/ostk.astrodynamics.utilities.compute_time_lla_aer_state.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-keeping Sequence.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Visualize Satellite Trajectory (Cesium).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_access.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Event Condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_dynamics.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_event_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Custom Window Generation.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_guidance_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_root_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_profile.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1_trajectory.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Find RF Interference Accesses.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_system.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1profile_1_1_model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1access_1_1_generator_context.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_atmospheric_drag.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 1).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_constant_thrust.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_central_body_gravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1guidancelaw_1_1_q_law.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_position_derivative.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_tabulated.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_finite_difference_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_third_body_gravity.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1dynamics_1_1_thruster.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1solver_1_1_temporal_condition_solver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_angular_condition.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_boolean_condition.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 2).htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_instant_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_model.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_logical_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1eventcondition_1_1_real_condition.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_orbit.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1flight_1_1_maneuver.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_propagator.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_pass.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_segment.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 3).htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_sequence.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1_state_builder.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/OSTk Cross Platform Validation (Mission Sequence Scenario 4).htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_static.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1model_1_1_tabulated.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/class/classostk_1_1astrodynamics_1_1trajectory_1_1orbit_1_1_model.htmlhttps://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.htmlhttps://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.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Orbit Computation.htmlhttps://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.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlcpp_rst/classlist.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlindex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlnotebook.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpython.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/QLaw-examples.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Sensor Modeling.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.html_notebooks/Station-Keeping Sequence [QLaw].htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlgenindex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlpy-modindex.htmlhttps://open-space-collective.github.io/open-space-toolkit-astrodynamics/html/index.htmlsearch.html \ No newline at end of file diff --git a/_build/jupyter_execute/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg b/_build/jupyter_execute/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg similarity index 99% rename from _build/jupyter_execute/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg rename to _build/jupyter_execute/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg index f47f7f497..97bf164d2 100644 --- a/_build/jupyter_execute/0dcaf71eae73f82ba16dadc6633b510fc12755a25213d93c591e7f7775dea9f4.svg +++ b/_build/jupyter_execute/251d0b9a31af6b6720287c14f538774fae13bcc2acd660f63ac617340e6f43ec.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/html/_images/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg b/_build/jupyter_execute/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg similarity index 99% rename from _build/html/_images/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg rename to _build/jupyter_execute/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg index 65eeb08bd..83b0009a7 100644 --- a/_build/html/_images/772229b5152bc471f04e4c34e117cbc3aaf22fbf33e10496b9f4e4883bc8f1ea.svg +++ b/_build/jupyter_execute/347ce6263d6bdb7d60f3f9bf82f1b29df474c9e16f49d3241a1c47b87f2af987.svg @@ -1 +1 @@ -trace 1 \ No newline at end of file +trace 1 \ No newline at end of file diff --git a/_build/html/_images/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg b/_build/jupyter_execute/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg similarity index 99% rename from _build/html/_images/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg rename to _build/jupyter_execute/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg index 1357ea445..57646fc6c 100644 --- a/_build/html/_images/863f32555d46e0ec3ee1c652d70476f92e56fcaa31c2cce0711d8647024f40c5.svg +++ b/_build/jupyter_execute/5fce014f9c456b4d705e907725aafee04842a5a3b0743d26eea6ac2f4fcb75fb.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/jupyter_execute/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg b/_build/jupyter_execute/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg similarity index 99% rename from _build/jupyter_execute/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg rename to _build/jupyter_execute/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg index ca3ca817b..6a9a568e7 100644 --- a/_build/jupyter_execute/5ba32a05a93323cebf5f94c970cfce12cf861bb3106333e092648883f21158f4.svg +++ b/_build/jupyter_execute/993f9d05ea20ffa811776076ca2dec165f4131564382df41d841bf624ea0f9de.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/_build/jupyter_execute/_notebooks/Area Coverage.ipynb b/_build/jupyter_execute/_notebooks/Area Coverage.ipynb index 53605ef9f..ae3daeeff 100644 --- a/_build/jupyter_execute/_notebooks/Area Coverage.ipynb +++ b/_build/jupyter_execute/_notebooks/Area Coverage.ipynb @@ -996,7 +996,7 @@ { "data": { "image/svg+xml": [ - "" + "" ] }, "metadata": {}, @@ -1099,7 +1099,7 @@ { "data": { "image/svg+xml": [ - "" + "" ] }, "metadata": {}, diff --git a/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb b/_build/jupyter_execute/_notebooks/Custom Window Generation.ipynb index e3f004f6b..c484e0b67 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": {}, diff --git a/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb b/_build/jupyter_execute/_notebooks/Sensor Modeling.ipynb index 037544fbc..88c76f517 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": {}, diff --git a/_build/jupyter_execute/_notebooks/Station-keeping Sequence.ipynb b/_build/jupyter_execute/_notebooks/Station-keeping Sequence.ipynb index a2bc7d9c5..8684d307d 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-05-08 15:29:37.894356] [0x00007f018897c280] [debug] Solving Segment:\n", + "[2024-05-15 16:57:14.851844] [0x00007f6743286280] [debug] Solving Segment:\n", "-- Segment -----------------------------------------------------------------------------------------\n", " Name: Coast \n", " Type: Coast \n", @@ -286,7 +286,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[2024-05-08 15:29:38.658581] [0x00007f018897c280] [debug] \n", + "[2024-05-15 16:57:15.623754] [0x00007f6743286280] [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-05-08 15:29:38.658777] [0x00007f018897c280] [debug] Solving Segment:\n", + "[2024-05-15 16:57:15.623954] [0x00007f6743286280] [debug] Solving Segment:\n", "-- Segment -----------------------------------------------------------------------------------------\n", " Name: Maneuver \n", " Type: Maneuver \n", @@ -350,7 +350,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[2024-05-08 15:29:39.570278] [0x00007f018897c280] [debug] \n", + "[2024-05-15 16:57:16.546301] [0x00007f6743286280] [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-05-08 15:29:39.570514] [0x00007f018897c280] [debug] Solving Segment:\n", + "[2024-05-15 16:57:16.546532] [0x00007f6743286280] [debug] Solving Segment:\n", "-- Segment -----------------------------------------------------------------------------------------\n", " Name: Coast \n", " Type: Coast \n", @@ -393,7 +393,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[2024-05-08 15:29:42.626245] [0x00007f018897c280] [debug] \n", + "[2024-05-15 16:57:19.648189] [0x00007f6743286280] [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-05-08 15:29:42.626818] [0x00007f018897c280] [debug] Solving Segment:\n", + "[2024-05-15 16:57:19.648770] [0x00007f6743286280] [debug] Solving Segment:\n", "-- Segment -----------------------------------------------------------------------------------------\n", " Name: Maneuver \n", " Type: Maneuver \n", @@ -457,7 +457,7 @@ "name": "stdout", "output_type": "stream", "text": [ - "[2024-05-08 15:29:43.544916] [0x00007f018897c280] [debug] \n", + "[2024-05-15 16:57:20.585195] [0x00007f6743286280] [debug] \n", "-- Segment Solution --------------------------------------------------------------------------------\n", " Name: Maneuver - Mean SMA crossing - thrust - 1 \n", " Condition satisfied: True \n", @@ -468,14 +468,7 @@ " Initial mass: 109.98712414601253 [kg] \n", " Final mass: 109.97436777064368 [kg] \n", " Total mass consumed: 0.012756375368851991 [kg] \n", - "------------------------------------------------------" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ - "----------------------------------------------\n", + "----------------------------------------------------------------------------------------------------\n", "\n", "\n" ] diff --git a/_build/jupyter_execute/_notebooks/Visualize Satellite Trajectory (Cesium).ipynb b/_build/jupyter_execute/_notebooks/Visualize Satellite Trajectory (Cesium).ipynb index de2f38109..f391dcf80 100644 --- a/_build/jupyter_execute/_notebooks/Visualize Satellite Trajectory (Cesium).ipynb +++ b/_build/jupyter_execute/_notebooks/Visualize Satellite Trajectory (Cesium).ipynb @@ -19,8 +19,8 @@ "output_type": "stream", "text": [ "Collecting cesiumpy\r\n", - " Cloning https://github.com/open-space-collective/cesiumpy.git to /tmp/pip-install-zye6o7x2/cesiumpy_21e431fb96a54654b143be4dd8c2d905\r\n", - " Running command git clone --filter=blob:none --quiet https://github.com/open-space-collective/cesiumpy.git /tmp/pip-install-zye6o7x2/cesiumpy_21e431fb96a54654b143be4dd8c2d905\r\n" + " Cloning https://github.com/open-space-collective/cesiumpy.git to /tmp/pip-install-gu01cwfr/cesiumpy_e50c8e43a91944649036bb06e931a235\r\n", + " Running command git clone --filter=blob:none --quiet https://github.com/open-space-collective/cesiumpy.git /tmp/pip-install-gu01cwfr/cesiumpy_e50c8e43a91944649036bb06e931a235\r\n" ] }, { @@ -45,13 +45,7 @@ "\b \bdone\r\n", "\u001b[?25hRequirement already satisfied: six in /usr/local/lib/python3.11/site-packages (from cesiumpy) (1.16.0)\r\n", "Requirement already satisfied: traitlets in /usr/local/lib/python3.11/site-packages (from cesiumpy) (5.14.3)\r\n", - "Requirement already satisfied: geopy>=1.11.0 in /usr/local/lib/python3.11/site-packages (from cesiumpy) (2.4.1)\r\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + "Requirement already satisfied: geopy>=1.11.0 in /usr/local/lib/python3.11/site-packages (from cesiumpy) (2.4.1)\r\n", "Requirement already satisfied: geographiclib<3,>=1.52 in /usr/local/lib/python3.11/site-packages (from geopy>=1.11.0->cesiumpy) (2.0)\r\n" ] }, @@ -193,730 +187,730 @@ " async function init() {\n", " Cesium.Ion.defaultAccessToken = \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJqdGkiOiJlYmYyODhkOS1jNDY5LTQ0NTUtOWNlZi0zMDhjNjE1NDY2OTUiLCJpZCI6NzE4ODUsImlhdCI6MTYzNTUzNzc1Mn0.YQiV6xUFOiEhdQ-w3Dmgy1XYZogK5dclhn7X0U6i7Oo\";\n", " 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(\"2023-01-01T00:00:00+00:00\"), stopTime: Cesium.JulianDate.fromIso8601(\"2023-01-01T03:00:00+00:00\"), clockRange: Cesium.ClockRange.CLAMPED, canAnimate: true, shouldAnimate: false}))});\n", - " widget.property_9bfe1ee8 = new Cesium.SampledProperty(Cesium.Cartesian3);\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:00:00+00:00\", Cesium.Cartesian3.fromDegrees(29.98055060896214, -0.08103079020036194, 500000.0424350213));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:00:30+00:00\", Cesium.Cartesian3.fromDegrees(29.61394459855244, 1.8152541965297813, 500021.2891134799));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:01:00+00:00\", Cesium.Cartesian3.fromDegrees(29.246837283092006, 3.711457477700564, 500088.9038070484));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:01:30+00:00\", Cesium.Cartesian3.fromDegrees(28.878700725097563, 5.607493659242157, 500202.5852361204));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:02:00+00:00\", Cesium.Cartesian3.fromDegrees(28.508998078325064, 7.503277246472494, 500361.82691467437));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:02:30+00:00\", Cesium.Cartesian3.fromDegrees(28.137178834920114, 9.39872257658667, 500565.9194959655));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:03:00+00:00\", Cesium.Cartesian3.fromDegrees(27.76267381978467, 11.29374373104158, 500813.95405548724));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:03:30+00:00\", Cesium.Cartesian3.fromDegrees(27.384889834542843, 13.188254420285343, 501104.82629379485));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:04:00+00:00\", Cesium.Cartesian3.fromDegrees(27.003203842160705, 15.082167832578493, 501437.2416369357));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:04:30+00:00\", Cesium.Cartesian3.fromDegrees(26.61695656805757, 16.975396437707136, 501809.7212076043));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:05:00+00:00\", Cesium.Cartesian3.fromDegrees(26.225445373867096, 18.867851735144278, 502220.6086357079));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:05:30+00:00\", Cesium.Cartesian3.fromDegrees(25.82791623448943, 20.75944393460629, 502668.0776729075));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:06:00+00:00\", Cesium.Cartesian3.fromDegrees(25.42355444852117, 22.650081554882785, 503150.14057144115));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:06:30+00:00\", Cesium.Cartesian3.fromDegrees(25.011474847567403, 24.53967092416804, 503664.65718443843));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:07:00+00:00\", Cesium.Cartesian3.fromDegrees(24.590708687169503, 26.42811556172291, 504209.34474088927));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:07:30+00:00\", Cesium.Cartesian3.fromDegrees(24.160190218573536, 28.315315416339914, 504781.78824600566));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:08:00+00:00\", Cesium.Cartesian3.fromDegrees(23.71873997101196, 30.20116593146087, 505379.45145462017));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:08:30+00:00\", Cesium.Cartesian3.fromDegrees(23.265045193937162, 32.08555689952976, 505999.68836319674));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:09:00+00:00\", Cesium.Cartesian3.fromDegrees(22.797636588863732, 33.96837105870364, 506639.75516373105));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:09:30+00:00\", Cesium.Cartesian3.fromDegrees(22.31486044260936, 35.84948237266498, 507296.82260151353));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:10:00+00:00\", Cesium.Cartesian3.fromDegrees(21.814845029896325, 37.72875391796016, 507967.98867721425));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:10:30+00:00\", Cesium.Cartesian3.fromDegrees(21.295459831252085, 39.60603528162094, 508650.29163284163));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:11:00+00:00\", Cesium.Cartesian3.fromDegrees(20.754265683819927, 41.481159342815566, 509340.7231607127));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:11:30+00:00\", Cesium.Cartesian3.fromDegrees(20.188453407339118, 43.35393827309509, 510036.2417740361));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:12:00+00:00\", Cesium.Cartesian3.fromDegrees(19.59476766873308, 45.22415853637336, 510733.7862780438));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:12:30+00:00\", Cesium.Cartesian3.fromDegrees(18.96941178348625, 47.09157459619166, 511430.2892808057));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:13:00+00:00\", Cesium.Cartesian3.fromDegrees(18.307927680695265, 48.95590093534189, 512122.6906835406));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:13:30+00:00\", Cesium.Cartesian3.fromDegrees(17.60504320496362, 50.81680184855506, 512807.9510913192));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:14:00+00:00\", Cesium.Cartesian3.fromDegrees(16.854476029141797, 52.673878263022765, 513483.0650859812));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:14:30+00:00\", Cesium.Cartesian3.fromDegrees(16.048679311763394, 54.526650543828474, 514145.0743047504));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:15:00+00:00\", Cesium.Cartesian3.fromDegrees(15.17850824810701, 56.374535804885824, 514791.0802694849));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:15:30+00:00\", Cesium.Cartesian3.fromDegrees(14.232777903949135, 58.21681759626829, 515418.25691348885));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:16:00+00:00\", Cesium.Cartesian3.fromDegrees(13.197669735589734, 60.052604856026605, 516023.8627545611));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:16:30+00:00\", Cesium.Cartesian3.fromDegrees(12.055924707421658, 61.880775502464516, 516605.25266542385));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:17:00+00:00\", Cesium.Cartesian3.fromDegrees(10.785731141158601, 63.69989767427881, 517159.8891946781));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:17:30+00:00\", Cesium.Cartesian3.fromDegrees(9.359171168837772, 65.50811784627128, 517685.3533939366));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:18:00+00:00\", Cesium.Cartesian3.fromDegrees(7.740015925313452, 67.30299890154708, 518179.35510937124));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:18:30+00:00\", Cesium.Cartesian3.fromDegrees(5.880557025318269, 69.08128105776676, 518639.74269833014));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:19:00+00:00\", Cesium.Cartesian3.fromDegrees(3.7169906891635627, 70.83852138912368, 519064.5121344491));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:19:30+00:00\", Cesium.Cartesian3.fromDegrees(1.1626334563986747, 72.56853842648421, 519451.81546731724));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:20:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.902062436770439, 74.26253830833996, 519799.96860562864));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:20:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.643970587222167, 75.90771521943759, 520107.4583953582));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:21:00+00:00\", Cesium.Cartesian3.fromDegrees(-10.297080753352736, 77.48498908533233, 520372.9489675021));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:21:30+00:00\", Cesium.Cartesian3.fromDegrees(-16.185244683786046, 78.96538971558137, 520595.2873326828));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:22:00+00:00\", Cesium.Cartesian3.fromDegrees(-23.733179641860527, 80.3046186381209, 520773.508202663));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:22:30+00:00\", Cesium.Cartesian3.fromDegrees(-33.416141340616846, 81.43634941632938, 520906.8380219722));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:23:00+00:00\", Cesium.Cartesian3.fromDegrees(-45.538218770098226, 82.26904803829478, 520994.69819534663));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:23:30+00:00\", Cesium.Cartesian3.fromDegrees(-59.76101134401196, 82.69975569634514, 521036.70749981864));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:24:00+00:00\", Cesium.Cartesian3.fromDegrees(-74.74153391824163, 82.65743234261397, 521032.68367309216));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:24:30+00:00\", Cesium.Cartesian3.fromDegrees(-88.66595679339765, 82.14972102759158, 520982.644172717));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:25:00+00:00\", Cesium.Cartesian3.fromDegrees(-100.36078101909371, 81.25728358281702, 520886.80610334163));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:25:30+00:00\", Cesium.Cartesian3.fromDegrees(-109.63917157450736, 80.08337613308595, 520745.5853124434));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:26:00+00:00\", Cesium.Cartesian3.fromDegrees(-116.86274248532631, 78.71540437363116, 520559.59465751325));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:26:30+00:00\", Cesium.Cartesian3.fromDegrees(-122.50724006196045, 77.2154002015726, 520329.6414508252));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:27:00+00:00\", Cesium.Cartesian3.fromDegrees(-126.98060391409975, 75.62451136216028, 520056.72409055574));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:27:30+00:00\", Cesium.Cartesian3.fromDegrees(-130.58950094980614, 73.9696427298231, 519742.0278901196));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:28:00+00:00\", Cesium.Cartesian3.fromDegrees(-133.5545560952485, 72.26856284296153, 519386.920120182));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:28:30+00:00\", Cesium.Cartesian3.fromDegrees(-136.0330979380335, 70.5332432679434, 518992.9442809815));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:29:00+00:00\", Cesium.Cartesian3.fromDegrees(-138.13803210992867, 68.77193882849103, 518561.8136252563));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:29:30+00:00\", Cesium.Cartesian3.fromDegrees(-139.95143065769304, 66.99047529868179, 518095.403954947));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:30:00+00:00\", Cesium.Cartesian3.fromDegrees(-141.53386857095842, 65.19305557561566, 517595.7457177179));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:30:30+00:00\", Cesium.Cartesian3.fromDegrees(-142.93076419688757, 63.38277387773156, 517065.0154322012));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:31:00+00:00\", Cesium.Cartesian3.fromDegrees(-144.17669800922525, 61.56195074313122, 516505.52647348936));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:31:30+00:00\", Cesium.Cartesian3.fromDegrees(-145.2983839859477, 59.732356036798244, 515919.7192533581));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:32:00+00:00\", Cesium.Cartesian3.fromDegrees(-146.31674081706035, 57.89536053679485, 515310.15083225875));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:32:30+00:00\", Cesium.Cartesian3.fromDegrees(-147.24835628924433, 56.05204102462409, 514679.48400275235));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:33:00+00:00\", Cesium.Cartesian3.fromDegrees(-148.10653761302837, 54.20325449332078, 514030.4758868045));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:33:30+00:00\", Cesium.Cartesian3.fromDegrees(-148.90207540742983, 52.349691448425865, 513365.9660915495));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:34:00+00:00\", Cesium.Cartesian3.fromDegrees(-149.64380692065384, 50.49191479842679, 512688.864470835));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:34:30+00:00\", Cesium.Cartesian3.fromDegrees(-150.33903656412133, 48.630388644209646, 512002.1385418101));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:35:00+00:00\", Cesium.Cartesian3.fromDegrees(-150.99385369627547, 46.76549987638047, 511308.8006082331));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:35:30+00:00\", Cesium.Cartesian3.fromDegrees(-151.6133754814116, 44.89757457618284, 510611.89464388724));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:36:00+00:00\", Cesium.Cartesian3.fromDegrees(-152.20193446038556, 43.0268906103346, 509914.48299145134));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:36:30+00:00\", Cesium.Cartesian3.fromDegrees(-152.76322486340518, 41.1536874022938, 509219.6329336911));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:37:00+00:00\", Cesium.Cartesian3.fromDegrees(-153.30041780819613, 39.278173583611945, 508530.403195255));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:37:30+00:00\", Cesium.Cartesian3.fromDegrees(-153.81625279938652, 37.40053303566828, 507849.83043442527));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:38:00+00:00\", Cesium.Cartesian3.fromDegrees(-154.3131110090462, 35.52092969622229, 507180.91578518687));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:38:30+00:00\", Cesium.Cartesian3.fromDegrees(-154.79307442878903, 33.63951140858381, 506526.61151042336));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:39:00+00:00\", Cesium.Cartesian3.fromDegrees(-155.25797397597836, 31.75641302167021, 505889.8078275608));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:39:30+00:00\", Cesium.Cartesian3.fromDegrees(-155.7094290665667, 29.871758898647325, 505273.3199677718));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:40:00+00:00\", Cesium.Cartesian3.fromDegrees(-156.14887944424657, 27.98566495469677, 504679.87552976457));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:40:30+00:00\", Cesium.Cartesian3.fromDegrees(-156.57761317843475, 26.098240316905777, 504112.10218830843));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:41:00+00:00\", Cesium.Cartesian3.fromDegrees(-156.9967885535992, 24.20958867866036, 503572.5158168839));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:41:30+00:00\", Cesium.Cartesian3.fromDegrees(-157.40745322341814, 22.319809405386913, 503063.50908229966));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:42:00+00:00\", Cesium.Cartesian3.fromDegrees(-157.81056029565892, 20.42899843667915, 502587.3405675108));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:42:30+00:00\", Cesium.Cartesian3.fromDegrees(-158.206982053685, 18.537249020817296, 502146.12447687704));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:43:00+00:00\", Cesium.Cartesian3.fromDegrees(-158.59752174679778, 16.644652310740476, 501741.82097554376));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:43:30+00:00\", Cesium.Cartesian3.fromDegrees(-158.98292379923365, 14.751297845159367, 501376.227211997));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:44:00+00:00\", Cesium.Cartesian3.fromDegrees(-159.36388272347386, 12.857273934321597, 501050.9690697095));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:44:30+00:00\", Cesium.Cartesian3.fromDegrees(-159.74105097299213, 10.962667966691134, 500767.4936903933));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:45:00+00:00\", Cesium.Cartesian3.fromDegrees(-160.1150459300038, 9.06756665026388, 500527.0628076465));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:45:30+00:00\", Cesium.Cartesian3.fromDegrees(-160.48645619266784, 7.172056200260941, 500330.7469257952));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:46:00+00:00\", Cesium.Cartesian3.fromDegrees(-160.85584730175177, 5.2762224834022495, 500179.4203744899));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:46:30+00:00\", Cesium.Cartesian3.fromDegrees(-161.22376702796555, 3.3801511277748517, 500073.75726517633));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:47:00+00:00\", Cesium.Cartesian3.fromDegrees(-161.5907503266743, 1.4839276064098703, 500014.22837074933));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:47:30+00:00\", Cesium.Cartesian3.fromDegrees(-161.95732405598213, -0.41236269798181335, 500001.09894505603));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:48:00+00:00\", Cesium.Cartesian3.fromDegrees(-162.32401154677652, -2.308634440128287, 500034.4274937818));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:48:30+00:00\", Cesium.Cartesian3.fromDegrees(-162.69133710859748, -4.204802264466732, 500114.0655033297));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:49:00+00:00\", Cesium.Cartesian3.fromDegrees(-163.05983055331401, -6.10078075598479, 500239.65812902915));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:49:30+00:00\", Cesium.Cartesian3.fromDegrees(-163.43003181902174, -7.996484383019531, 500410.6458391872));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:50:00+00:00\", Cesium.Cartesian3.fromDegrees(-163.80249577980234, -9.891827425207591, 500626.2670060124));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:50:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.17779733276518, -11.786723879421537, 500885.56142980413));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:51:00+00:00\", Cesium.Cartesian3.fromDegrees(-164.55653703068967, -13.6810873359798, 501187.3747776679));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:51:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.93934636423123, -15.574830816657336, 501530.36391323386));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:52:00+00:00\", Cesium.Cartesian3.fromDegrees(-165.3268953438948, -17.467866565001803, 501913.0030894203));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:52:30+00:00\", Cesium.Cartesian3.fromDegrees(-165.71989916977046, -19.360105778134816, 502333.5909717588));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:53:00+00:00\", Cesium.Cartesian3.fromDegrees(-166.11912668752834, -21.251458267492346, 502790.2584557664));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-166.5254098336956, -23.14183203375625, 503280.97723775444));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-166.93965449395094, -25.031132738399243, 503803.5690952676));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-167.36285308604894, -26.919263050642854, 504355.71582969144));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-167.7960992505605, -28.80612184397096, 504934.9698208067));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-168.24060512429895, -30.691603210336158, 505538.76514047914));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-168.69772178934673, -32.57559525241569, 506164.4291703355));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-169.1689636436393, -34.45797860413529, 506809.1946664192));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-169.65603763850487, -36.33862461638469, 507470.2122123029));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-170.16087859048807, -38.21739312729571, 508144.5630008639));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-170.68569212130916, -40.094129713093096, 508829.271884173));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-171.23300724203722, -41.96866228418769, 509521.3206303791));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-171.8057412193713, -43.84079684874571, 510217.6613263583));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T00:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-172.40728020619724, -45.710312207958474, 510915.22986498737));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-173.04158027603893, -47.57695326711263, 511610.95945635554));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:00:30+00:00\", Cesium.Cartesian3.fromDegrees(-173.71329510397612, -49.440422534655035, 512301.7941030726));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:01:00+00:00\", Cesium.Cartesian3.fromDegrees(-174.4279387806934, -51.30036922329144, 512984.7019805861));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:01:30+00:00\", Cesium.Cartesian3.fromDegrees(-175.1920954234289, -53.15637514079682, 513656.68866496097));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:02:00+00:00\", Cesium.Cartesian3.fromDegrees(-176.01369196707364, -55.0079362298119, 514314.8101518461));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:02:30+00:00\", Cesium.Cartesian3.fromDegrees(-176.90235594253622, -56.85443813254697, 514956.1856120419));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:03:00+00:00\", Cesium.Cartesian3.fromDegrees(-177.8698932722313, -58.695123433869405, 515578.009831105));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:03:30+00:00\", Cesium.Cartesian3.fromDegrees(-178.93092964496495, -60.52904713870872, 516177.5652822965));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:04:00+00:00\", Cesium.Cartesian3.fromDegrees(179.89621337587832, -62.35501524326767, 516752.2337844397));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:04:30+00:00\", Cesium.Cartesian3.fromDegrees(178.58830681702977, -64.1714985895305, 517299.5076985581));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:05:00+00:00\", Cesium.Cartesian3.fromDegrees(177.11551460120486, -65.97650991085136, 517817.0006195834));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:05:30+00:00\", Cesium.Cartesian3.fromDegrees(175.4389744793243, -67.76742497901446, 518302.45752199605));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:06:00+00:00\", Cesium.Cartesian3.fromDegrees(173.5073070768232, -69.54071711705829, 518753.7643207166));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:06:30+00:00\", Cesium.Cartesian3.fromDegrees(171.251517088181, -71.29155464768192, 519168.95681146363));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:07:00+00:00\", Cesium.Cartesian3.fromDegrees(168.5774888235921, -73.013177195508, 519546.2289572532));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:07:30+00:00\", Cesium.Cartesian3.fromDegrees(165.3549628840619, -74.69590938062527, 519883.94049077114));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:08:00+00:00\", Cesium.Cartesian3.fromDegrees(161.40171773519558, -76.32557553771517, 520180.6238048203));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:08:30+00:00\", Cesium.Cartesian3.fromDegrees(156.46252288175037, -77.88093780038403, 520434.9901061781));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:09:00+00:00\", Cesium.Cartesian3.fromDegrees(150.1871573672711, -79.32963873752848, 520645.9348108238));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:09:30+00:00\", Cesium.Cartesian3.fromDegrees(142.12842263406904, -80.62229067913985, 520812.54216151265));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:10:00+00:00\", Cesium.Cartesian3.fromDegrees(131.82412513542155, -81.68594313725679, 520934.08905134036));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:10:30+00:00\", Cesium.Cartesian3.fromDegrees(119.0842521598398, -82.42365260045183, 521010.0480400166));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:11:00+00:00\", Cesium.Cartesian3.fromDegrees(104.49741098318235, -82.73551520425212, 521040.08955236647));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:11:30+00:00\", Cesium.Cartesian3.fromDegrees(89.62558141939809, -82.56776147148199, 521024.0832513269));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:12:00+00:00\", Cesium.Cartesian3.fromDegrees(76.21151200295154, -81.95030552915767, 520962.09858080413));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:12:30+00:00\", Cesium.Cartesian3.fromDegrees(65.1595723865476, -80.97492694431195, 520854.404476465));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:13:00+00:00\", Cesium.Cartesian3.fromDegrees(56.46073158350803, -79.7431515679702, 520701.4682454272));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:13:30+00:00\", Cesium.Cartesian3.fromDegrees(49.69257969636662, -78.33582607442469, 520503.9536188246));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:14:00+00:00\", Cesium.Cartesian3.fromDegrees(44.387912711807594, -76.80890246584512, 520262.7179838526));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:14:30+00:00\", Cesium.Cartesian3.fromDegrees(40.165093304537244, -75.1992237719078, 519978.80880506634));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:15:00+00:00\", Cesium.Cartesian3.fromDegrees(36.741995096200995, -73.53090480046316, 519653.4592473066));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:15:30+00:00\", Cesium.Cartesian3.fromDegrees(33.91657197969568, -71.81994502469261, 519288.0830156669));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:16:00+00:00\", Cesium.Cartesian3.fromDegrees(31.544648094398568, -70.07718780054088, 518884.26843080233));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:16:30+00:00\", Cesium.Cartesian3.fromDegrees(29.522452573063212, -68.31015585690093, 518443.77176046453));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:17:00+00:00\", Cesium.Cartesian3.fromDegrees(27.77426384329059, -66.52418955622221, 517968.50983149046));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:17:30+00:00\", Cesium.Cartesian3.fromDegrees(26.243964341330372, -64.72316265474306, 517460.5519487355));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:18:00+00:00\", Cesium.Cartesian3.fromDegrees(24.889306933482526, -62.90994130055134, 516922.1111507197));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:18:30+00:00\", Cesium.Cartesian3.fromDegrees(23.67800099609904, -61.086684758570414, 516355.5348342103));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:19:00+00:00\", Cesium.Cartesian3.fromDegrees(22.585010940237943, -59.25504671102925, 515763.2947829343));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:19:30+00:00\", Cesium.Cartesian3.fromDegrees(21.590666281359734, -57.41631280936791, 515147.9766381164));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:20:00+00:00\", Cesium.Cartesian3.fromDegrees(20.67932040325302, -55.571496504915686, 514512.2688512626));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:20:30+00:00\", Cesium.Cartesian3.fromDegrees(19.838384997074957, -53.72140702772875, 513858.95116215356));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:21:00+00:00\", Cesium.Cartesian3.fromDegrees(19.05762522980383, -51.86669841944499, 513190.88264741626));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:21:30+00:00\", Cesium.Cartesian3.fromDegrees(18.328638371334513, -50.00790544866275, 512510.98938747443));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:22:00+00:00\", Cesium.Cartesian3.fromDegrees(17.644463261997537, -48.14547029312339, 511822.2518017856));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:22:30+00:00\", Cesium.Cartesian3.fromDegrees(16.999284313268543, -46.27976262193474, 511127.69170452695));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:23:00+00:00\", Cesium.Cartesian3.fromDegrees(16.388204659561097, -44.411094891840044, 510430.35913457273));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:23:30+00:00\", Cesium.Cartesian3.fromDegrees(15.807070489976029, -42.53973412608288, 509733.3190156438));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:24:00+00:00\", Cesium.Cartesian3.fromDegrees(15.252333679663362, -40.66591107552644, 509039.63770376967));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:24:30+00:00\", Cesium.Cartesian3.fromDegrees(14.72094321315295, -38.789827408499, 508352.36948073783));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:25:00+00:00\", Cesium.Cartesian3.fromDegrees(14.210259560457075, -36.911661399655635, 507674.5430530753));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:25:30+00:00\", Cesium.Cartesian3.fromDegrees(13.717984410973417, -35.03157246395762, 507009.1481171805));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:26:00+00:00\", Cesium.Cartesian3.fromDegrees(13.242105330354534, -33.14970479325459, 506359.122051495));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:26:30+00:00\", Cesium.Cartesian3.fromDegrees(12.780849950652167, -31.266190289021132, 505727.33679699904));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:27:00+00:00\", Cesium.Cartesian3.fromDegrees(12.332648516080507, -29.38115093816642, 505116.58598727523));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:27:30+00:00\", Cesium.Cartesian3.fromDegrees(11.89610293544671, -27.49470074449376, 504529.5723887815));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:28:00+00:00\", Cesium.Cartesian3.fromDegrees(11.469961038524506, -25.60694730286095, 503968.89571150363));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:28:30+00:00\", Cesium.Cartesian3.fromDegrees(11.053095018555702, -23.717993083957783, 503437.0408488948));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:29:00+00:00\", Cesium.Cartesian3.fromDegrees(10.644483259697004, -21.827936483155813, 502936.3666045627));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:29:30+00:00\", Cesium.Cartesian3.fromDegrees(10.243194914014595, -19.936872675884867, 502469.0949615631));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:30:00+00:00\", Cesium.Cartesian3.fromDegrees(9.848376720256306, -18.044894313558864, 502037.3009477118));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:30:30+00:00\", Cesium.Cartesian3.fromDegrees(9.459241655716186, -16.152092087579025, 501642.9031481749));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:31:00+00:00\", Cesium.Cartesian3.fromDegrees(9.07505908952084, -14.258555183913842, 501287.65491341887));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:31:30+00:00\", Cesium.Cartesian3.fromDegrees(8.695146166087302, -12.364371646842592, 500973.1363076525));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:32:00+00:00\", Cesium.Cartesian3.fromDegrees(8.318860194833796, -10.469628667401853, 500700.7468394011));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:32:30+00:00\", Cesium.Cartesian3.fromDegrees(7.945591859381568, -8.574412809693486, 500471.6990118566));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:33:00+00:00\", Cesium.Cartesian3.fromDegrees(7.574759088814816, -6.678810186356989, 500287.0127268138));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:33:30+00:00\", Cesium.Cartesian3.fromDegrees(7.2058014562829324, -4.782906593069165, 500147.5105716122));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:34:00+00:00\", Cesium.Cartesian3.fromDegrees(6.838174987960179, -2.8867876108253196, 500053.8140139325));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:34:30+00:00\", Cesium.Cartesian3.fromDegrees(6.471347278768828, -0.9905386839228563, 500006.3405246064));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:35:00+00:00\", Cesium.Cartesian3.fromDegrees(6.1047928210641205, 0.9057548190420274, 500005.3016437287));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:35:30+00:00\", Cesium.Cartesian3.fromDegrees(5.737988459225639, 2.8020075542670195, 500050.7020003768));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:36:00+00:00\", Cesium.Cartesian3.fromDegrees(5.370408718880848, 4.698134155270786, 500142.3392911794));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:36:30+00:00\", Cesium.Cartesian3.fromDegrees(5.001521937543872, 6.5940491822800915, 500279.8052177833));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:37:00+00:00\", Cesium.Cartesian3.fromDegrees(4.630784592175432, 8.48966706182752, 500462.4873782902));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:37:30+00:00\", Cesium.Cartesian3.fromDegrees(4.257637098730488, 10.384902009679097, 500689.5721025413));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:38:00+00:00\", Cesium.Cartesian3.fromDegrees(3.881498468860959, 12.279667929801029, 500960.04821628));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:38:30+00:00\", Cesium.Cartesian3.fromDegrees(3.50176072923468, 14.173878281478657, 501272.71171409386));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:39:00+00:00\", Cesium.Cartesian3.fromDegrees(3.1177828190721746, 16.067445905873832, 501626.17131660075));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:39:30+00:00\", Cesium.Cartesian3.fromDegrees(2.72888383211098, 17.96028280221575, 502018.85488258937));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:40:00+00:00\", Cesium.Cartesian3.fromDegrees(2.3343354466444906, 19.85229984239388, 502449.01664263016));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:40:30+00:00\", Cesium.Cartesian3.fromDegrees(1.9333533584266476, 21.7434064108876, 502914.7452165162));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:41:00+00:00\", Cesium.Cartesian3.fromDegrees(1.5250874943062667, 23.633509954613018, 503413.97237311426));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:41:30+00:00\", Cesium.Cartesian3.fromDegrees(1.1086107377408885, 25.522515424252465, 503944.48248771887));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:42:00+00:00\", Cesium.Cartesian3.fromDegrees(0.6829058375670721, 27.410324584763647, 504503.92264887743));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:42:30+00:00\", Cesium.Cartesian3.fromDegrees(0.24685009514204756, 29.296835167794068, 505089.81336355855));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:43:00+00:00\", Cesium.Cartesian3.fromDegrees(-0.2008026728434789, 31.181939832304185, 505699.55980740604));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:43:30+00:00\", Cesium.Cartesian3.fromDegrees(-0.6614435249207059, 33.06552489137243, 506330.4635642186));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:44:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.136633931530598, 34.94746875228285, 506979.7347973979));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:44:30+00:00\", Cesium.Cartesian3.fromDegrees(-1.6281364646493215, 36.827640002715036, 507644.5047943661));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:45:00+00:00\", Cesium.Cartesian3.fromDegrees(-2.1379519286206956, 38.705895056961644, 508321.83882393147));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:45:30+00:00\", Cesium.Cartesian3.fromDegrees(-2.668364593668249, 40.58207525090352, 509008.7492459364));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:46:00+00:00\", Cesium.Cartesian3.fromDegrees(-3.2219976924632503, 42.45600324058878, 509702.20881196647));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:46:30+00:00\", Cesium.Cartesian3.fromDegrees(-3.8018820128016215, 44.327478513275416, 510399.1640958789));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:47:00+00:00\", Cesium.Cartesian3.fromDegrees(-4.411541503223743, 46.19627175676522, 511096.54899312154));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:47:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.055099890199524, 48.0621177455532, 511791.298228331));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:48:00+00:00\", Cesium.Cartesian3.fromDegrees(-5.737417583374546, 49.92470628000877, 512480.36081152194));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:48:30+00:00\", Cesium.Cartesian3.fromDegrees(-6.4642647157296125, 51.783670541410004, 513160.71338427346));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:49:00+00:00\", Cesium.Cartesian3.fromDegrees(-7.24254553352347, 53.638571976600886, 513829.37339845696));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:49:30+00:00\", Cesium.Cartesian3.fromDegrees(-8.080590828509507, 55.488880463416024, 514483.4120718708));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:50:00+00:00\", Cesium.Cartesian3.fromDegrees(-8.988543567041054, 57.33394797218925, 515119.96706659946));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:50:30+00:00\", Cesium.Cartesian3.fromDegrees(-9.978873436987506, 59.172973134468506, 515736.2548379796));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:51:00+00:00\", Cesium.Cartesian3.fromDegrees(-11.067072050394119, 61.00495290291618, 516329.5826041209));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:51:30+00:00\", Cesium.Cartesian3.fromDegrees(-12.272604735017042, 62.82861558082195, 516897.3598881027));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:52:00+00:00\", Cesium.Cartesian3.fromDegrees(-13.620231807503009, 64.64232648603164, 517437.1095873548));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:52:30+00:00\", Cesium.Cartesian3.fromDegrees(-15.141869173827256, 66.44395265747539, 517946.47852712875));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:53:00+00:00\", Cesium.Cartesian3.fromDegrees(-16.87924620204164, 68.23066503687464, 518423.24745757657));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-18.887754283020456, 69.99864322467181, 518865.3404565907));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-21.24208235934019, 71.74262528396027, 519270.8337030503));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-24.044517336030477, 73.4552063655887, 519637.96358820423));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-27.43709658339608, 75.12572421230743, 519965.1341352664));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-31.618829600092294, 76.7384627275978, 520250.9237005726));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-36.86776657704847, 78.26975425042454, 520494.09093199205));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-43.56094193606876, 79.68345020256388, 520693.5799635584));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-52.163192552605835, 80.92460061186564, 520848.5248278875));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-63.104697351166074, 81.91351292073773, 520958.2530708835));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-76.42431760661306, 82.54918237431579, 521022.28855611547));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-91.26461427537956, 82.73831271064938, 521040.35344916524));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-105.90321814567902, 82.44730197482923, 521012.3693749638));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T01:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-118.74590143183833, 81.72663570004366, 520938.45774420054));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-129.15878740200174, 80.67534523908161, 520818.93924770784));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:00:30+00:00\", Cesium.Cartesian3.fromDegrees(-137.30861605394608, 79.39118279801033, 520654.3325204021));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:01:00+00:00\", Cesium.Cartesian3.fromDegrees(-143.6535591628729, 77.94825452457741, 520445.3519796203));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:01:30+00:00\", Cesium.Cartesian3.fromDegrees(-148.64425141594637, 76.39687054233647, 520192.9048451947));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:02:00+00:00\", Cesium.Cartesian3.fromDegrees(-152.6355056008026, 74.77001009508037, 519898.08735166804));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:02:30+00:00\", Cesium.Cartesian3.fromDegrees(-155.88636158653563, 73.08930840544613, 519562.1801659232));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:03:00+00:00\", Cesium.Cartesian3.fromDegrees(-158.58182029054137, 71.36919316871214, 519186.64302635984));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:03:30+00:00\", Cesium.Cartesian3.fromDegrees(-160.8540862886609, 69.61950153228285, 518773.1086224584));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:04:00+00:00\", Cesium.Cartesian3.fromDegrees(-162.79862473625218, 67.8470997683861, 518323.3757367888));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:04:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.48537220928205, 66.05689043218273, 517839.40167388436));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:05:00+00:00\", Cesium.Cartesian3.fromDegrees(-165.96637234011504, 64.25244870600984, 517323.29400369804));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:05:30+00:00\", Cesium.Cartesian3.fromDegrees(-167.28096286892207, 62.43643272224014, 516777.301649807));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:06:00+00:00\", Cesium.Cartesian3.fromDegrees(-168.45932538062794, 60.61085391489719, 516203.8053554825));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:06:30+00:00\", Cesium.Cartesian3.fromDegrees(-169.5249436581278, 58.77725898013542, 515605.30756343156));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:07:00+00:00\", Cesium.Cartesian3.fromDegrees(-170.49632988024686, 56.93685485709969, 514984.42174760846));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:07:30+00:00\", Cesium.Cartesian3.fromDegrees(-171.38825425919032, 55.090596221523654, 514343.86123826203));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:08:00+00:00\", Cesium.Cartesian3.fromDegrees(-172.2126335122648, 53.239247828539305, 513686.4275837223));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:08:30+00:00\", Cesium.Cartesian3.fromDegrees(-172.97918170462953, 51.383429666142874, 513014.99849498365));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:09:00+00:00\", Cesium.Cartesian3.fromDegrees(-173.69589329364916, 49.523650154872115, 512332.51542145945));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:09:30+00:00\", Cesium.Cartesian3.fromDegrees(-174.3694062580661, 47.66033089872983, 511641.9708083982));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:10:00+00:00\", Cesium.Cartesian3.fromDegrees(-175.00527734056382, 45.7938253736752, 510946.3950885711));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:10:30+00:00\", Cesium.Cartesian3.fromDegrees(-175.60819509846073, 43.924433204188915, 510248.8434626312));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:11:00+00:00\", Cesium.Cartesian3.fromDegrees(-176.18214386104668, 42.0524111864549, 509552.3825243892));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:11:30+00:00\", Cesium.Cartesian3.fromDegrees(-176.73053294889854, 40.177981882684634, 508860.076788529));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:12:00+00:00\", Cesium.Cartesian3.fromDegrees(-177.25629875272168, 38.30134038101089, 508174.9751797051));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:12:30+00:00\", Cesium.Cartesian3.fromDegrees(-177.76198616734908, 36.42265965471515, 507500.0975429317));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:13:00+00:00\", Cesium.Cartesian3.fromDegrees(-178.24981408140377, 34.5420948409269, 506838.42123584123));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:13:30+00:00\", Cesium.Cartesian3.fromDegrees(-178.7217284491364, 32.659786677626386, 506192.867863982));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:14:00+00:00\", Cesium.Cartesian3.fromDegrees(-179.17944561474482, 30.775864278937437, 505566.2902203723));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:14:30+00:00\", Cesium.Cartesian3.fromDegrees(-179.62448792925528, 28.89044738567743, 504961.4594904507));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:15:00+00:00\", Cesium.Cartesian3.fromDegrees(179.94178676823708, 27.00364819636468, 504381.0527829646));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:15:30+00:00\", Cesium.Cartesian3.fromDegrees(179.51816058415264, 25.115572860221544, 503827.6410467364));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:16:00+00:00\", Cesium.Cartesian3.fromDegrees(179.10353496318635, 23.226322695933373, 503303.6774317281));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:16:30+00:00\", Cesium.Cartesian3.fromDegrees(178.6969132864886, 21.335995186466025, 502811.4861516829));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:17:00+00:00\", Cesium.Cartesian3.fromDegrees(178.29738607627567, 19.44468478998351, 502353.25190337683));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:17:30+00:00\", Cesium.Cartesian3.fromDegrees(177.90411832738144, 17.552483599034368, 501931.0098956087));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:18:00+00:00\", Cesium.Cartesian3.fromDegrees(177.5163385789333, 15.659481874103067, 501546.63653810596));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:18:30+00:00\", Cesium.Cartesian3.fromDegrees(177.13332941165427, 13.765768472909262, 501201.84083804535));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:19:00+00:00\", Cesium.Cartesian3.fromDegrees(176.75441911299356, 11.871431193177534, 500898.15654807707));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:19:30+00:00\", Cesium.Cartesian3.fromDegrees(176.3789742966597, 9.976557043738131, 500636.9351067115));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:20:00+00:00\", Cesium.Cartesian3.fromDegrees(176.006393298206, 8.081232456590053, 500419.3394077307));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:20:30+00:00\", Cesium.Cartesian3.fromDegrees(175.63610019562216, 6.18554345081802, 500246.33843120496));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:21:00+00:00\", Cesium.Cartesian3.fromDegrees(175.2675391572243, 4.289575757908757, 500118.70276443317));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:21:30+00:00\", Cesium.Cartesian3.fromDegrees(174.9001700123255, 2.393414916979529, 500037.0010364557));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:22:00+00:00\", Cesium.Cartesian3.fromDegrees(174.5334624224442, 0.49714634766264787, 500001.5972850214));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:22:30+00:00\", Cesium.Cartesian3.fromDegrees(174.1668919233058, -1.399144592171316, 500012.64927008236));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:23:00+00:00\", Cesium.Cartesian3.fromDegrees(173.799935230314, -3.2953725570313095, 500070.10774259723));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:23:30+00:00\", Cesium.Cartesian3.fromDegrees(173.43206573358242, -5.191452166144861, 500173.7166728911));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:24:00+00:00\", Cesium.Cartesian3.fromDegrees(173.06274893248445, -7.087297950941766, 500323.01443696476));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:24:30+00:00\", Cesium.Cartesian3.fromDegrees(172.69143772595686, -8.982824290986935, 500517.33595468244));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:25:00+00:00\", Cesium.Cartesian3.fromDegrees(172.31756747030133, -10.877945331392024, 500755.8157684324));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:25:30+00:00\", Cesium.Cartesian3.fromDegrees(171.94055070884522, -12.772574874280426, 501037.39204579405));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:26:00+00:00\", Cesium.Cartesian3.fromDegrees(171.55977146728233, -14.666626236225897, 501360.81148515246));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:26:30+00:00\", Cesium.Cartesian3.fromDegrees(171.1745789942984, -16.560012062696096, 501724.63509830233));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:27:00+00:00\", Cesium.Cartesian3.fromDegrees(170.7842808083441, -18.45264408935846, 502127.2448397432));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:27:30+00:00\", Cesium.Cartesian3.fromDegrees(170.38813488735812, -20.344432838583682, 502566.8510479958));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:28:00+00:00\", Cesium.Cartesian3.fromDegrees(169.98534080745478, -22.23528723752406, 503041.5006603348));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:28:30+00:00\", Cesium.Cartesian3.fromDegrees(169.5750295973613, -24.1251141416318, 503549.0861585852));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:29:00+00:00\", Cesium.Cartesian3.fromDegrees(169.1562520255705, -26.013817744268547, 504087.3552002067));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:29:30+00:00\", Cesium.Cartesian3.fromDegrees(168.72796497349185, -27.901298848926928, 504653.92088583193));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:30:00+00:00\", Cesium.Cartesian3.fromDegrees(168.28901546661467, -29.787453975274207, 505246.27261145914));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:30:30+00:00\", Cesium.Cartesian3.fromDegrees(167.83812183114048, -31.67217426335989, 505861.7874514589));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:31:00+00:00\", Cesium.Cartesian3.fromDegrees(167.37385130851197, -33.55534413140548, 506497.7420160348));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:31:30+00:00\", Cesium.Cartesian3.fromDegrees(166.89459328479367, -35.43683963093145, 507151.3247254321));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:32:00+00:00\", Cesium.Cartesian3.fromDegrees(166.39852689411745, -37.31652642762592, 507819.6484415539));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:32:30+00:00\", Cesium.Cartesian3.fromDegrees(165.88358262940872, -39.19425731601344, 508499.7633968974));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:33:00+00:00\", Cesium.Cartesian3.fromDegrees(165.347393661357, -41.06986914878751, 509188.6703597659));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:33:30+00:00\", Cesium.Cartesian3.fromDegrees(164.78723791130707, -42.94317902502271, 509883.3339746536));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:34:00+00:00\", Cesium.Cartesian3.fromDegrees(164.19996531206436, -44.81397953160567, 510580.6962165304));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:34:30+00:00\", Cesium.Cartesian3.fromDegrees(163.58190722692711, -46.68203276369342, 511277.68989809585));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:35:00+00:00\", Cesium.Cartesian3.fromDegrees(162.92876245129924, -48.547062754801374, 511971.2521697295));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:35:30+00:00\", Cesium.Cartesian3.fromDegrees(162.23545248215694, -50.40874581334991, 512658.3379526461));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:36:00+00:00\", Cesium.Cartesian3.fromDegrees(161.49593605548333, -52.266698072210616, 513335.9332469342));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:36:30+00:00\", Cesium.Cartesian3.fromDegrees(160.7029691268167, -54.12045928354186, 514001.0682575881));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:37:00+00:00\", Cesium.Cartesian3.fromDegrees(159.84779095597753, -55.96947149037744, 514650.830283107));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:37:30+00:00\", Cesium.Cartesian3.fromDegrees(158.91970890835387, -57.81305061181537, 515282.37631305796));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:38:00+00:00\", Cesium.Cartesian3.fromDegrees(157.90554268726797, -59.65034808244533, 515892.9452830966));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:38:30+00:00\", Cesium.Cartesian3.fromDegrees(156.78887090073331, -61.48029831299158, 516479.86993778346));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:39:00+00:00\", Cesium.Cartesian3.fromDegrees(155.54899587834583, -63.30154559605312, 517040.5882540407));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:39:30+00:00\", Cesium.Cartesian3.fromDegrees(154.159501322441, -65.11234067500604, 517572.65438032994));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:40:00+00:00\", Cesium.Cartesian3.fromDegrees(152.58621358519062, -66.91039167835258, 518073.74904919224));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:40:30+00:00\", Cesium.Cartesian3.fromDegrees(150.78427871592663, -68.69264502015265, 518541.68942321173));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:41:00+00:00\", Cesium.Cartesian3.fromDegrees(148.69391637507454, -70.45495658603429, 518974.43833732343));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:41:30+00:00\", Cesium.Cartesian3.fromDegrees(146.23418843935872, -72.19158751697027, 519370.1129028848));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:42:00+00:00\", Cesium.Cartesian3.fromDegrees(143.29382130344996, -73.89441441369763, 519726.99244178727));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:42:30+00:00\", Cesium.Cartesian3.fromDegrees(139.71783569178402, -75.5516687243367, 520043.52572161594));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:43:00+00:00\", Cesium.Cartesian3.fromDegrees(135.28891317119, -77.1459007631398, 520318.33746571833));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:43:30+00:00\", Cesium.Cartesian3.fromDegrees(129.7047040479027, -78.65070842154365, 520550.234114851));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:44:00+00:00\", Cesium.Cartesian3.fromDegrees(122.56171566360003, -80.02571608625895, 520738.2088199259));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:44:30+00:00\", Cesium.Cartesian3.fromDegrees(113.384977829587, -81.20996561735971, 520881.4456482458));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:45:00+00:00\", Cesium.Cartesian3.fromDegrees(101.80044842306854, -82.11715280723617, 520979.32298847125));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:45:30+00:00\", Cesium.Cartesian3.fromDegrees(87.9586904062353, -82.64414952846583, 521031.4161424525));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:46:00+00:00\", Cesium.Cartesian3.fromDegrees(72.98790359032388, -82.7081101100689, 521037.49909495556));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:46:30+00:00\", Cesium.Cartesian3.fromDegrees(58.69557917028935, -82.29749711830864, 520997.5454550519));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:47:00+00:00\", Cesium.Cartesian3.fromDegrees(46.46556426924445, -81.48061980562845, 520911.7285660751));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:47:30+00:00\", Cesium.Cartesian3.fromDegrees(36.677365297833475, -80.36014187630758, 520780.42078358866));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:48:00+00:00\", Cesium.Cartesian3.fromDegrees(29.04402211908452, -79.02859730464526, 520604.19192401005));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:48:30+00:00\", Cesium.Cartesian3.fromDegrees(23.091410387351104, -77.55343343110597, 520383.8068891903));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:49:00+00:00\", Cesium.Cartesian3.fromDegrees(18.39071477434518, -75.97978922965925, 520120.22247514414));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:49:30+00:00\", Cesium.Cartesian3.fromDegrees(14.613616782573732, -74.33718989119004, 519814.58337620005));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:50:00+00:00\", Cesium.Cartesian3.fromDegrees(11.522593834814476, -72.64506850025201, 519468.21739836136));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:50:30+00:00\", Cesium.Cartesian3.fromDegrees(8.948234665510743, -70.91645523532945, 519082.6298989306));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:51:00+00:00\", Cesium.Cartesian3.fromDegrees(6.7692229187467765, -69.16028866561427, 518659.4974719566));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:51:30+00:00\", Cesium.Cartesian3.fromDegrees(4.897647396640505, -67.38284554349102, 518200.66090216));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:52:00+00:00\", Cesium.Cartesian3.fromDegrees(3.268845583507671, -65.5886329526647, 517708.1174127873));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:52:30+00:00\", Cesium.Cartesian3.fromDegrees(1.834500851053595, -63.78095483692992, 517184.0122354818));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:53:00+00:00\", Cesium.Cartesian3.fromDegrees(0.5579473694726861, -61.962279348558816, 516630.62953335344));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-0.5890519737559708, -60.13448224558599, 516050.38271094096));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.6285447935683612, -58.299011596840316, 515445.8041475929));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-2.5779675661283123, -56.45700148707586, 514819.5343933315));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-3.4512733696043796, -54.609351994417985, 514174.31086910976));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-4.259751191367272, -52.7567864276439, 513512.95611549553));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-5.012626777387922, -50.89989294955182, 512838.3656365703));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.717510708048135, -49.039155295041596, 512153.49538790097));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-6.380735999547074, -47.17497575032658, 511461.3489596675));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-7.007615486926174, -45.3076925581469, 510764.9645080608));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-7.602640163621876, -43.43759325222386, 510067.40148983285));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-8.169633566456284, -41.5649249800242, 509371.7272565973));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-8.711873087096642, -39.689902570157315, 508681.0035667502));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T02:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-9.23218614609716, -37.8127148914289, 507998.2730743476));\n", - " widget.property_9bfe1ee8.addSample(\"2023-01-01T03:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-9.733027080406703, -35.93352990392803, 507326.54585491726));\n", - " widget.property_84f93f67 = new Cesium.SampledProperty(Cesium.Quaternion);\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:00:00+00:00\", new Cesium.Quaternion(0.225870746218323, -0.6695369062609688, 0.13911886637469034, 0.693792964922454));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:00:30+00:00\", new Cesium.Quaternion(0.22740326811385295, -0.6811959792253213, 0.13461027180213792, 0.6827443637729641));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:01:00+00:00\", new Cesium.Quaternion(0.22884831234911612, -0.6926718542220105, 0.13008915274085728, 0.6714990429202183));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:01:30+00:00\", new Cesium.Quaternion(0.2302058867199159, -0.7039611994206347, 0.12555717248812823, 0.660060054742404));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:02:00+00:00\", new Cesium.Quaternion(0.23147603017609403, -0.7150607340957256, 0.12101599059291675, 0.648430508249892));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:02:30+00:00\", new Cesium.Quaternion(0.23265881269839941, -0.725967229592505, 0.11646726227910868, 0.636613568225469));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:03:00+00:00\", new Cesium.Quaternion(0.23375433516463806, -0.7366775102781513, 0.11191263787169166, 0.6246124543480717));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:03:30+00:00\", new Cesium.Quaternion(0.23476272920535185, -0.7471884544782379, 0.10735376222625476, 0.6124304403002397));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:04:00+00:00\", new Cesium.Quaternion(0.23568415704916315, -0.7574969953980396, 0.10279227416203772, 0.6000708528595307));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:04:30+00:00\", new Cesium.Quaternion(0.2365188113575476, -0.767600122028534, 0.09822980589846257, 0.5875370709742008));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:05:00+00:00\", new Cesium.Quaternion(0.23726691504946898, -0.7774948800367182, 0.09366798249563026, 0.5748325248233572));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:05:30+00:00\", new Cesium.Quaternion(0.23792872111579602, -0.7871783726400192, 0.08910842129883272, 0.5619606948618767));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:06:00+00:00\", new Cesium.Quaternion(0.23850451125486227, -0.7966477618144392, 0.08455273058195828, 0.5489251109744016));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:06:30+00:00\", new Cesium.Quaternion(0.23899460032774378, -0.8059002677375983, 0.08000251224096304, 0.5357293509877765));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:07:00+00:00\", new Cesium.Quaternion(0.2393993291716508, -0.8149331717108688, 0.07545935636216387, 0.5223770404361541));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:07:30+00:00\", new Cesium.Quaternion(0.23971906900775275, -0.8237438155704697, 0.0709248439633663, 0.5088718510315073));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:08:00+00:00\", new Cesium.Quaternion(0.23995422005096206, -0.8323296028276064, 0.06640054563674273, 0.4952174997672402));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:08:30+00:00\", new Cesium.Quaternion(0.24010521126510204, -0.8406879994420968, 0.061888021021368776, 0.48141774787750036));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:09:00+00:00\", new Cesium.Quaternion(0.24017250010839575, -0.8488165345784013, 0.05738881828095242, 0.46747639978325356));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:09:30+00:00\", new Cesium.Quaternion(0.24015657226952447, -0.8567128013437878, 0.05290447358701884, 0.4533973020254009));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:10:00+00:00\", new Cesium.Quaternion(0.24005794139451492, -0.864374457508369, 0.048436510607798966, 0.43918434218523916));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:10:30+00:00\", new Cesium.Quaternion(0.23987714880411865, -0.8717992262069187, 0.04398644000274705, 0.424841447792596));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:11:00+00:00\", new Cesium.Quaternion(0.23961476320253516, -0.878984896622055, 0.039555758923237705, 0.4103725852219116));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:11:30+00:00\", new Cesium.Quaternion(0.23927138037680068, -0.8859293246487991, 0.03514595051918822, 0.39578175857662523));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:12:00+00:00\", new Cesium.Quaternion(0.23884762288745642, -0.8926304335401783, 0.030758483452027932, 0.38107300856215987));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:12:30+00:00\", new Cesium.Quaternion(0.23834413975060548, -0.8990862145336801, 0.026394811414147373, 0.3662504113478276));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:13:00+00:00\", new Cesium.Quaternion(0.2377616061112025, -0.9052947274584419, 0.022056372654859286, 0.351318077417996));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:13:30+00:00\", new Cesium.Quaternion(0.2371007229080448, -0.9112541013229063, 0.017744589513172027, 0.33628015041282816));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:14:00+00:00\", new Cesium.Quaternion(0.2363622165302961, -0.9169625348828384, 0.013460867957399262, 0.32114080595894146));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:14:30+00:00\", new Cesium.Quaternion(0.23554683846602725, -0.9224182971894435, 0.009206597131886684, 0.3059042504903098));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:15:00+00:00\", new Cesium.Quaternion(0.2346553649425145, -0.9276197281175199, 0.004983148910851656, 0.29057472005975704));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:15:30+00:00\", new Cesium.Quaternion(0.23368859655870333, -0.9325652388734175, 0.0007918774595805631, 0.27515647914137664));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:16:00+00:00\", new Cesium.Quaternion(0.23264735790996727, -0.9372533124826465, -0.0033658811968886706, 0.25965381942422233));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:16:30+00:00\", new Cesium.Quaternion(0.23153249720518881, -0.9416825042570238, -0.007488809597500302, 0.24407105859761796));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:17:00+00:00\", new Cesium.Quaternion(0.23034488448898166, -0.9458514425790615, -0.011575609596212696, 0.2284125391114558));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:17:30+00:00\", new Cesium.Quaternion(0.22908541678815741, -0.9497588279742954, -0.015625001406813038, 0.2126826270077702));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:18:00+00:00\", new Cesium.Quaternion(0.22775500939963012, -0.953403435548934, -0.019635726082516066, 0.1968857105990089));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:18:30+00:00\", new Cesium.Quaternion(0.22635460101062027, -0.9567841140167468, -0.023606544498680836, 0.18102619927331925));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:19:00+00:00\", new Cesium.Quaternion(0.2248851518985464, -0.959899786401397, -0.027536238094606723, 0.16510852223225012));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:19:30+00:00\", new Cesium.Quaternion(0.2233476435058086, -0.962749450377826, -0.03142360924889237, 0.1491371272331917));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:20:00+00:00\", new Cesium.Quaternion(0.22174307800784354, -0.9653321785923245, -0.035267481646353564, 0.13311647932592077));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:20:30+00:00\", new Cesium.Quaternion(0.22007247787504552, -0.9676471189610811, -0.03906670063631043, 0.11705105958362941));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:21:00+00:00\", new Cesium.Quaternion(0.21833688542831226, -0.9696934949472129, -0.04282013358220184, 0.1009453638287878));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:21:30+00:00\", new Cesium.Quaternion(0.21653736238864885, -0.9714706058161258, -0.046526670202374484, 0.0848039013542212));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:22:00+00:00\", new Cesium.Quaternion(0.21467498942106394, -0.9729778268691063, -0.05018522290194801, 0.06863119363977042));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:22:30+00:00\", new Cesium.Quaternion(0.21275086567251977, -0.9742146096551647, -0.05379472709569319, 0.052431773064891773));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:23:00+00:00\", new Cesium.Quaternion(0.21076610830465997, -0.975180482160933, -0.05735414152177461, 0.03621018161759086));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:23:30+00:00\", new Cesium.Quaternion(0.2087218520209978, -0.9758750489786628, -0.06086244854630584, 0.019970969600042462));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:24:00+00:00\", new Cesium.Quaternion(0.20661924858909725, -0.9762979914521912, -0.06431865445860062, 0.0037186943312858926));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:24:30+00:00\", new Cesium.Quaternion(0.20445946635778905, -0.9764490678008515, -0.06772178975704693, -0.012542081152632261));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:25:00+00:00\", new Cesium.Quaternion(0.20224368976947948, -0.9763281132213086, -0.07107090942551754, -0.02880678940070158));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:25:30+00:00\", new Cesium.Quaternion(0.19997311886799124, -0.9759350399672306, -0.0743650932002339, -0.04507085985078382));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:26:00+00:00\", new Cesium.Quaternion(0.19764896880191757, -0.9752698374068023, -0.0776034458270106, -0.06132972013487677));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:26:30+00:00\", new Cesium.Quaternion(0.19527246932374265, -0.9743325720580457, -0.08078509730880433, -0.07757879738542352));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:27:00+00:00\", new Cesium.Quaternion(0.19284486428497621, -0.9731233876019122, -0.08390920314350428, -0.0938135195422803));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:27:30+00:00\", new Cesium.Quaternion(0.19036741112729327, -0.971642504873179, -0.0869749445518833, -0.11002931665998487));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:28:00+00:00\", new Cesium.Quaternion(-0.18784138037012765, 0.9698902218290841, 0.08998152869566532, 0.126221622214921));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:28:30+00:00\", new Cesium.Quaternion(-0.185268053674913, 0.9678669137675237, 0.09292818867676562, 0.14238587454833526));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:29:00+00:00\", new Cesium.Quaternion(-0.18264872900842966, 0.9655730321602907, 0.09581418454722124, 0.15851751763113997));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:29:30+00:00\", new Cesium.Quaternion(-0.17998471159192286, 0.9630091061971893, 0.09863880231505157, 0.17461200317365205));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:30:00+00:00\", new Cesium.Quaternion(-0.1772773190643528, 0.9601757415673247, 0.10140135488658962, 0.1906647913962041));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:30:30+00:00\", new Cesium.Quaternion(-0.17452787953168974, 0.9570736205922783, 0.1041011820491199, 0.20667135246215365));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:31:00+00:00\", new Cesium.Quaternion(-0.171737731036317, 0.9537035020616265, 0.10673765062845715, 0.22262716777654146));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:31:30+00:00\", new Cesium.Quaternion(-0.16890822102423464, 0.9500662210463423, 0.10931015463632031, 0.23852773128199373));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:32:00+00:00\", new Cesium.Quaternion(-0.16604070581003688, 0.9461626886901706, 0.11181811540742567, 0.25436855075151094));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:32:30+00:00\", new Cesium.Quaternion(-0.1631365500400233, 0.9419938919789986, 0.11426098172630411, 0.2701451490777488));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:33:00+00:00\", new Cesium.Quaternion(-0.16019712615342158, 0.9375608934883168, 0.11663822994376316, 0.2858530655584436));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:33:30+00:00\", new Cesium.Quaternion(-0.157223813842174, 0.9328648311087933, 0.11894936408303322, 0.30148785717757554));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:34:00+00:00\", new Cesium.Quaternion(-0.15421799950936155, 0.9279069177500543, 0.12119391593555542, 0.3170450998819104));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:34:30+00:00\", new Cesium.Quaternion(-0.15118107572633765, 0.9226884410227688, 0.12337144514634889, 0.3325203898525647));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:35:00+00:00\", new Cesium.Quaternion(-0.14811444068902802, 0.9172107628990802, 0.1254815392890299, 0.3479093447711911));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:35:30+00:00\", new Cesium.Quaternion(-0.14501949767338773, 0.9114753193515078, 0.1275238139304084, 0.3632076050804385));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:36:00+00:00\", new Cesium.Quaternion(-0.14189765449027675, 0.9054836199704069, 0.12949791268467922, 0.3784108352383124));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:36:30+00:00\", new Cesium.Quaternion(-0.1387503229400221, 0.8992372475600767, 0.13140350725723382, 0.39351472496606127));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:37:00+00:00\", new Cesium.Quaternion(-0.1355789182666441, 0.8927378577136662, 0.1332402974780079, 0.40851499048925083));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:37:30+00:00\", new Cesium.Quaternion(-0.13238485861227522, 0.8859871783669324, 0.135008011324509, 0.4234073757716212));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:38:00+00:00\", new Cesium.Quaternion(-0.12916956447167688, 0.8789870093310306, 0.13670640493441402, 0.4381876537414038));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:38:30+00:00\", new Cesium.Quaternion(-0.12593445814703108, 0.8717392218044558, 0.13833526260772736, 0.45285162750974733));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:39:00+00:00\", new Cesium.Quaternion(-0.12268096320370009, 0.8642457578642027, 0.13989439679876697, 0.4673951315808196));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:39:30+00:00\", new Cesium.Quaternion(-0.11941050266989589, 0.8565086301115724, 0.1413836473908103, 0.4818140332607507));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:40:00+00:00\", new Cesium.Quaternion(-0.11612450353153703, 0.8485299204168331, 0.14280288447355902, 0.49610423302264695));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:40:30+00:00\", new Cesium.Quaternion(-0.11282438861728467, 0.8403117804145525, 0.1441520041264144, 0.5102616669278611));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:41:00+00:00\", new Cesium.Quaternion(-0.10951158111850468, 0.831856430198268, 0.14543093113302277, 0.524282306976405));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:41:30+00:00\", new Cesium.Quaternion(-0.10618750278291306, 0.8231661578902336, 0.14663961823613303, 0.5381621624756998));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:42:00+00:00\", new Cesium.Quaternion(-0.1028535733776369, 0.814243319011426, 0.14777804606783507, 0.5518972811937755));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:42:30+00:00\", new Cesium.Quaternion(-0.0995112101544039, 0.8050903358319115, 0.14884622306978462, 0.5654837505017505));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:43:00+00:00\", new Cesium.Quaternion(-0.09616182731660988, 0.7957096967018064, 0.14984418540317265, 0.5789176985053314));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:43:30+00:00\", new Cesium.Quaternion(-0.09280683548893809, 0.7861039553629652, 0.15077199684880893, 0.592195295164909));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:44:00+00:00\", new Cesium.Quaternion(-0.08944764118929072, 0.7762757302416378, 0.15162974869708581, 0.6053127534040091));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:44:30+00:00\", new Cesium.Quaternion(-0.08608564630352761, 0.7662277037222582, 0.15241755962808876, 0.6182663302057109));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:45:00+00:00\", new Cesium.Quaternion(-0.08272224756308427, 0.7559626214025876, 0.15313557558184415, 0.6310523276967268));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:45:30+00:00\", new Cesium.Quaternion(-0.07935883602549243, 0.7454832913304303, 0.15378396961862928, 0.6436670942188705));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:46:00+00:00\", new Cesium.Quaternion(-0.07599679655835079, 0.7347925832221107, 0.15436294176970541, 0.6561070253875115));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:46:30+00:00\", new Cesium.Quaternion(-0.07263750732659563, 0.7238934276629582, 0.1548727188782841, 0.668368565136782));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:47:00+00:00\", new Cesium.Quaternion(-0.06928233928332767, 0.7127888152900206, 0.15531355443084446, 0.6804482067512092));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:47:30+00:00\", new Cesium.Quaternion(-0.06593265566455508, 0.7014817959572243, 0.15568572837905104, 0.6923424938834326));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:48:00+00:00\", new Cesium.Quaternion(-0.0625898114877288, 0.6899754778832415, 0.1559895469520746, 0.7040480215577696));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:48:30+00:00\", new Cesium.Quaternion(-0.05925515305457113, 0.6782730267822767, 0.15622534245970685, 0.7155614371592672));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:49:00+00:00\", new Cesium.Quaternion(-0.05593001745801113, 0.6663776649780566, 0.15639347308600224, 0.7268794414080216));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:49:30+00:00\", new Cesium.Quaternion(-0.05261573209378584, 0.6542926705012361, 0.15649432267392532, 0.7379987893184009));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:50:00+00:00\", new Cesium.Quaternion(-0.049313614176583365, 0.6420213761705056, 0.15652830050080127, 0.7489162911429452));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:50:30+00:00\", new Cesium.Quaternion(-0.04602497026095098, 0.6295671686576558, 0.15649584104471007, 0.7596288133006608));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:51:00+00:00\", new Cesium.Quaternion(-0.04275109486230805, 0.616933487599568, 0.156397402612387, 0.7701332795188158));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:51:30+00:00\", new Cesium.Quaternion(-0.039493273626741154, 0.6041238243763544, 0.15623347159172207, 0.7804266708112492));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:52:00+00:00\", new Cesium.Quaternion(-0.03625277738131119, 0.5911417215205433, 0.15600455545907296, 0.7905060277353277));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:52:30+00:00\", new Cesium.Quaternion(-0.03303086535173355, 0.5779907714554255, 0.15571118698371175, 0.800368450336844));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:53:00+00:00\", new Cesium.Quaternion(-0.02982878378629411, 0.5646746155514932, 0.1553539228364606, 0.8100110992257618));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:53:30+00:00\", new Cesium.Quaternion(-0.02664776550911077, 0.5511969431009803, 0.15493334330434222, 0.8194311964051926));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:54:00+00:00\", new Cesium.Quaternion(-0.023489029479239754, 0.5375614902783228, 0.15445005199685857, 0.828626026082961));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:54:30+00:00\", new Cesium.Quaternion(-0.020353780355933326, 0.5237720390868303, 0.15390467554423867, 0.8375929354654736));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:55:00+00:00\", new Cesium.Quaternion(-0.017243208070122917, 0.5098324162918704, 0.15329786328767664, 0.8463293355336778));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:55:30+00:00\", new Cesium.Quaternion(-0.014158487402205433, 0.4957464923408763, 0.15263028696157055, 0.8548327018009008));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:56:00+00:00\", new Cesium.Quaternion(-0.011100777566423276, 0.4815181802704841, 0.15190264036811918, 0.8631005750523032));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:56:30+00:00\", new Cesium.Quaternion(-0.008071221801865897, 0.4671514346011112, 0.1511156390442269, 0.8711305620657583));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:57:00+00:00\", new Cesium.Quaternion(-0.005070946970274409, 0.45265025021929967, 0.15027001992091765, 0.878920336313933));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:57:30+00:00\", new Cesium.Quaternion(-0.0021010631607767394, 0.4380186612481371, 0.1493665409753721, 0.8864676386473658));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:58:00+00:00\", new Cesium.Quaternion(0.0008373366982878661, 0.42326073990608687, 0.14840598087578247, 0.8937702779583258));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:58:30+00:00\", new Cesium.Quaternion(0.0037431772203752045, 0.40838059535455135, 0.14738913861905617, 0.9008261318252773));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:59:00+00:00\", new Cesium.Quaternion(0.006615400934413818, 0.39338237253449926, 0.14631683316157013, 0.907633147137749));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T00:59:30+00:00\", new Cesium.Quaternion(0.009452968650999483, 0.3782702509924954, 0.14518990304318427, 0.9141893407014046));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:00:00+00:00\", new Cesium.Quaternion(0.012254859821044128, 0.3630484436964664, 0.1440092060045305, 0.9204927998231627));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:00:30+00:00\", new Cesium.Quaternion(0.01502007288670032, 0.34772119584154426, 0.14277561859785984, 0.9265416828761691));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:01:00+00:00\", new Cesium.Quaternion(0.017747625624494723, 0.3322927836463344, 0.14149003579147668, 0.9323342198444666));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:01:30+00:00\", new Cesium.Quaternion(0.02043655548056017, 0.31676751313994905, 0.1401533705678863, 0.9378687128472104));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:02:00+00:00\", new Cesium.Quaternion(0.0230859203394968, 0.3011497189062998, 0.13876655213263275, 0.9431435368457741));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:02:30+00:00\", new Cesium.Quaternion(0.02569479705333598, 0.285443762985348, 0.1373305310271914, 0.9481571393102213));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:03:00+00:00\", new Cesium.Quaternion(0.028262284471860966, 0.26965403344291283, 0.13584627043089068, 0.952908041908776));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:03:30+00:00\", new Cesium.Quaternion(0.03078750190908515, 0.25378494324815515, 0.13431475124715148, 0.9573948401282226));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:04:00+00:00\", new Cesium.Quaternion(0.03326958990187326, 0.23784092898977577, 0.13273697029726783, 0.961616203899115));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:04:30+00:00\", new Cesium.Quaternion(0.03570771049533475, 0.22182644961508857, 0.13111393988472755, 0.9655708779940759));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:05:00+00:00\", new Cesium.Quaternion(0.03810104751957534, 0.20574598516236353, 0.12944668735443426, 0.9692576824046548));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:05:30+00:00\", new Cesium.Quaternion(0.04044880685769847, 0.1896040354868055, 0.12773625464708588, 0.9726755126966248));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:06:00+00:00\", new Cesium.Quaternion(0.0427502167050144, 0.1734051189805279, 0.12598369784866423, 0.97582334034363));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:06:30+00:00\", new Cesium.Quaternion(0.04500452781931572, 0.15715377128689983, 0.12419008673547902, 0.9787002130390592));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:07:00+00:00\", new Cesium.Quaternion(0.047211013762171045, 0.14085454400964095, 0.1223565043148014, 0.981305254986055));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:07:30+00:00\", new Cesium.Quaternion(0.049368971131177025, 0.12451200341701958, 0.1204840463611352, 0.9836376671655968));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:08:00+00:00\", new Cesium.Quaternion(0.05147771978304065, 0.1081307291415524, 0.11857382094863599, 0.9856967275825237));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:08:30+00:00\", new Cesium.Quaternion(0.053536603047486475, 0.09171531287555917, 0.11662694797943221, 0.9874817914894823));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:09:00+00:00\", new Cesium.Quaternion(0.05554498793186094, 0.07527035706296949, 0.11464455870846563, 0.9889922915886675));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:09:30+00:00\", new Cesium.Quaternion(0.05750226531642033, 0.05880047358774371, 0.11262779526461351, 0.9902277382113518));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:10:00+00:00\", new Cesium.Quaternion(0.05940785014020989, 0.042310282459294406, 0.11057781016853577, 0.9911877194751075));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:10:30+00:00\", new Cesium.Quaternion(0.06126118157748072, 0.025804410495298493, 0.10849576584750262, 0.9918719014186685));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:11:00+00:00\", new Cesium.Quaternion(0.0630617232046135, 0.009287490002255046, 0.10638283414695822, 0.9922800281144348));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:11:30+00:00\", new Cesium.Quaternion(0.0648089631574687, -0.007235842545796234, 0.10424019583956515, 0.9924119217585183));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:12:00+00:00\", new Cesium.Quaternion(0.06650241427913803, -0.02376094783004655, 0.10206904013139696, 0.9922674827383587));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:12:30+00:00\", new Cesium.Quaternion(0.06814161425804281, -0.040283185010762626, 0.09987056416590963, 0.9918466896778352));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:13:00+00:00\", new Cesium.Quaternion(0.06972612575634768, -0.05679791305184917, 0.09764597252555278, 0.9911495994598917));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:13:30+00:00\", new Cesium.Quaternion(0.0712555364211099, -0.07330049215026788, 0.09539647527867796, 0.9901763473666058));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:14:00+00:00\", new Cesium.Quaternion(0.07272945939914033, -0.0897862846449053, 0.09312329328934651, 0.9889271464936733));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:14:30+00:00\", new Cesium.Quaternion(0.07414753286355577, -0.10625065696154741, 0.09082764899298519, 0.9874022885551231));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:15:00+00:00\", new Cesium.Quaternion(0.07550942046061247, -0.12268898052496918, 0.08851077170573554, 0.9856021432461993));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:15:30+00:00\", new Cesium.Quaternion(0.07681481130586766, -0.13909663318356313, 0.08617389566359789, 0.9835271582967094));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:16:00+00:00\", new Cesium.Quaternion(0.07806342005382624, -0.15546900053007473, 0.08381825951459049, 0.9811778593586509));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:16:30+00:00\", new Cesium.Quaternion(0.07925498695770822, -0.17180147722036612, 0.08144510580985849, 0.9785548498714085));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:17:00+00:00\", new Cesium.Quaternion(0.08038927791930743, -0.188089468289834, 0.07905568049389512, 0.9756588109045636));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:17:30+00:00\", new Cesium.Quaternion(0.08146608452903259, -0.20432839046704532, 0.07665123239461881, 0.9724905009783085));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:18:00+00:00\", new Cesium.Quaternion(0.08248522409597214, -0.22051367348429382, 0.07423301271259047, 0.9690507558615864));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:18:30+00:00\", new Cesium.Quaternion(0.08344653966812532, -0.2366407613846207, 0.07180227451039235, 0.9653404883479494));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:19:00+00:00\", new Cesium.Quaternion(0.08434990004271097, -0.25270511382496613, 0.06936027220184496, 0.9613606880092308));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:19:30+00:00\", new Cesium.Quaternion(0.08519519976658638, -0.26870220737506034, 0.06690826104141494, 0.9571124209270903));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:20:00+00:00\", new Cesium.Quaternion(0.08598235912683394, -0.28462753681165975, 0.06444749661416961, 0.9525968294024908));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:20:30+00:00\", new Cesium.Quaternion(0.08671132413138982, -0.3004766164077983, 0.06197923432595544, 0.9478151316432283));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:21:00+00:00\", new Cesium.Quaternion(0.0873820664799615, -0.31624498121660966, 0.05950472889480622, 0.9427686214295392));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:21:30+00:00\", new Cesium.Quaternion(0.08799458352500308, -0.3319281883494207, 0.05702523384288811, 0.9374586677579427));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:22:00+00:00\", new Cesium.Quaternion(0.08854889822292199, -0.34752181824770256, 0.05454200098970657, 0.9318867144633816));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:22:30+00:00\", new Cesium.Quaternion(0.08904505907555044, -0.3630214759485087, 0.052056279946736325, 0.9260542798197658));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:23:00+00:00\", new Cesium.Quaternion(0.08948314006179996, -0.37842279234305837, 0.04956931761334872, 0.9199629561190549));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:23:30+00:00\", new Cesium.Quaternion(0.08986324055969416, -0.3937214254280653, 0.0470823576746608, 0.9136144092289692));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:24:00+00:00\", new Cesium.Quaternion(0.09018548525859178, -0.4089130615494978, 0.04459664010091262, 0.9070103781294891));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:24:30+00:00\", new Cesium.Quaternion(0.09045002344000222, -0.42399341677101443, 0.04211339932890341, 0.9001526744900047));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:25:00+00:00\", new Cesium.Quaternion(0.09065703133651543, -0.4389582375710164, 0.039633869057941265, 0.893043181913));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:25:30+00:00\", new Cesium.Quaternion(0.09080670834959363, -0.4538033028565207, 0.03715927380250387, 0.8856838557892401));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:26:00+00:00\", new Cesium.Quaternion(0.09089927934532371, -0.46852442464325755, 0.034690833713553956, 0.8780767224926669));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:26:30+00:00\", new Cesium.Quaternion(0.09093499391914894, -0.4831174493883397, 0.03222976275958234, 0.8702238788782405));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:27:00+00:00\", new Cesium.Quaternion(0.09091412625117443, -0.4975782591808855, 0.02977726824132819, 0.8621274916940007));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:27:30+00:00\", new Cesium.Quaternion(0.09083697495202483, -0.5119027729225883, 0.02733455030938102, 0.8537897969729519));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:28:00+00:00\", new Cesium.Quaternion(0.0907038628995846, -0.5260869474978407, 0.024902801485330785, 0.8452130994049253));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:28:30+00:00\", new Cesium.Quaternion(0.09051513706649139, -0.5401267789331045, 0.022483206186279633, 0.836399771688616));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:29:00+00:00\", new Cesium.Quaternion(0.09027116833847515, -0.5540183035451924, 0.02007694025294285, 0.8273522538639717));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:29:30+00:00\", new Cesium.Quaternion(0.08997235132376769, -0.5677575990780953, 0.01768517048174883, 0.8180730526251192));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:30:00+00:00\", new Cesium.Quaternion(0.08961910415342511, -0.581340785828066, 0.015309054160736022, 0.808564740614039));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:30:30+00:00\", new Cesium.Quaternion(0.08921186827290126, -0.5947640277565917, 0.012949738609810671, 0.7988299556951732));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:31:00+00:00\", new Cesium.Quaternion(0.08875110822470905, -0.6080235335909671, 0.010608360725165389, 0.7888714002111912));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:31:30+00:00\", new Cesium.Quaternion(0.08823731142241417, -0.6211155579121246, 0.008286046528260217, 0.7786918402201131));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:32:00+00:00\", new Cesium.Quaternion(0.08767098791609612, -0.6340364022294016, 0.005983910719572964, 0.7682941047140168));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:32:30+00:00\", new Cesium.Quaternion(0.08705267014911072, -0.646782416041965, 0.0037030562369469665, 0.7576810848195531));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:33:00+00:00\", new Cesium.Quaternion(0.08638291270658732, -0.6593499978865389, 0.0014445738191367508, 0.7468557329804926));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:33:30+00:00\", new Cesium.Quaternion(0.08566229205550102, -0.6717355963711642, -0.0007904584256280043, 0.7358210621225464));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:34:00+00:00\", new Cesium.Quaternion(0.0848914062765202, -0.6839357111946778, -0.0030009754457678314, 0.7245801448006971));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:34:30+00:00\", new Cesium.Quaternion(0.08407087478778075, -0.6959468941516083, -0.0051859256669716, 0.7131361123292834));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:35:00+00:00\", new Cesium.Quaternion(0.08320133806059085, -0.7077657501222069, -0.007344271407266435, 0.7014921538950908));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:35:30+00:00\", new Cesium.Quaternion(0.08228345732729633, -0.7193889380473115, -0.009474989286266156, 0.6896515156537057));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:36:00+00:00\", new Cesium.Quaternion(0.08131791320920728, -0.7308131720070699, -0.011577071622627203, 0.6776174997924045));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:36:30+00:00\", new Cesium.Quaternion(0.08030540968068575, -0.7420352216860097, -0.013649522837392335, 0.6653934636587011));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:37:00+00:00\", new Cesium.Quaternion(0.0792466673714105, -0.7530519140208487, -0.015691365862673556, 0.652982818715336));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:37:30+00:00\", new Cesium.Quaternion(0.07814242748185779, -0.7638601336304794, -0.017701638497243474, 0.6403890296310375));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:38:00+00:00\", new Cesium.Quaternion(0.07699345039810684, -0.7744568238315762, -0.019679394796492382, 0.6276156132832779));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:38:30+00:00\", new Cesium.Quaternion(0.07580051535468152, -0.7848389875167134, -0.021623705444168393, 0.6146661377598158));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:39:00+00:00\", new Cesium.Quaternion(0.07456442009039155, -0.7950036880154254, -0.023533658117326342, 0.6015442213454242));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:39:30+00:00\", new Cesium.Quaternion(0.07328598049720197, -0.8049480499379753, -0.025408357844438716, 0.588253531494086));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:40:00+00:00\", new Cesium.Quaternion(0.07196603026224702, -0.8146692600015807, -0.02724692735654459, 0.5747977837869572));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:40:30+00:00\", new Cesium.Quaternion(0.07060542050341528, -0.8241645678388326, -0.029048507431098828, 0.5611807408764053));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:41:00+00:00\", new Cesium.Quaternion(0.06920501939814883, -0.8334312867881165, -0.030812257228763816, 0.5474062114164169));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:41:30+00:00\", new Cesium.Quaternion(0.06776571180603636, -0.8424667946657642, -0.03253735462269699, 0.5334780489796848));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:42:00+00:00\", new Cesium.Quaternion(0.06628839888516996, -0.8512685345197307, -0.03422299652034956, 0.5194001509617022));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:42:30+00:00\", new Cesium.Quaternion(0.0647739977022942, -0.8598340153645789, -0.03586839917772822, 0.5051764574721544));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:43:00+00:00\", new Cesium.Quaternion(0.06322344083720105, -0.8681608128975437, -0.037472798505814996, 0.4908109502139536));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:43:30+00:00\", new Cesium.Quaternion(0.06163767598115466, -0.8762465701954836, -0.039035450369258984, 0.4763076513502205));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:44:00+00:00\", new Cesium.Quaternion(0.06001766552981336, -0.8840889983925018, -0.04055563087704402, 0.4616706223595559));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:44:30+00:00\", new Cesium.Quaternion(0.05836438617060985, -0.891685877338048, -0.04203263666513984, 0.4469039628799233));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:45:00+00:00\", new Cesium.Quaternion(0.05667882846480682, -0.8990350562353079, -0.04346578517099982, 0.43201180954147844));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:45:30+00:00\", new Cesium.Quaternion(0.05496199642444349, -0.906134454259687, -0.0448544148997776, 0.41699833478868686));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:46:00+00:00\", new Cesium.Quaternion(0.05321490708415194, -0.9129820611572246, -0.04619788568225579, 0.4018677456920627));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:46:30+00:00\", new Cesium.Quaternion(0.05143859006824625, -0.9195759378227439, -0.04749557892427603, 0.3866242827498809));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:47:00+00:00\", new Cesium.Quaternion(0.04963408579480316, -0.9259142169303918, -0.048746898392301216, 0.37127221860869725));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:47:30+00:00\", new Cesium.Quaternion(0.04780245045763509, -0.9319951031768565, -0.04995126824450847, 0.3558158571303019));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:48:00+00:00\", new Cesium.Quaternion(0.04594474745734245, -0.9378168742426495, -0.0511081365900747, 0.3402595317417542));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:48:30+00:00\", new Cesium.Quaternion(0.04406205235607635, -0.9433778809883953, -0.0522169734577649, 0.3246076044810517));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:49:00+00:00\", new Cesium.Quaternion(0.042155451073987105, -0.9486765480047497, -0.05327727156900577, 0.3088644646842744));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:49:30+00:00\", new Cesium.Quaternion(0.04022603943050618, -0.9537113740657015, -0.05428854653497437, 0.2930345277344754));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:50:00+00:00\", new Cesium.Quaternion(0.038274922682208945, -0.9584809325605517, -0.055250337044593624, 0.27712223380303713));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:50:30+00:00\", new Cesium.Quaternion(0.03630321505702949, -0.9629838719044639, -0.056162205043508016, 0.26113204658383316));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:51:00+00:00\", new Cesium.Quaternion(0.03431203928514237, -0.9672189159274625, -0.05702373590392335, 0.24506845202057148));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:51:30+00:00\", new Cesium.Quaternion(0.03230252612686124, -0.971184864241753, -0.05783453858520557, 0.2289359570276972));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:52:00+00:00\", new Cesium.Quaternion(0.030275813897216952, -0.9748805925872839, -0.05859424578531517, 0.21273908820519427));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:52:30+00:00\", new Cesium.Quaternion(0.028233047988231952, -0.9783050531554099, -0.059302514082811876, 0.1964823905477101));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:53:00+00:00\", new Cesium.Quaternion(0.02617538038808276, -0.981457274890605, -0.05995902406962024, 0.18017042614831488));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:53:30+00:00\", new Cesium.Quaternion(0.024103969198164488, -0.9843363637701046, -0.06056348047430952, 0.16380777289732176));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:54:00+00:00\", new Cesium.Quaternion(0.022019978147730823, -0.9869415030614106, -0.061115612275961455, 0.14739902317651715));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:54:30+00:00\", new Cesium.Quaternion(0.01992457610647247, -0.9892719535575839, -0.06161517280853957, 0.1309487825491826));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:55:00+00:00\", new Cesium.Quaternion(0.017818936595281054, -0.9913270537902449, -0.062061939855719735, 0.1144616684463036));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:55:30+00:00\", new Cesium.Quaternion(0.015704237295158463, -0.9931062202202361, -0.06245571573617727, 0.09794230884931843));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:56:00+00:00\", new Cesium.Quaternion(0.013581659554823211, -0.9946089474058744, -0.06279632737925461, 0.08139534096982148));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:56:30+00:00\", new Cesium.Quaternion(0.011452387896688787, -0.995834808148757, -0.06308362639104226, 0.06482540992656723));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:57:00+00:00\", new Cesium.Quaternion(0.009317609521874881, -0.9967834536170728, -0.06331748911079332, 0.048237167420188035));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:57:30+00:00\", new Cesium.Quaternion(0.007178513814229792, -0.9974546134463793, -0.06349781665768055, 0.03163527040599664));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:58:00+00:00\", new Cesium.Quaternion(0.00503629184341603, -0.9978480958178245, -0.06362453496788081, 0.01502437976525345));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:58:30+00:00\", new Cesium.Quaternion(0.0028921344036878516, -0.9979637875180257, -0.06369759481962294, -0.0015908411181392093));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:59:00+00:00\", new Cesium.Quaternion(0.0007472373718296899, -0.9978016539519913, -0.0637169718358387, -0.018205727314558377));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T01:59:30+00:00\", new Cesium.Quaternion(-0.0013972075746157553, -0.9973617391884442, -0.06368266655125782, -0.03481561424011809));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:00:00+00:00\", new Cesium.Quaternion(-0.0035400075999667546, -0.9966441659212312, -0.063594704346886, -0.05141583861416663));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:00:30+00:00\", new Cesium.Quaternion(-0.005679970672185508, -0.9956491354419176, -0.06345313546059606, -0.06800173988321634));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:01:00+00:00\", new Cesium.Quaternion(-0.007815906060453293, -0.9943769275823984, -0.06325803496598277, -0.0845686615507566));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:01:30+00:00\", new Cesium.Quaternion(-0.009946624832426754, -0.9928279006349252, -0.0630095027415113, -0.1011119525059121));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:02:00+00:00\", new Cesium.Quaternion(-0.012070940350727033, -0.9910024912495746, -0.06270766342997951, -0.11762696835053943));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:02:30+00:00\", new Cesium.Quaternion(-0.014187668768417705, -0.9889012143091895, -0.06235266638832577, -0.1341090727243843));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:03:00+00:00\", new Cesium.Quaternion(0.016295629523699562, 0.9865246627818256, 0.06194468562775548, 0.15055363862793353));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:03:30+00:00\", new Cesium.Quaternion(0.01839364583307851, 0.9838735075507481, 0.06148391974426657, 0.16695604974254674));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:04:00+00:00\", new Cesium.Quaternion(0.020480545183344023, 0.9809484972220298, 0.06097059183953881, 0.18331170174751701));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:04:30+00:00\", new Cesium.Quaternion(0.022555159821708415, 0.9777504579098036, 0.0604049494322808, 0.1996160036336521));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:05:00+00:00\", new Cesium.Quaternion(0.024616327244364355, 0.9742802929992322, 0.05978726435999594, 0.21586437901301928));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:05:30+00:00\", new Cesium.Quaternion(0.026662890682906504, 0.9705389828872677, 0.059117832671267564, 0.23205226742445675));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:06:00+00:00\", new Cesium.Quaternion(0.02869369958867879, 0.96652758470127, 0.05839697450855715, 0.24817512563448216));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:06:30+00:00\", new Cesium.Quaternion(0.030707610114696693, 0.962247231995575, 0.05762503398159714, 0.26422842893322085));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:07:00+00:00\", new Cesium.Quaternion(0.032703485595193205, 0.9576991344260887, 0.0568023790313649, 0.2802076724249768));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:07:30+00:00\", new Cesium.Quaternion(0.03468019702231895, 0.9528845774030155, 0.05592940128476179, 0.29610837231307385));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:08:00+00:00\", new Cesium.Quaternion(0.036636623520054534, 0.9478049217218112, 0.055006515899989214, 0.3119260671785954));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:08:30+00:00\", new Cesium.Quaternion(0.038571652814969826, 0.9424616031724755, 0.05403416140273266, 0.32765631925264715));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:09:00+00:00\", new Cesium.Quaternion(0.040484181703968225, 0.9368561321272871, 0.05301279951311011, 0.3432947156817915));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:09:30+00:00\", new Cesium.Quaternion(0.04237311788397746, 0.9309900930449654, 0.05194291443724751, 0.35883686986245167));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:10:00+00:00\", new Cesium.Quaternion(0.04423737494100044, 0.924865144261564, 0.05082501475896752, 0.37427842238514974));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:10:30+00:00\", new Cesium.Quaternion(0.046075881027551224, 0.9184830171496102, 0.04965963014952865, 0.38961504273923475));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:11:00+00:00\", new Cesium.Quaternion(0.047887573826701835, 0.9118455158612584, 0.04844731319589113, 0.4048424302377493));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:11:30+00:00\", new Cesium.Quaternion(0.049671402375256024, 0.9049545167508176, 0.047188638679298026, 0.4199563153209683));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:12:00+00:00\", new Cesium.Quaternion(0.05142632750823295, 0.8978119678359348, 0.04588420334876526, 0.43495246077316485));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:12:30+00:00\", new Cesium.Quaternion(0.05315132229918079, 0.8904198882381898, 0.04453462568579653, 0.4498266629300273));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:13:00+00:00\", new Cesium.Quaternion(0.054845372495576195, 0.8827803676032846, 0.04314054566067797, 0.46457475287635924));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:13:30+00:00\", new Cesium.Quaternion(0.05650747694972508, 0.874895565500976, 0.041702624480167635, 0.4791925976337385));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:14:00+00:00\", new Cesium.Quaternion(0.05813664804466834, 0.8667677108049356, 0.040221544326826945, 0.4936761013377769));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:14:30+00:00\", new Cesium.Quaternion(0.059731912114958985, 0.8583991010527234, 0.03869800809008143, 0.5080212064046417));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:15:00+00:00\", new Cesium.Quaternion(0.06129230986225287, 0.8497921017860497, 0.03713273908905564, 0.5222238946865051));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:15:30+00:00\", new Cesium.Quaternion(0.06281689676549479, 0.8409491458715269, 0.035526480787313866, 0.5362801886155888));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:16:00+00:00\", new Cesium.Quaternion(0.06430474348556647, 0.8318727328021022, 0.033879996499597144, 0.5501861523364664));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:16:30+00:00\", new Cesium.Quaternion(0.06575493626418033, 0.8225654279793831, 0.03219406909070688, 0.5639378928263032));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:17:00+00:00\", new Cesium.Quaternion(0.06716657731703524, 0.8130298619770511, 0.030469500666531778, 0.5775315610027076));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:17:30+00:00\", new Cesium.Quaternion(0.06853878522086865, 0.8032687297855925, 0.02870711225747223, 0.5909633528188747));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:18:00+00:00\", new Cesium.Quaternion(0.06987069529436257, 0.7932847900385637, 0.026907743494315673, 0.604229510345695));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:18:30+00:00\", new Cesium.Quaternion(0.0711614599728776, 0.7830808642206011, 0.02507225227658651, 0.6173263228405413));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:19:00+00:00\", new Cesium.Quaternion(0.07241024917656796, 0.7726598358574335, 0.023201514433718384, 0.6302501278023938));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:19:30+00:00\", new Cesium.Quaternion(0.07361625067215144, 0.7620246496880985, 0.021296423378857506, 0.6429973120130242));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:20:00+00:00\", new Cesium.Quaternion(0.07477867042774633, 0.7511783108196426, 0.019357889755770845, 0.655564312563924));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:20:30+00:00\", new Cesium.Quaternion(0.07589673296097427, 0.7401238838645223, 0.01738684107873181, 0.6679476178686835));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:21:00+00:00\", new Cesium.Quaternion(0.076969682749334, 0.7288644919480506, 0.015384220367817867, 0.6801437686831011));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:21:30+00:00\", new Cesium.Quaternion(0.07799678027053741, 0.7174033162621128, 0.013350989748673419, 0.6921493589943457));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:22:00+00:00\", new Cesium.Quaternion(0.07897730879466908, 0.7057435944793555, 0.011288124139072295, 0.7039610371322629));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:22:30+00:00\", new Cesium.Quaternion(0.07991057037688123, 0.6938886202709771, 0.009196614799959835, 0.7155755066215603));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:23:00+00:00\", new Cesium.Quaternion(0.08079588725514178, 0.6818417422501943, 0.007077467962707396, 0.7269895271426616));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:23:30+00:00\", new Cesium.Quaternion(0.08163260215446791, 0.6696063630113668, 0.0049317044302753755, 0.7381999154508163));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:24:00+00:00\", new Cesium.Quaternion(0.08242007858353953, 0.6571859381536675, 0.0027603591723062344, 0.749203546278718));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:24:30+00:00\", new Cesium.Quaternion(0.08315770112351659, 0.6445839752896104, 0.0005644809143420833, 0.7599973532223597));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:25:00+00:00\", new Cesium.Quaternion(0.08384487570882865, 0.6318040330387263, -0.0016548682785514708, 0.7705783296098794));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:25:30+00:00\", new Cesium.Quaternion(0.08448102989991588, 0.6188497200066752, -0.0038966134236895645, 0.7809435293531383));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:26:00+00:00\", new Cesium.Quaternion(0.0850656131478855, 0.6057246937500799, -0.006159667048141186, 0.7910900677817935));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:26:30+00:00\", new Cesium.Quaternion(0.08559809705081364, 0.5924326597274064, -0.00844292962121703, 0.8010151224596211));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:27:00+00:00\", new Cesium.Quaternion(0.08607797560172803, 0.5789773702361753, -0.010745289992069314, 0.8107159339828578));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:27:30+00:00\", new Cesium.Quaternion(0.08650476542812482, 0.5653626233368233, -0.013065625832196672, 0.8201898067603275));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:28:00+00:00\", new Cesium.Quaternion(0.08687800602289028, 0.551592261763529, -0.01540280408263308, 0.8294341097751365));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:28:30+00:00\", new Cesium.Quaternion(0.0871972599666607, 0.5376701718223094, -0.017755681405840214, 0.8384462773277067));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:29:00+00:00\", new Cesium.Quaternion(0.08746211314132718, 0.5236002822767265, -0.020123104641841368, 0.8472238097599475));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:29:30+00:00\", new Cesium.Quaternion(0.08767217493482865, 0.509386563221505, -0.022503911268764776, 0.8557642741603487));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:30:00+00:00\", new Cesium.Quaternion(0.08782707843699156, 0.4950330249444044, -0.024896929867399515, 0.8640653050497937));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:30:30+00:00\", new Cesium.Quaternion(0.08792648062636008, 0.4805437167766799, -0.027300980589609915, 0.8721246050479039));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:31:00+00:00\", new Cesium.Quaternion(0.08797006254800557, 0.4659227259324513, -0.02971487563055066, 0.8799399455197126));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:31:30+00:00\", new Cesium.Quaternion(0.08795752948220345, 0.4511741763373269, -0.03213741970444886, 0.8875091672024927));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:32:00+00:00\", new Cesium.Quaternion(0.08788861174394527, 0.4363022273176918, -0.0345674118364574, 0.8948301807618427));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:32:30+00:00\", new Cesium.Quaternion(0.08776306225101049, 0.42131107292475817, -0.03700364060471043, 0.901900967577545));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:33:00+00:00\", new Cesium.Quaternion(0.08758066057082856, 0.40620493995897783, -0.03944489247025209, 0.9087195800162506));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:33:30+00:00\", new Cesium.Quaternion(0.08734121042624299, 0.39098808727519774, -0.041889947046581284, 0.9152841421693024));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:34:00+00:00\", new Cesium.Quaternion(0.0870445404793425, 0.3756648044337088, -0.044337578892422555, 0.9215928503306012));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:34:30+00:00\", new Cesium.Quaternion(0.08669050444406848, 0.3602394104716268, -0.04678655800534633, 0.9276439735007718));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:35:00+00:00\", new Cesium.Quaternion(0.08627898118916556, 0.344716252666, -0.04923565031745996, 0.9334358538703593));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:35:30+00:00\", new Cesium.Quaternion(0.08580987483162503, 0.32909970528895305, -0.05168361819344719, 0.9389669072819018));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:36:00+00:00\", new Cesium.Quaternion(0.08528311482043585, 0.3133941683552601, -0.05412922093042658, 0.9442356236707575));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:36:30+00:00\", new Cesium.Quaternion(0.08469865601068834, 0.2976040663626972, -0.05657121525965214, 0.9492405674845639));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:37:00+00:00\", new Cesium.Quaternion(0.0840564787279637, 0.2817338470255407, -0.05900835584979824, 0.9539803780811995));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:37:30+00:00\", new Cesium.Quaternion(0.0833565888229853, 0.26578798000158205, -0.06143939581166291, 0.9584537701051482));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:38:00+00:00\", new Cesium.Quaternion(0.08259901771648073, 0.24977095561303292, -0.06386308720403047, 0.962659533842155));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:38:30+00:00\", new Cesium.Quaternion(0.08178382243428654, 0.23368728356167648, -0.0662781815407054, 0.9665965355520675));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:39:00+00:00\", new Cesium.Quaternion(0.08091108563260087, 0.2175414916386555, -0.06868343029827736, 0.9702637177797822));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:39:30+00:00\", new Cesium.Quaternion(0.07998091561340684, 0.2013381244292713, -0.07107758542456348, 0.9736600996442026));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:40:00+00:00\", new Cesium.Quaternion(0.07899344633005712, 0.18508174201315147, -0.07345939984756794, 0.9767847771051272));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:40:30+00:00\", new Cesium.Quaternion(0.07794883738300885, 0.1687769186601733, -0.07582762798481656, 0.9796369232079868));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:41:00+00:00\", new Cesium.Quaternion(0.07684727400563893, 0.15242824152254467, -0.07818102625251529, 0.9822157883063939));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:41:30+00:00\", new Cesium.Quaternion(0.07568896704024763, 0.13604030932337358, -0.08051835357495445, 0.9845207002623967));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:42:00+00:00\", new Cesium.Quaternion(0.07447415290415077, 0.11961773104215098, -0.0828383718934346, 0.9865510646244229));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:42:30+00:00\", new Cesium.Quaternion(0.07320309354590564, 0.10316512459750946, -0.08513984667474038, 0.9883063647828499));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:43:00+00:00\", new Cesium.Quaternion(0.07187607639169061, 0.08668711552763118, -0.08742154741910563, 0.9897861621031507));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:43:30+00:00\", new Cesium.Quaternion(0.07049341438476456, 0.07018833556530739, -0.08968224962082855, 0.9909900959050486));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:44:00+00:00\", new Cesium.Quaternion(0.06905544547608485, 0.05367342173054926, -0.09192072946095504, 0.9919178840736769));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:44:30+00:00\", new Cesium.Quaternion(0.06756253323156552, 0.037147014379598026, -0.09413577302965961, 0.9925693223458621));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:45:00+00:00\", new Cesium.Quaternion(0.06601506625465295, 0.02061375629960043, -0.09632617101983185, 0.992944284869636));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:45:30+00:00\", new Cesium.Quaternion(0.0644134582107496, 0.004078291277636502, -0.09849072068075541, 0.9930427240966887));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:46:00+00:00\", new Cesium.Quaternion(0.06275814771472926, -0.012454737224857616, -0.1006282263181498, 0.9928646707805345));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:46:30+00:00\", new Cesium.Quaternion(0.061049598208730474, -0.02898068739732253, -0.10273749979225384, 0.9924102339521534));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:47:00+00:00\", new Cesium.Quaternion(0.0592882978302664, -0.045494920404574694, -0.10481736101369112, 0.9916796008731331));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:47:30+00:00\", new Cesium.Quaternion(0.057474759270683046, -0.061992801710202064, -0.10686663843714815, 0.9906730369663044));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:48:00+00:00\", new Cesium.Quaternion(0.055609519624015155, -0.0784697023984552, -0.10888416955239473, 0.9893908857239233));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:48:30+00:00\", new Cesium.Quaternion(0.053693140226277705, -0.09492100049426398, -0.11086880137269522, 0.98783356859341));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:49:00+00:00\", new Cesium.Quaternion(0.05172620648525081, -0.11134208228099021, -0.1128193909202645, 0.9860015848406933));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:49:30+00:00\", new Cesium.Quaternion(0.049709327700800165, -0.1277283436155446, -0.11473480570872249, 0.9838955113911976));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:50:00+00:00\", new Cesium.Quaternion(0.04764313687577963, -0.1440751912404774, -0.11661392422238558, 0.9815160026485108));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:50:30+00:00\", new Cesium.Quaternion(0.04552829051762225, -0.1603780440926605, -0.1184556363918583, 0.978863790290843));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:51:00+00:00\", new Cesium.Quaternion(0.04336546843060535, -0.17663233460820224, -0.12025884406635999, 0.9759396830452554));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:51:30+00:00\", new Cesium.Quaternion(0.041155373498922426, -0.19283351002319427, -0.12202246148206125, 0.9727445664398017));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:52:00+00:00\", new Cesium.Quaternion(0.03889873146060803, -0.20897703366992507, -0.12374541572647958, 0.9692794025336323));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:52:30+00:00\", new Cesium.Quaternion(0.0365962906723565, -0.2250583862681911, -0.12542664719888463, 0.9655452296251218));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:53:00+00:00\", new Cesium.Quaternion(0.03424882186538089, -0.24107306721131758, -0.1270651100661905, 0.9615431619381567));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:53:30+00:00\", new Cesium.Quaternion(0.031857117892300287, -0.2570165958465333, -0.12865977271459406, 0.9572743892866271));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:54:00+00:00\", new Cesium.Quaternion(0.02942199346524102, -0.2728845127493156, -0.1302096181963307, 0.9527401767172758));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:54:30+00:00\", new Cesium.Quaternion(0.026944284461648815, -0.2886723810308747, -0.1317136460624514, 0.9479418639377366));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:55:00+00:00\", new Cesium.Quaternion(0.02442484931578709, -0.3043757874375613, -0.13317086723008323, 0.9428808656870991));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:55:30+00:00\", new Cesium.Quaternion(0.021864566259250484, -0.31999034385311265, -0.1345803127796993, 0.9375586701615959));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:56:00+00:00\", new Cesium.Quaternion(0.019264334649042106, -0.3355116883761894, -0.13594102879796816, 0.9319768393382094));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:56:30+00:00\", new Cesium.Quaternion(0.016625074262489173, -0.350935486602285, -0.13725207819645066, 0.926137008319903));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:57:00+00:00\", new Cesium.Quaternion(0.013947724984157459, -0.3662574328542791, -0.13851254112711872, 0.9200408848509224));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:57:30+00:00\", new Cesium.Quaternion(0.01123324648459019, -0.3814732514044341, -0.13972151539206243, 0.9136902488113201));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:58:00+00:00\", new Cesium.Quaternion(0.00848261789097228, -0.3965786976874882, -0.14087811684724086, 0.9070869516908435));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:58:30+00:00\", new Cesium.Quaternion(0.005696837449862588, -0.41156955950448676, -0.14198147980005707, 0.9002329160423644));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:59:00+00:00\", new Cesium.Quaternion(0.002876922182056832, -0.426441658217016, -0.14303075740071855, 0.8931301349149838));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T02:59:30+00:00\", new Cesium.Quaternion(2.390752968020604e-05, -0.44119084993148505, -0.14402512202726078, 0.8857806712669885));\n", - " widget.property_84f93f67.addSample(\"2023-01-01T03:00:00+00:00\", new Cesium.Quaternion(-0.002861153004257433, -0.4558130266731231, -0.14496376566383687, 0.8781866573588631));\n", + " widget.property_99affc87 = new Cesium.SampledProperty(Cesium.Cartesian3);\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:00:00+00:00\", Cesium.Cartesian3.fromDegrees(29.98055060896214, -0.08103079020036194, 500000.0424350213));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:00:30+00:00\", Cesium.Cartesian3.fromDegrees(29.61394459855244, 1.8152541965297813, 500021.2891134799));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:01:00+00:00\", Cesium.Cartesian3.fromDegrees(29.246837283092006, 3.711457477700564, 500088.9038070484));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:01:30+00:00\", Cesium.Cartesian3.fromDegrees(28.878700725097563, 5.607493659242157, 500202.5852361204));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:02:00+00:00\", Cesium.Cartesian3.fromDegrees(28.508998078325064, 7.503277246472494, 500361.82691467437));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:02:30+00:00\", Cesium.Cartesian3.fromDegrees(28.137178834920114, 9.39872257658667, 500565.9194959655));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:03:00+00:00\", Cesium.Cartesian3.fromDegrees(27.76267381978467, 11.29374373104158, 500813.95405548724));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:03:30+00:00\", Cesium.Cartesian3.fromDegrees(27.384889834542843, 13.188254420285343, 501104.82629379485));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:04:00+00:00\", Cesium.Cartesian3.fromDegrees(27.003203842160705, 15.082167832578493, 501437.2416369357));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:04:30+00:00\", Cesium.Cartesian3.fromDegrees(26.61695656805757, 16.975396437707136, 501809.7212076043));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:05:00+00:00\", Cesium.Cartesian3.fromDegrees(26.225445373867096, 18.867851735144278, 502220.6086357079));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:05:30+00:00\", Cesium.Cartesian3.fromDegrees(25.82791623448943, 20.75944393460629, 502668.0776729075));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:06:00+00:00\", Cesium.Cartesian3.fromDegrees(25.42355444852117, 22.650081554882785, 503150.14057144115));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:06:30+00:00\", Cesium.Cartesian3.fromDegrees(25.011474847567403, 24.53967092416804, 503664.65718443843));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:07:00+00:00\", Cesium.Cartesian3.fromDegrees(24.590708687169503, 26.42811556172291, 504209.34474088927));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:07:30+00:00\", Cesium.Cartesian3.fromDegrees(24.160190218573536, 28.315315416339914, 504781.78824600566));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:08:00+00:00\", Cesium.Cartesian3.fromDegrees(23.71873997101196, 30.20116593146087, 505379.45145462017));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:08:30+00:00\", Cesium.Cartesian3.fromDegrees(23.265045193937162, 32.08555689952976, 505999.68836319674));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:09:00+00:00\", Cesium.Cartesian3.fromDegrees(22.797636588863732, 33.96837105870364, 506639.75516373105));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:09:30+00:00\", Cesium.Cartesian3.fromDegrees(22.31486044260936, 35.84948237266498, 507296.82260151353));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:10:00+00:00\", Cesium.Cartesian3.fromDegrees(21.814845029896325, 37.72875391796016, 507967.98867721425));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:10:30+00:00\", Cesium.Cartesian3.fromDegrees(21.295459831252085, 39.60603528162094, 508650.29163284163));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:11:00+00:00\", Cesium.Cartesian3.fromDegrees(20.754265683819927, 41.481159342815566, 509340.7231607127));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:11:30+00:00\", Cesium.Cartesian3.fromDegrees(20.188453407339118, 43.35393827309509, 510036.2417740361));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:12:00+00:00\", Cesium.Cartesian3.fromDegrees(19.59476766873308, 45.22415853637336, 510733.7862780438));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:12:30+00:00\", Cesium.Cartesian3.fromDegrees(18.96941178348625, 47.09157459619166, 511430.2892808057));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:13:00+00:00\", Cesium.Cartesian3.fromDegrees(18.307927680695265, 48.95590093534189, 512122.6906835406));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:13:30+00:00\", Cesium.Cartesian3.fromDegrees(17.60504320496362, 50.81680184855506, 512807.9510913192));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:14:00+00:00\", Cesium.Cartesian3.fromDegrees(16.854476029141797, 52.673878263022765, 513483.0650859812));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:14:30+00:00\", Cesium.Cartesian3.fromDegrees(16.048679311763394, 54.526650543828474, 514145.0743047504));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:15:00+00:00\", Cesium.Cartesian3.fromDegrees(15.17850824810701, 56.374535804885824, 514791.0802694849));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:15:30+00:00\", Cesium.Cartesian3.fromDegrees(14.232777903949135, 58.21681759626829, 515418.25691348885));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:16:00+00:00\", Cesium.Cartesian3.fromDegrees(13.197669735589734, 60.052604856026605, 516023.8627545611));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:16:30+00:00\", Cesium.Cartesian3.fromDegrees(12.055924707421658, 61.880775502464516, 516605.25266542385));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:17:00+00:00\", Cesium.Cartesian3.fromDegrees(10.785731141158601, 63.69989767427881, 517159.8891946781));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:17:30+00:00\", Cesium.Cartesian3.fromDegrees(9.359171168837772, 65.50811784627128, 517685.3533939366));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:18:00+00:00\", Cesium.Cartesian3.fromDegrees(7.740015925313452, 67.30299890154708, 518179.35510937124));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:18:30+00:00\", Cesium.Cartesian3.fromDegrees(5.880557025318269, 69.08128105776676, 518639.74269833014));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:19:00+00:00\", Cesium.Cartesian3.fromDegrees(3.7169906891635627, 70.83852138912368, 519064.5121344491));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:19:30+00:00\", Cesium.Cartesian3.fromDegrees(1.1626334563986747, 72.56853842648421, 519451.81546731724));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:20:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.902062436770439, 74.26253830833996, 519799.96860562864));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:20:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.643970587222167, 75.90771521943759, 520107.4583953582));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:21:00+00:00\", Cesium.Cartesian3.fromDegrees(-10.297080753352736, 77.48498908533233, 520372.9489675021));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:21:30+00:00\", Cesium.Cartesian3.fromDegrees(-16.185244683786046, 78.96538971558137, 520595.2873326828));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:22:00+00:00\", Cesium.Cartesian3.fromDegrees(-23.733179641860527, 80.3046186381209, 520773.508202663));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:22:30+00:00\", Cesium.Cartesian3.fromDegrees(-33.416141340616846, 81.43634941632938, 520906.8380219722));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:23:00+00:00\", Cesium.Cartesian3.fromDegrees(-45.538218770098226, 82.26904803829478, 520994.69819534663));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:23:30+00:00\", Cesium.Cartesian3.fromDegrees(-59.76101134401196, 82.69975569634514, 521036.70749981864));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:24:00+00:00\", Cesium.Cartesian3.fromDegrees(-74.74153391824163, 82.65743234261397, 521032.68367309216));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:24:30+00:00\", Cesium.Cartesian3.fromDegrees(-88.66595679339765, 82.14972102759158, 520982.644172717));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:25:00+00:00\", Cesium.Cartesian3.fromDegrees(-100.36078101909371, 81.25728358281702, 520886.80610334163));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:25:30+00:00\", Cesium.Cartesian3.fromDegrees(-109.63917157450736, 80.08337613308595, 520745.5853124434));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:26:00+00:00\", Cesium.Cartesian3.fromDegrees(-116.86274248532631, 78.71540437363116, 520559.59465751325));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:26:30+00:00\", Cesium.Cartesian3.fromDegrees(-122.50724006196045, 77.2154002015726, 520329.6414508252));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:27:00+00:00\", Cesium.Cartesian3.fromDegrees(-126.98060391409975, 75.62451136216028, 520056.72409055574));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:27:30+00:00\", Cesium.Cartesian3.fromDegrees(-130.58950094980614, 73.9696427298231, 519742.0278901196));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:28:00+00:00\", Cesium.Cartesian3.fromDegrees(-133.5545560952485, 72.26856284296153, 519386.920120182));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:28:30+00:00\", Cesium.Cartesian3.fromDegrees(-136.0330979380335, 70.5332432679434, 518992.9442809815));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:29:00+00:00\", Cesium.Cartesian3.fromDegrees(-138.13803210992867, 68.77193882849103, 518561.8136252563));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:29:30+00:00\", Cesium.Cartesian3.fromDegrees(-139.95143065769304, 66.99047529868179, 518095.403954947));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:30:00+00:00\", Cesium.Cartesian3.fromDegrees(-141.53386857095842, 65.19305557561566, 517595.7457177179));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:30:30+00:00\", Cesium.Cartesian3.fromDegrees(-142.93076419688757, 63.38277387773156, 517065.0154322012));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:31:00+00:00\", Cesium.Cartesian3.fromDegrees(-144.17669800922525, 61.56195074313122, 516505.52647348936));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:31:30+00:00\", Cesium.Cartesian3.fromDegrees(-145.2983839859477, 59.732356036798244, 515919.7192533581));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:32:00+00:00\", Cesium.Cartesian3.fromDegrees(-146.31674081706035, 57.89536053679485, 515310.15083225875));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:32:30+00:00\", Cesium.Cartesian3.fromDegrees(-147.24835628924433, 56.05204102462409, 514679.48400275235));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:33:00+00:00\", Cesium.Cartesian3.fromDegrees(-148.10653761302837, 54.20325449332078, 514030.4758868045));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:33:30+00:00\", Cesium.Cartesian3.fromDegrees(-148.90207540742983, 52.349691448425865, 513365.9660915495));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:34:00+00:00\", Cesium.Cartesian3.fromDegrees(-149.64380692065384, 50.49191479842679, 512688.864470835));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:34:30+00:00\", Cesium.Cartesian3.fromDegrees(-150.33903656412133, 48.630388644209646, 512002.1385418101));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:35:00+00:00\", Cesium.Cartesian3.fromDegrees(-150.99385369627547, 46.76549987638047, 511308.8006082331));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:35:30+00:00\", Cesium.Cartesian3.fromDegrees(-151.6133754814116, 44.89757457618284, 510611.89464388724));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:36:00+00:00\", Cesium.Cartesian3.fromDegrees(-152.20193446038556, 43.0268906103346, 509914.48299145134));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:36:30+00:00\", Cesium.Cartesian3.fromDegrees(-152.76322486340518, 41.1536874022938, 509219.6329336911));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:37:00+00:00\", Cesium.Cartesian3.fromDegrees(-153.30041780819613, 39.278173583611945, 508530.403195255));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:37:30+00:00\", Cesium.Cartesian3.fromDegrees(-153.81625279938652, 37.40053303566828, 507849.83043442527));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:38:00+00:00\", Cesium.Cartesian3.fromDegrees(-154.3131110090462, 35.52092969622229, 507180.91578518687));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:38:30+00:00\", Cesium.Cartesian3.fromDegrees(-154.79307442878903, 33.63951140858381, 506526.61151042336));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:39:00+00:00\", Cesium.Cartesian3.fromDegrees(-155.25797397597836, 31.75641302167021, 505889.8078275608));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:39:30+00:00\", Cesium.Cartesian3.fromDegrees(-155.7094290665667, 29.871758898647325, 505273.3199677718));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:40:00+00:00\", Cesium.Cartesian3.fromDegrees(-156.14887944424657, 27.98566495469677, 504679.87552976457));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:40:30+00:00\", Cesium.Cartesian3.fromDegrees(-156.57761317843475, 26.098240316905777, 504112.10218830843));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:41:00+00:00\", Cesium.Cartesian3.fromDegrees(-156.9967885535992, 24.20958867866036, 503572.5158168839));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:41:30+00:00\", Cesium.Cartesian3.fromDegrees(-157.40745322341814, 22.319809405386913, 503063.50908229966));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:42:00+00:00\", Cesium.Cartesian3.fromDegrees(-157.81056029565892, 20.42899843667915, 502587.3405675108));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:42:30+00:00\", Cesium.Cartesian3.fromDegrees(-158.206982053685, 18.537249020817296, 502146.12447687704));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:43:00+00:00\", Cesium.Cartesian3.fromDegrees(-158.59752174679778, 16.644652310740476, 501741.82097554376));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:43:30+00:00\", Cesium.Cartesian3.fromDegrees(-158.98292379923365, 14.751297845159367, 501376.227211997));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:44:00+00:00\", Cesium.Cartesian3.fromDegrees(-159.36388272347386, 12.857273934321597, 501050.9690697095));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:44:30+00:00\", Cesium.Cartesian3.fromDegrees(-159.74105097299213, 10.962667966691134, 500767.4936903933));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:45:00+00:00\", Cesium.Cartesian3.fromDegrees(-160.1150459300038, 9.06756665026388, 500527.0628076465));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:45:30+00:00\", Cesium.Cartesian3.fromDegrees(-160.48645619266784, 7.172056200260941, 500330.7469257952));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:46:00+00:00\", Cesium.Cartesian3.fromDegrees(-160.85584730175177, 5.2762224834022495, 500179.4203744899));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:46:30+00:00\", Cesium.Cartesian3.fromDegrees(-161.22376702796555, 3.3801511277748517, 500073.75726517633));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:47:00+00:00\", Cesium.Cartesian3.fromDegrees(-161.5907503266743, 1.4839276064098703, 500014.22837074933));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:47:30+00:00\", Cesium.Cartesian3.fromDegrees(-161.95732405598213, -0.41236269798181335, 500001.09894505603));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:48:00+00:00\", Cesium.Cartesian3.fromDegrees(-162.32401154677652, -2.308634440128287, 500034.4274937818));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:48:30+00:00\", Cesium.Cartesian3.fromDegrees(-162.69133710859748, -4.204802264466732, 500114.0655033297));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:49:00+00:00\", Cesium.Cartesian3.fromDegrees(-163.05983055331401, -6.10078075598479, 500239.65812902915));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:49:30+00:00\", Cesium.Cartesian3.fromDegrees(-163.43003181902174, -7.996484383019531, 500410.6458391872));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:50:00+00:00\", Cesium.Cartesian3.fromDegrees(-163.80249577980234, -9.891827425207591, 500626.2670060124));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:50:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.17779733276518, -11.786723879421537, 500885.56142980413));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:51:00+00:00\", Cesium.Cartesian3.fromDegrees(-164.55653703068967, -13.6810873359798, 501187.3747776679));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:51:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.93934636423123, -15.574830816657336, 501530.36391323386));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:52:00+00:00\", Cesium.Cartesian3.fromDegrees(-165.3268953438948, -17.467866565001803, 501913.0030894203));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:52:30+00:00\", Cesium.Cartesian3.fromDegrees(-165.71989916977046, -19.360105778134816, 502333.5909717588));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:53:00+00:00\", Cesium.Cartesian3.fromDegrees(-166.11912668752834, -21.251458267492346, 502790.2584557664));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-166.5254098336956, -23.14183203375625, 503280.97723775444));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-166.93965449395094, -25.031132738399243, 503803.5690952676));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-167.36285308604894, -26.919263050642854, 504355.71582969144));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-167.7960992505605, -28.80612184397096, 504934.9698208067));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-168.24060512429895, -30.691603210336158, 505538.76514047914));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-168.69772178934673, -32.57559525241569, 506164.4291703355));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-169.1689636436393, -34.45797860413529, 506809.1946664192));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-169.65603763850487, -36.33862461638469, 507470.2122123029));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-170.16087859048807, -38.21739312729571, 508144.5630008639));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-170.68569212130916, -40.094129713093096, 508829.271884173));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-171.23300724203722, -41.96866228418769, 509521.3206303791));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-171.8057412193713, -43.84079684874571, 510217.6613263583));\n", + " widget.property_99affc87.addSample(\"2023-01-01T00:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-172.40728020619724, -45.710312207958474, 510915.22986498737));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-173.04158027603893, -47.57695326711263, 511610.95945635554));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:00:30+00:00\", Cesium.Cartesian3.fromDegrees(-173.71329510397612, -49.440422534655035, 512301.7941030726));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:01:00+00:00\", Cesium.Cartesian3.fromDegrees(-174.4279387806934, -51.30036922329144, 512984.7019805861));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:01:30+00:00\", Cesium.Cartesian3.fromDegrees(-175.1920954234289, -53.15637514079682, 513656.68866496097));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:02:00+00:00\", Cesium.Cartesian3.fromDegrees(-176.01369196707364, -55.0079362298119, 514314.8101518461));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:02:30+00:00\", Cesium.Cartesian3.fromDegrees(-176.90235594253622, -56.85443813254697, 514956.1856120419));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:03:00+00:00\", Cesium.Cartesian3.fromDegrees(-177.8698932722313, -58.695123433869405, 515578.009831105));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:03:30+00:00\", Cesium.Cartesian3.fromDegrees(-178.93092964496495, -60.52904713870872, 516177.5652822965));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:04:00+00:00\", Cesium.Cartesian3.fromDegrees(179.89621337587832, -62.35501524326767, 516752.2337844397));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:04:30+00:00\", Cesium.Cartesian3.fromDegrees(178.58830681702977, -64.1714985895305, 517299.5076985581));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:05:00+00:00\", Cesium.Cartesian3.fromDegrees(177.11551460120486, -65.97650991085136, 517817.0006195834));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:05:30+00:00\", Cesium.Cartesian3.fromDegrees(175.4389744793243, -67.76742497901446, 518302.45752199605));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:06:00+00:00\", Cesium.Cartesian3.fromDegrees(173.5073070768232, -69.54071711705829, 518753.7643207166));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:06:30+00:00\", Cesium.Cartesian3.fromDegrees(171.251517088181, -71.29155464768192, 519168.95681146363));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:07:00+00:00\", Cesium.Cartesian3.fromDegrees(168.5774888235921, -73.013177195508, 519546.2289572532));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:07:30+00:00\", Cesium.Cartesian3.fromDegrees(165.3549628840619, -74.69590938062527, 519883.94049077114));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:08:00+00:00\", Cesium.Cartesian3.fromDegrees(161.40171773519558, -76.32557553771517, 520180.6238048203));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:08:30+00:00\", Cesium.Cartesian3.fromDegrees(156.46252288175037, -77.88093780038403, 520434.9901061781));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:09:00+00:00\", Cesium.Cartesian3.fromDegrees(150.1871573672711, -79.32963873752848, 520645.9348108238));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:09:30+00:00\", Cesium.Cartesian3.fromDegrees(142.12842263406904, -80.62229067913985, 520812.54216151265));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:10:00+00:00\", Cesium.Cartesian3.fromDegrees(131.82412513542155, -81.68594313725679, 520934.08905134036));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:10:30+00:00\", Cesium.Cartesian3.fromDegrees(119.0842521598398, -82.42365260045183, 521010.0480400166));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:11:00+00:00\", Cesium.Cartesian3.fromDegrees(104.49741098318235, -82.73551520425212, 521040.08955236647));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:11:30+00:00\", Cesium.Cartesian3.fromDegrees(89.62558141939809, -82.56776147148199, 521024.0832513269));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:12:00+00:00\", Cesium.Cartesian3.fromDegrees(76.21151200295154, -81.95030552915767, 520962.09858080413));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:12:30+00:00\", Cesium.Cartesian3.fromDegrees(65.1595723865476, -80.97492694431195, 520854.404476465));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:13:00+00:00\", Cesium.Cartesian3.fromDegrees(56.46073158350803, -79.7431515679702, 520701.4682454272));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:13:30+00:00\", Cesium.Cartesian3.fromDegrees(49.69257969636662, -78.33582607442469, 520503.9536188246));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:14:00+00:00\", Cesium.Cartesian3.fromDegrees(44.387912711807594, -76.80890246584512, 520262.7179838526));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:14:30+00:00\", Cesium.Cartesian3.fromDegrees(40.165093304537244, -75.1992237719078, 519978.80880506634));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:15:00+00:00\", Cesium.Cartesian3.fromDegrees(36.741995096200995, -73.53090480046316, 519653.4592473066));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:15:30+00:00\", Cesium.Cartesian3.fromDegrees(33.91657197969568, -71.81994502469261, 519288.0830156669));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:16:00+00:00\", Cesium.Cartesian3.fromDegrees(31.544648094398568, -70.07718780054088, 518884.26843080233));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:16:30+00:00\", Cesium.Cartesian3.fromDegrees(29.522452573063212, -68.31015585690093, 518443.77176046453));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:17:00+00:00\", Cesium.Cartesian3.fromDegrees(27.77426384329059, -66.52418955622221, 517968.50983149046));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:17:30+00:00\", Cesium.Cartesian3.fromDegrees(26.243964341330372, -64.72316265474306, 517460.5519487355));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:18:00+00:00\", Cesium.Cartesian3.fromDegrees(24.889306933482526, -62.90994130055134, 516922.1111507197));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:18:30+00:00\", Cesium.Cartesian3.fromDegrees(23.67800099609904, -61.086684758570414, 516355.5348342103));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:19:00+00:00\", Cesium.Cartesian3.fromDegrees(22.585010940237943, -59.25504671102925, 515763.2947829343));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:19:30+00:00\", Cesium.Cartesian3.fromDegrees(21.590666281359734, -57.41631280936791, 515147.9766381164));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:20:00+00:00\", Cesium.Cartesian3.fromDegrees(20.67932040325302, -55.571496504915686, 514512.2688512626));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:20:30+00:00\", Cesium.Cartesian3.fromDegrees(19.838384997074957, -53.72140702772875, 513858.95116215356));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:21:00+00:00\", Cesium.Cartesian3.fromDegrees(19.05762522980383, -51.86669841944499, 513190.88264741626));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:21:30+00:00\", Cesium.Cartesian3.fromDegrees(18.328638371334513, -50.00790544866275, 512510.98938747443));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:22:00+00:00\", Cesium.Cartesian3.fromDegrees(17.644463261997537, -48.14547029312339, 511822.2518017856));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:22:30+00:00\", Cesium.Cartesian3.fromDegrees(16.999284313268543, -46.27976262193474, 511127.69170452695));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:23:00+00:00\", Cesium.Cartesian3.fromDegrees(16.388204659561097, -44.411094891840044, 510430.35913457273));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:23:30+00:00\", Cesium.Cartesian3.fromDegrees(15.807070489976029, -42.53973412608288, 509733.3190156438));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:24:00+00:00\", Cesium.Cartesian3.fromDegrees(15.252333679663362, -40.66591107552644, 509039.63770376967));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:24:30+00:00\", Cesium.Cartesian3.fromDegrees(14.72094321315295, -38.789827408499, 508352.36948073783));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:25:00+00:00\", Cesium.Cartesian3.fromDegrees(14.210259560457075, -36.911661399655635, 507674.5430530753));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:25:30+00:00\", Cesium.Cartesian3.fromDegrees(13.717984410973417, -35.03157246395762, 507009.1481171805));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:26:00+00:00\", Cesium.Cartesian3.fromDegrees(13.242105330354534, -33.14970479325459, 506359.122051495));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:26:30+00:00\", Cesium.Cartesian3.fromDegrees(12.780849950652167, -31.266190289021132, 505727.33679699904));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:27:00+00:00\", Cesium.Cartesian3.fromDegrees(12.332648516080507, -29.38115093816642, 505116.58598727523));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:27:30+00:00\", Cesium.Cartesian3.fromDegrees(11.89610293544671, -27.49470074449376, 504529.5723887815));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:28:00+00:00\", Cesium.Cartesian3.fromDegrees(11.469961038524506, -25.60694730286095, 503968.89571150363));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:28:30+00:00\", Cesium.Cartesian3.fromDegrees(11.053095018555702, -23.717993083957783, 503437.0408488948));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:29:00+00:00\", Cesium.Cartesian3.fromDegrees(10.644483259697004, -21.827936483155813, 502936.3666045627));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:29:30+00:00\", Cesium.Cartesian3.fromDegrees(10.243194914014595, -19.936872675884867, 502469.0949615631));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:30:00+00:00\", Cesium.Cartesian3.fromDegrees(9.848376720256306, -18.044894313558864, 502037.3009477118));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:30:30+00:00\", Cesium.Cartesian3.fromDegrees(9.459241655716186, -16.152092087579025, 501642.9031481749));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:31:00+00:00\", Cesium.Cartesian3.fromDegrees(9.07505908952084, -14.258555183913842, 501287.65491341887));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:31:30+00:00\", Cesium.Cartesian3.fromDegrees(8.695146166087302, -12.364371646842592, 500973.1363076525));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:32:00+00:00\", Cesium.Cartesian3.fromDegrees(8.318860194833796, -10.469628667401853, 500700.7468394011));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:32:30+00:00\", Cesium.Cartesian3.fromDegrees(7.945591859381568, -8.574412809693486, 500471.6990118566));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:33:00+00:00\", Cesium.Cartesian3.fromDegrees(7.574759088814816, -6.678810186356989, 500287.0127268138));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:33:30+00:00\", Cesium.Cartesian3.fromDegrees(7.2058014562829324, -4.782906593069165, 500147.5105716122));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:34:00+00:00\", Cesium.Cartesian3.fromDegrees(6.838174987960179, -2.8867876108253196, 500053.8140139325));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:34:30+00:00\", Cesium.Cartesian3.fromDegrees(6.471347278768828, -0.9905386839228563, 500006.3405246064));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:35:00+00:00\", Cesium.Cartesian3.fromDegrees(6.1047928210641205, 0.9057548190420274, 500005.3016437287));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:35:30+00:00\", Cesium.Cartesian3.fromDegrees(5.737988459225639, 2.8020075542670195, 500050.7020003768));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:36:00+00:00\", Cesium.Cartesian3.fromDegrees(5.370408718880848, 4.698134155270786, 500142.3392911794));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:36:30+00:00\", Cesium.Cartesian3.fromDegrees(5.001521937543872, 6.5940491822800915, 500279.8052177833));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:37:00+00:00\", Cesium.Cartesian3.fromDegrees(4.630784592175432, 8.48966706182752, 500462.4873782902));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:37:30+00:00\", Cesium.Cartesian3.fromDegrees(4.257637098730488, 10.384902009679097, 500689.5721025413));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:38:00+00:00\", Cesium.Cartesian3.fromDegrees(3.881498468860959, 12.279667929801029, 500960.04821628));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:38:30+00:00\", Cesium.Cartesian3.fromDegrees(3.50176072923468, 14.173878281478657, 501272.71171409386));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:39:00+00:00\", Cesium.Cartesian3.fromDegrees(3.1177828190721746, 16.067445905873832, 501626.17131660075));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:39:30+00:00\", Cesium.Cartesian3.fromDegrees(2.72888383211098, 17.96028280221575, 502018.85488258937));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:40:00+00:00\", Cesium.Cartesian3.fromDegrees(2.3343354466444906, 19.85229984239388, 502449.01664263016));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:40:30+00:00\", Cesium.Cartesian3.fromDegrees(1.9333533584266476, 21.7434064108876, 502914.7452165162));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:41:00+00:00\", Cesium.Cartesian3.fromDegrees(1.5250874943062667, 23.633509954613018, 503413.97237311426));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:41:30+00:00\", Cesium.Cartesian3.fromDegrees(1.1086107377408885, 25.522515424252465, 503944.48248771887));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:42:00+00:00\", Cesium.Cartesian3.fromDegrees(0.6829058375670721, 27.410324584763647, 504503.92264887743));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:42:30+00:00\", Cesium.Cartesian3.fromDegrees(0.24685009514204756, 29.296835167794068, 505089.81336355855));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:43:00+00:00\", Cesium.Cartesian3.fromDegrees(-0.2008026728434789, 31.181939832304185, 505699.55980740604));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:43:30+00:00\", Cesium.Cartesian3.fromDegrees(-0.6614435249207059, 33.06552489137243, 506330.4635642186));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:44:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.136633931530598, 34.94746875228285, 506979.7347973979));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:44:30+00:00\", Cesium.Cartesian3.fromDegrees(-1.6281364646493215, 36.827640002715036, 507644.5047943661));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:45:00+00:00\", Cesium.Cartesian3.fromDegrees(-2.1379519286206956, 38.705895056961644, 508321.83882393147));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:45:30+00:00\", Cesium.Cartesian3.fromDegrees(-2.668364593668249, 40.58207525090352, 509008.7492459364));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:46:00+00:00\", Cesium.Cartesian3.fromDegrees(-3.2219976924632503, 42.45600324058878, 509702.20881196647));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:46:30+00:00\", Cesium.Cartesian3.fromDegrees(-3.8018820128016215, 44.327478513275416, 510399.1640958789));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:47:00+00:00\", Cesium.Cartesian3.fromDegrees(-4.411541503223743, 46.19627175676522, 511096.54899312154));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:47:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.055099890199524, 48.0621177455532, 511791.298228331));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:48:00+00:00\", Cesium.Cartesian3.fromDegrees(-5.737417583374546, 49.92470628000877, 512480.36081152194));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:48:30+00:00\", Cesium.Cartesian3.fromDegrees(-6.4642647157296125, 51.783670541410004, 513160.71338427346));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:49:00+00:00\", Cesium.Cartesian3.fromDegrees(-7.24254553352347, 53.638571976600886, 513829.37339845696));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:49:30+00:00\", Cesium.Cartesian3.fromDegrees(-8.080590828509507, 55.488880463416024, 514483.4120718708));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:50:00+00:00\", Cesium.Cartesian3.fromDegrees(-8.988543567041054, 57.33394797218925, 515119.96706659946));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:50:30+00:00\", Cesium.Cartesian3.fromDegrees(-9.978873436987506, 59.172973134468506, 515736.2548379796));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:51:00+00:00\", Cesium.Cartesian3.fromDegrees(-11.067072050394119, 61.00495290291618, 516329.5826041209));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:51:30+00:00\", Cesium.Cartesian3.fromDegrees(-12.272604735017042, 62.82861558082195, 516897.3598881027));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:52:00+00:00\", Cesium.Cartesian3.fromDegrees(-13.620231807503009, 64.64232648603164, 517437.1095873548));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:52:30+00:00\", Cesium.Cartesian3.fromDegrees(-15.141869173827256, 66.44395265747539, 517946.47852712875));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:53:00+00:00\", Cesium.Cartesian3.fromDegrees(-16.87924620204164, 68.23066503687464, 518423.24745757657));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-18.887754283020456, 69.99864322467181, 518865.3404565907));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-21.24208235934019, 71.74262528396027, 519270.8337030503));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-24.044517336030477, 73.4552063655887, 519637.96358820423));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-27.43709658339608, 75.12572421230743, 519965.1341352664));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-31.618829600092294, 76.7384627275978, 520250.9237005726));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-36.86776657704847, 78.26975425042454, 520494.09093199205));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-43.56094193606876, 79.68345020256388, 520693.5799635584));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-52.163192552605835, 80.92460061186564, 520848.5248278875));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-63.104697351166074, 81.91351292073773, 520958.2530708835));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-76.42431760661306, 82.54918237431579, 521022.28855611547));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-91.26461427537956, 82.73831271064938, 521040.35344916524));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-105.90321814567902, 82.44730197482923, 521012.3693749638));\n", + " widget.property_99affc87.addSample(\"2023-01-01T01:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-118.74590143183833, 81.72663570004366, 520938.45774420054));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-129.15878740200174, 80.67534523908161, 520818.93924770784));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:00:30+00:00\", Cesium.Cartesian3.fromDegrees(-137.30861605394608, 79.39118279801033, 520654.3325204021));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:01:00+00:00\", Cesium.Cartesian3.fromDegrees(-143.6535591628729, 77.94825452457741, 520445.3519796203));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:01:30+00:00\", Cesium.Cartesian3.fromDegrees(-148.64425141594637, 76.39687054233647, 520192.9048451947));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:02:00+00:00\", Cesium.Cartesian3.fromDegrees(-152.6355056008026, 74.77001009508037, 519898.08735166804));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:02:30+00:00\", Cesium.Cartesian3.fromDegrees(-155.88636158653563, 73.08930840544613, 519562.1801659232));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:03:00+00:00\", Cesium.Cartesian3.fromDegrees(-158.58182029054137, 71.36919316871214, 519186.64302635984));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:03:30+00:00\", Cesium.Cartesian3.fromDegrees(-160.8540862886609, 69.61950153228285, 518773.1086224584));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:04:00+00:00\", Cesium.Cartesian3.fromDegrees(-162.79862473625218, 67.8470997683861, 518323.3757367888));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:04:30+00:00\", Cesium.Cartesian3.fromDegrees(-164.48537220928205, 66.05689043218273, 517839.40167388436));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:05:00+00:00\", Cesium.Cartesian3.fromDegrees(-165.96637234011504, 64.25244870600984, 517323.29400369804));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:05:30+00:00\", Cesium.Cartesian3.fromDegrees(-167.28096286892207, 62.43643272224014, 516777.301649807));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:06:00+00:00\", Cesium.Cartesian3.fromDegrees(-168.45932538062794, 60.61085391489719, 516203.8053554825));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:06:30+00:00\", Cesium.Cartesian3.fromDegrees(-169.5249436581278, 58.77725898013542, 515605.30756343156));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:07:00+00:00\", Cesium.Cartesian3.fromDegrees(-170.49632988024686, 56.93685485709969, 514984.42174760846));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:07:30+00:00\", Cesium.Cartesian3.fromDegrees(-171.38825425919032, 55.090596221523654, 514343.86123826203));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:08:00+00:00\", Cesium.Cartesian3.fromDegrees(-172.2126335122648, 53.239247828539305, 513686.4275837223));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:08:30+00:00\", Cesium.Cartesian3.fromDegrees(-172.97918170462953, 51.383429666142874, 513014.99849498365));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:09:00+00:00\", Cesium.Cartesian3.fromDegrees(-173.69589329364916, 49.523650154872115, 512332.51542145945));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:09:30+00:00\", Cesium.Cartesian3.fromDegrees(-174.3694062580661, 47.66033089872983, 511641.9708083982));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:10:00+00:00\", Cesium.Cartesian3.fromDegrees(-175.00527734056382, 45.7938253736752, 510946.3950885711));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:10:30+00:00\", Cesium.Cartesian3.fromDegrees(-175.60819509846073, 43.924433204188915, 510248.8434626312));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:11:00+00:00\", Cesium.Cartesian3.fromDegrees(-176.18214386104668, 42.0524111864549, 509552.3825243892));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:11:30+00:00\", Cesium.Cartesian3.fromDegrees(-176.73053294889854, 40.177981882684634, 508860.076788529));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:12:00+00:00\", Cesium.Cartesian3.fromDegrees(-177.25629875272168, 38.30134038101089, 508174.9751797051));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:12:30+00:00\", Cesium.Cartesian3.fromDegrees(-177.76198616734908, 36.42265965471515, 507500.0975429317));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:13:00+00:00\", Cesium.Cartesian3.fromDegrees(-178.24981408140377, 34.5420948409269, 506838.42123584123));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:13:30+00:00\", Cesium.Cartesian3.fromDegrees(-178.7217284491364, 32.659786677626386, 506192.867863982));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:14:00+00:00\", Cesium.Cartesian3.fromDegrees(-179.17944561474482, 30.775864278937437, 505566.2902203723));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:14:30+00:00\", Cesium.Cartesian3.fromDegrees(-179.62448792925528, 28.89044738567743, 504961.4594904507));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:15:00+00:00\", Cesium.Cartesian3.fromDegrees(179.94178676823708, 27.00364819636468, 504381.0527829646));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:15:30+00:00\", Cesium.Cartesian3.fromDegrees(179.51816058415264, 25.115572860221544, 503827.6410467364));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:16:00+00:00\", Cesium.Cartesian3.fromDegrees(179.10353496318635, 23.226322695933373, 503303.6774317281));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:16:30+00:00\", Cesium.Cartesian3.fromDegrees(178.6969132864886, 21.335995186466025, 502811.4861516829));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:17:00+00:00\", Cesium.Cartesian3.fromDegrees(178.29738607627567, 19.44468478998351, 502353.25190337683));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:17:30+00:00\", Cesium.Cartesian3.fromDegrees(177.90411832738144, 17.552483599034368, 501931.0098956087));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:18:00+00:00\", Cesium.Cartesian3.fromDegrees(177.5163385789333, 15.659481874103067, 501546.63653810596));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:18:30+00:00\", Cesium.Cartesian3.fromDegrees(177.13332941165427, 13.765768472909262, 501201.84083804535));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:19:00+00:00\", Cesium.Cartesian3.fromDegrees(176.75441911299356, 11.871431193177534, 500898.15654807707));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:19:30+00:00\", Cesium.Cartesian3.fromDegrees(176.3789742966597, 9.976557043738131, 500636.9351067115));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:20:00+00:00\", Cesium.Cartesian3.fromDegrees(176.006393298206, 8.081232456590053, 500419.3394077307));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:20:30+00:00\", Cesium.Cartesian3.fromDegrees(175.63610019562216, 6.18554345081802, 500246.33843120496));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:21:00+00:00\", Cesium.Cartesian3.fromDegrees(175.2675391572243, 4.289575757908757, 500118.70276443317));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:21:30+00:00\", Cesium.Cartesian3.fromDegrees(174.9001700123255, 2.393414916979529, 500037.0010364557));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:22:00+00:00\", Cesium.Cartesian3.fromDegrees(174.5334624224442, 0.49714634766264787, 500001.5972850214));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:22:30+00:00\", Cesium.Cartesian3.fromDegrees(174.1668919233058, -1.399144592171316, 500012.64927008236));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:23:00+00:00\", Cesium.Cartesian3.fromDegrees(173.799935230314, -3.2953725570313095, 500070.10774259723));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:23:30+00:00\", Cesium.Cartesian3.fromDegrees(173.43206573358242, -5.191452166144861, 500173.7166728911));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:24:00+00:00\", Cesium.Cartesian3.fromDegrees(173.06274893248445, -7.087297950941766, 500323.01443696476));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:24:30+00:00\", Cesium.Cartesian3.fromDegrees(172.69143772595686, -8.982824290986935, 500517.33595468244));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:25:00+00:00\", Cesium.Cartesian3.fromDegrees(172.31756747030133, -10.877945331392024, 500755.8157684324));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:25:30+00:00\", Cesium.Cartesian3.fromDegrees(171.94055070884522, -12.772574874280426, 501037.39204579405));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:26:00+00:00\", Cesium.Cartesian3.fromDegrees(171.55977146728233, -14.666626236225897, 501360.81148515246));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:26:30+00:00\", Cesium.Cartesian3.fromDegrees(171.1745789942984, -16.560012062696096, 501724.63509830233));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:27:00+00:00\", Cesium.Cartesian3.fromDegrees(170.7842808083441, -18.45264408935846, 502127.2448397432));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:27:30+00:00\", Cesium.Cartesian3.fromDegrees(170.38813488735812, -20.344432838583682, 502566.8510479958));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:28:00+00:00\", Cesium.Cartesian3.fromDegrees(169.98534080745478, -22.23528723752406, 503041.5006603348));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:28:30+00:00\", Cesium.Cartesian3.fromDegrees(169.5750295973613, -24.1251141416318, 503549.0861585852));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:29:00+00:00\", Cesium.Cartesian3.fromDegrees(169.1562520255705, -26.013817744268547, 504087.3552002067));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:29:30+00:00\", Cesium.Cartesian3.fromDegrees(168.72796497349185, -27.901298848926928, 504653.92088583193));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:30:00+00:00\", Cesium.Cartesian3.fromDegrees(168.28901546661467, -29.787453975274207, 505246.27261145914));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:30:30+00:00\", Cesium.Cartesian3.fromDegrees(167.83812183114048, -31.67217426335989, 505861.7874514589));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:31:00+00:00\", Cesium.Cartesian3.fromDegrees(167.37385130851197, -33.55534413140548, 506497.7420160348));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:31:30+00:00\", Cesium.Cartesian3.fromDegrees(166.89459328479367, -35.43683963093145, 507151.3247254321));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:32:00+00:00\", Cesium.Cartesian3.fromDegrees(166.39852689411745, -37.31652642762592, 507819.6484415539));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:32:30+00:00\", Cesium.Cartesian3.fromDegrees(165.88358262940872, -39.19425731601344, 508499.7633968974));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:33:00+00:00\", Cesium.Cartesian3.fromDegrees(165.347393661357, -41.06986914878751, 509188.6703597659));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:33:30+00:00\", Cesium.Cartesian3.fromDegrees(164.78723791130707, -42.94317902502271, 509883.3339746536));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:34:00+00:00\", Cesium.Cartesian3.fromDegrees(164.19996531206436, -44.81397953160567, 510580.6962165304));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:34:30+00:00\", Cesium.Cartesian3.fromDegrees(163.58190722692711, -46.68203276369342, 511277.68989809585));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:35:00+00:00\", Cesium.Cartesian3.fromDegrees(162.92876245129924, -48.547062754801374, 511971.2521697295));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:35:30+00:00\", Cesium.Cartesian3.fromDegrees(162.23545248215694, -50.40874581334991, 512658.3379526461));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:36:00+00:00\", Cesium.Cartesian3.fromDegrees(161.49593605548333, -52.266698072210616, 513335.9332469342));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:36:30+00:00\", Cesium.Cartesian3.fromDegrees(160.7029691268167, -54.12045928354186, 514001.0682575881));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:37:00+00:00\", Cesium.Cartesian3.fromDegrees(159.84779095597753, -55.96947149037744, 514650.830283107));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:37:30+00:00\", Cesium.Cartesian3.fromDegrees(158.91970890835387, -57.81305061181537, 515282.37631305796));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:38:00+00:00\", Cesium.Cartesian3.fromDegrees(157.90554268726797, -59.65034808244533, 515892.9452830966));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:38:30+00:00\", Cesium.Cartesian3.fromDegrees(156.78887090073331, -61.48029831299158, 516479.86993778346));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:39:00+00:00\", Cesium.Cartesian3.fromDegrees(155.54899587834583, -63.30154559605312, 517040.5882540407));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:39:30+00:00\", Cesium.Cartesian3.fromDegrees(154.159501322441, -65.11234067500604, 517572.65438032994));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:40:00+00:00\", Cesium.Cartesian3.fromDegrees(152.58621358519062, -66.91039167835258, 518073.74904919224));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:40:30+00:00\", Cesium.Cartesian3.fromDegrees(150.78427871592663, -68.69264502015265, 518541.68942321173));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:41:00+00:00\", Cesium.Cartesian3.fromDegrees(148.69391637507454, -70.45495658603429, 518974.43833732343));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:41:30+00:00\", Cesium.Cartesian3.fromDegrees(146.23418843935872, -72.19158751697027, 519370.1129028848));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:42:00+00:00\", Cesium.Cartesian3.fromDegrees(143.29382130344996, -73.89441441369763, 519726.99244178727));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:42:30+00:00\", Cesium.Cartesian3.fromDegrees(139.71783569178402, -75.5516687243367, 520043.52572161594));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:43:00+00:00\", Cesium.Cartesian3.fromDegrees(135.28891317119, -77.1459007631398, 520318.33746571833));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:43:30+00:00\", Cesium.Cartesian3.fromDegrees(129.7047040479027, -78.65070842154365, 520550.234114851));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:44:00+00:00\", Cesium.Cartesian3.fromDegrees(122.56171566360003, -80.02571608625895, 520738.2088199259));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:44:30+00:00\", Cesium.Cartesian3.fromDegrees(113.384977829587, -81.20996561735971, 520881.4456482458));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:45:00+00:00\", Cesium.Cartesian3.fromDegrees(101.80044842306854, -82.11715280723617, 520979.32298847125));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:45:30+00:00\", Cesium.Cartesian3.fromDegrees(87.9586904062353, -82.64414952846583, 521031.4161424525));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:46:00+00:00\", Cesium.Cartesian3.fromDegrees(72.98790359032388, -82.7081101100689, 521037.49909495556));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:46:30+00:00\", Cesium.Cartesian3.fromDegrees(58.69557917028935, -82.29749711830864, 520997.5454550519));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:47:00+00:00\", Cesium.Cartesian3.fromDegrees(46.46556426924445, -81.48061980562845, 520911.7285660751));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:47:30+00:00\", Cesium.Cartesian3.fromDegrees(36.677365297833475, -80.36014187630758, 520780.42078358866));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:48:00+00:00\", Cesium.Cartesian3.fromDegrees(29.04402211908452, -79.02859730464526, 520604.19192401005));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:48:30+00:00\", Cesium.Cartesian3.fromDegrees(23.091410387351104, -77.55343343110597, 520383.8068891903));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:49:00+00:00\", Cesium.Cartesian3.fromDegrees(18.39071477434518, -75.97978922965925, 520120.22247514414));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:49:30+00:00\", Cesium.Cartesian3.fromDegrees(14.613616782573732, -74.33718989119004, 519814.58337620005));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:50:00+00:00\", Cesium.Cartesian3.fromDegrees(11.522593834814476, -72.64506850025201, 519468.21739836136));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:50:30+00:00\", Cesium.Cartesian3.fromDegrees(8.948234665510743, -70.91645523532945, 519082.6298989306));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:51:00+00:00\", Cesium.Cartesian3.fromDegrees(6.7692229187467765, -69.16028866561427, 518659.4974719566));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:51:30+00:00\", Cesium.Cartesian3.fromDegrees(4.897647396640505, -67.38284554349102, 518200.66090216));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:52:00+00:00\", Cesium.Cartesian3.fromDegrees(3.268845583507671, -65.5886329526647, 517708.1174127873));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:52:30+00:00\", Cesium.Cartesian3.fromDegrees(1.834500851053595, -63.78095483692992, 517184.0122354818));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:53:00+00:00\", Cesium.Cartesian3.fromDegrees(0.5579473694726861, -61.962279348558816, 516630.62953335344));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:53:30+00:00\", Cesium.Cartesian3.fromDegrees(-0.5890519737559708, -60.13448224558599, 516050.38271094096));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:54:00+00:00\", Cesium.Cartesian3.fromDegrees(-1.6285447935683612, -58.299011596840316, 515445.8041475929));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:54:30+00:00\", Cesium.Cartesian3.fromDegrees(-2.5779675661283123, -56.45700148707586, 514819.5343933315));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:55:00+00:00\", Cesium.Cartesian3.fromDegrees(-3.4512733696043796, -54.609351994417985, 514174.31086910976));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:55:30+00:00\", Cesium.Cartesian3.fromDegrees(-4.259751191367272, -52.7567864276439, 513512.95611549553));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:56:00+00:00\", Cesium.Cartesian3.fromDegrees(-5.012626777387922, -50.89989294955182, 512838.3656365703));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:56:30+00:00\", Cesium.Cartesian3.fromDegrees(-5.717510708048135, -49.039155295041596, 512153.49538790097));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:57:00+00:00\", Cesium.Cartesian3.fromDegrees(-6.380735999547074, -47.17497575032658, 511461.3489596675));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:57:30+00:00\", Cesium.Cartesian3.fromDegrees(-7.007615486926174, -45.3076925581469, 510764.9645080608));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:58:00+00:00\", Cesium.Cartesian3.fromDegrees(-7.602640163621876, -43.43759325222386, 510067.40148983285));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:58:30+00:00\", Cesium.Cartesian3.fromDegrees(-8.169633566456284, -41.5649249800242, 509371.7272565973));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:59:00+00:00\", Cesium.Cartesian3.fromDegrees(-8.711873087096642, -39.689902570157315, 508681.0035667502));\n", + " widget.property_99affc87.addSample(\"2023-01-01T02:59:30+00:00\", Cesium.Cartesian3.fromDegrees(-9.23218614609716, -37.8127148914289, 507998.2730743476));\n", + " widget.property_99affc87.addSample(\"2023-01-01T03:00:00+00:00\", Cesium.Cartesian3.fromDegrees(-9.733027080406703, -35.93352990392803, 507326.54585491726));\n", + " widget.property_e41ee1cf = new Cesium.SampledProperty(Cesium.Quaternion);\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:00:00+00:00\", new Cesium.Quaternion(0.225870746218323, -0.6695369062609688, 0.13911886637469034, 0.693792964922454));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:00:30+00:00\", new Cesium.Quaternion(0.22740326811385295, -0.6811959792253213, 0.13461027180213792, 0.6827443637729641));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:01:00+00:00\", new Cesium.Quaternion(0.22884831234911612, -0.6926718542220105, 0.13008915274085728, 0.6714990429202183));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:01:30+00:00\", new Cesium.Quaternion(0.2302058867199159, -0.7039611994206347, 0.12555717248812823, 0.660060054742404));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:02:00+00:00\", new Cesium.Quaternion(0.23147603017609403, -0.7150607340957256, 0.12101599059291675, 0.648430508249892));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:02:30+00:00\", new Cesium.Quaternion(0.23265881269839941, -0.725967229592505, 0.11646726227910868, 0.636613568225469));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:03:00+00:00\", new Cesium.Quaternion(0.23375433516463806, -0.7366775102781513, 0.11191263787169166, 0.6246124543480717));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:03:30+00:00\", new Cesium.Quaternion(0.23476272920535185, -0.7471884544782379, 0.10735376222625476, 0.6124304403002397));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:04:00+00:00\", new Cesium.Quaternion(0.23568415704916315, -0.7574969953980396, 0.10279227416203772, 0.6000708528595307));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:04:30+00:00\", new Cesium.Quaternion(0.2365188113575476, -0.767600122028534, 0.09822980589846257, 0.5875370709742008));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:05:00+00:00\", new Cesium.Quaternion(0.23726691504946898, -0.7774948800367182, 0.09366798249563026, 0.5748325248233572));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:05:30+00:00\", new Cesium.Quaternion(0.23792872111579602, -0.7871783726400192, 0.08910842129883272, 0.5619606948618767));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:06:00+00:00\", new Cesium.Quaternion(0.23850451125486227, -0.7966477618144392, 0.08455273058195828, 0.5489251109744016));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:06:30+00:00\", new Cesium.Quaternion(0.23899460032774378, -0.8059002677375983, 0.08000251224096304, 0.5357293509877765));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:07:00+00:00\", new Cesium.Quaternion(0.2393993291716508, -0.8149331717108688, 0.07545935636216387, 0.5223770404361541));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:07:30+00:00\", new Cesium.Quaternion(0.23971906900775275, -0.8237438155704697, 0.0709248439633663, 0.5088718510315073));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:08:00+00:00\", new Cesium.Quaternion(0.23995422005096206, -0.8323296028276064, 0.06640054563674273, 0.4952174997672402));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:08:30+00:00\", new Cesium.Quaternion(0.24010521126510204, -0.8406879994420968, 0.061888021021368776, 0.48141774787750036));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:09:00+00:00\", new Cesium.Quaternion(0.24017250010839575, -0.8488165345784013, 0.05738881828095242, 0.46747639978325356));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:09:30+00:00\", new Cesium.Quaternion(0.24015657226952447, -0.8567128013437878, 0.05290447358701884, 0.4533973020254009));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:10:00+00:00\", new Cesium.Quaternion(0.24005794139451492, -0.864374457508369, 0.048436510607798966, 0.43918434218523916));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:10:30+00:00\", new Cesium.Quaternion(0.23987714880411865, -0.8717992262069187, 0.04398644000274705, 0.424841447792596));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:11:00+00:00\", new Cesium.Quaternion(0.23961476320253516, -0.878984896622055, 0.039555758923237705, 0.4103725852219116));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:11:30+00:00\", new Cesium.Quaternion(0.23927138037680068, -0.8859293246487991, 0.03514595051918822, 0.39578175857662523));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:12:00+00:00\", new Cesium.Quaternion(0.23884762288745642, -0.8926304335401783, 0.030758483452027932, 0.38107300856215987));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:12:30+00:00\", new Cesium.Quaternion(0.23834413975060548, -0.8990862145336801, 0.026394811414147373, 0.3662504113478276));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:13:00+00:00\", new Cesium.Quaternion(0.2377616061112025, -0.9052947274584419, 0.022056372654859286, 0.351318077417996));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:13:30+00:00\", new Cesium.Quaternion(0.2371007229080448, -0.9112541013229063, 0.017744589513172027, 0.33628015041282816));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:14:00+00:00\", new Cesium.Quaternion(0.2363622165302961, -0.9169625348828384, 0.013460867957399262, 0.32114080595894146));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:14:30+00:00\", new Cesium.Quaternion(0.23554683846602725, -0.9224182971894435, 0.009206597131886684, 0.3059042504903098));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:15:00+00:00\", new Cesium.Quaternion(0.2346553649425145, -0.9276197281175199, 0.004983148910851656, 0.29057472005975704));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:15:30+00:00\", new Cesium.Quaternion(0.23368859655870333, -0.9325652388734175, 0.0007918774595805631, 0.27515647914137664));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:16:00+00:00\", new Cesium.Quaternion(0.23264735790996727, -0.9372533124826465, -0.0033658811968886706, 0.25965381942422233));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:16:30+00:00\", new Cesium.Quaternion(0.23153249720518881, -0.9416825042570238, -0.007488809597500302, 0.24407105859761796));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:17:00+00:00\", new Cesium.Quaternion(0.23034488448898166, -0.9458514425790615, -0.011575609596212696, 0.2284125391114558));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:17:30+00:00\", new Cesium.Quaternion(0.22908541678815741, -0.9497588279742954, -0.015625001406813038, 0.2126826270077702));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:18:00+00:00\", new Cesium.Quaternion(0.22775500939963012, -0.953403435548934, -0.019635726082516066, 0.1968857105990089));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:18:30+00:00\", new Cesium.Quaternion(0.22635460101062027, -0.9567841140167468, -0.023606544498680836, 0.18102619927331925));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:19:00+00:00\", new Cesium.Quaternion(0.2248851518985464, -0.959899786401397, -0.027536238094606723, 0.16510852223225012));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:19:30+00:00\", new Cesium.Quaternion(0.2233476435058086, -0.962749450377826, -0.03142360924889237, 0.1491371272331917));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:20:00+00:00\", new Cesium.Quaternion(0.22174307800784354, -0.9653321785923245, -0.035267481646353564, 0.13311647932592077));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:20:30+00:00\", new Cesium.Quaternion(0.22007247787504552, -0.9676471189610811, -0.03906670063631043, 0.11705105958362941));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:21:00+00:00\", new Cesium.Quaternion(0.21833688542831226, -0.9696934949472129, -0.04282013358220184, 0.1009453638287878));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:21:30+00:00\", new Cesium.Quaternion(0.21653736238864885, -0.9714706058161258, -0.046526670202374484, 0.0848039013542212));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:22:00+00:00\", new Cesium.Quaternion(0.21467498942106394, -0.9729778268691063, -0.05018522290194801, 0.06863119363977042));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:22:30+00:00\", new Cesium.Quaternion(0.21275086567251977, -0.9742146096551647, -0.05379472709569319, 0.052431773064891773));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:23:00+00:00\", new Cesium.Quaternion(0.21076610830465997, -0.975180482160933, -0.05735414152177461, 0.03621018161759086));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:23:30+00:00\", new Cesium.Quaternion(0.2087218520209978, -0.9758750489786628, -0.06086244854630584, 0.019970969600042462));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:24:00+00:00\", new Cesium.Quaternion(0.20661924858909725, -0.9762979914521912, -0.06431865445860062, 0.0037186943312858926));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:24:30+00:00\", new Cesium.Quaternion(0.20445946635778905, -0.9764490678008515, -0.06772178975704693, -0.012542081152632261));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:25:00+00:00\", new Cesium.Quaternion(0.20224368976947948, -0.9763281132213086, -0.07107090942551754, -0.02880678940070158));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:25:30+00:00\", new Cesium.Quaternion(0.19997311886799124, -0.9759350399672306, -0.0743650932002339, -0.04507085985078382));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:26:00+00:00\", new Cesium.Quaternion(0.19764896880191757, -0.9752698374068023, -0.0776034458270106, -0.06132972013487677));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:26:30+00:00\", new Cesium.Quaternion(0.19527246932374265, -0.9743325720580457, -0.08078509730880433, -0.07757879738542352));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:27:00+00:00\", new Cesium.Quaternion(0.19284486428497621, -0.9731233876019122, -0.08390920314350428, -0.0938135195422803));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:27:30+00:00\", new Cesium.Quaternion(0.19036741112729327, -0.971642504873179, -0.0869749445518833, -0.11002931665998487));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:28:00+00:00\", new Cesium.Quaternion(-0.18784138037012765, 0.9698902218290841, 0.08998152869566532, 0.126221622214921));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:28:30+00:00\", new Cesium.Quaternion(-0.185268053674913, 0.9678669137675237, 0.09292818867676562, 0.14238587454833526));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:29:00+00:00\", new Cesium.Quaternion(-0.18264872900842966, 0.9655730321602907, 0.09581418454722124, 0.15851751763113997));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:29:30+00:00\", new Cesium.Quaternion(-0.17998471159192286, 0.9630091061971893, 0.09863880231505157, 0.17461200317365205));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:30:00+00:00\", new Cesium.Quaternion(-0.1772773190643528, 0.9601757415673247, 0.10140135488658962, 0.1906647913962041));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:30:30+00:00\", new Cesium.Quaternion(-0.17452787953168974, 0.9570736205922783, 0.1041011820491199, 0.20667135246215365));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:31:00+00:00\", new Cesium.Quaternion(-0.171737731036317, 0.9537035020616265, 0.10673765062845715, 0.22262716777654146));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:31:30+00:00\", new Cesium.Quaternion(-0.16890822102423464, 0.9500662210463423, 0.10931015463632031, 0.23852773128199373));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:32:00+00:00\", new Cesium.Quaternion(-0.16604070581003688, 0.9461626886901706, 0.11181811540742567, 0.25436855075151094));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:32:30+00:00\", new Cesium.Quaternion(-0.1631365500400233, 0.9419938919789986, 0.11426098172630411, 0.2701451490777488));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:33:00+00:00\", new Cesium.Quaternion(-0.16019712615342158, 0.9375608934883168, 0.11663822994376316, 0.2858530655584436));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:33:30+00:00\", new Cesium.Quaternion(-0.157223813842174, 0.9328648311087933, 0.11894936408303322, 0.30148785717757554));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:34:00+00:00\", new Cesium.Quaternion(-0.15421799950936155, 0.9279069177500543, 0.12119391593555542, 0.3170450998819104));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:34:30+00:00\", new Cesium.Quaternion(-0.15118107572633765, 0.9226884410227688, 0.12337144514634889, 0.3325203898525647));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:35:00+00:00\", new Cesium.Quaternion(-0.14811444068902802, 0.9172107628990802, 0.1254815392890299, 0.3479093447711911));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:35:30+00:00\", new Cesium.Quaternion(-0.14501949767338773, 0.9114753193515078, 0.1275238139304084, 0.3632076050804385));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:36:00+00:00\", new Cesium.Quaternion(-0.14189765449027675, 0.9054836199704069, 0.12949791268467922, 0.3784108352383124));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:36:30+00:00\", new Cesium.Quaternion(-0.1387503229400221, 0.8992372475600767, 0.13140350725723382, 0.39351472496606127));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:37:00+00:00\", new Cesium.Quaternion(-0.1355789182666441, 0.8927378577136662, 0.1332402974780079, 0.40851499048925083));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:37:30+00:00\", new Cesium.Quaternion(-0.13238485861227522, 0.8859871783669324, 0.135008011324509, 0.4234073757716212));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:38:00+00:00\", new Cesium.Quaternion(-0.12916956447167688, 0.8789870093310306, 0.13670640493441402, 0.4381876537414038));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:38:30+00:00\", new Cesium.Quaternion(-0.12593445814703108, 0.8717392218044558, 0.13833526260772736, 0.45285162750974733));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:39:00+00:00\", new Cesium.Quaternion(-0.12268096320370009, 0.8642457578642027, 0.13989439679876697, 0.4673951315808196));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:39:30+00:00\", new Cesium.Quaternion(-0.11941050266989589, 0.8565086301115724, 0.1413836473908103, 0.4818140332607507));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:40:00+00:00\", new Cesium.Quaternion(-0.11612450353153703, 0.8485299204168331, 0.14280288447355902, 0.49610423302264695));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:40:30+00:00\", new Cesium.Quaternion(-0.11282438861728467, 0.8403117804145525, 0.1441520041264144, 0.5102616669278611));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:41:00+00:00\", new Cesium.Quaternion(-0.10951158111850468, 0.831856430198268, 0.14543093113302277, 0.524282306976405));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:41:30+00:00\", new Cesium.Quaternion(-0.10618750278291306, 0.8231661578902336, 0.14663961823613303, 0.5381621624756998));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:42:00+00:00\", new Cesium.Quaternion(-0.1028535733776369, 0.814243319011426, 0.14777804606783507, 0.5518972811937755));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:42:30+00:00\", new Cesium.Quaternion(-0.0995112101544039, 0.8050903358319115, 0.14884622306978462, 0.5654837505017505));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:43:00+00:00\", new Cesium.Quaternion(-0.09616182731660988, 0.7957096967018064, 0.14984418540317265, 0.5789176985053314));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:43:30+00:00\", new Cesium.Quaternion(-0.09280683548893809, 0.7861039553629652, 0.15077199684880893, 0.592195295164909));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:44:00+00:00\", new Cesium.Quaternion(-0.08944764118929072, 0.7762757302416378, 0.15162974869708581, 0.6053127534040091));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:44:30+00:00\", new Cesium.Quaternion(-0.08608564630352761, 0.7662277037222582, 0.15241755962808876, 0.6182663302057109));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:45:00+00:00\", new Cesium.Quaternion(-0.08272224756308427, 0.7559626214025876, 0.15313557558184415, 0.6310523276967268));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:45:30+00:00\", new Cesium.Quaternion(-0.07935883602549243, 0.7454832913304303, 0.15378396961862928, 0.6436670942188705));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:46:00+00:00\", new Cesium.Quaternion(-0.07599679655835079, 0.7347925832221107, 0.15436294176970541, 0.6561070253875115));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:46:30+00:00\", new Cesium.Quaternion(-0.07263750732659563, 0.7238934276629582, 0.1548727188782841, 0.668368565136782));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:47:00+00:00\", new Cesium.Quaternion(-0.06928233928332767, 0.7127888152900206, 0.15531355443084446, 0.6804482067512092));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:47:30+00:00\", new Cesium.Quaternion(-0.06593265566455508, 0.7014817959572243, 0.15568572837905104, 0.6923424938834326));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:48:00+00:00\", new Cesium.Quaternion(-0.0625898114877288, 0.6899754778832415, 0.1559895469520746, 0.7040480215577696));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:48:30+00:00\", new Cesium.Quaternion(-0.05925515305457113, 0.6782730267822767, 0.15622534245970685, 0.7155614371592672));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:49:00+00:00\", new Cesium.Quaternion(-0.05593001745801113, 0.6663776649780566, 0.15639347308600224, 0.7268794414080216));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:49:30+00:00\", new Cesium.Quaternion(-0.05261573209378584, 0.6542926705012361, 0.15649432267392532, 0.7379987893184009));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:50:00+00:00\", new Cesium.Quaternion(-0.049313614176583365, 0.6420213761705056, 0.15652830050080127, 0.7489162911429452));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:50:30+00:00\", new Cesium.Quaternion(-0.04602497026095098, 0.6295671686576558, 0.15649584104471007, 0.7596288133006608));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:51:00+00:00\", new Cesium.Quaternion(-0.04275109486230805, 0.616933487599568, 0.156397402612387, 0.7701332795188158));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:51:30+00:00\", new Cesium.Quaternion(-0.039493273626741154, 0.6041238243763544, 0.15623347159172207, 0.7804266708112492));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:52:00+00:00\", new Cesium.Quaternion(-0.03625277738131119, 0.5911417215205433, 0.15600455545907296, 0.7905060277353277));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:52:30+00:00\", new Cesium.Quaternion(-0.03303086535173355, 0.5779907714554255, 0.15571118698371175, 0.800368450336844));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:53:00+00:00\", new Cesium.Quaternion(-0.02982878378629411, 0.5646746155514932, 0.1553539228364606, 0.8100110992257618));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:53:30+00:00\", new Cesium.Quaternion(-0.02664776550911077, 0.5511969431009803, 0.15493334330434222, 0.8194311964051926));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:54:00+00:00\", new Cesium.Quaternion(-0.023489029479239754, 0.5375614902783228, 0.15445005199685857, 0.828626026082961));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:54:30+00:00\", new Cesium.Quaternion(-0.020353780355933326, 0.5237720390868303, 0.15390467554423867, 0.8375929354654736));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:55:00+00:00\", new Cesium.Quaternion(-0.017243208070122917, 0.5098324162918704, 0.15329786328767664, 0.8463293355336778));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:55:30+00:00\", new Cesium.Quaternion(-0.014158487402205433, 0.4957464923408763, 0.15263028696157055, 0.8548327018009008));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:56:00+00:00\", new Cesium.Quaternion(-0.011100777566423276, 0.4815181802704841, 0.15190264036811918, 0.8631005750523032));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:56:30+00:00\", new Cesium.Quaternion(-0.008071221801865897, 0.4671514346011112, 0.1511156390442269, 0.8711305620657583));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:57:00+00:00\", new Cesium.Quaternion(-0.005070946970274409, 0.45265025021929967, 0.15027001992091765, 0.878920336313933));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:57:30+00:00\", new Cesium.Quaternion(-0.0021010631607767394, 0.4380186612481371, 0.1493665409753721, 0.8864676386473658));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:58:00+00:00\", new Cesium.Quaternion(0.0008373366982878661, 0.42326073990608687, 0.14840598087578247, 0.8937702779583258));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:58:30+00:00\", new Cesium.Quaternion(0.0037431772203752045, 0.40838059535455135, 0.14738913861905617, 0.9008261318252773));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:59:00+00:00\", new Cesium.Quaternion(0.006615400934413818, 0.39338237253449926, 0.14631683316157013, 0.907633147137749));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T00:59:30+00:00\", new Cesium.Quaternion(0.009452968650999483, 0.3782702509924954, 0.14518990304318427, 0.9141893407014046));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:00:00+00:00\", new Cesium.Quaternion(0.012254859821044128, 0.3630484436964664, 0.1440092060045305, 0.9204927998231627));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:00:30+00:00\", new Cesium.Quaternion(0.01502007288670032, 0.34772119584154426, 0.14277561859785984, 0.9265416828761691));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:01:00+00:00\", new Cesium.Quaternion(0.017747625624494723, 0.3322927836463344, 0.14149003579147668, 0.9323342198444666));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:01:30+00:00\", new Cesium.Quaternion(0.02043655548056017, 0.31676751313994905, 0.1401533705678863, 0.9378687128472104));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:02:00+00:00\", new Cesium.Quaternion(0.0230859203394968, 0.3011497189062998, 0.13876655213263275, 0.9431435368457741));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:02:30+00:00\", new Cesium.Quaternion(0.02569479705333598, 0.285443762985348, 0.1373305310271914, 0.9481571393102213));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:03:00+00:00\", new Cesium.Quaternion(0.028262284471860966, 0.26965403344291283, 0.13584627043089068, 0.952908041908776));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:03:30+00:00\", new Cesium.Quaternion(0.03078750190908515, 0.25378494324815515, 0.13431475124715148, 0.9573948401282226));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:04:00+00:00\", new Cesium.Quaternion(0.03326958990187326, 0.23784092898977577, 0.13273697029726783, 0.961616203899115));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:04:30+00:00\", new Cesium.Quaternion(0.03570771049533475, 0.22182644961508857, 0.13111393988472755, 0.9655708779940759));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:05:00+00:00\", new Cesium.Quaternion(0.03810104751957534, 0.20574598516236353, 0.12944668735443426, 0.9692576824046548));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:05:30+00:00\", new Cesium.Quaternion(0.04044880685769847, 0.1896040354868055, 0.12773625464708588, 0.9726755126966248));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:06:00+00:00\", new Cesium.Quaternion(0.0427502167050144, 0.1734051189805279, 0.12598369784866423, 0.97582334034363));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:06:30+00:00\", new Cesium.Quaternion(0.04500452781931572, 0.15715377128689983, 0.12419008673547902, 0.9787002130390592));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:07:00+00:00\", new Cesium.Quaternion(0.047211013762171045, 0.14085454400964095, 0.1223565043148014, 0.981305254986055));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:07:30+00:00\", new Cesium.Quaternion(0.049368971131177025, 0.12451200341701958, 0.1204840463611352, 0.9836376671655968));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:08:00+00:00\", new Cesium.Quaternion(0.05147771978304065, 0.1081307291415524, 0.11857382094863599, 0.9856967275825237));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:08:30+00:00\", new Cesium.Quaternion(0.053536603047486475, 0.09171531287555917, 0.11662694797943221, 0.9874817914894823));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:09:00+00:00\", new Cesium.Quaternion(0.05554498793186094, 0.07527035706296949, 0.11464455870846563, 0.9889922915886675));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:09:30+00:00\", new Cesium.Quaternion(0.05750226531642033, 0.05880047358774371, 0.11262779526461351, 0.9902277382113518));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:10:00+00:00\", new Cesium.Quaternion(0.05940785014020989, 0.042310282459294406, 0.11057781016853577, 0.9911877194751075));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:10:30+00:00\", new Cesium.Quaternion(0.06126118157748072, 0.025804410495298493, 0.10849576584750262, 0.9918719014186685));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:11:00+00:00\", new Cesium.Quaternion(0.0630617232046135, 0.009287490002255046, 0.10638283414695822, 0.9922800281144348));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:11:30+00:00\", new Cesium.Quaternion(0.0648089631574687, -0.007235842545796234, 0.10424019583956515, 0.9924119217585183));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:12:00+00:00\", new Cesium.Quaternion(0.06650241427913803, -0.02376094783004655, 0.10206904013139696, 0.9922674827383587));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:12:30+00:00\", new Cesium.Quaternion(0.06814161425804281, -0.040283185010762626, 0.09987056416590963, 0.9918466896778352));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:13:00+00:00\", new Cesium.Quaternion(0.06972612575634768, -0.05679791305184917, 0.09764597252555278, 0.9911495994598917));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:13:30+00:00\", new Cesium.Quaternion(0.0712555364211099, -0.07330049215026788, 0.09539647527867796, 0.9901763473666058));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:14:00+00:00\", new Cesium.Quaternion(0.07272945939914033, -0.0897862846449053, 0.09312329328934651, 0.9889271464936733));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:14:30+00:00\", new Cesium.Quaternion(0.07414753286355577, -0.10625065696154741, 0.09082764899298519, 0.9874022885551231));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:15:00+00:00\", new Cesium.Quaternion(0.07550942046061247, -0.12268898052496918, 0.08851077170573554, 0.9856021432461993));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:15:30+00:00\", new Cesium.Quaternion(0.07681481130586766, -0.13909663318356313, 0.08617389566359789, 0.9835271582967094));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:16:00+00:00\", new Cesium.Quaternion(0.07806342005382624, -0.15546900053007473, 0.08381825951459049, 0.9811778593586509));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:16:30+00:00\", new Cesium.Quaternion(0.07925498695770822, -0.17180147722036612, 0.08144510580985849, 0.9785548498714085));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:17:00+00:00\", new Cesium.Quaternion(0.08038927791930743, -0.188089468289834, 0.07905568049389512, 0.9756588109045636));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:17:30+00:00\", new Cesium.Quaternion(0.08146608452903259, -0.20432839046704532, 0.07665123239461881, 0.9724905009783085));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:18:00+00:00\", new Cesium.Quaternion(0.08248522409597214, -0.22051367348429382, 0.07423301271259047, 0.9690507558615864));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:18:30+00:00\", new Cesium.Quaternion(0.08344653966812532, -0.2366407613846207, 0.07180227451039235, 0.9653404883479494));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:19:00+00:00\", new Cesium.Quaternion(0.08434990004271097, -0.25270511382496613, 0.06936027220184496, 0.9613606880092308));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:19:30+00:00\", new Cesium.Quaternion(0.08519519976658638, -0.26870220737506034, 0.06690826104141494, 0.9571124209270903));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:20:00+00:00\", new Cesium.Quaternion(0.08598235912683394, -0.28462753681165975, 0.06444749661416961, 0.9525968294024908));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:20:30+00:00\", new Cesium.Quaternion(0.08671132413138982, -0.3004766164077983, 0.06197923432595544, 0.9478151316432283));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:21:00+00:00\", new Cesium.Quaternion(0.0873820664799615, -0.31624498121660966, 0.05950472889480622, 0.9427686214295392));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:21:30+00:00\", new Cesium.Quaternion(0.08799458352500308, -0.3319281883494207, 0.05702523384288811, 0.9374586677579427));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:22:00+00:00\", new Cesium.Quaternion(0.08854889822292199, -0.34752181824770256, 0.05454200098970657, 0.9318867144633816));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:22:30+00:00\", new Cesium.Quaternion(0.08904505907555044, -0.3630214759485087, 0.052056279946736325, 0.9260542798197658));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:23:00+00:00\", new Cesium.Quaternion(0.08948314006179996, -0.37842279234305837, 0.04956931761334872, 0.9199629561190549));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:23:30+00:00\", new Cesium.Quaternion(0.08986324055969416, -0.3937214254280653, 0.0470823576746608, 0.9136144092289692));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:24:00+00:00\", new Cesium.Quaternion(0.09018548525859178, -0.4089130615494978, 0.04459664010091262, 0.9070103781294891));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:24:30+00:00\", new Cesium.Quaternion(0.09045002344000222, -0.42399341677101443, 0.04211339932890341, 0.9001526744900047));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:25:00+00:00\", new Cesium.Quaternion(0.09065703133651543, -0.4389582375710164, 0.039633869057941265, 0.893043181913));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:25:30+00:00\", new Cesium.Quaternion(0.09080670834959363, -0.4538033028565207, 0.03715927380250387, 0.8856838557892401));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:26:00+00:00\", new Cesium.Quaternion(0.09089927934532371, -0.46852442464325755, 0.034690833713553956, 0.8780767224926669));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:26:30+00:00\", new Cesium.Quaternion(0.09093499391914894, -0.4831174493883397, 0.03222976275958234, 0.8702238788782405));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:27:00+00:00\", new Cesium.Quaternion(0.09091412625117443, -0.4975782591808855, 0.02977726824132819, 0.8621274916940007));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:27:30+00:00\", new Cesium.Quaternion(0.09083697495202483, -0.5119027729225883, 0.02733455030938102, 0.8537897969729519));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:28:00+00:00\", new Cesium.Quaternion(0.0907038628995846, -0.5260869474978407, 0.024902801485330785, 0.8452130994049253));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:28:30+00:00\", new Cesium.Quaternion(0.09051513706649139, -0.5401267789331045, 0.022483206186279633, 0.836399771688616));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:29:00+00:00\", new Cesium.Quaternion(0.09027116833847515, -0.5540183035451924, 0.02007694025294285, 0.8273522538639717));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:29:30+00:00\", new Cesium.Quaternion(0.08997235132376769, -0.5677575990780953, 0.01768517048174883, 0.8180730526251192));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:30:00+00:00\", new Cesium.Quaternion(0.08961910415342511, -0.581340785828066, 0.015309054160736022, 0.808564740614039));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:30:30+00:00\", new Cesium.Quaternion(0.08921186827290126, -0.5947640277565917, 0.012949738609810671, 0.7988299556951732));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:31:00+00:00\", new Cesium.Quaternion(0.08875110822470905, -0.6080235335909671, 0.010608360725165389, 0.7888714002111912));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:31:30+00:00\", new Cesium.Quaternion(0.08823731142241417, -0.6211155579121246, 0.008286046528260217, 0.7786918402201131));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:32:00+00:00\", new Cesium.Quaternion(0.08767098791609612, -0.6340364022294016, 0.005983910719572964, 0.7682941047140168));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:32:30+00:00\", new Cesium.Quaternion(0.08705267014911072, -0.646782416041965, 0.0037030562369469665, 0.7576810848195531));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:33:00+00:00\", new Cesium.Quaternion(0.08638291270658732, -0.6593499978865389, 0.0014445738191367508, 0.7468557329804926));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:33:30+00:00\", new Cesium.Quaternion(0.08566229205550102, -0.6717355963711642, -0.0007904584256280043, 0.7358210621225464));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:34:00+00:00\", new Cesium.Quaternion(0.0848914062765202, -0.6839357111946778, -0.0030009754457678314, 0.7245801448006971));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:34:30+00:00\", new Cesium.Quaternion(0.08407087478778075, -0.6959468941516083, -0.0051859256669716, 0.7131361123292834));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:35:00+00:00\", new Cesium.Quaternion(0.08320133806059085, -0.7077657501222069, -0.007344271407266435, 0.7014921538950908));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:35:30+00:00\", new Cesium.Quaternion(0.08228345732729633, -0.7193889380473115, -0.009474989286266156, 0.6896515156537057));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:36:00+00:00\", new Cesium.Quaternion(0.08131791320920728, -0.7308131720070699, -0.011577071622627203, 0.6776174997924045));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:36:30+00:00\", new Cesium.Quaternion(0.08030540968068575, -0.7420352216860097, -0.013649522837392335, 0.6653934636587011));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:37:00+00:00\", new Cesium.Quaternion(0.0792466673714105, -0.7530519140208487, -0.015691365862673556, 0.652982818715336));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:37:30+00:00\", new Cesium.Quaternion(0.07814242748185779, -0.7638601336304794, -0.017701638497243474, 0.6403890296310375));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:38:00+00:00\", new Cesium.Quaternion(0.07699345039810684, -0.7744568238315762, -0.019679394796492382, 0.6276156132832779));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:38:30+00:00\", new Cesium.Quaternion(0.07580051535468152, -0.7848389875167134, -0.021623705444168393, 0.6146661377598158));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:39:00+00:00\", new Cesium.Quaternion(0.07456442009039155, -0.7950036880154254, -0.023533658117326342, 0.6015442213454242));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:39:30+00:00\", new Cesium.Quaternion(0.07328598049720197, -0.8049480499379753, -0.025408357844438716, 0.588253531494086));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:40:00+00:00\", new Cesium.Quaternion(0.07196603026224702, -0.8146692600015807, -0.02724692735654459, 0.5747977837869572));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:40:30+00:00\", new Cesium.Quaternion(0.07060542050341528, -0.8241645678388326, -0.029048507431098828, 0.5611807408764053));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:41:00+00:00\", new Cesium.Quaternion(0.06920501939814883, -0.8334312867881165, -0.030812257228763816, 0.5474062114164169));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:41:30+00:00\", new Cesium.Quaternion(0.06776571180603636, -0.8424667946657642, -0.03253735462269699, 0.5334780489796848));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:42:00+00:00\", new Cesium.Quaternion(0.06628839888516996, -0.8512685345197307, -0.03422299652034956, 0.5194001509617022));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:42:30+00:00\", new Cesium.Quaternion(0.0647739977022942, -0.8598340153645789, -0.03586839917772822, 0.5051764574721544));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:43:00+00:00\", new Cesium.Quaternion(0.06322344083720105, -0.8681608128975437, -0.037472798505814996, 0.4908109502139536));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:43:30+00:00\", new Cesium.Quaternion(0.06163767598115466, -0.8762465701954836, -0.039035450369258984, 0.4763076513502205));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:44:00+00:00\", new Cesium.Quaternion(0.06001766552981336, -0.8840889983925018, -0.04055563087704402, 0.4616706223595559));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:44:30+00:00\", new Cesium.Quaternion(0.05836438617060985, -0.891685877338048, -0.04203263666513984, 0.4469039628799233));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:45:00+00:00\", new Cesium.Quaternion(0.05667882846480682, -0.8990350562353079, -0.04346578517099982, 0.43201180954147844));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:45:30+00:00\", new Cesium.Quaternion(0.05496199642444349, -0.906134454259687, -0.0448544148997776, 0.41699833478868686));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:46:00+00:00\", new Cesium.Quaternion(0.05321490708415194, -0.9129820611572246, -0.04619788568225579, 0.4018677456920627));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:46:30+00:00\", new Cesium.Quaternion(0.05143859006824625, -0.9195759378227439, -0.04749557892427603, 0.3866242827498809));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:47:00+00:00\", new Cesium.Quaternion(0.04963408579480316, -0.9259142169303918, -0.048746898392301216, 0.37127221860869725));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:47:30+00:00\", new Cesium.Quaternion(0.04780245045763509, -0.9319951031768565, -0.04995126824450847, 0.3558158571303019));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:48:00+00:00\", new Cesium.Quaternion(0.04594474745734245, -0.9378168742426495, -0.0511081365900747, 0.3402595317417542));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:48:30+00:00\", new Cesium.Quaternion(0.04406205235607635, -0.9433778809883953, -0.0522169734577649, 0.3246076044810517));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:49:00+00:00\", new Cesium.Quaternion(0.042155451073987105, -0.9486765480047497, -0.05327727156900577, 0.3088644646842744));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:49:30+00:00\", new Cesium.Quaternion(0.04022603943050618, -0.9537113740657015, -0.05428854653497437, 0.2930345277344754));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:50:00+00:00\", new Cesium.Quaternion(0.038274922682208945, -0.9584809325605517, -0.055250337044593624, 0.27712223380303713));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:50:30+00:00\", new Cesium.Quaternion(0.03630321505702949, -0.9629838719044639, -0.056162205043508016, 0.26113204658383316));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:51:00+00:00\", new Cesium.Quaternion(0.03431203928514237, -0.9672189159274625, -0.05702373590392335, 0.24506845202057148));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:51:30+00:00\", new Cesium.Quaternion(0.03230252612686124, -0.971184864241753, -0.05783453858520557, 0.2289359570276972));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:52:00+00:00\", new Cesium.Quaternion(0.030275813897216952, -0.9748805925872839, -0.05859424578531517, 0.21273908820519427));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:52:30+00:00\", new Cesium.Quaternion(0.028233047988231952, -0.9783050531554099, -0.059302514082811876, 0.1964823905477101));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:53:00+00:00\", new Cesium.Quaternion(0.02617538038808276, -0.981457274890605, -0.05995902406962024, 0.18017042614831488));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:53:30+00:00\", new Cesium.Quaternion(0.024103969198164488, -0.9843363637701046, -0.06056348047430952, 0.16380777289732176));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:54:00+00:00\", new Cesium.Quaternion(0.022019978147730823, -0.9869415030614106, -0.061115612275961455, 0.14739902317651715));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:54:30+00:00\", new Cesium.Quaternion(0.01992457610647247, -0.9892719535575839, -0.06161517280853957, 0.1309487825491826));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:55:00+00:00\", new Cesium.Quaternion(0.017818936595281054, -0.9913270537902449, -0.062061939855719735, 0.1144616684463036));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:55:30+00:00\", new Cesium.Quaternion(0.015704237295158463, -0.9931062202202361, -0.06245571573617727, 0.09794230884931843));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:56:00+00:00\", new Cesium.Quaternion(0.013581659554823211, -0.9946089474058744, -0.06279632737925461, 0.08139534096982148));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:56:30+00:00\", new Cesium.Quaternion(0.011452387896688787, -0.995834808148757, -0.06308362639104226, 0.06482540992656723));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:57:00+00:00\", new Cesium.Quaternion(0.009317609521874881, -0.9967834536170728, -0.06331748911079332, 0.048237167420188035));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:57:30+00:00\", new Cesium.Quaternion(0.007178513814229792, -0.9974546134463793, -0.06349781665768055, 0.03163527040599664));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:58:00+00:00\", new Cesium.Quaternion(0.00503629184341603, -0.9978480958178245, -0.06362453496788081, 0.01502437976525345));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:58:30+00:00\", new Cesium.Quaternion(0.0028921344036878516, -0.9979637875180257, -0.06369759481962294, -0.0015908411181392093));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:59:00+00:00\", new Cesium.Quaternion(0.0007472373718296899, -0.9978016539519913, -0.0637169718358387, -0.018205727314558377));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T01:59:30+00:00\", new Cesium.Quaternion(-0.0013972075746157553, -0.9973617391884442, -0.06368266655125782, -0.03481561424011809));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:00:00+00:00\", new Cesium.Quaternion(-0.0035400075999667546, -0.9966441659212312, -0.063594704346886, -0.05141583861416663));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:00:30+00:00\", new Cesium.Quaternion(-0.005679970672185508, -0.9956491354419176, -0.06345313546059606, -0.06800173988321634));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:01:00+00:00\", new Cesium.Quaternion(-0.007815906060453293, -0.9943769275823984, -0.06325803496598277, -0.0845686615507566));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:01:30+00:00\", new Cesium.Quaternion(-0.009946624832426754, -0.9928279006349252, -0.0630095027415113, -0.1011119525059121));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:02:00+00:00\", new Cesium.Quaternion(-0.012070940350727033, -0.9910024912495746, -0.06270766342997951, -0.11762696835053943));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:02:30+00:00\", new Cesium.Quaternion(-0.014187668768417705, -0.9889012143091895, -0.06235266638832577, -0.1341090727243843));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:03:00+00:00\", new Cesium.Quaternion(0.016295629523699562, 0.9865246627818256, 0.06194468562775548, 0.15055363862793353));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:03:30+00:00\", new Cesium.Quaternion(0.01839364583307851, 0.9838735075507481, 0.06148391974426657, 0.16695604974254674));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:04:00+00:00\", new Cesium.Quaternion(0.020480545183344023, 0.9809484972220298, 0.06097059183953881, 0.18331170174751701));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:04:30+00:00\", new Cesium.Quaternion(0.022555159821708415, 0.9777504579098036, 0.0604049494322808, 0.1996160036336521));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:05:00+00:00\", new Cesium.Quaternion(0.024616327244364355, 0.9742802929992322, 0.05978726435999594, 0.21586437901301928));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:05:30+00:00\", new Cesium.Quaternion(0.026662890682906504, 0.9705389828872677, 0.059117832671267564, 0.23205226742445675));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:06:00+00:00\", new Cesium.Quaternion(0.02869369958867879, 0.96652758470127, 0.05839697450855715, 0.24817512563448216));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:06:30+00:00\", new Cesium.Quaternion(0.030707610114696693, 0.962247231995575, 0.05762503398159714, 0.26422842893322085));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:07:00+00:00\", new Cesium.Quaternion(0.032703485595193205, 0.9576991344260887, 0.0568023790313649, 0.2802076724249768));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:07:30+00:00\", new Cesium.Quaternion(0.03468019702231895, 0.9528845774030155, 0.05592940128476179, 0.29610837231307385));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:08:00+00:00\", new Cesium.Quaternion(0.036636623520054534, 0.9478049217218112, 0.055006515899989214, 0.3119260671785954));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:08:30+00:00\", new Cesium.Quaternion(0.038571652814969826, 0.9424616031724755, 0.05403416140273266, 0.32765631925264715));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:09:00+00:00\", new Cesium.Quaternion(0.040484181703968225, 0.9368561321272871, 0.05301279951311011, 0.3432947156817915));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:09:30+00:00\", new Cesium.Quaternion(0.04237311788397746, 0.9309900930449654, 0.05194291443724751, 0.35883686986245167));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:10:00+00:00\", new Cesium.Quaternion(0.04423737494100044, 0.924865144261564, 0.05082501475896752, 0.37427842238514974));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:10:30+00:00\", new Cesium.Quaternion(0.046075881027551224, 0.9184830171496102, 0.04965963014952865, 0.38961504273923475));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:11:00+00:00\", new Cesium.Quaternion(0.047887573826701835, 0.9118455158612584, 0.04844731319589113, 0.4048424302377493));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:11:30+00:00\", new Cesium.Quaternion(0.049671402375256024, 0.9049545167508176, 0.047188638679298026, 0.4199563153209683));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:12:00+00:00\", new Cesium.Quaternion(0.05142632750823295, 0.8978119678359348, 0.04588420334876526, 0.43495246077316485));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:12:30+00:00\", new Cesium.Quaternion(0.05315132229918079, 0.8904198882381898, 0.04453462568579653, 0.4498266629300273));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:13:00+00:00\", new Cesium.Quaternion(0.054845372495576195, 0.8827803676032846, 0.04314054566067797, 0.46457475287635924));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:13:30+00:00\", new Cesium.Quaternion(0.05650747694972508, 0.874895565500976, 0.041702624480167635, 0.4791925976337385));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:14:00+00:00\", new Cesium.Quaternion(0.05813664804466834, 0.8667677108049356, 0.040221544326826945, 0.4936761013377769));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:14:30+00:00\", new Cesium.Quaternion(0.059731912114958985, 0.8583991010527234, 0.03869800809008143, 0.5080212064046417));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:15:00+00:00\", new Cesium.Quaternion(0.06129230986225287, 0.8497921017860497, 0.03713273908905564, 0.5222238946865051));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:15:30+00:00\", new Cesium.Quaternion(0.06281689676549479, 0.8409491458715269, 0.035526480787313866, 0.5362801886155888));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:16:00+00:00\", new Cesium.Quaternion(0.06430474348556647, 0.8318727328021022, 0.033879996499597144, 0.5501861523364664));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:16:30+00:00\", new Cesium.Quaternion(0.06575493626418033, 0.8225654279793831, 0.03219406909070688, 0.5639378928263032));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:17:00+00:00\", new Cesium.Quaternion(0.06716657731703524, 0.8130298619770511, 0.030469500666531778, 0.5775315610027076));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:17:30+00:00\", new Cesium.Quaternion(0.06853878522086865, 0.8032687297855925, 0.02870711225747223, 0.5909633528188747));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:18:00+00:00\", new Cesium.Quaternion(0.06987069529436257, 0.7932847900385637, 0.026907743494315673, 0.604229510345695));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:18:30+00:00\", new Cesium.Quaternion(0.0711614599728776, 0.7830808642206011, 0.02507225227658651, 0.6173263228405413));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:19:00+00:00\", new Cesium.Quaternion(0.07241024917656796, 0.7726598358574335, 0.023201514433718384, 0.6302501278023938));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:19:30+00:00\", new Cesium.Quaternion(0.07361625067215144, 0.7620246496880985, 0.021296423378857506, 0.6429973120130242));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:20:00+00:00\", new Cesium.Quaternion(0.07477867042774633, 0.7511783108196426, 0.019357889755770845, 0.655564312563924));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:20:30+00:00\", new Cesium.Quaternion(0.07589673296097427, 0.7401238838645223, 0.01738684107873181, 0.6679476178686835));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:21:00+00:00\", new Cesium.Quaternion(0.076969682749334, 0.7288644919480506, 0.015384220367817867, 0.6801437686831011));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:21:30+00:00\", new Cesium.Quaternion(0.07799678027053741, 0.7174033162621128, 0.013350989748673419, 0.6921493589943457));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:22:00+00:00\", new Cesium.Quaternion(0.07897730879466908, 0.7057435944793555, 0.011288124139072295, 0.7039610371322629));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:22:30+00:00\", new Cesium.Quaternion(0.07991057037688123, 0.6938886202709771, 0.009196614799959835, 0.7155755066215603));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:23:00+00:00\", new Cesium.Quaternion(0.08079588725514178, 0.6818417422501943, 0.007077467962707396, 0.7269895271426616));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:23:30+00:00\", new Cesium.Quaternion(0.08163260215446791, 0.6696063630113668, 0.0049317044302753755, 0.7381999154508163));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:24:00+00:00\", new Cesium.Quaternion(0.08242007858353953, 0.6571859381536675, 0.0027603591723062344, 0.749203546278718));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:24:30+00:00\", new Cesium.Quaternion(0.08315770112351659, 0.6445839752896104, 0.0005644809143420833, 0.7599973532223597));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:25:00+00:00\", new Cesium.Quaternion(0.08384487570882865, 0.6318040330387263, -0.0016548682785514708, 0.7705783296098794));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:25:30+00:00\", new Cesium.Quaternion(0.08448102989991588, 0.6188497200066752, -0.0038966134236895645, 0.7809435293531383));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:26:00+00:00\", new Cesium.Quaternion(0.0850656131478855, 0.6057246937500799, -0.006159667048141186, 0.7910900677817935));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:26:30+00:00\", new Cesium.Quaternion(0.08559809705081364, 0.5924326597274064, -0.00844292962121703, 0.8010151224596211));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:27:00+00:00\", new Cesium.Quaternion(0.08607797560172803, 0.5789773702361753, -0.010745289992069314, 0.8107159339828578));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:27:30+00:00\", new Cesium.Quaternion(0.08650476542812482, 0.5653626233368233, -0.013065625832196672, 0.8201898067603275));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:28:00+00:00\", new Cesium.Quaternion(0.08687800602289028, 0.551592261763529, -0.01540280408263308, 0.8294341097751365));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:28:30+00:00\", new Cesium.Quaternion(0.0871972599666607, 0.5376701718223094, -0.017755681405840214, 0.8384462773277067));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:29:00+00:00\", new Cesium.Quaternion(0.08746211314132718, 0.5236002822767265, -0.020123104641841368, 0.8472238097599475));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:29:30+00:00\", new Cesium.Quaternion(0.08767217493482865, 0.509386563221505, -0.022503911268764776, 0.8557642741603487));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:30:00+00:00\", new Cesium.Quaternion(0.08782707843699156, 0.4950330249444044, -0.024896929867399515, 0.8640653050497937));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:30:30+00:00\", new Cesium.Quaternion(0.08792648062636008, 0.4805437167766799, -0.027300980589609915, 0.8721246050479039));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:31:00+00:00\", new Cesium.Quaternion(0.08797006254800557, 0.4659227259324513, -0.02971487563055066, 0.8799399455197126));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:31:30+00:00\", new Cesium.Quaternion(0.08795752948220345, 0.4511741763373269, -0.03213741970444886, 0.8875091672024927));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:32:00+00:00\", new Cesium.Quaternion(0.08788861174394527, 0.4363022273176918, -0.0345674118364574, 0.8948301807618427));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:32:30+00:00\", new Cesium.Quaternion(0.08776306225101049, 0.42131107292475817, -0.03700364060471043, 0.901900967577545));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:33:00+00:00\", new Cesium.Quaternion(0.08758066057082856, 0.40620493995897783, -0.03944489247025209, 0.9087195800162506));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:33:30+00:00\", new Cesium.Quaternion(0.08734121042624299, 0.39098808727519774, -0.041889947046581284, 0.9152841421693024));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:34:00+00:00\", new Cesium.Quaternion(0.0870445404793425, 0.3756648044337088, -0.044337578892422555, 0.9215928503306012));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:34:30+00:00\", new Cesium.Quaternion(0.08669050444406848, 0.3602394104716268, -0.04678655800534633, 0.9276439735007718));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:35:00+00:00\", new Cesium.Quaternion(0.08627898118916556, 0.344716252666, -0.04923565031745996, 0.9334358538703593));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:35:30+00:00\", new Cesium.Quaternion(0.08580987483162503, 0.32909970528895305, -0.05168361819344719, 0.9389669072819018));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:36:00+00:00\", new Cesium.Quaternion(0.08528311482043585, 0.3133941683552601, -0.05412922093042658, 0.9442356236707575));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:36:30+00:00\", new Cesium.Quaternion(0.08469865601068834, 0.2976040663626972, -0.05657121525965214, 0.9492405674845639));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:37:00+00:00\", new Cesium.Quaternion(0.0840564787279637, 0.2817338470255407, -0.05900835584979824, 0.9539803780811995));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:37:30+00:00\", new Cesium.Quaternion(0.0833565888229853, 0.26578798000158205, -0.06143939581166291, 0.9584537701051482));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:38:00+00:00\", new Cesium.Quaternion(0.08259901771648073, 0.24977095561303292, -0.06386308720403047, 0.962659533842155));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:38:30+00:00\", new Cesium.Quaternion(0.08178382243428654, 0.23368728356167648, -0.0662781815407054, 0.9665965355520675));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:39:00+00:00\", new Cesium.Quaternion(0.08091108563260087, 0.2175414916386555, -0.06868343029827736, 0.9702637177797822));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:39:30+00:00\", new Cesium.Quaternion(0.07998091561340684, 0.2013381244292713, -0.07107758542456348, 0.9736600996442026));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:40:00+00:00\", new Cesium.Quaternion(0.07899344633005712, 0.18508174201315147, -0.07345939984756794, 0.9767847771051272));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:40:30+00:00\", new Cesium.Quaternion(0.07794883738300885, 0.1687769186601733, -0.07582762798481656, 0.9796369232079868));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:41:00+00:00\", new Cesium.Quaternion(0.07684727400563893, 0.15242824152254467, -0.07818102625251529, 0.9822157883063939));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:41:30+00:00\", new Cesium.Quaternion(0.07568896704024763, 0.13604030932337358, -0.08051835357495445, 0.9845207002623967));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:42:00+00:00\", new Cesium.Quaternion(0.07447415290415077, 0.11961773104215098, -0.0828383718934346, 0.9865510646244229));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:42:30+00:00\", new Cesium.Quaternion(0.07320309354590564, 0.10316512459750946, -0.08513984667474038, 0.9883063647828499));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:43:00+00:00\", new Cesium.Quaternion(0.07187607639169061, 0.08668711552763118, -0.08742154741910563, 0.9897861621031507));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:43:30+00:00\", new Cesium.Quaternion(0.07049341438476456, 0.07018833556530739, -0.08968224962082855, 0.9909900959050486));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:44:00+00:00\", new Cesium.Quaternion(0.06905544547608485, 0.05367342173054926, -0.09192072946095504, 0.9919178840736769));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:44:30+00:00\", new Cesium.Quaternion(0.06756253323156552, 0.037147014379598026, -0.09413577302965961, 0.9925693223458621));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:45:00+00:00\", new Cesium.Quaternion(0.06601506625465295, 0.02061375629960043, -0.09632617101983185, 0.992944284869636));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:45:30+00:00\", new Cesium.Quaternion(0.0644134582107496, 0.004078291277636502, -0.09849072068075541, 0.9930427240966887));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:46:00+00:00\", new Cesium.Quaternion(0.06275814771472926, -0.012454737224857616, -0.1006282263181498, 0.9928646707805345));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:46:30+00:00\", new Cesium.Quaternion(0.061049598208730474, -0.02898068739732253, -0.10273749979225384, 0.9924102339521534));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:47:00+00:00\", new Cesium.Quaternion(0.0592882978302664, -0.045494920404574694, -0.10481736101369112, 0.9916796008731331));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:47:30+00:00\", new Cesium.Quaternion(0.057474759270683046, -0.061992801710202064, -0.10686663843714815, 0.9906730369663044));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:48:00+00:00\", new Cesium.Quaternion(0.055609519624015155, -0.0784697023984552, -0.10888416955239473, 0.9893908857239233));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:48:30+00:00\", new Cesium.Quaternion(0.053693140226277705, -0.09492100049426398, -0.11086880137269522, 0.98783356859341));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:49:00+00:00\", new Cesium.Quaternion(0.05172620648525081, -0.11134208228099021, -0.1128193909202645, 0.9860015848406933));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:49:30+00:00\", new Cesium.Quaternion(0.049709327700800165, -0.1277283436155446, -0.11473480570872249, 0.9838955113911976));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:50:00+00:00\", new Cesium.Quaternion(0.04764313687577963, -0.1440751912404774, -0.11661392422238558, 0.9815160026485108));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:50:30+00:00\", new Cesium.Quaternion(0.04552829051762225, -0.1603780440926605, -0.1184556363918583, 0.978863790290843));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:51:00+00:00\", new Cesium.Quaternion(0.04336546843060535, -0.17663233460820224, -0.12025884406635999, 0.9759396830452554));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:51:30+00:00\", new Cesium.Quaternion(0.041155373498922426, -0.19283351002319427, -0.12202246148206125, 0.9727445664398017));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:52:00+00:00\", new Cesium.Quaternion(0.03889873146060803, -0.20897703366992507, -0.12374541572647958, 0.9692794025336323));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:52:30+00:00\", new Cesium.Quaternion(0.0365962906723565, -0.2250583862681911, -0.12542664719888463, 0.9655452296251218));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:53:00+00:00\", new Cesium.Quaternion(0.03424882186538089, -0.24107306721131758, -0.1270651100661905, 0.9615431619381567));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:53:30+00:00\", new Cesium.Quaternion(0.031857117892300287, -0.2570165958465333, -0.12865977271459406, 0.9572743892866271));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:54:00+00:00\", new Cesium.Quaternion(0.02942199346524102, -0.2728845127493156, -0.1302096181963307, 0.9527401767172758));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:54:30+00:00\", new Cesium.Quaternion(0.026944284461648815, -0.2886723810308747, -0.1317136460624514, 0.9479418639377366));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:55:00+00:00\", new Cesium.Quaternion(0.02442484931578709, -0.3043757874375613, -0.13317086723008323, 0.9428808656870991));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:55:30+00:00\", new Cesium.Quaternion(0.021864566259250484, -0.31999034385311265, -0.1345803127796993, 0.9375586701615959));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:56:00+00:00\", new Cesium.Quaternion(0.019264334649042106, -0.3355116883761894, -0.13594102879796816, 0.9319768393382094));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:56:30+00:00\", new Cesium.Quaternion(0.016625074262489173, -0.350935486602285, -0.13725207819645066, 0.926137008319903));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:57:00+00:00\", new Cesium.Quaternion(0.013947724984157459, -0.3662574328542791, -0.13851254112711872, 0.9200408848509224));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:57:30+00:00\", new Cesium.Quaternion(0.01123324648459019, -0.3814732514044341, -0.13972151539206243, 0.9136902488113201));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:58:00+00:00\", new Cesium.Quaternion(0.00848261789097228, -0.3965786976874882, -0.14087811684724086, 0.9070869516908435));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:58:30+00:00\", new Cesium.Quaternion(0.005696837449862588, -0.41156955950448676, -0.14198147980005707, 0.9002329160423644));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:59:00+00:00\", new Cesium.Quaternion(0.002876922182056832, -0.426441658217016, -0.14303075740071855, 0.8931301349149838));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T02:59:30+00:00\", new Cesium.Quaternion(2.390752968020604e-05, -0.44119084993148505, -0.14402512202726078, 0.8857806712669885));\n", + " widget.property_e41ee1cf.addSample(\"2023-01-01T03:00:00+00:00\", new Cesium.Quaternion(-0.002861153004257433, -0.4558130266731231, -0.14496376566383687, 0.8781866573588631));\n", " widget.Payload_position = new Cesium.SampledProperty(Cesium.Cartesian3);\n", " widget.Payload_position.addSample(\"2023-01-01T00:00:00+00:00\", Cesium.Cartesian3.fromDegrees(29.98055060896214, -0.08103079020036194, 500000.0424350213));\n", " widget.Payload_position.addSample(\"2023-01-01T00:00:30+00:00\", Cesium.Cartesian3.fromDegrees(29.61394459855244, 1.8152541965297813, 500021.2891134799));\n", @@ -1641,7 +1635,7 @@ " widget.Payload_orientation.addSample(\"2023-01-01T02:59:00+00:00\", new Cesium.Quaternion(0.002876922182056832, -0.426441658217016, -0.14303075740071855, 0.8931301349149838));\n", " widget.Payload_orientation.addSample(\"2023-01-01T02:59:30+00:00\", new Cesium.Quaternion(2.390752968020604e-05, -0.44119084993148505, -0.14402512202726078, 0.8857806712669885));\n", " widget.Payload_orientation.addSample(\"2023-01-01T03:00:00+00:00\", new Cesium.Quaternion(-0.002861153004257433, -0.4558130266731231, -0.14496376566383687, 0.8781866573588631));\n", - " widget.entities.add({position: widget.property_9bfe1ee8, orientation: widget.property_84f93f67, model: {uri: await Cesium.IonResource.fromAssetId(669199), availability: new Cesium.TimeIntervalCollection({intervals: [new Cesium.TimeInterval({start: Cesium.JulianDate.fromIso8601(\"2023-01-01T00:00:00+00:00\"), stop: Cesium.JulianDate.fromIso8601(\"2023-01-01T03:00:00+00:00\")})]})}});\n", + " widget.entities.add({position: widget.property_99affc87, orientation: widget.property_e41ee1cf, model: {uri: await Cesium.IonResource.fromAssetId(669199), availability: new Cesium.TimeIntervalCollection({intervals: [new Cesium.TimeInterval({start: Cesium.JulianDate.fromIso8601(\"2023-01-01T00:00:00+00:00\"), stop: Cesium.JulianDate.fromIso8601(\"2023-01-01T03:00:00+00:00\")})]})}});\n", " widget.entities.add({position: widget.Payload_position, orientation: widget.Payload_orientation, conicSensor: new CesiumSensorVolumes.ConicSensorGraphics({radius: 1.0, innerHalfAngle: 0.13962634015954636, outerHalfAngle: 0.13962634015954636, lateralSurfaceMaterial: Cesium.Color.RED, showIntersection: true, intersectionColor: Cesium.Color.WHITE, intersectionWidth: 1.0, show: true})});\n", " widget.entities.add({polyline: {positions: Cesium.Cartesian3.fromDegreesArrayHeights([29.98055060896214, -0.08103079020036194, 500000.0424350213, 29.61394459855244, 1.8152541965297813, 500021.2891134799, 29.246837283092006, 3.711457477700564, 500088.9038070484, 28.878700725097563, 5.607493659242157, 500202.5852361204, 28.508998078325064, 7.503277246472494, 500361.82691467437, 28.137178834920114, 9.39872257658667, 500565.9194959655, 27.76267381978467, 11.29374373104158, 500813.95405548724, 27.384889834542843, 13.188254420285343, 501104.82629379485, 27.003203842160705, 15.082167832578493, 501437.2416369357, 26.61695656805757, 16.975396437707136, 501809.7212076043, 26.225445373867096, 18.867851735144278, 502220.6086357079, 25.82791623448943, 20.75944393460629, 502668.0776729075, 25.42355444852117, 22.650081554882785, 503150.14057144115, 25.011474847567403, 24.53967092416804, 503664.65718443843, 24.590708687169503, 26.42811556172291, 504209.34474088927, 24.160190218573536, 28.315315416339914, 504781.78824600566, 23.71873997101196, 30.20116593146087, 505379.45145462017, 23.265045193937162, 32.08555689952976, 505999.68836319674, 22.797636588863732, 33.96837105870364, 506639.75516373105, 22.31486044260936, 35.84948237266498, 507296.82260151353, 21.814845029896325, 37.72875391796016, 507967.98867721425, 21.295459831252085, 39.60603528162094, 508650.29163284163, 20.754265683819927, 41.481159342815566, 509340.7231607127, 20.188453407339118, 43.35393827309509, 510036.2417740361, 19.59476766873308, 45.22415853637336, 510733.7862780438, 18.96941178348625, 47.09157459619166, 511430.2892808057, 18.307927680695265, 48.95590093534189, 512122.6906835406, 17.60504320496362, 50.81680184855506, 512807.9510913192, 16.854476029141797, 52.673878263022765, 513483.0650859812, 16.048679311763394, 54.526650543828474, 514145.0743047504, 15.17850824810701, 56.374535804885824, 514791.0802694849, 14.232777903949135, 58.21681759626829, 515418.25691348885, 13.197669735589734, 60.052604856026605, 516023.8627545611, 12.055924707421658, 61.880775502464516, 516605.25266542385, 10.785731141158601, 63.69989767427881, 517159.8891946781, 9.359171168837772, 65.50811784627128, 517685.3533939366, 7.740015925313452, 67.30299890154708, 518179.35510937124, 5.880557025318269, 69.08128105776676, 518639.74269833014, 3.7169906891635627, 70.83852138912368, 519064.5121344491, 1.1626334563986747, 72.56853842648421, 519451.81546731724, -1.902062436770439, 74.26253830833996, 519799.96860562864, -5.643970587222167, 75.90771521943759, 520107.4583953582, -10.297080753352736, 77.48498908533233, 520372.9489675021, -16.185244683786046, 78.96538971558137, 520595.2873326828, -23.733179641860527, 80.3046186381209, 520773.508202663, -33.416141340616846, 81.43634941632938, 520906.8380219722, -45.538218770098226, 82.26904803829478, 520994.69819534663, -59.76101134401196, 82.69975569634514, 521036.70749981864, -74.74153391824163, 82.65743234261397, 521032.68367309216, -88.66595679339765, 82.14972102759158, 520982.644172717, -100.36078101909371, 81.25728358281702, 520886.80610334163, -109.63917157450736, 80.08337613308595, 520745.5853124434, -116.86274248532631, 78.71540437363116, 520559.59465751325, -122.50724006196045, 77.2154002015726, 520329.6414508252, -126.98060391409975, 75.62451136216028, 520056.72409055574, -130.58950094980614, 73.9696427298231, 519742.0278901196, -133.5545560952485, 72.26856284296153, 519386.920120182, -136.0330979380335, 70.5332432679434, 518992.9442809815, -138.13803210992867, 68.77193882849103, 518561.8136252563, -139.95143065769304, 66.99047529868179, 518095.403954947, -141.53386857095842, 65.19305557561566, 517595.7457177179, -142.93076419688757, 63.38277387773156, 517065.0154322012, -144.17669800922525, 61.56195074313122, 516505.52647348936, -145.2983839859477, 59.732356036798244, 515919.7192533581, -146.31674081706035, 57.89536053679485, 515310.15083225875, -147.24835628924433, 56.05204102462409, 514679.48400275235, -148.10653761302837, 54.20325449332078, 514030.4758868045, -148.90207540742983, 52.349691448425865, 513365.9660915495, -149.64380692065384, 50.49191479842679, 512688.864470835, -150.33903656412133, 48.630388644209646, 512002.1385418101, -150.99385369627547, 46.76549987638047, 511308.8006082331, -151.6133754814116, 44.89757457618284, 510611.89464388724, -152.20193446038556, 43.0268906103346, 509914.48299145134, -152.76322486340518, 41.1536874022938, 509219.6329336911, -153.30041780819613, 39.278173583611945, 508530.403195255, -153.81625279938652, 37.40053303566828, 507849.83043442527, -154.3131110090462, 35.52092969622229, 507180.91578518687, -154.79307442878903, 33.63951140858381, 506526.61151042336, -155.25797397597836, 31.75641302167021, 505889.8078275608, -155.7094290665667, 29.871758898647325, 505273.3199677718, -156.14887944424657, 27.98566495469677, 504679.87552976457, -156.57761317843475, 26.098240316905777, 504112.10218830843, -156.9967885535992, 24.20958867866036, 503572.5158168839, -157.40745322341814, 22.319809405386913, 503063.50908229966, -157.81056029565892, 20.42899843667915, 502587.3405675108, -158.206982053685, 18.537249020817296, 502146.12447687704, -158.59752174679778, 16.644652310740476, 501741.82097554376, -158.98292379923365, 14.751297845159367, 501376.227211997, -159.36388272347386, 12.857273934321597, 501050.9690697095, -159.74105097299213, 10.962667966691134, 500767.4936903933, -160.1150459300038, 9.06756665026388, 500527.0628076465, -160.48645619266784, 7.172056200260941, 500330.7469257952, -160.85584730175177, 5.2762224834022495, 500179.4203744899, -161.22376702796555, 3.3801511277748517, 500073.75726517633, -161.5907503266743, 1.4839276064098703, 500014.22837074933, -161.95732405598213, -0.41236269798181335, 500001.09894505603, -162.32401154677652, -2.308634440128287, 500034.4274937818, -162.69133710859748, -4.204802264466732, 500114.0655033297, -163.05983055331401, -6.10078075598479, 500239.65812902915, -163.43003181902174, -7.996484383019531, 500410.6458391872, -163.80249577980234, -9.891827425207591, 500626.2670060124, -164.17779733276518, -11.786723879421537, 500885.56142980413, -164.55653703068967, -13.6810873359798, 501187.3747776679, -164.93934636423123, -15.574830816657336, 501530.36391323386, -165.3268953438948, -17.467866565001803, 501913.0030894203, -165.71989916977046, -19.360105778134816, 502333.5909717588, -166.11912668752834, -21.251458267492346, 502790.2584557664, -166.5254098336956, -23.14183203375625, 503280.97723775444, -166.93965449395094, -25.031132738399243, 503803.5690952676, -167.36285308604894, -26.919263050642854, 504355.71582969144, -167.7960992505605, -28.80612184397096, 504934.9698208067, -168.24060512429895, -30.691603210336158, 505538.76514047914, -168.69772178934673, -32.57559525241569, 506164.4291703355, -169.1689636436393, -34.45797860413529, 506809.1946664192, -169.65603763850487, -36.33862461638469, 507470.2122123029, -170.16087859048807, -38.21739312729571, 508144.5630008639, -170.68569212130916, -40.094129713093096, 508829.271884173, -171.23300724203722, -41.96866228418769, 509521.3206303791, -171.8057412193713, -43.84079684874571, 510217.6613263583, -172.40728020619724, -45.710312207958474, 510915.22986498737, -173.04158027603893, -47.57695326711263, 511610.95945635554, -173.71329510397612, -49.440422534655035, 512301.7941030726, -174.4279387806934, -51.30036922329144, 512984.7019805861, -175.1920954234289, -53.15637514079682, 513656.68866496097, -176.01369196707364, -55.0079362298119, 514314.8101518461, -176.90235594253622, -56.85443813254697, 514956.1856120419, -177.8698932722313, -58.695123433869405, 515578.009831105, -178.93092964496495, -60.52904713870872, 516177.5652822965, 179.89621337587832, -62.35501524326767, 516752.2337844397, 178.58830681702977, -64.1714985895305, 517299.5076985581, 177.11551460120486, -65.97650991085136, 517817.0006195834, 175.4389744793243, -67.76742497901446, 518302.45752199605, 173.5073070768232, -69.54071711705829, 518753.7643207166, 171.251517088181, -71.29155464768192, 519168.95681146363, 168.5774888235921, -73.013177195508, 519546.2289572532, 165.3549628840619, -74.69590938062527, 519883.94049077114, 161.40171773519558, -76.32557553771517, 520180.6238048203, 156.46252288175037, -77.88093780038403, 520434.9901061781, 150.1871573672711, -79.32963873752848, 520645.9348108238, 142.12842263406904, -80.62229067913985, 520812.54216151265, 131.82412513542155, -81.68594313725679, 520934.08905134036, 119.0842521598398, -82.42365260045183, 521010.0480400166, 104.49741098318235, -82.73551520425212, 521040.08955236647, 89.62558141939809, -82.56776147148199, 521024.0832513269, 76.21151200295154, -81.95030552915767, 520962.09858080413, 65.1595723865476, -80.97492694431195, 520854.404476465, 56.46073158350803, -79.7431515679702, 520701.4682454272, 49.69257969636662, -78.33582607442469, 520503.9536188246, 44.387912711807594, -76.80890246584512, 520262.7179838526, 40.165093304537244, -75.1992237719078, 519978.80880506634, 36.741995096200995, -73.53090480046316, 519653.4592473066, 33.91657197969568, -71.81994502469261, 519288.0830156669, 31.544648094398568, -70.07718780054088, 518884.26843080233, 29.522452573063212, -68.31015585690093, 518443.77176046453, 27.77426384329059, -66.52418955622221, 517968.50983149046, 26.243964341330372, -64.72316265474306, 517460.5519487355, 24.889306933482526, -62.90994130055134, 516922.1111507197, 23.67800099609904, -61.086684758570414, 516355.5348342103, 22.585010940237943, -59.25504671102925, 515763.2947829343, 21.590666281359734, -57.41631280936791, 515147.9766381164, 20.67932040325302, -55.571496504915686, 514512.2688512626, 19.838384997074957, -53.72140702772875, 513858.95116215356, 19.05762522980383, -51.86669841944499, 513190.88264741626, 18.328638371334513, -50.00790544866275, 512510.98938747443, 17.644463261997537, -48.14547029312339, 511822.2518017856, 16.999284313268543, -46.27976262193474, 511127.69170452695, 16.388204659561097, -44.411094891840044, 510430.35913457273, 15.807070489976029, -42.53973412608288, 509733.3190156438, 15.252333679663362, -40.66591107552644, 509039.63770376967, 14.72094321315295, -38.789827408499, 508352.36948073783, 14.210259560457075, -36.911661399655635, 507674.5430530753, 13.717984410973417, -35.03157246395762, 507009.1481171805, 13.242105330354534, -33.14970479325459, 506359.122051495, 12.780849950652167, -31.266190289021132, 505727.33679699904, 12.332648516080507, -29.38115093816642, 505116.58598727523, 11.89610293544671, -27.49470074449376, 504529.5723887815, 11.469961038524506, -25.60694730286095, 503968.89571150363, 11.053095018555702, -23.717993083957783, 503437.0408488948, 10.644483259697004, -21.827936483155813, 502936.3666045627, 10.243194914014595, -19.936872675884867, 502469.0949615631, 9.848376720256306, -18.044894313558864, 502037.3009477118, 9.459241655716186, -16.152092087579025, 501642.9031481749, 9.07505908952084, -14.258555183913842, 501287.65491341887, 8.695146166087302, -12.364371646842592, 500973.1363076525, 8.318860194833796, -10.469628667401853, 500700.7468394011, 7.945591859381568, -8.574412809693486, 500471.6990118566, 7.574759088814816, -6.678810186356989, 500287.0127268138, 7.2058014562829324, -4.782906593069165, 500147.5105716122, 6.838174987960179, -2.8867876108253196, 500053.8140139325, 6.471347278768828, -0.9905386839228563, 500006.3405246064, 6.1047928210641205, 0.9057548190420274, 500005.3016437287, 5.737988459225639, 2.8020075542670195, 500050.7020003768, 5.370408718880848, 4.698134155270786, 500142.3392911794, 5.001521937543872, 6.5940491822800915, 500279.8052177833, 4.630784592175432, 8.48966706182752, 500462.4873782902, 4.257637098730488, 10.384902009679097, 500689.5721025413, 3.881498468860959, 12.279667929801029, 500960.04821628, 3.50176072923468, 14.173878281478657, 501272.71171409386, 3.1177828190721746, 16.067445905873832, 501626.17131660075, 2.72888383211098, 17.96028280221575, 502018.85488258937, 2.3343354466444906, 19.85229984239388, 502449.01664263016, 1.9333533584266476, 21.7434064108876, 502914.7452165162, 1.5250874943062667, 23.633509954613018, 503413.97237311426, 1.1086107377408885, 25.522515424252465, 503944.48248771887, 0.6829058375670721, 27.410324584763647, 504503.92264887743, 0.24685009514204756, 29.296835167794068, 505089.81336355855, -0.2008026728434789, 31.181939832304185, 505699.55980740604, -0.6614435249207059, 33.06552489137243, 506330.4635642186, -1.136633931530598, 34.94746875228285, 506979.7347973979, -1.6281364646493215, 36.827640002715036, 507644.5047943661, -2.1379519286206956, 38.705895056961644, 508321.83882393147, -2.668364593668249, 40.58207525090352, 509008.7492459364, -3.2219976924632503, 42.45600324058878, 509702.20881196647, -3.8018820128016215, 44.327478513275416, 510399.1640958789, -4.411541503223743, 46.19627175676522, 511096.54899312154, -5.055099890199524, 48.0621177455532, 511791.298228331, -5.737417583374546, 49.92470628000877, 512480.36081152194, -6.4642647157296125, 51.783670541410004, 513160.71338427346, -7.24254553352347, 53.638571976600886, 513829.37339845696, -8.080590828509507, 55.488880463416024, 514483.4120718708, -8.988543567041054, 57.33394797218925, 515119.96706659946, -9.978873436987506, 59.172973134468506, 515736.2548379796, -11.067072050394119, 61.00495290291618, 516329.5826041209, -12.272604735017042, 62.82861558082195, 516897.3598881027, -13.620231807503009, 64.64232648603164, 517437.1095873548, -15.141869173827256, 66.44395265747539, 517946.47852712875, -16.87924620204164, 68.23066503687464, 518423.24745757657, -18.887754283020456, 69.99864322467181, 518865.3404565907, -21.24208235934019, 71.74262528396027, 519270.8337030503, -24.044517336030477, 73.4552063655887, 519637.96358820423, -27.43709658339608, 75.12572421230743, 519965.1341352664, -31.618829600092294, 76.7384627275978, 520250.9237005726, -36.86776657704847, 78.26975425042454, 520494.09093199205, -43.56094193606876, 79.68345020256388, 520693.5799635584, -52.163192552605835, 80.92460061186564, 520848.5248278875, -63.104697351166074, 81.91351292073773, 520958.2530708835, -76.42431760661306, 82.54918237431579, 521022.28855611547, -91.26461427537956, 82.73831271064938, 521040.35344916524, -105.90321814567902, 82.44730197482923, 521012.3693749638, -118.74590143183833, 81.72663570004366, 520938.45774420054, -129.15878740200174, 80.67534523908161, 520818.93924770784, -137.30861605394608, 79.39118279801033, 520654.3325204021, -143.6535591628729, 77.94825452457741, 520445.3519796203, -148.64425141594637, 76.39687054233647, 520192.9048451947, -152.6355056008026, 74.77001009508037, 519898.08735166804, -155.88636158653563, 73.08930840544613, 519562.1801659232, -158.58182029054137, 71.36919316871214, 519186.64302635984, -160.8540862886609, 69.61950153228285, 518773.1086224584, -162.79862473625218, 67.8470997683861, 518323.3757367888, -164.48537220928205, 66.05689043218273, 517839.40167388436, -165.96637234011504, 64.25244870600984, 517323.29400369804, -167.28096286892207, 62.43643272224014, 516777.301649807, -168.45932538062794, 60.61085391489719, 516203.8053554825, -169.5249436581278, 58.77725898013542, 515605.30756343156, -170.49632988024686, 56.93685485709969, 514984.42174760846, -171.38825425919032, 55.090596221523654, 514343.86123826203, -172.2126335122648, 53.239247828539305, 513686.4275837223, -172.97918170462953, 51.383429666142874, 513014.99849498365, -173.69589329364916, 49.523650154872115, 512332.51542145945, -174.3694062580661, 47.66033089872983, 511641.9708083982, -175.00527734056382, 45.7938253736752, 510946.3950885711, -175.60819509846073, 43.924433204188915, 510248.8434626312, -176.18214386104668, 42.0524111864549, 509552.3825243892, -176.73053294889854, 40.177981882684634, 508860.076788529, -177.25629875272168, 38.30134038101089, 508174.9751797051, -177.76198616734908, 36.42265965471515, 507500.0975429317, -178.24981408140377, 34.5420948409269, 506838.42123584123, -178.7217284491364, 32.659786677626386, 506192.867863982, -179.17944561474482, 30.775864278937437, 505566.2902203723, -179.62448792925528, 28.89044738567743, 504961.4594904507, 179.94178676823708, 27.00364819636468, 504381.0527829646, 179.51816058415264, 25.115572860221544, 503827.6410467364, 179.10353496318635, 23.226322695933373, 503303.6774317281, 178.6969132864886, 21.335995186466025, 502811.4861516829, 178.29738607627567, 19.44468478998351, 502353.25190337683, 177.90411832738144, 17.552483599034368, 501931.0098956087, 177.5163385789333, 15.659481874103067, 501546.63653810596, 177.13332941165427, 13.765768472909262, 501201.84083804535, 176.75441911299356, 11.871431193177534, 500898.15654807707, 176.3789742966597, 9.976557043738131, 500636.9351067115, 176.006393298206, 8.081232456590053, 500419.3394077307, 175.63610019562216, 6.18554345081802, 500246.33843120496, 175.2675391572243, 4.289575757908757, 500118.70276443317, 174.9001700123255, 2.393414916979529, 500037.0010364557, 174.5334624224442, 0.49714634766264787, 500001.5972850214, 174.1668919233058, -1.399144592171316, 500012.64927008236, 173.799935230314, -3.2953725570313095, 500070.10774259723, 173.43206573358242, -5.191452166144861, 500173.7166728911, 173.06274893248445, -7.087297950941766, 500323.01443696476, 172.69143772595686, -8.982824290986935, 500517.33595468244, 172.31756747030133, -10.877945331392024, 500755.8157684324, 171.94055070884522, -12.772574874280426, 501037.39204579405, 171.55977146728233, -14.666626236225897, 501360.81148515246, 171.1745789942984, -16.560012062696096, 501724.63509830233, 170.7842808083441, -18.45264408935846, 502127.2448397432, 170.38813488735812, -20.344432838583682, 502566.8510479958, 169.98534080745478, -22.23528723752406, 503041.5006603348, 169.5750295973613, -24.1251141416318, 503549.0861585852, 169.1562520255705, -26.013817744268547, 504087.3552002067, 168.72796497349185, -27.901298848926928, 504653.92088583193, 168.28901546661467, -29.787453975274207, 505246.27261145914, 167.83812183114048, -31.67217426335989, 505861.7874514589, 167.37385130851197, -33.55534413140548, 506497.7420160348, 166.89459328479367, -35.43683963093145, 507151.3247254321, 166.39852689411745, -37.31652642762592, 507819.6484415539, 165.88358262940872, -39.19425731601344, 508499.7633968974, 165.347393661357, -41.06986914878751, 509188.6703597659, 164.78723791130707, -42.94317902502271, 509883.3339746536, 164.19996531206436, -44.81397953160567, 510580.6962165304, 163.58190722692711, -46.68203276369342, 511277.68989809585, 162.92876245129924, -48.547062754801374, 511971.2521697295, 162.23545248215694, -50.40874581334991, 512658.3379526461, 161.49593605548333, -52.266698072210616, 513335.9332469342, 160.7029691268167, -54.12045928354186, 514001.0682575881, 159.84779095597753, -55.96947149037744, 514650.830283107, 158.91970890835387, -57.81305061181537, 515282.37631305796, 157.90554268726797, -59.65034808244533, 515892.9452830966, 156.78887090073331, -61.48029831299158, 516479.86993778346, 155.54899587834583, -63.30154559605312, 517040.5882540407, 154.159501322441, -65.11234067500604, 517572.65438032994, 152.58621358519062, -66.91039167835258, 518073.74904919224, 150.78427871592663, -68.69264502015265, 518541.68942321173, 148.69391637507454, -70.45495658603429, 518974.43833732343, 146.23418843935872, -72.19158751697027, 519370.1129028848, 143.29382130344996, -73.89441441369763, 519726.99244178727, 139.71783569178402, -75.5516687243367, 520043.52572161594, 135.28891317119, -77.1459007631398, 520318.33746571833, 129.7047040479027, -78.65070842154365, 520550.234114851, 122.56171566360003, -80.02571608625895, 520738.2088199259, 113.384977829587, -81.20996561735971, 520881.4456482458, 101.80044842306854, -82.11715280723617, 520979.32298847125, 87.9586904062353, -82.64414952846583, 521031.4161424525, 72.98790359032388, -82.7081101100689, 521037.49909495556, 58.69557917028935, -82.29749711830864, 520997.5454550519, 46.46556426924445, -81.48061980562845, 520911.7285660751, 36.677365297833475, -80.36014187630758, 520780.42078358866, 29.04402211908452, -79.02859730464526, 520604.19192401005, 23.091410387351104, -77.55343343110597, 520383.8068891903, 18.39071477434518, -75.97978922965925, 520120.22247514414, 14.613616782573732, -74.33718989119004, 519814.58337620005, 11.522593834814476, -72.64506850025201, 519468.21739836136, 8.948234665510743, -70.91645523532945, 519082.6298989306, 6.7692229187467765, -69.16028866561427, 518659.4974719566, 4.897647396640505, -67.38284554349102, 518200.66090216, 3.268845583507671, -65.5886329526647, 517708.1174127873, 1.834500851053595, -63.78095483692992, 517184.0122354818, 0.5579473694726861, -61.962279348558816, 516630.62953335344, -0.5890519737559708, -60.13448224558599, 516050.38271094096, -1.6285447935683612, -58.299011596840316, 515445.8041475929, -2.5779675661283123, -56.45700148707586, 514819.5343933315, -3.4512733696043796, -54.609351994417985, 514174.31086910976, -4.259751191367272, -52.7567864276439, 513512.95611549553, -5.012626777387922, -50.89989294955182, 512838.3656365703, -5.717510708048135, -49.039155295041596, 512153.49538790097, -6.380735999547074, -47.17497575032658, 511461.3489596675, -7.007615486926174, -45.3076925581469, 510764.9645080608, -7.602640163621876, -43.43759325222386, 510067.40148983285, -8.169633566456284, -41.5649249800242, 509371.7272565973, -8.711873087096642, -39.689902570157315, 508681.0035667502, -9.23218614609716, -37.8127148914289, 507998.2730743476, -9.733027080406703, -35.93352990392803, 507326.54585491726]), width: 1.0}});\n", " widget.zoomTo(widget.entities);\n", @@ -1651,7 +1645,7 @@ "" ], "text/plain": [ - "" + "" ] }, "execution_count": 8, diff --git a/_build/jupyter_execute/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg b/_build/jupyter_execute/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg similarity index 99% rename from _build/jupyter_execute/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg rename to _build/jupyter_execute/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg index 339a3cff6..c23e3a536 100644 --- a/_build/jupyter_execute/d578584f85e6a5a5245b581dc521d9f955ac98d1e6a1a90bd3c1eaffde43f943.svg +++ b/_build/jupyter_execute/c09ff20d60d705a86280b5ec46c7cafd06658f5752af67451ed84e96eb1f4504.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/conf.py b/conf.py index 1fab3ca65..b1a1bb3a6 100644 --- a/conf.py +++ b/conf.py @@ -172,6 +172,10 @@ def setup(app): intersphinx_mapping = { "python": ("https://docs.python.org/3", None), "numpy": ("https://numpy.org/doc/stable/", None), + "ostk.physics": ( + "https://open-space-collective.github.io/open-space-toolkit-physics/_build/html/", + None, + ), } # -- Breathe configuration ------------------------------------------------- diff --git a/dev/bench/data.js b/dev/bench/data.js deleted file mode 100644 index f1bbd2fe9..000000000 --- a/dev/bench/data.js +++ /dev/null @@ -1,62 +0,0 @@ -window.BENCHMARK_DATA = { - "lastUpdate": 1715363886539, - "repoUrl": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics", - "entries": { - "Benchmark": [ - { - "commit": { - "author": { - "email": "98616558+apaletta3@users.noreply.github.com", - "name": "Antoine Paletta", - "username": "apaletta3" - }, - "committer": { - "email": "noreply@github.com", - "name": "GitHub", - "username": "web-flow" - }, - "distinct": true, - "id": "94fab231ca2808fd9a475dd9068e12f413db7973", - "message": "chore: change dependabot to ignore major releases (#395)\n\n* chore: disable dependabot\r\n\r\n* Update dependabot.yml", - "timestamp": "2024-05-10T17:38:05Z", - "tree_id": "aa732903748696569972fd7f12a6fcbfb8f7e395", - "url": "https://github.com/open-space-collective/open-space-toolkit-astrodynamics/commit/94fab231ca2808fd9a475dd9068e12f413db7973" - }, - "date": 1715363885129, - "tool": "googlecpp", - "benches": [ - { - "name": "Access | Ground Station <> TLE/iterations:10", - "value": 549849687.0000054, - "unit": "ns/iter", - "extra": "iterations: 10\ncpu: 549829796.3000001 ns\nthreads: 1" - }, - { - "name": "Propagation | Numerical | Spherical/iterations:10", - "value": 795381852.8999989, - "unit": "ns/iter", - "extra": "iterations: 10\ncpu: 795357208.5000001 ns\nthreads: 1" - }, - { - "name": "Propagation | Numerical | EGM1984 {100, 100}/iterations:10", - "value": 2780043700.4999876, - "unit": "ns/iter", - "extra": "iterations: 10\ncpu: 2779956865.3999996 ns\nthreads: 1" - }, - { - "name": "Propagation | Numerical | EGM1996 {100, 100}/iterations:10", - "value": 2774511000.3000093, - "unit": "ns/iter", - "extra": "iterations: 10\ncpu: 2774414064.300003 ns\nthreads: 1" - }, - { - "name": "Propagation | Numerical | EGM2008 {100, 100}/iterations:10", - "value": 2777001973.199992, - "unit": "ns/iter", - "extra": "iterations: 10\ncpu: 2776936511.8999944 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 - - - - -
- - - - - - -