Dear Pyxel users,
The Pyxel version 1.15 is released.
This release brings a number of bugfixes and improvements.
The bucket Photon
can now be 2D or 3D (with additional dimension wavelength
).
A new function pyxel.display_scene()
was added to display the scene
, which is generated by models inside the Scene Generation
.
New models were added to Photon Collection
and Charge Generation
that can manage multi-wavelength photons.
The following new models were added:
load_wavelength_psf
inPhoton Collection
.optical_psf_multi_wavelength
inPhoton Collection
.apply_qe_curve
inCharge Generation
.conversion_with_3d_qe_map
inCharge Generation
.
Breaking changes:
The model argument pixel_scale
was moved to the Detector.geomerty
.
The model aperture
in photon_collection
is deprecated and will be removed in Pyxel 2.0.
Please use simple_collection
instead.
See more details and changes in the changelog.