Open sdrogers opened 4 years ago
e.g. networkx implementation of matching algorithms (refs in SI of acquisition paper)... see e.g. https://en.wikipedia.org/wiki/Matching_(graph_theory)#Online_bipartite_matching
can parameterise so that either greedy or max are used, or max weight where weight is inversely proportional to peak distances, after correction by current function
e.g. networkx implementation of matching algorithms (refs in SI of acquisition paper)... see e.g. https://en.wikipedia.org/wiki/Matching_(graph_theory)#Online_bipartite_matching