TrystanScottLambert / Cross_Matching

Function to Cross match astronomical catalogs in either cartesian, equitorial, or galactic coordinates with a preference on on-sky position
GNU General Public License v3.0
3 stars 1 forks source link

Layout of results is ambiguous #5

Open NadiaSteyn opened 3 years ago

NadiaSteyn commented 3 years ago

I'm cross-matching a list of 17 sources. This is what the result says:


Cross matching done:

13 sources with one match 2 sources with multiple possible matches 2 sources with no matches

15 of my 17 sources found a match, but it is not clear whether it states "13 matches of which 2 have multiple matches", or "13 matches plus 2 with multiple matches". The results should rather start with total matches, then a break-down of how many have 1 match / multiple matches. For example:


Cross matching done:

15 matches

TrystanScottLambert commented 3 years ago

Good idea. @NadiaSteyn, can you please implement the above feature? Awaiting the PR with bated breath.