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

Update calls to GWCSBlot #1

Open
jdavies-st opened this issue Jun 9, 2021 · 0 comments
Open

Update calls to GWCSBlot #1

jdavies-st opened this issue Jun 9, 2021 · 0 comments

Comments

@jdavies-st
Copy link
Collaborator

The following calls to the GWCSBlot class and its methods:

from jwst.resample import gwcs_blot

blot_parent = gwcs_blot.GWCSBlot(ref_model)

blot_child = blot_parent.extract_image(rate_model, interp='poly5')

should be replaced with the function

from jwst.outlier_detection.outlier_detection import gwcs_blot


    blot_child = gwcs_blot(ref_model, rate_model, interp="poly5")

The GWCSBlot class disappeared a few years ago as part of the jwst.resample subpackage.

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