-
Notifications
You must be signed in to change notification settings - Fork 1
Home
FusRoman edited this page Nov 25, 2021
·
8 revisions
Welcome to the Asteroids and Associations (A&A) wiki!
-
What is A&A ?
- Asteroids and Associations is a system hosted on the fink broker able to detect new asteroids trajectories with a linkage algorithm that running night by night.
-
What are A&A goals ?
- A&A is developed to extend Fink capabilities to discover new asteroids in the Solar System System. It provide a set of trajectories that are updated each night according to the stream of incoming Solar System Candidates.
-
A&A implementation
- A&A is implemented in python 3.9 mainly with the pandas package. It perform associations of alerts based on angular separation thank to Astropy search around sky function. The other main requirements are numpy and scipy.