Skip to main content

Python wrapper around the sextractor software

Project description

Simple python module allowing the use of sextractor on image files or numpy arrays.

Usage exemple:

import pysex
cat = pysex.run('myimage.fits', params=['X_IMAGE', 'Y_IMAGE', 'FLUX_APER'],
conf_args={'PHOT_APERTURES':5})
print cat['FLUX_APER']

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page