Skip to main content

Reduction and analysis of FITS telescope observations

Project description

prose



A python framework to build FITS images pipelines.

github read the doc license

Built for Astronomy, prose features pipelines to perform common tasks (such as automated calibration, reduction and photometry) and makes building custom ones easy. Documentation at prose.readthedocs.io

from prose.pipeline import Calibration, AperturePhotometry

destination = "reduced_folder"

reduction = Calibration(images=[...], flats=[...])
reduction.run(destination)

photometry = AperturePhotometry(destination)
photometry.run()

Installation

prose runs more safely in its own virtual environment and is tested on Python 3.6.

example on OSX

create your virtualenv and activate it

python3.6 -m venv prose_env
source prose_env/bin/activate.bin

Then to locally install prose

git clone https://github.com/lgrcia/prose.git

cd prose_env
python3.6 -m pip install -e ../prose

Applicable to Linux-based and Windows OS

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prose-0.9.32.tar.gz (683.7 kB view hashes)

Uploaded Source

Built Distribution

prose-0.9.32-py3-none-any.whl (54.9 kB view hashes)

Uploaded Python 3

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