-
Notifications
You must be signed in to change notification settings - Fork 30
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
Missing aperture in version 0.14.0 #211
Comments
I can reproduce this error with PySIAF 0.14.0 and Python 3.7 |
Hey All -- I made a mistake in the release and just updated it. It was release |
Okay, it doesn't look like anything was effected by changing the release name... Just thought I would start there because of the timing. |
For completeness I checked all of the NRC master aperture names:
It looks like all 6 of the new apertures fail. |
This looks like it's resolved in v15. @bhilbert4 if you can confirm that then we can close this issue. |
I'm running into an odd error when testing version 0.14.0.
I have a package that relies on pysiaf. Within that package I have a test that uses pysiaf to generate coordinates of the corners of various apertures. (https://github.com/spacetelescope/mirage/blob/master/tests/test_siaf_interface.py) When I run this test using version 0.13.0, it completes successfully. But when I run it with version 0.14.0 it fails. It appears that the list of aperture names generated using
iando.read.read_siaf_detector_layout()
contains an aperture that is not present in the NIRCam Siaf instance that is created later. The aperture causing the problem is NRCA2_FULL_WEDGE_BAR, which is one of several new NIRCam apertures in version 0.14.0.Here is a working example of the failure:
The text was updated successfully, but these errors were encountered: