v0.9.0
What's Changed
- Modified
optika.systems.SequentialSystem.rayfunction()
to return results in sensor coordinates instead of global coordinates. by @byrdie in #94 - Modified the behavior of
optika.propagators.accumulate_rays()
to not return the input rays. by @byrdie in #95 - Changed the behavior of
optika.systems.AbstractSequentialSystem.object_is_at_infinity
to consider surfaces with no aperture at infinity. by @byrdie in #96 - Added an introduction and a prime-focus telescope tutorial to the documentation. by @byrdie in #92
Full Changelog: v0.8.0...v0.9.0