# eazy-py **Repository Path**: feifei1014/eazy-py ## Basic Information - **Project Name**: eazy-py - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README eazy-py: Pythonic photometric redshift tools based on EAZY ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Under heavy construction.... Documentation will be here: https://eazy-py.readthedocs.io/ Templates and filter files still here: https://github.com/gbrammer/eazy-photoz/ Installation instructions ~~~~~~~~~~~~~~~~~~~~~~~~~ .. code:: bash 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 cd eazy-py python setup.py install