Skip to content

Releases: spacetelescope/pysiaf

Fix MIRI package_data

01 Jul 19:33
a8fb6ab
Compare
Choose a tag to compare
Merge pull request #91 from Johannes-Sahlmann/package-data

fix MIRI package data

Implement option for rigorous transformations

13 Jun 14:15
53b7055
Compare
Choose a tag to compare

This release introduces code that enables the use of rigorous 3D rotation transformations (e.g. idl_to_tel) in addition to the default planar approximations.

Siaf instance initialization is case-insensitive

14 Nov 19:36
25cc564
Compare
Choose a tag to compare

This release introduces changes that make the Siaf instance initialization tolerant towards capitalization of the instrument name. Siaf objects can now be obtained with pysiaf.Siaf('nircam'), pysiaf.Siaf('NIRCam'), pysiaf.Siaf('NIRCAM'), ...

MIRI SIAF generation

16 Oct 15:12
9b0ee4e
Compare
Choose a tag to compare

This release introduces the code and data necessary to generate the MIRI SIAF.

Documentation and tests for rotations module,

12 Oct 18:49
f263235
Compare
Choose a tag to compare

This release introduces tests for the rotations module and improved documentation.

It also includes an ipython notebook with NIRCam plotting examples and enhanced options for aperture plotting.