spacetelescope / pysiaf

Handling of Science Instrument Aperture Files (SIAF) for space telescopes
https://pysiaf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
13 stars 28 forks source link

HST Aperture Hotfix #331

Closed mfixstsci closed 9 months ago

mfixstsci commented 9 months ago

This PR adds logic around the ax.fill plotting command in aperture.py to avoid the transform in Hubble apertures. Either there is a difference in the way the siaf files are handled by the code base OR the default value for the transform kwarg in ax.fill is needed for the HST apertures to plot correctly.

mfixstsci commented 9 months ago

Thanks @Witchblade101 -- I already checked with Mario as well that the potential issues with JWST weren't actually a problem. Some more investigation needs to be done into this to see whats going on with the ax.fill method and the transform kwarg but this will do for right now.