Skip to main content

SExtractor

SExtractor (Source Extractor) is a tool for detecting and measuring sources (stars, galaxies, and other astronomical objects) in images. It generates catalogs with positions, fluxes, and morphological parameters.

Input formats

.fits, .fit, .png, .jpg, .jpeg, .tiff

Parameters

ParameterRangeDefaultDescription
Detection threshold0.1–100 sigma1.5Minimum significance above background for detection
Minimum area1–1000 pixels5Minimum connected pixel area for a source
Deblending sub-thresholds1–12832Number of thresholds for deblending overlapping sources
Deblending min contrast0–10.005Minimum contrast for deblending
Catalog formatJSON / CSVJSONOutput catalog format

Outputs

OutputFormatDescription
Source catalogJSON or CSVPositions (RA/Dec or pixel), fluxes, magnitudes, morphology
Overlay imagePNGOriginal image with detected sources marked (optional)

Presets

PresetDescription
High SensitivityLower threshold, detects fainter sources
ConservativeHigher threshold, fewer false positives

Compute requirements

ResourceRequirement
GPUNone — CPU only
Duration~20 seconds per image

Catalog fields

The output catalog includes:
  • Position — X, Y pixel coordinates (and RA/Dec if WCS is available)
  • Flux — integrated flux and peak flux
  • Magnitude — instrumental magnitude
  • Shape — ellipticity, position angle, FWHM
  • Flags — quality flags for each detection