PetroFit Documentation
PetroFit is a Python package designed for calculating Petrosian properties, such as radii and concentration indices,
as well as fitting galaxy light profiles. In particular, PetroFit includes tools for performing accurate photometry,
segmentations, Petrosian profiling, and Sérsic fitting. This documentation is intended to serve as a description and
guide to the petrofit
Python module. See the Table of Contents below or use the sidebar to
navigate this documentation.

Table of Contents
Getting Started
Fundamentals
- Quick Start
- Loading Example Data
- Defining AstroPy Sérsic Models
- Making Compound Models (Combining Models)
- Making a PSF Convolved Model
- Converting Models to Images
- Fitting Model to Image
- Fitting Multiple Sources
- Fitting Image Backgrounds
- Fitting a PSF With a Moffat Model
- Making a Photutils Source Catalog
- Curve of Growth and Petrosian Radii
- Photometry
- Petrosian
- Correction Grids
- Image Fitting
Developer