Skip to content

Releases: arielmission-space/ExoSim2-public

[2.0.0-rc2] - ADC auto mode fix and minor improvements

02 Aug 11:37
Compare
Choose a tag to compare

Added

  • boundaries for random amplitude in gain noise
  • option to force non-time-dependent PSF for LoadPsfPaos (time_dependence parameter to False) by @AndreaLor
  • option to slice jitter to save memory when the focal plane is sampled at high frequencies (slicing parameter to True) by @AndreaLor

Changed

  • dependencies versions updated to support Poetry for Python 3.10

Fix

  • added offset and "auto" mode to ADC
  • removed Numba in populateFocalPlane (better numerical accuracy)
  • interp2d replaced with RectBivariateSpline in LoadPsfPaos to support Scipy 1.10+

Full Changelog: v2.0.0-rc1...v2.0.0-rc2

[v2.0.0-rc1] - Scipy compatibility fix

04 Mar 08:47
Compare
Choose a tag to compare

Added

  • .npy input support for pixel non-linearity coefficients (LoadPixelsNonLinearityMapNumpy)
  • multiplicative noise simulator (AddGainNoise)

Fix

  • replaced scipy.convolve with scipy.signal.convolve
  • ADC now works with unsigned integers

Full Changelog: v2.0.0-rc0...v2.0.0-rc1

[v2.0.0-rc0] - Release Candidate

25 Oct 10:22
Compare
Choose a tag to compare
Pre-release

Cleaned repository