Photometry Processing#

Todo

Write photometry documentation

Photometry API#

astropop.photometry Package#

Functions#

aperture_photometry(data, x, y[, r, r_ann, ...])

Perform aperture photometry using sep.

daofind(data, threshold, background, noise, fwhm)

Find sources using DAOfind algorithm.

starfind(data, threshold, background, noise)

Find stars using daofind AND sepfind.

segfind(data, threshold, background, noise)

Find sources using segmentation.

background(data[, box_size, filter_size, ...])

Estimate the background and noise values in a image.

median_fwhm(data, x, y[, box_size, model, ...])

Calculate the median FWHM of the image with Gaussian or Moffat fit.