public interface TleGenerationAlgorithm
Modifier and Type | Method and Description |
---|---|
<T extends org.hipparchus.CalculusFieldElement<T>> |
generate(FieldSpacecraftState<T> state,
FieldTLE<T> templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE |
generate(SpacecraftState state,
TLE templateTLE)
Generate a TLE from a given spacecraft state and a template TLE.
|
TLE generate(SpacecraftState state, TLE templateTLE)
The template TLE is only used to get identifiers like satellite number, launch year, etc. In other words, the keplerian elements contained in the generate TLE a based on the provided state and not the template TLE.
state
- spacecraft statetemplateTLE
- template TLE<T extends org.hipparchus.CalculusFieldElement<T>> FieldTLE<T> generate(FieldSpacecraftState<T> state, FieldTLE<T> templateTLE)
The template TLE is only used to get identifiers like satellite number, launch year, etc. In other words, the keplerian elements contained in the generate TLE a based on the provided state and not the template TLE.
T
- type of the elementsstate
- spacecraft statetemplateTLE
- template TLECopyright © 2002-2023 CS GROUP. All rights reserved.