Skip to content

cosmosLukas/eazy-py_LMZ

 
 

Repository files navigation

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/.

Note

Please submit any questions/comments/problems you have through the Issues interface.

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

image

About

Pythonic photometric redshift tools based on EAZY

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%