Skip to content

importing from_time_and_frame_vectors() #989

Discussion options

You must be logged in to vote

However, I can't seem to be able to import this function

Maybe I should add an example of how to use it to the documentation. It's a method of the ICRF class that you can import from skyfield.positionlib, so you would do something like:

from skyfield.positionlib import ICRS
from skyfield.api import Distance, Velocity
...
d = Distance(some_vector)
v = Velocity(some_other_vector)
p = ICRS.from_time_and_frame_vectors(t, place, d, v)

Also, I think Skyfield is so so so so great thank you so much for making this

Thanks for the kind words, I'm glad you're finding it useful!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@laureneastman
Comment options

Answer selected by laureneastman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants