Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: JarronL/pynrc

Release v2.0.1

15 Mar 19:17

Choose a tag to compare

Switch over from WebbPSF to STPSF.

Release v1.3.2

07 Oct 14:34

Choose a tag to compare

  • Improved handling of LWBAR in nrc_hci and obs_hci classes. Specifically fixed double counting of PSF offsets along the bar.

Release v1.3.1

07 Oct 14:33

Choose a tag to compare

  • Fix index transformations between image and oversampled equivalent

Release v1.3.0

19 Sep 20:11

Choose a tag to compare

  • 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

24 May 18:48

Choose a tag to compare

Bug fix for poppy requirement version. (should have been >1.1.0 rather than >1.2.0)

Release v1.2.0

14 May 05:08

Choose a tag to compare

  • 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

07 Jan 23:03

Choose a tag to compare

  • 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

23 Dec 23:27

Choose a tag to compare

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

22 Dec 07:15
cad6ac7

Choose a tag to compare

  • 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

15 Mar 17:50

Choose a tag to compare

  • Fixed a critical bug where the off-axis PSF size was incorrect when performing WFE drift calculations.