Skip to content
New issue

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

[Asteroid] Fink-FAT 1.0 extension #327

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Conversation

FusRoman
Copy link
Collaborator

@FusRoman FusRoman commented Aug 3, 2023

IMPORTANT: Please create an issue first before opening a Pull Request.
Linked to issue(s): close #326

If this is a new release, did you issue the corresponding schema in fink-client?

otherwise you'll break the livestream service!

What changes were proposed in this pull request?

The extension of the asteroid science module can cross-match in the alert streams the incoming alerts with the trajectories found by fink-fat during the offline process. The new roid science module return now a nested structure containing the roid code, the same code as before (0, 1, 2 and 3) and 2 new codes. The 4 code is for alerts associated with a non-orbit trajectory predictor while the 5 code is for alerts associated with ephemerides prediction. If the code is 4, the nested structure contains the list of the trajectories and distance with which the alerts are associated within a radius given in the fink-fat configuration file. If the code is 5, it is the distance and the trajectory number of the closest ephemeride.

The extension needs the parquet file generated from fink-fat at the start of the job spark. If the files are not found, the module just skips the extension and returns to the pre-fink-fat behaviour.

How is the issue this PR is referenced against solved with this PR?

How was this patch tested?

@FusRoman FusRoman changed the title Issue/326/roid extension [Asteroid] Fink-FAT 1.0 extension May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Roid] asteroid catcher extension
1 participant