Skip to content

v0.1.0

Choose a tag to compare

@roytsmart roytsmart released this 26 May 03:27
· 11 commits to main since this release
501b7a5

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