Releases: JarronL/pynrc
Releases · JarronL/pynrc
Release v1.3.2
Release v1.3.1
- Fix index transformations between image and oversampled equivalent
Release v1.3.0
- Bug fix in charge migration to check to break out if no saturated pixels
- Correctly crop stellar PSF in
obs_hci
class while generating slope image - Bump to version 1.3.0 to attempt to fix PyPI upload issue
- Adding a number of analysis tools for direct imaging synthetic RDI subtraction
Full Changelog: v1.2.1...v1.3.0
Release v1.2.1
Bug fix for poppy
requirement version. (should have been >1.1.0
rather than >1.2.0
)
Release v1.2.0
- Bring up to date with WebbPSF v1.2.0 and webbpsf_ext v1.2.0
- Add analysis tools for PCA and NMF PSF subtraction
- Add a number of simulation features to match flight performance
Release v1.0.4
- check if
im_star
is int or float if not None - set
nexposures = 1
for level1b using NIRCam() class function - deprecate nghxrg.py
- add tutorial ipynb files
- update api docs auto generation
webbpsf_ext
v1.0.4
Release v1.0.3
Many minor updates to seamlessly generate new releases on PyPI (https://pypi.org/project/pynrc/) and generate docs at https://pynrc.readthedocs.io/en/latest/index.html
Release v1.0.1
- Work only with python v3.7+
- Updates to work with WebbPSF v1.0
- Default OPD JWST_OTE_OPD_RevAA_prelaunch_predicted.fits
- Move PSF generation to new
webbpsf_ext
package (https://github.com/JarronL/webbpsf_ext) - Create DMS-like level1b FITS files using pipeline data models for imaging and coronagraphy
- PSF coefficients now use Legendre polynomials by default
- Create calibration files for each SCA (darks, IPC, noise, flats, linearity, etc)
- Add more advanced time-dependent detector effects
- SIAF-aware locations
- Background roll-off at grism edges
- BEX model isochrones for low-mass companions from Linder et al (2019)
- There was a pandemic...
Release 0.6.5
- Fixed a critical bug where the off-axis PSF size was incorrect when performing WFE drift calculations.
Release 0.6.4
Major changes:
- Off-axis PSFs now get drifted in the same way as their on-axis counterparts.
- Created an intermediate nrc_hci class to enable offsets of WFE drifted PSFs.