Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the original line1 and line2 to TLE/TLEu object? #4

Open
oskarguan opened this issue Feb 28, 2020 · 0 comments
Open

Add the original line1 and line2 to TLE/TLEu object? #4

oskarguan opened this issue Feb 28, 2020 · 0 comments

Comments

@oskarguan
Copy link

def from_lines(cls, name, line1, line2):

By adding the original line1 and line2 to TLE/TLEu object, users can use the original SGP4 predictor with sgp4 or orbit_predictor.

orbprop = orbit_predictor.sources.get_predictor_from_tle_lines(
    (tle_obj.line1, tle_obj.line2))`
for x in range(100):
    d = astropy.time.TimeDelta(x, format='sec')
    t = epoch + d
    print(t, orbprop_iridium106.propagate_eci(t.to_datetime()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant