-
Notifications
You must be signed in to change notification settings - Fork 1
Home
FusRoman edited this page Feb 10, 2022
·
8 revisions
Welcome to the Fink Asteroids Tracker (FAT) wiki!
-
What is FAT ?
- 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 FAT goals ?
- FAT 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.
-
FAT implementation
- FAT 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.