POBRExtractor is a Python-based pipeline designed to perform source detection and photometric measurements on multi-band astronomical images.
It takes as input several images of the same sky region across different filters and produces an object catalog containing astrometric and photometric information.
This project was developed as part of the course “Tratamento de Dados Astronômicos” at the Observatório do Valongo – UFRJ, under the supervision of Bruno Morgado.
This code is designed as a simplified educational prototype rather than a full production pipeline. Please don't take it serious.
python src/POBRExtractor.py data/input.yaml Diagnostic plots (you should extract the data first!)
python src/generate_plots.py data/plots/The diagram below summarizes the internal workflow of the pipeline:
HSC's coadd image (i-band)
If you use this code (PLEASE DON'T), please cite:
Lopes, Iago (2025). Photometric Object and Background Reduction Extractor (POBRExtractor) (It doesn't exists 🫠).
Course Project, Observatório do Valongo – UFRJ.
⚠️ Disclaimer:
This project is an educational prototype created for learning and demonstration purposes.
It is not intended for production-level data processing.


