photo_z_project
Science Score: 49.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: ptanouri
- License: mit
- Language: Python
- Default Branch: master
- Size: 243 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created over 2 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
License
Citation
README.rst
.. image:: https://github.com/gbrammer/eazy-py/actions/workflows/python-package.yml/badge.svg
:target: https://github.com/gbrammer/eazy-py/actions
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5012705.svg
:target: https://doi.org/10.5281/zenodo.5012705
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 blimp
~~~~~~~~~~~~~~~~~~~~~~~~~
.. 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 and install it in your python env
cd eazy-py
pip install . -r requirements.txt
Demo
~~~~
.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/gbrammer/eazy-py/blob/master/docs/examples/HDFN-demo.ipynb
.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/gbrammer/eazy-py/HEAD?filepath=docs%2Fexamples%2FHDFN-demo.ipynb
Owner
- Login: ptanouri
- Kind: user
- Repositories: 1
- Profile: https://github.com/ptanouri
GitHub Events
Total
Last Year
Dependencies
binder/requirements.txt
pypi
- ansi2html *
- dash *
- flask *
- ipykernel *
- ipython *
- jupyter-dash *
- jupyter_server_proxy *
- notebook *
- numpy *
- pandas *
- requests *
- retrying *