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

Improve point match output #260

Open
RussTorres opened this issue Nov 25, 2024 · 1 comment
Open

Improve point match output #260

RussTorres opened this issue Nov 25, 2024 · 1 comment

Comments

@RussTorres
Copy link
Collaborator

Currently the PointMatchClientOutputSchema only produces the name of the output pointmatch collection and the total number of pointmatches in that collection after processing. In common workflows, pointmatching is done in a distributed manner (e.g. per-section montage pointmatching into a single montage correspondence collection). This means that the number of pointmatches is not particularly indicative of anything other than the order in which processing occurred.
A suggestion is to include information about the number of sucessfully matched tiles as well as the number of input pairs from the pair file.

@RussTorres
Copy link
Collaborator Author

Additionally, there could be a fail condition flag for 0 or a certain percentage of expected pairs unmatched that leads to an unsuccessful run from the python side (r.t. setting inliers in the spark input)

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

No branches or pull requests

1 participant