No project description provided
Project description
rail_dnf
DNF: Directional Neighbourhood Fitting
DNF is a nearest-neighbor approach for photometric redshift estimation developed at the CIEMAT (Centro de Investigaciones Energéticas, Medioambientales y Tecnológicas). DNF computes the photo-z hyperplane that best fits the directional neighbourhood of a photometric galaxy in the training sample. A detailed description of DNF is available here.
If you have any questions or suggestions, please don't hesitate to contact us at laura.toribio@ciemat.es and/or juan.vicente@ciemat.es.
The current version of the code for RAILconsists of a training stage, DNFInformer and a estimation stage DNFEstimator. DNFInformer is a class that preprocesses the protometric data, handles missing or non-detected values, and trains a firts basic k-Nearest Neighbors regressor for redshift prediction. The DNFEstimator calculates photometric redshifts based on an enhancement of Nearest Neighbor techniques. The class supports three main metrics for redshift estimation: ENF, ANF or DNF.
- ENF: Euclidean neighbourhood. It's a common distance metric used in kNN (k-Nearest Neighbors) for photometric redshift prediction.
- ANF: uses normalized inner product for more accurate photo-z predictions. It is particularly recommended when working with datasets containing more than four filters. Use normalized inner product for more accurate photo-z predictions when signal/noise is good enough.
- DNF: combines Euclidean and angular metrics, improving accuracy, especially for larger neighborhoods, and maintaining proportionality in observable content.
DNFInformer
The DNFInformer class processes a training dataset and produces a model file containing the computed magnitudes, colors, and their associated errors for the dataset. This model is then utilized in the DNFEstimator stage for photometric redshift estimation. Missing photometric detections (non-detections) are handled by replacing them with a configurable placeholder value, or optionally ignoring them during model training.
The configurable parameters for DNFInformer include:
bands: List of band names expected in the input dataset.err_bands: List of magnitude error column names corresponding to the bands.redshift_col: String indicating the name of the redshift column in the input data.mag_limits: Dictionary with band names as keys and floats representing the acceptable magnitude range for each band.nondetect_val: Float or np.nan, the value indicating a non-detection, which will be replaced by the values in mag_limits.replace_nondetect: Boolean; if True, non-detections are replaced with the specified nondetect_val. If False, non-detections are ignored during the neighbor-finding process.
DNFEstimator
The DNFEstimator class uses the model generated by DNFInformer to compute photometric redshifts for new datasets and the PDFs. It identifies the nearest neighbors from the training data using various distance metrics and estimates redshifts based on these neighbors.
The configurable parameters for DNFEstimator include:
bands,err_bands,redshift_col,nondetect_val,mag_limits: As described forDNFInformer.selection_mode: Integer indicating the method for neighbor selection:0: Euclidean Neighbourhood Fitting (ENF).1: Angular Neighbourhood Fitting (ANF).2: Directional Neighbourhood Fitting (DNF).
zmin,zmax,nzbins: Float values defining the minimum and maximum redshift range and the number of bins for estimation of the PDFs.pdf_estimation: Boolean; if True, computes a probability density function (PDF) for the redshift of each object.
DNF calculates its own point estimate, DNF_Z, which is stored in the qp Ensemble ancil data. Also, DNF calculates other photo-zs called DNF_ZN.
-
DNF_Zrepresents the photometric redshift for each galaxy computed as the weighted average or hyperplane fit (depending on the option selected) for a set of neighbors determined by a specific metric (ENF, ANF, DNF) where the outliers are removed -
DNF_ZNrepresents the photometric redshift using only the closest neighbor. It is mainly used for computing the redshift distributions.
RAIL: Redshift Assessment Infrastructure Layers
This package is part of the larger ecosystem of Photometric Redshifts in RAIL.
Citing RAIL
This code, while public on GitHub, has not yet been released by DESC and is still under active development. Our release of v1.0 will be accompanied by a journal paper describing the development and validation of RAIL.
If you make use of the ideas or software in RAIL, please cite the repository https://github.com/LSSTDESC/RAIL. You are welcome to re-use the code, which is open source and available under terms consistent with the MIT license.
External contributors and DESC members wishing to use RAIL for non-DESC projects should consult with the Photometric Redshifts (PZ) Working Group conveners, ideally before the work has started, but definitely before any publication or posting of the work to the arXiv.
Citing this package
Users of rail_dnf can cite De Vicente, Sanchez, & Sevilla-Noarbe If you use this package, you should also cite the appropriate papers for each code used. A list of such codes is included in the Citing RAIL section of the main RAIL Read The Docs page.
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 pz_rail_dnf-1.1.4.tar.gz.
File metadata
- Download URL: pz_rail_dnf-1.1.4.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dceb1cd896738575a71805d0464280ab65665e6df65584fafe6c6d6b597fc543
|
|
| MD5 |
edf0e030461174739a8fbfdddc1f65f8
|
|
| BLAKE2b-256 |
b3fd816ee6e712c57c95b117b9e19d66c4fe5d0f47031fcab59430e23a0f8027
|
Provenance
The following attestation bundles were made for pz_rail_dnf-1.1.4.tar.gz:
Publisher:
publish-to-pypi.yml on LSSTDESC/rail_dnf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pz_rail_dnf-1.1.4.tar.gz -
Subject digest:
dceb1cd896738575a71805d0464280ab65665e6df65584fafe6c6d6b597fc543 - Sigstore transparency entry: 207517588
- Sigstore integration time:
-
Permalink:
LSSTDESC/rail_dnf@4a0450782f43dd28d940e5876bfc8a7c9b7d9c42 -
Branch / Tag:
refs/tags/v1.1.4 - Owner: https://github.com/LSSTDESC
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@4a0450782f43dd28d940e5876bfc8a7c9b7d9c42 -
Trigger Event:
release
-
Statement type:
File details
Details for the file pz_rail_dnf-1.1.4-py3-none-any.whl.
File metadata
- Download URL: pz_rail_dnf-1.1.4-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
354a9dbb21151298909e617bd4d1bc5bbebc24fe0975e718320747a5245755e7
|
|
| MD5 |
b12058e5a1b795ae46ed7377f5b3d11d
|
|
| BLAKE2b-256 |
2c0b22226a5745ea44de807d62c6322304ece2f469ecf133b53d047258be2e5a
|
Provenance
The following attestation bundles were made for pz_rail_dnf-1.1.4-py3-none-any.whl:
Publisher:
publish-to-pypi.yml on LSSTDESC/rail_dnf
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
pz_rail_dnf-1.1.4-py3-none-any.whl -
Subject digest:
354a9dbb21151298909e617bd4d1bc5bbebc24fe0975e718320747a5245755e7 - Sigstore transparency entry: 207517590
- Sigstore integration time:
-
Permalink:
LSSTDESC/rail_dnf@4a0450782f43dd28d940e5876bfc8a7c9b7d9c42 -
Branch / Tag:
refs/tags/v1.1.4 - Owner: https://github.com/LSSTDESC
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-to-pypi.yml@4a0450782f43dd28d940e5876bfc8a7c9b7d9c42 -
Trigger Event:
release
-
Statement type: