mommermi
photometrypipeline
Python

automated photometry pipeline for small to medium-sized observatories

Last updated Jun 3, 2026
70
Stars
24
Forks
11
Issues
0
Stars/day
Attention Score
37
Language breakdown
No language data available.
Files click to expand
README

Photometry Pipeline ===================

The Photometry Pipeline (PP) is a Python 3 software package for automated photometric analysis of imaging data from small to medium-sized observatories. It uses Source Extractor and SCAMP to register and photometrically calibrate images based on catalogs that are available online; photometry is measured using Source Extractor aperture photometry. PP has been designed for asteroid observations, but can be used with any kind of imaging data.

PP is fully functional, but development has stalled; tailored support can only be provided in exceptional cases.

See this document_ for a list of supported instruments and catalogs.

Installation


PP requires git_ for the installation, a number of non-standard Python modules:

* numpy_ * scipy_ * astropy_ * astroquery_ (version >= 0.3.9) * matplotlib_ * future_ * skimage_ * pandas_ and some freely available software:

* Source Extractor_ * SCAMP_

PP is available from github_. You can get the source code by typing into your terminal::

git clone https://github.com/mommermi/photometrypipeline

PP is evolving. Once you have downloaded PP, you can update to the latest code by simply running::

git pull

after changing into the directory where the code resides on your machine.

Documentation


See the documentation for more information: documentation_

Acknowledgments


If you are using PP for your research, please acknowledge PP by citing

  • Mommert 2017, PHOTOMETRYPIPELINE: An Automated Pipeline for Calibrated Photometry, Astronomy & Computing_, 18, 47.
PP is supported by NASA grants NNX15AE90G and NNX14AN82G and has been developed in the framework of the Mission Accessible Near-Earth Objects Survey (MANOS_).

License and Contact


The Photometry Pipeline is distributed under the GNU GPLv3 license.

Copyright (C) 2016-2022 Michael Mommert

.. _github: http://github.com/mommermi/photometrypipeline .. _git: http://www.git-scm.com/ .. _numpy: http://www.numpy.org/ .. _scipy: http://www.scipy.org/ .. _astropy: http://www.astropy.org/ .. _astroquery: http://github.com/astropy/astroquery .. _matplotlib: http://matplotlib.org/ .. _future: http://python-future.org/ .. _skimage: https://scikit-image.org/ .. _pandas: http://pandas.pydata.org/ .. _Source Extractor: http://www.astromatic.net/software/sextractor .. _SCAMP: http://www.astromatic.net/software/scamp .. _documentation: http://photometrypipeline.readthedocs.io/en/latest/ .. _this document: http://photometrypipeline.readthedocs.io/en/latest/supported.html .. _Astronomy & Computing: http://www.sciencedirect.com/science/article/pii/S2213133716300816 .. _MANOS: http://manosobs.wordpress.com/ .. photometrypipeline users' group: https://groups.google.com/d/forum/photometrypipelineusers

🔗 More in this category

© 2026 GitRepoTrend · mommermi/photometrypipeline · Updated daily from GitHub