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

Paolina city #798

Closed
wants to merge 3 commits into from
Closed

Paolina city #798

wants to merge 3 commits into from

Conversation

gondiaz
Copy link
Collaborator

@gondiaz gondiaz commented Jul 7, 2021

This city runs Paolina track extreme search algorithm over deconvoluted track. This city reads the output of beersheba city and outputs the track information per event.

In order to make the PR easier to review, I have kept esmeralda functions in its module, but they will likely be moved to components.py once the PR is accepted. I have also kept the city source function in the city module itself, but will also be moved.

The city is simple and short, essentially it implements the following steps:

  • Read DECO hits (deconvoluted tracks from beersheba)
  • Filter multipeak events
  • Convert the DECO hits dataframe to a HitCollection
  • Run Paolina algorithm
  • Save track information results

It also modifies the hits_from_df function to be compatible with the current DECO dataframe format.

@gondiaz gondiaz requested a review from mmkekic July 7, 2021 14:00
@gondiaz gondiaz mentioned this pull request Jul 7, 2021
@gondiaz gondiaz closed this Jul 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant