LSSTDESC / lost-and-found

Generalized metrics framework for catalogs and images
MIT License
2 stars 0 forks source link

Modify match_info class to use the data structure for matches #3

Open aimalz opened 2 years ago

aimalz commented 2 years ago

We want to augment the list of matches (length true points) with lists for true sources with no predicted matches and predicted sources with no true matches.

aimalz commented 1 year ago

Experimentation using NetworkX can be found in a notebook on the main branch.

aimalz commented 1 year ago

This issue can be closed when the match_info class operates on networkx bipartite graphs (and a demo will show how to create the graph from some files output by a matcher).