Star() object with epoch parameter seems to have no effect #771
Replies: 2 comments 2 replies
-
Good question! The ‘epoch’ is the moment-in-time of the star position, not the ‘equinox’ of the coordinates—the coordinates are always in the ICRS fixed frame of reference. So the epoch only matters if you provide the star with a velocity, in which case the epoch names the exact moment at which the star was in the given position, with its velocity carrying it past that position if t > epoch. I'll see if I can improve the docs this evening to make the distinction clear! |
Beta Was this translation helpful? Give feedback.
-
Thanks Brandon, position_of_radec() is just what I was asking for. It returns an ICRS object. It is not possible to observe() it, though. How can I translate this position to an apparent Alt/Az coordinate pair with respect to my location? To instantiate the question, for example, how do I calculate the horizontal coordinates of the celestial north point as of Jnow, from my location tonight? |
Beta Was this translation helpful? Give feedback.
-
Dear folks,
Thank you for this great package called Skyfield. I am using it to develop code that controls my DIY DSLR point-and-shoot platform with tracking capability.
I would like to clarify one specific point. When I use the Star() object with different epoch settings, they turn out exactly the same coordinates each time, as follows:
I would expect a separation on the order of 0.12 degrees between them as of 2022.6.
Is my thinking valid? Appreciate your comments.
Thank you
Murat Isik
Beta Was this translation helpful? Give feedback.
All reactions