-
Notifications
You must be signed in to change notification settings - Fork 47
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
Few arcseconds offset #13
Comments
Update: I do have a follow-up suggestion: |
Apologies for the late reply on this! Yes, Another reason I didn't try for pinpoint accuracy is that for simply identifying objects, knowing that it's within arcseconds and shares the object's motion is sufficient. My real focus has been on getting IDs for cases where the object is arcminutes or degrees off prediction, which is a knottier problem; solving it properly will require some knowledge of the orbit's uncertainty (which, sadly, MPC is either unable or unwilling to provide; if it happens, I'll probably have to compute my own uncertainty data... which, fortunately, I can do.) You are correct that So revising |
Thank you very much for your response! And thank you for explaining the history regarding your .sof format. I understand that adapting integrat to allow it to use JPL's comet file as input does not have priority, nor should it I think. Perhaps sometime in the future. I agree that for identification purposes, an offset of a few arcseconds is often irrelevant. Nevertheless it is good to know that the combination of astcheck and integrat can provide an accurate prediction of the positions of well-known asteroids if required or preferred. Which in my use case it is. I am very grateful for the code you have written! Especially as there is no real suitable alternative if one wants to obtain a list of all known asteroids that were in the pointings for analysis purposes. |
Hello,
When I use astcheck on the centre of my FOV with a radius encompassing the entire FOV, and then use the d_ra and d_dec values it returns to compute the position of the asteroid as:
ra = ra_centre - d_ra/cos(dec)
dec = dec_centre - d_dec
I find that the computed position often is a few arcseconds off from the position that MPChecker returns for the same asteroid and observation date/time.
Do you have any idea what causes this?
The text was updated successfully, but these errors were encountered: