Skip to content

v0.7.0

Compare
Choose a tag to compare
@byrdie byrdie released this 07 Oct 03:28
· 22 commits to main since this release
71879e9

What's Changed

  • Improved optika.sensors.charge_diffusion() by finding the average width of the kernel instead of the average absorption depth. by @byrdie in #84
  • Added optika.sensors.E2VCCD64ThinDepletionModel class which models the depletion region of a "thin" (20 Ohm-cm resistivity) e2v CCD64 sensor using measurements from Stern 2004. by @byrdie in #85
  • Removed unused thickness_implant argument from optika.sensors.charge_diffusion() function. by @byrdie in #86
  • Modified the behavior of optika.sensors.AbstractImagingSensorMaterial.electrons_measured() to return an instance of optika.rays.RayVectorArray. by @byrdie in #87
  • Added optika.sensors.AbstractImagingSensorMaterial.charge_diffusion() method. by @byrdie in #88
  • Fixing minor documentation error in optika.sensors.charge_diffusion(). by @byrdie in #89
  • Fixed a bug in optika.sensors.charge_diffusion() where the average standard deviation was being computed instead of the average variance. by @byrdie in #90

Full Changelog: v0.6.0...v0.7.0