Skip to content

Releases: sun-data/ctis

v0.1.0

26 May 03:27
501b7a5

Choose a tag to compare

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.instruments module. by @roytsmart in #1
  • Fixed a bug where AbstractLinearInstrument.weights_transpose() was not conserving flux. by @roytsmart in #7
  • Added axis_channel and num_channel properties to AbstractInstrument. by @roytsmart in #8
  • Added an uncertainty property to AbstractInstrument. by @roytsmart in #9
  • Modified the image() and backproject() methods of AbstractInstrument to accept instances of na.FunctionArray. by @roytsmart in #11
  • Added ctis.inverters.MartInverter, an implementation of the Multiplicative Algebraic Reconstruction Technique (MART). by @roytsmart in #10

New Contributors

Full Changelog: v0.0.0...v0.1.0

v0.0.0

13 Apr 06:48

Choose a tag to compare

Initial empty release.

Full Changelog: https://github.com/sun-data/ctis/commits/v0.0.0