TL;DR
Photo-z-SQL introduces a flexible, database-integrated framework for photometric redshift estimation that supports various estimation methods, handles diverse datasets, and improves efficiency for large-scale surveys like LSST.
Contribution
It provides the first integrated, SQL-based photometric redshift estimation tool with support for Bayesian and maximum likelihood methods, variable filters, and efficient caching.
Findings
Demonstrates efficient performance on reference datasets.
Shows scalability with dataset size and configuration.
Enables in-place photo-z computation within databases.
Abstract
We present a flexible template-based photometric redshift estimation framework, implemented in C#, that can be seamlessly integrated into a SQL database (or DB) server and executed on-demand in SQL. The DB integration eliminates the need to move large photometric datasets outside a database for redshift estimation, and utilizes the computational capabilities of DB hardware. The code is able to perform both maximum likelihood and Bayesian estimation, and can handle inputs of variable photometric filter sets and corresponding broad-band magnitudes. It is possible to take into account the full covariance matrix between filters, and filter zero points can be empirically calibrated using measurements with given redshifts. The list of spectral templates and the prior can be specified flexibly, and the expensive synthetic magnitude computations are done via lazy evaluation, coupled with a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
