Skip to content

Commit

Permalink
Merge pull request #355 from shanosborne/relnotes-0.9.1
Browse files Browse the repository at this point in the history
0.9.1 Release Notes
  • Loading branch information
mperrin authored Jun 22, 2020
2 parents e4eb335 + b779910 commit 8f1a7dd
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions docs/relnotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,37 @@ Version History and Change Log

Version 0.9.1
=============
*2020 Date TBD*
*2020 June X*

- Future changes here
**JWST Improvements**

- *Improved the OTE linear model* by adding utility functions for decomposing WFE models into piston, tip, tilt motions in the JWST control coordinate system, adding a model for frill-induced WFE drift, adding a model for IEC-heater-induced WFE drift, and adding an option to adjust amplitude of OTE backplane thermal drift model for B.O.L. vs E.O.L. expected amplitudes. [:pr:`340`, :user:`mperrin`]
- *Apply wavelength dependent offsets for NIRCam coronagraphic PSFs* due to the dispersion from the optical wedge in the coronagraphic pupil masks. This primarily affects the LW channel with approximately 0.015 mm/um dispersion. The SW channel is almost a factor of 10 smaller and mostly negligible, but has been included for completeness. [:pr:`347`, :user:`JarronL`]
- *Add new ``aperturename`` attribute* for JWST instruments which returns the SIAF aperture name used for transforming between the detector position and instrument field of view on the sky. [:pr:`360`, :user:`mperrin`]
- Improve setting of detector geometry for NIRCam by adding ``auto_apname`` attribute which will automatically set the SIAF aperture name based on detector, filter, image mask, and pupil mask settings and update detector geometry using the SIAF aperture. This can be turned off by setting ``auto_apname=False``. [:pr:`351`, :user:`JarronL`]
- Add model for image jitter with JWST in coarse point mode under two different assumptions about LOS stability: ``'PCS=Coarse'`` and ``'PCS=Coarse_Like_ITM'``. [:pr:`345`, :pr:`346`, :user:`mperrin`]

**General bug fixes and small changes:**

- Allow FGS detector to be set to ``GUIDER1`` and ``GUIDER2``, while still supporting old method of setting the detector (using ``FGS1`` and ``FGS2``) [:pr:`361`, :user:`mperrin`]
- Add ``allow_huge=True`` option to ``astropy.convolution.convolve_fft`` call when applying MIRI distortion so it can handle large arrays when calculating PSFs in very large FOV by using a higher resolution pupil and OPD. [:pr:`354`, :user:`obi-wan76`]
- Fixed bug that caused an error when plotting OPDs using the ``display_opd`` function [:pr:`362`, :user:`shanosborne`]
- Update default NIRSpec detector coordinates to be the S1600A1 square aperture coordinates in imaging mode. [:pr:`348`, :user:`mperrin`]
- Updated Simulated OTE Mirror Move Demo notebook. [:pr:`343`, :user:`kjbrooks`]
- Improved the reproducibility of the thermal slew model with small updates to the ``update_opd`` and ``move_jsc_acf`` functions. [:pr:`339`, :user:`mperrin`]

**Software and Package Infrastructure Updates:**

- The minimum Python version is now 3.6.
- *The minimum Python version is now 3.6.* [:pr:`353`, :user:`mperrin`]
- Removed dependency on ``astropy-helpers`` sub-package [:pr:`337`, :user:`shanosborne`]
- Fixed problem that resulted in the ``otelm/`` and ``tests/surs/`` sub-directories not installing correctly. [:pr:`356`, :user:`shanosborne`]
- Removed python 3.5 testing and added python 3.8 testing in Travis continuous integration. [:pr:`352`, :user:`mperrin`]
- Documentation added and/or updated for a variety of features, including referencing the newly renamed Nancy Grace Roman Space Telescope (formerly WFIRST). [:pr:`364`, :pr:`360`, :pr:`330`, :user:`shanosborne, mperrin`]

--------




Version 0.9.0
=============
Expand Down

0 comments on commit 8f1a7dd

Please sign in to comment.