Reduction and analysis of FITS telescope observations
Project description
prose
A python framework to build FITS images pipelines.
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
Release history Release notifications | RSS feed
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.2.tar.gz
(683.6 kB
view details)
Built Distribution
prose-0.9.2-py3-none-any.whl
(54.9 kB
view details)
File details
Details for the file prose-0.9.2.tar.gz
.
File metadata
- Download URL: prose-0.9.2.tar.gz
- Upload date:
- Size: 683.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 903adb6db04a1aa4cbe1081b764bbeabf3e310c0562f8bf37043432f4977a296 |
|
MD5 | d5ccbc4096a939d094b59f015b72f9ab |
|
BLAKE2b-256 | e2fc9cb7c372917ee4b7091ddab9d60b979cc6280573c93b538d5d0002a7346d |
Provenance
File details
Details for the file prose-0.9.2-py3-none-any.whl
.
File metadata
- Download URL: prose-0.9.2-py3-none-any.whl
- Upload date:
- Size: 54.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f55f6486400974b567cc414c4da712fac0697b8a7a0429e008d1a21aa4fc34c |
|
MD5 | 1e21c44f8918067f0a606b1c7ebd43b5 |
|
BLAKE2b-256 | c6c200ad332aa116bd84fe8e92a015ee11d8bdfc545632aa17ddf9ac03087c7f |