-
Notifications
You must be signed in to change notification settings - Fork 9
Call sourcextractor++ from Python #522
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
base: develop
Are you sure you want to change the base?
Conversation
aaeca8f
to
94c6994
Compare
a52bb90
to
c6bc56d
Compare
The last commits should make the handling of errors and multi-threading somewhat more reliable. |
Both done! But no custom grouping yet.
Of course, you can not rely on this custom segmentation, but looking at the cross-match the rest of the pipeline seems to pick well on these objects. |
Making space for a module callable from Python
dc048fa
to
2f0dd74
Compare
And a primitive custom grouping. |
When calling sourcextractor++ from Python
i.e. Python => C++ => Python
And here is the live preview demo It is not intended for production. I have my doubts it will scale! It may be better to add the pixels by hand rather than having one artist per source, but you can get an idea of how to do it. |
SourceXtractorDemo.py can help you see how it can be used.
Closes #179