Releases: arielmission-space/ExoSim2-public
Releases · arielmission-space/ExoSim2-public
[2.0.0-rc2] - ADC auto mode fix and minor improvements
Added
- boundaries for random amplitude in gain noise
- option to force non-time-dependent PSF for LoadPsfPaos (
time_dependence
parameter toFalse
) by @AndreaLor - option to slice jitter to save memory when the focal plane is sampled at high frequencies (
slicing
parameter toTrue
) 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
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
Cleaned repository