Models_of_Pyxel

PhD position at ESO

Dear pyxel developers, ESO will be launching a call in May/June for an Engineering PhD position, with a start date in Q4 2025 or Q1 2026. One of the available topics would be for the development of Pyxel as part of our ESO-ESA cooperation. The topic would generally be integrating specific detectors used at ESA/ESO and developing new models, then calibrating detector models of some detectors that we plan to test here at ESO during the PhD period. [Read More]

New release: Version 2.9

Dear Pyxel users, The Pyxel version 2.9 is released. This release brings a number of bug fixes and improvements. ๐Ÿ“ธ New class Channel New class to characterize detectors with multi-channels and different readout position. More information at this link. Example configuration snippet in YAML Hereโ€™s an example of how channel configuration might appear in a YAML-based file: geometry: row: 1028 col: 1024 channels: matrix: [[OP9, OP13], [OP1, OP5 ]] readout_position: - OP9: top-left - OP13: top-left - OP1: bottom-left - OP5: bottom-left This class is provisional and not yet stable. [Read More]

New release: Version 2.8

Dear Pyxel users, The Pyxel version 2.8 is released. This release introduces significant updates and new features. ๐Ÿ†• New model exponential_qe in Charge Generation Model exponential_qe from Charge Generation has been added. This model computes the Quantum Efficiency (QE) of a detector based on key characteristics such as: * Front/Back Illumination * Charge Collection Efficiency * Absorption coefficient * Reflectivity * Epilayer thickness * Poly gate thickness ๐Ÿ†• FITS Header Propagation It is now possible to propagate the FITS header, read using model the load_image from Photon Collection with a FITS Image data file into the FITS output file(s). [Read More]

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: $ 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]