Bring colors to Euclid tiles!
Project description
Bring colors to Euclid tiles!
Azul(ero)* downloads and merges VIS and NIR observations over a MER tile. It detects and inpaints bad pixels (hot and cold pixels, saturated stars...), and combines the 4 channels (I, Y, J, H) into an sRGB image.
*I started this project when Euclid EROs came out...
License
Disclaimer
⚠️ This is a beta version! ⚠️
- The tool is far from perfect and can be frustrating.
- Error cases are not handled and messages may be cryptic or misleading.
- Please make sure to read the "How to help?" section below before using this version.
Installation and setup
Install the azulero package with:
pip install azulero
If you wish to access Euclid-internal data, setup the ~/.netrc file (or _netrc on Windows) for eas-dps-rest-ops.esac.esa.int and euclidsoc.esac.esa.int with your Euclid credentials:
machine eas-dps-rest-ops.esac.esa.int
login <login>
password <password>
machine euclidsoc.esac.esa.int
login <login>
password <password>
Basic usage
The typical workflow is as follows:
- 📥 Download the MER-processed FITS file of your tiles with
azul retrieve. - ✂️ Optionally select the region to be processed with
azul crop. - 🌟 Blend the channels and inpaint artifacts with
azul process.
Usage:
azul [--workspace <workspace>] retrieve [--from <provider>] <tile_indices>
azul [--workspace <workspace>] crop <tile_index>
azul [--workspace <workspace>] process <tile_slicing>
with:
<workspace>- The parent directory to save everything, in which one folder per tile will be created (defaults to the current directory).<dataset_release>- The dataset release of the tiles to be downloaded (defaults to a list of known releases).<provider>- The data archive name.<tile_indices>- The space-separated list of tiles to be downloaded.<tile_index>- A single tile index.<tile_slicing>- A single tile index, optionally followed by a slicing à-la NumPy.
Example
Here is an example output and the commands which produced it below:
Credit: Antoine Basset, CNES/ESA Euclid/Euclid Consortium/NASA/Q1-2025
azul retrieve 102159776 --from sas
azul crop 102159776
azul process 102159776[6000:7000,5000:7000] --yg 0.75 --jr 0.9 -w 22.5 -b 1
I have post-processed the output to my liking:
Credit: Antoine Basset, CNES/ESA Euclid/Euclid Consortium/NASA/Q1-2025
The two thick blue rings 💍 are artifacts of the VIS instrument known as ghosts. To my knowledge, the galaxy in the center has never been resolved this way. Rendering the image allowed me to discover this is a splendid polar-ring 💍 galaxy! The previously unseen golden structure top left may be an Einstein ring 💍, possibly with two deflectors -- the question remains open.
As you can see, getting a nice image required a bit of parametrization. This is because we are using the public Q1 data, and there were prominent artifacts right in the middle of the Einstein ring. DR1 data, to be published in 2026, have a much better signal-to-noise ratio, less artifacts, and default parameters give very good results. I already rendered the DR1 version of this field; I cannot share it today, but I can already tell you it is mesmerizing 😏
From the same tile, here is an example over a region with less artifacts, processed with default parameters:
Credit: Antoine Basset, CNES/ESA Euclid/Euclid Consortium/NASA/Q1-2025
azul process 102159776[11000:12000,7500:9500]
Advanced usage
One day I'll find some time to write something useful here... 🤔
In the meantime, please read the algorithm description and check help messages:
azul -h
azul retrieve -h
azul crop -h
azul process -h
How to help?
- Report bugs, request features, tell me what you think of the tool and results...
- Mention myself (Antoine Basset, CNES) and/or
azulerowhen you publish images processed with this tool. - Share with me your images, I'm curious!
Contributors
- Mischa Schirmer (MPIA): Azul's color blending is freely inspired by that of Mischa's script
eummy.py. - Téo Bouvard (Thales): Drafed
retrieve. - Rollin Gimenez (CNES): Fixed packaging.
- Kane Nguyen-Kim (IAP): Provided URLs for retrieving public data.
- Gian Paolo Candini (CSIC): Investigated rendering issues.
Acknowledgements
- 🔥 Congratulations to the whole Euclid community; The mosaics are simply unbelievable!
- 😍 Thank you also for answering my dummy questions on the contents of the images I posted.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file azulero-0.5.1.tar.gz.
File metadata
- Download URL: azulero-0.5.1.tar.gz
- Upload date:
- Size: 5.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9a9dbc2a98932aaff465562064bf234a7321e06f676b757f61c3d722abe2828
|
|
| MD5 |
781b189dc1be56f888842906a725a941
|
|
| BLAKE2b-256 |
394462b258059fc523c9ed340a16b7f2667a95c5fd7f3d1b44384b8710a6073c
|
File details
Details for the file azulero-0.5.1-py3-none-any.whl.
File metadata
- Download URL: azulero-0.5.1-py3-none-any.whl
- Upload date:
- Size: 19.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
addb2f39caa4684d0c64cd0938dc8bdbf2008c1353f2c9bf32fe65d08a317301
|
|
| MD5 |
fee815a67252d34bfa021cffbefe2b84
|
|
| BLAKE2b-256 |
ca05251df28f3e91f7168741825021a3c8a4f9ad434793fef58f0f7df28773d0
|