We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
An A/ designation indicates an asteroidal object (in appearance) in a cometary orbit: https://minorplanetcenter.net/mpec/K18/K18H54.html
A/ objects do not parse as cometary or asteroidal:
>>> from sbpy.data import Names >>> Names.asteroid_or_comet('A/2018 V3') Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/disks/data0/astro/Projects/sbpy/sbpy/data/names.py", line 597, in asteroid_or_comet raise TargetNameParseError('Target nature unclear.') sbpy.data.names.TargetNameParseError: Target nature unclear.
What did you expect? A/ should parse as an asteroid.
The text was updated successfully, but these errors were encountered:
mkelley
Successfully merging a pull request may close this issue.
An A/ designation indicates an asteroidal object (in appearance) in a cometary orbit: https://minorplanetcenter.net/mpec/K18/K18H54.html
A/ objects do not parse as cometary or asteroidal:
What did you expect?
A/ should parse as an asteroid.
The text was updated successfully, but these errors were encountered: