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

NIRCam class doesn't auto-select channel based on detector attribute #217

Open
mperrin opened this issue May 30, 2018 · 0 comments
Open
Milestone

Comments

@mperrin
Copy link
Owner

mperrin commented May 30, 2018

The docs suggest it does, but actually this doesn't work like it should:

In [3]:nc = webbpsf.NIRCam()
In [4]: nc.detector = 'NRCA5'
In [5]: nc.pixelscale
Out[5]: 0.0311          # UNEXPECTED - this is still the SW pixel scale. :-(

Discovered in the course of checking my suggested fix options for #216

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