Metadata-Version: 2.1
Name: fink-fat
Version: 0.6.2
Summary: Associations of astronomical alerts to detect moving objects
Home-page: https://github.com/FusRoman/fink-fat
Author: Roman Le Montagner
Author-email: roman.le-montagner@ijclab.in2p3.fr
License: Apache-2.0 License
Project-URL: Documentation, https://github.com/FusRoman/fink-fat/wiki
Project-URL: Source, https://github.com/FusRoman/fink-fat
Platform: Linux Debian distribution
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# FAT : FINK Asteroids Tracker

[![Sentinel](https://github.com/FusRoman/fink-fat/workflows/Sentinel/badge.svg)](https://github.com/FusRoman/Asteroids_and_Associations/actions?query=workflow%3ASentinel)
[![PEP8](https://github.com/FusRoman/fink-fat/workflows/PEP8/badge.svg)](https://github.com/FusRoman/Asteroids_and_Associations/actions?query=workflow%3APEP8)
[![codecov](https://codecov.io/gh/FusRoman/fink-fat/branch/main/graph/badge.svg)](https://app.codecov.io/gh/FusRoman/Asteroids_and_Associations)

This project is aim to detect asteroids with alerts from the ZTF. It use the fink borker to get the alert tag as Solar System Candidates and apply a linkage
algorithm to detect new asteroid trajectories.

## Installation

```console
pip install fink-fat
```

Installation of the external dependencies: follow this [link](https://github.com/FusRoman/fink-fat/wiki/Installation)

## Latest News

* 03/22: Release [0.6.0](https://github.com/FusRoman/fink-fat/releases/tag/0.6.0_beta)
* 11/21: Release [0.1](https://github.com/FusRoman/fink-fat/releases/tag/v0.1.0-alpha)

## Documentation

All documentation for this project is hosted [here](https://github.com/FusRoman/fink-fat/wiki)
