CANDELS isolated galaxy images
<p><strong>CANDELS galaxy blender dataset</strong></p> <p>Dataset to be used to create realistic galaxy blends with <a href="https://github.com/aboucaud/candels-blender">candels-blender</a></p> <p> </p> <p><strong>Content</strong></p> <p>This dataset is based on the CANDELS bulge/disk decomposition catalogue and images from Dimauro et al. (2018). Our main addition to this dataset, was to perform a visual inspection of all the 2 823 stamps and rejects all those for which</p> <ul> <li>the central galaxy is possibly blended</li> <li>the neighbouring sources are too close or too diffuse</li> <li>the segmentation map does not cover well the sources in the stamp</li> <li>weird artefacts are present in the stamp.</li> </ul> <p>This process removed around 800 stamps to leave 2 001 entries, available in this tarball as</p> <ul> <li><strong><em>candels_img.npy </em></strong>: binary numpy array of shape (2001, 128, 128) containing 2 001 stamps (128 x 128 pixels) extracted from CANDELS F160W images, centered around isolated galaxies with a well defined morphology.</li> <li><em><strong>candels_seg.npy</strong></em> : binary numpy array of shape (2001, 128, 128) containing 2 001 segmentation maps (128 x 128 pixels) associated with the above stamps and obtained via <em>SExtractor</em> (Bertin et al. 1996).</li> <li><em><strong>candels_cat.csv </strong></em>: the catalogue of corresponding central sources, based on the catalogue obtained via <em>SExtractor</em>, containing the CANDELS ID, FIELD and (RA, DEC) position, the F160W magnitude and its estimated error, the F160W estimated radius, the spectroscopic redshift of the galaxy, and augmented with the galaxy type and the segmentation value of the central galaxy.</li> </ul> <p> </p> <p><strong>Usage</strong></p> <p>Load the array files in Python using <em>numpy</em> as:</p> <pre><code class="language-python">import numpy as np stamps = np.load("candels_img.npy") segmaps = np.load("candels_seg.npy")</code></pre> <p>The catalogue is standard comma-separated CSV which can be conveniently parsed by tools like e.g. pandas</p> <pre><code class="language-python">import pandas as pd cat = pd.read_csv("candels_cat.csv")</code></pre> <p>or astropy</p> <pre><code class="language-python">from astropy.io import ascii table = ascii.read("candels_cat.csv")</code></pre> <p> </p> <p><strong>Reference</strong></p> <p>The original CANDELS bulge/disk decomposition catalogue can be obtained at <a href="https://lerma.obspm.fr/huertas/form_CANDELS">lerma.obspm.fr/huertas/form_CANDELS</a>.</p>
ShareScore
40/100
Overall dataset sharing score
Score breakdown
These five areas show where the dataset supports — or may limit — practical reuse.
- Stewardship
- 8
- Harmonization
- 4
- Access
- 16
- Reuse readiness
- 8
- Engagement
- 4