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

Allow resampling of a single group #8834

Closed
stscijgbot-jp opened this issue Sep 26, 2024 · 2 comments · Fixed by #8782
Closed

Allow resampling of a single group #8834

stscijgbot-jp opened this issue Sep 26, 2024 · 2 comments · Fixed by #8782

Comments

@stscijgbot-jp
Copy link
Collaborator

Issue JP-3764 was created on JIRA by Brett Graham:

Outlier detection uses resample "many_to_many" when resampling input images. "many_to_many" produces a resampled image for each group of input images and requires either holding all of the resampled images in memory or writing them out to disk before proceeding with outlier detection.

Refactor resample to allow resampling a single group of input images at a time to allow outlier detector to more efficiently manage memory used for resampled images.

@stscijgbot-jp
Copy link
Collaborator Author

Comment by Brett Graham on JIRA:

Feature implemented in #8782

@stscijgbot-jp
Copy link
Collaborator Author

Comment by Ned Molter on JIRA:

Fixed by #8782 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant