Releases: sun-data/ctis
Releases · sun-data/ctis
v0.1.0
What's Changed
- Added a discussion by @kankelborg about the analogy between Richardson-Lucy deconvolution and MART. by @roytsmart in #3
- Fix description in
pyproject.toml. by @roytsmart in #4 - Added
ctis.scenes.random_gaussians(), a test pattern developed by Amy Winebarger. by @roytsmart in #5 - Added
ctis.instrumentsmodule. by @roytsmart in #1 - Fixed a bug where
AbstractLinearInstrument.weights_transpose()was not conserving flux. by @roytsmart in #7 - Added
axis_channelandnum_channelproperties toAbstractInstrument. by @roytsmart in #8 - Added an
uncertaintyproperty toAbstractInstrument. by @roytsmart in #9 - Modified the
image()andbackproject()methods ofAbstractInstrumentto accept instances ofna.FunctionArray. by @roytsmart in #11 - Added
ctis.inverters.MartInverter, an implementation of the Multiplicative Algebraic Reconstruction Technique (MART). by @roytsmart in #10
New Contributors
- @roytsmart made their first contribution in #3
Full Changelog: v0.0.0...v0.1.0
v0.0.0
Initial empty release.
Full Changelog: https://github.com/sun-data/ctis/commits/v0.0.0