Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog (keepachangelog), and this project adheres to Semantic Versioning (semver).

[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

[v2.0.0-rc0] - Release Candidate

Cleaned repository