SourceExtractor++ Morphological Catalogs

imaging release catalog jwst

data-model-resid

Here we summarize the files available for morphological data. This extension to the DJA provides valuable morphological data for over 340k galaxies in the following fields :

  • ceers-full-grizli-v7.2
  • gds-grizli-v7.2
  • gdn-grizli-v7.3
  • primer-uds-north-grizli-v7.2
  • primer-uds-south-grizli-v7.2
  • primer-cosmos-east-grizli-v7.0
  • primer-cosmos-west-grizli-v7.0

The morphologies of these galaxies have been measured using both Sérsic and Bulge+Disk model. It made use of SourceXtractor++ to run the model fitting.

A merged catalog of all of the processed fields is available at full-good_morpho-phot.fits.gz (1.2 Gb). The first extension provides the merged DJA photometry and stellar population properties estimated from the photometric redshift fit. The second extension provides the morphology measurements of the Sersic model fit and the third extension provides parameters of the Bulge+Disk (B+D) morphology fit.

File extensions

For a given field, the following files are available:

  • {field}_morpho-phot.fits.gz: Merged catalogs of DJA photometry, EAZY SED fitting (from the DJA) and SE++ fittings in Sérsic and B+D models. They are stored in 3 HDUs inside the FITS file (DJA phot+EAZY, Sérsic model, B+D model) where the rows of each table correspond to one another. A flag column was added in the merged DJA catalog to flag sources non-detected by SE++ (0), potential artifcats (1) and low SNR or magnitude above the limiting mag in each field (3). Sources considered good for phyiscal study have a flag value of 2.

  • (model|resid)_{fit}_{field}*.fits.gz: Model or residual images generated by SE++ with the fit model for different bands. They have the exact same WCS as the images on the DJA.

  • {field}*star_psf.psf: PSFs generated for each field in each filter band using PSFEx. They made use of a custom star selection to give better results than the native auto-selection from PSFEx. This selection is based on the MU_MAX/MAG_AUTO plane, a method adapted from Leauthaud et al. 2007, Section 3.6.

You will also find the following file, non-relative to a specific field:

  • full-good_morpho-phot.fits.gz: Joint catalog of all the morpho-phot catalogs in the different fields, keeping only the good sources (flag value of 2). Useful for plots without having to open every catalog individually

File organization

All the files for each field are available in links in the table below.

Field Catalog Sérsic images B+D images PSFs
ceers-full-grizli-v7.2 Catalog Sérsic B+D PSF
gds-grizli-v7.2 Catalog Sérsic B+D PSF
gdn-grizli-v7.3 Catalog Sérsic B+D PSF
primer-uds-north-grizli-v7.2 Catalog Sérsic B+D PSF
primer-uds-south-grizli-v7.2 Catalog Sérsic B+D PSF
primer-cosmos-west-grizli-v7.0 Catalog Sérsic B+D PSF
primer-cosmos-east-grizli-v7.0 Catalog Sérsic B+D PSF

Code and catalog creation

All the code used to create these catalogs can be found in the DJA-SEpp GitHub repository. It contains:

  • The code of the dja_sepp package, made and used to generated these catalogs.

  • Scripts to:
    • run PSFEx on the images available on the DJA to generated empirical PSFs,
    • tile the images for SourceXtractor++,
    • run SourceXtractor++,
    • perform these steps autonomously on AWS EC2 instances.
  • Notebooks to:
    • run locally PSFEx and SourceXtractor++,
    • merge the tiled catalogs and images generated by SourceXtractor++,
    • merge the morphological catalogs generated by SourceXtractor++ with photometric catalogs from the DJA,
    • create plots to analyze the resulting catalogs,
    • look at specific sources.

The README file in the GitHub repository presents the workflow to run the steps used for this release. It can be used to perform this morphological study on different fields available on the DJA, or be adapated to different needs.

Completeness

The following table presents the galaxies whose morphology has been measured in the different fields used for this release.

Field DJA Sérsic Bulge+Disk Both
CEERS 67035 52604 (78.5%) 59046 (88.1%) 51329 (76.6%)
GOODS-S 57355 44931 (78.3%) 52754 (92.0%) 44016 (76.7%)
GOODS-N 65481 53291 (81.4%) 58852 (89.9%) 51465 (78.6%)
PRIMER-UDS (N) 68857 58947 (85.6%) 67134 (97.5%) 57945 (84.2%)
PRIMER-UDS (S) 65864 57397 (87.1%) 64537 (98.0%) 56476 (85.7%)
PRIMER-COSMOS (E) 50655 42359 (83.6%) 48496 (95.7%) 41597 (82.1%)
PRIMER-COSMOS (W) 51362 40493 (78.8%) 46964 (91.4%) 39704 (77.3%)
Total 426609 350022 (82.0%) 397783 (93.2%) 342892 (80.4%)

Technical details

For more information please check the Internship report written by Aurélien Genin. You can find details on the PSF estimation (3.2), the models used (3.3.1), the workings of SourceXtractor++ (3.3.2), the implementation on AWS (3.4) and some premilinary results (4) .