You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you have set parallax==0.0. Try a non-zero parallax. I have a note in my code that "palpy.pm does not work properly if parallax is below 0.00045 arcseconds"
The comments in palPm.c (which underlies palpy's pm method) say
* Notes:
* - Uses eraStarpm but ignores the status returns from that routine.
* In particular note that parallax should not be zero when the
* proper motions are non-zero. SLA/F allows parallax to be zero.
* - Assumes all epochs are Julian epochs.
Routine pm doesn't seem to work. No motion is applied.
Example:
import palpy
In [11]: palpy.pm(0., 0., 5., 5., 0., 0., 2000., 2010.)
Out[11]: (0.0, 0.0)
The text was updated successfully, but these errors were encountered: