PHP Simple Automatic Asteroid Detector
It is a desktop program, intended to automatically detect asteroids on set of photos, similarly like NASA's Asteroid Data Hunter did. Due to php 5 being outdated and php-Gtk3 not ready yet, and also due to lack of my resources for such large project (with sufficient resources it would be possible to rewrite it with web-based UI), this project is temporarily stalled. If you want to test it anyway, first check files:
- doc/README.txt
- README.txt in each subfolder in modules/
since program uses additional framework and libraries to work.
Program is modular, and is designed to run smoothly on PC with 4GB RAM or even less, also taking advantage of multiple processor cores to speed up detection.
Other similar solutions
If you want to detect asteroids on your photos and this project is still not finished, you may check other programs to automatically detect asteroids on set of photos (list is not limited to open source, most likely to be functional are - in order - 13., 2., 8., 9., 10., 11.):
- Asteroid Data Hunter
- Umbrella library with ViaNearby desktop application
- Pan-STARRS Moving Object Processing System (MOPS)
- there are some papers about it, ie. https://arxiv.org/abs/1302.7281
- it is older software than famous Asteroid Data Hunter (paper above is from 2013), so it seems to be unlikely that there is desktop application, however it's hard to me to find further info about this program
- AIsteroid
- Asteroid-detetctor
- https://github.com/Aniket10k/Asteroid-detetctor
- seems to be very simplistic, capabilities to detect multiple asteroids would need to be tested (possibly only one asteroid on a set of images is detected), and also doesn't seem to have correction for image noises, program does not prepare any reports
- written fully in MATLAB
- sdss_asteroid_detect
- asteroid-detect
- A-Track
- https://github.com/akdeniz-uzay/A-Track
- open source, GNU General Public License v3.0
- designed to detect moving objects in FITS images; I didn't tried to test it but it seems to be quite well developed with reporting to MPC
- written in Python
- last update September 2019
- A-Track-Modified
- https://github.com/Eririf/A-Track-Modified
- open source, GNU General Public License v3.0
- modified A-Track for wide FOV telescope asteroid detection
- written in Python
- last update September 2022 (that means that it may be active as of writing of this list)
- heyJatin/Astro.py
- https://github.com/heyJatin/Astro.py
- open source, GNU General Public License v3.0
- Asteroid Detection in .fits files using Tensorflow Keras
- AI based, written in Python
- last update February 2021
- neural-nets-for-the-detection-of-fast-and-faint-asteroids
- NEARBY
- Astrometrica
- SALTAD
- Asteroid_Detector
There are some programs, which do related task (though not the same)
- MIRI-asteroid-detection
Project Members: