Skip to content

cosmodesi/desipipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

desipipe

desipipe is an attempt to provide a common framework for running DESI clustering analyses, handling files, submitting jobs, etc. within Python alone.

Example notebooks presenting most use cases are provided in directory nb/.

Documentation

Documentation in construction on Read the Docs, desipipe docs. See in particular getting started.

Requirements

Installation

pip

Simply run:

python -m pip install git+https://github.com/cosmodesi/desipipe

git

First:

git clone https://github.com/cosmodesi/desipipe.git

To install the code:

python setup.py install --user

Or in development mode (any change to Python code will take place immediately):

python setup.py develop --user

License

despipe is free software distributed under a BSD3 license. For details see the LICENSE.

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published