10000 GitHub - tian0106/photozpy: The photo-z analysis pipeline with python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tian0106/photozpy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photozpy

The photo-z analysis pipeline with python

Installation

  1. It's recommended to use photozpy in a conda environment. Follow the instructions on the Anaconda website for installation.

  2. Create conda environment Open your terminal

    conda create --name photozpy pip python=3.9
  3. Activate conda environment In the terminal, run the following command to activate the photozpy environment

    conda activate photozpy
  4. Clone the photozpy GitHub to your local machine In the terminal, run the following command to download the photozpy

    git clone https://github.com/Yong2Sheng/photozpy.git

    Note that you might need to setup your ssh keys if it's your first time to clone a remote repository to your local machine.

  5. Enter the photozy folder and install photozpy module into the photozpy environment

    >>> cd photozpy
    >>> pip install -e .
  6. Once the installation is done, you can import and use photozpy module. Please go to the docs folder to try out the tutorial.

About

The photo-z analysis pipeline with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 71.8%
  • Jupyter Notebook 28.2%
0