Skip to main content

Pythonic photo-zs

Project description

https://github.com/gbrammer/eazy-py/actions/workflows/python-package.yml/badge.svg https://zenodo.org/badge/DOI/10.5281/zenodo.5012705.svg

eazy-py: Pythonic photometric redshift tools based on EAZY

Under heavy construction….

Documentation will be here: https://eazy-py.readthedocs.io/, though it’s essentially just the module API for now.

Templates and filter files still here: https://github.com/gbrammer/eazy-photoz/.

Installation instructions

cd /usr/local/share/python # or some other location

## # Fetch the old C-code repo to get the templates, priors, etc.
## git clone https://github.com/gbrammer/eazy-photoz.git

# Fetch the eazy-py repo, the --recursive option fetches the photoz repo
git clone --recurse-submodules https://github.com/gbrammer/eazy-py.git

# use git clone --recurse for git<=2.12

# Environment variable to point to the repo containing filter/template files
echo "export EAZYCODE=${PWD}/eazy-py/eazy-photoz" >> ~/.bashrc

# Build the python code and install it in your python env
cd eazy-py
pip install .  -r requirements.txt

Demo

https://colab.research.google.com/assets/colab-badge.svg https://mybinder.org/badge_logo.svg

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

eazy-0.6.1.tar.gz (4.0 MB view hashes)

Uploaded Source

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