Catalog Column Descriptions
This document provides comprehensive descriptions of all columns found in galaxy catalogs generated by GalSBI. Note that the specific columns present in your catalog may vary depending on the configuration and models used during generation.
If the catalog is loaded using combine=True, the columns that vary across bands will
have an additional suffix indicating the band, e.g., mag g
parameter mag
in the g-band.
Parameters that are not band-dependent will not have a suffix (e.g., id
).
Intrinsic Properties from UCat
Coordinate & Identification
Column |
Description |
Units |
---|---|---|
|
Identifier for the galaxy or star in the catalog. |
— |
|
Right Ascension (J2000) of the galaxy center. |
deg |
|
Declination (J2000) of the galaxy center. |
deg |
|
x coordinate in the image |
pixel |
|
y coordinate in the image |
pixel |
|
Redshift of the galaxy. |
redshift |
|
0 for red (passive) galaxies, 1 for blue (star-forming) galaxies. |
label |
Photometry & SED
Column |
Description |
Units |
---|---|---|
|
apparent magnitude in the corresponding band including shear. |
magnitude |
|
intrinsic apparent magnitude in the corresponding band (without shear). |
magnitude |
|
Rest-frame absolute magnitude in the corresponding band. |
mag |
|
Rest-frame absolute magnitude in the band defined by the luminosity function (set by |
mag |
|
Color excess E(B–V) from dust reddening, used for extinction correction. |
mag |
|
Template coefficients for the kcorrect templates, normalized such that the generated SED corresponds to the rest-frame SED at the redshift of the galaxy. |
— |
|
Template coefficients for the kcorrect templates, normalized such that the generated SED corresponds to the observed-frame SED at the redshift of the galaxy. |
— |
|
Intrinsic SED of the galaxy in the observed-frame. The rest-frame wavelengths are stored in a separate file and have to be adjusted according to the redshift of the galaxy, see Saving Galaxy Spectra. |
erg/s/cm2/Å |
Morphology
Column |
Description |
Units |
---|---|---|
|
Sérsic index describing the light profile shape |
— |
|
Half-light radius enclosing 50% of total flux of the galaxy |
pixel |
|
Half-light radius enclosing 50% of total flux of the galaxy (without shear). |
pixel |
|
Half-light radius enclosing 50% of total flux of the galaxy (without shear). |
arcsec |
|
Half-light radius enclosing 50% of total flux of the galaxy (without shear). |
arcsec |
|
Half-light radius enclosing 50% of total flux of the galaxy (without shear). |
kpc |
|
Complex ellipticity components \(e = e_1 + i e_2\). |
— |
|
Complex ellipticity components \(e = e_1 + i e_2\) without shear. |
— |
|
Absolute ellipticity \(e = \sqrt{e_1^2 + e_2^2}\). |
— |
Shapes & Weak-Lensing Quantities
Column |
Description |
Units |
---|---|---|
|
Weak lensing shear components. |
— |
|
Weak lensing convergence. |
— |
Quantities from Image Simulation
Point Spread Function (PSF)
The PSF is modelled as a Moffat profile with distortions following Herbel+2018 and Kacprzak+2020. More details can also be found in the UFig documentation.
Column |
Description |
Units |
---|---|---|
|
PSF full width at half maximum. |
pixel |
|
Moffat beta parameter, if 2D, the PSF is a double Moffat profile. |
— |
|
Complex ellipticity components of the PSF \(e = e_1 + i e_2\). |
— |
|
Flexion components of the PSF. |
— |
|
Ratio of the flux of the two Moffat profiles in the PSF (if 2D). |
— |
|
PSF kurtosis. |
— |
Other Image Properties
Column |
Description |
Units |
---|---|---|
|
Number of photons per object, estimated from the magnitude and image systemtatics (e.g., gain, exposure time). |
number of photons |
|
UFig flags, using binary flags for delta weight (bit 0), bright star (1) and survey mask (2), see e.g. UFig documentation: Simulating an HSC Deep Field Image for more details. |
binary bit flag |
|
label for star/galaxy classification, 0 for stars, 1 for galaxies. Created when intrinsic objects are matched to the measured objects in the image. Unmatched objects are set to -200. |
— |
|
Mean of the Gaussian noise at the position of the object |
pixel counts |
|
Standard deviation of the Gaussian noise at the position of the object. |
pixel counts |
SExtractor Parameters
In the measured catalogs, the catalogs include columns from the SExtractor measurements. Depending on the configuration, different columns may be present, typical columns are:
Column |
Description |
Units |
---|---|---|
|
SExtractor AUTO magnitude. |
mag |
|
Error on the SExtractor AUTO magnitude. |
mag |
|
SExtractor AUTO flux. |
flux |
|
Error on the SExtractor AUTO flux. |
flux |
|
SExtractor star/galaxy classification, 1 for stars, 0 for galaxies. |
— |
|
SExtractor flux radius, the radius enclosing 50% of the total flux. |
pixel |
For a more comprehensive list of SExtractor parameters and their descriptions, refer to the SExtractor documentation.