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

Reproject in multiprocessing #259

Open
fockez opened this issue Nov 25, 2021 · 0 comments
Open

Reproject in multiprocessing #259

fockez opened this issue Nov 25, 2021 · 0 comments

Comments

@fockez
Copy link

fockez commented Nov 25, 2021

In my code, I have several images to reproject to a certain WCS. So I want to using multiprocessing pool to accelerate this procedure.
I pass the CCDData and target WCS to a function and it returns a new CCDData to main thread.
The problem is the program is always stuck at the last few images. When I commented out the reproject_interp all thing run good.

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