Models_of_Pyxel

New release: Version 2.5

Dear Pyxel users, The Pyxel version 2.5 is released. This release brings a number of bugfixes and improvements. ๐Ÿš€ New way to quickly install and use Pyxel ๐Ÿš€ We’ve introduced a new quickstart setup guide for faster and easier installation and use of Pyxel with uv. How to get Started: First, install uv by following the installation guide here. Then, run the following commands to download the Pyxel tutorial notebooks (~200 MB) and open them in Jupyter Lab: ```bash $ uvx pyxel-sim download-examples Downloading examples: 388MB [00:08, 47. [Read More]

Confirmation Pyxel Developer workshop days (October 17th and 18th) at ESTEC, The Netherlands

Dear all, We are pleased to confirm that the face-to-face Developer Workshop at ESA/ESTEC, The Netherlands ๐Ÿ‡ณ๐Ÿ‡ฑ, will take place on October 17th and 18th, 2024. There is no registration fee to attend this workshop. To register, please fill in the form available at this link: https://docs.google.com/forms/d/10gUt9w0poXcy31ua6Bf8unxuS2BetKqo9rkcZniKwqY/ Please not that the registration deadline is Tuesday, October 1st. The agenda will be as follows: Day 1: Thursday October 17th Time (CEST): 14:00 - 17:30 [Read More]

New release: Version 2.4

Dear Pyxel users, The Pyxel version 2.4 is released. This release brings a lot of bugfixes and improvements. There are no breaking changes. New parameter working_directory for the YAML file A new optional parameter working_directory has been added in the YAML configuration files. This parameter defines the current working directory, which will be used ad the base directory for all relative paths used in the YAML configuration file. See the following example: [Read More]

Pyxel Developer workshop days (October 17th and 18th) at ESTEC, The Netherlands

Dear all, We are excited to announce a face-to-face Developer Workshop at ESA/ESTEC, The Netherlands, planned for mid-October. This will be a two-day event on October 17th and 18th, 2024. The agenda is as follows: Day 1: Thursday October 17th - Pyxel workshop in the afternoon. In this workshop, we will walk you through the basics of Pyxel, from installation to the first simulation. We will give you then a tour of more advanced user modes. [Read More]

Pyxel workshop at SPIE Astronomical Telescopes + Instrumentation, Japan

Dear Pyxel enthusiasts, We are thrilled to announce an upcoming Pyxel workshop that you won’t want to miss ! Mark your calendars for June 20, 2024 at 10:15 PM (Japan Standard Time) | Room G216, North, 2F and join us at the SPIE Astronomical Telescopes + Instrumentation, in Yokohama, Japan ๐Ÿ‡ฏ๐Ÿ‡ต! This workshop is a fantastic opportunity to deepen your understanding of the Pyxel detector simulator. For more information and to register, please visit the workshop event page: https://spie. [Read More]

Open Young Graduate Trainee opportunity

Around 100 positions for ESAโ€™s Young Professional Traineeships are now open to early-career professionals with a Masterโ€™s or recently graduated.

There is an open position as a YGT in Science Mission Payload preparation which includes work on Pyxel, more info at the following link: https://jobs.esa.int/job/Noordwijk-Young-Graduate-Trainee-in-Science-Mission-Payload-Preparation/1029479601/

Apply and launch your career in space! For more information on the traineeships, click here.

Poster

New release: Version 2.0 !

Dear Pyxel users, The Pyxel version 2.0 is released ! This is a major release of Pyxel that brings number of new features such as support for multi-wavelength. Version 2.0 brings a number of bugfixes, improvements and deprecations. Breaking Changes Removed models The deprecated models in optics and photon_generation model groups are removed. The deprecated model simple_aperture in photon_collection is removed. New unit for wavelength Parameter wavelength in model optical_psf in photon_collection is defined in nanometer instead of meter. [Read More]

New release: Version 1.15

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:

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.

New release: Version 1.14

Dear Pyxel users,

The Pyxel version 1.14 is released.

This release brings a number of bugfixes and improvements.

The functions pyxel.exposure_mode(…), pyxel.observation_mode(…) and pyxel.calibration_mode(…) are deprecated and will be removed in Pyxel 2.0.

These functions are replaced by pyxel.run_mode(…).

See more details and changes in the changelog.

New release: Version 1.13.1

Dear Pyxel users,

The Pyxel version 1.13.1 is released.

This release brings a number of bugfixes and improvements.

With the new breaking changes in version 1.13 the pixel array was reset also when using non-destructive readout mode. This new release fixes the bug. The error message is improved when an array is not initialized and the documentation for the model groups is updated, such that the user is better informed.

See more details and changes in the changelog.