Lightstack
A Python package for building photometric data cubes from multi-band imaging.
Photometric data
Photometric data has become essential in modern astrophysics. These multi-band observations allow us to probe different physical processes across a wide range of wavelengths.
This package provides tools to build photometric data cubes by organizing filters in wavelength space and stacking them consistently. Although Lightstack was developed and tested using data from the James Webb Space Telescope (JWST) and the Hubble Space Telescope (HST), the methodology may be applicable to any multi-band photometric dataset (with imaging data in FITS format with WCS information). The code was also tested with LSST and J-PAS data, and the user can add new datasets from other telescopes and surveys by providing information about their filters.
Install
From PyPI
pip install lightstack
Source code
https://github.com/AndressaWille/lightstack
Check out the tutorial notebook.