Skip to content

sshj/tlpipe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tianlai data pipeline

This is a Python project for the Tianlai data pipeline.

Installation

First clone this package

$ git clone [email protected]:TianlaiProject/tlpipe.git

Then change to the top directory of this package, install it by the usual methods, either the standard

$ python setup.py install [--user]

or to develop the package

$ python setup.py develop [--user]

It should also be installable directly with pip using the command

$ pip install [-e] git+ssh://[email protected]/TianlaiProject/tlpipe

How to

Refer to the example in :doc:`/example` to see how to write an input pipeline file and execute the pipeline.

About

The Tianlai pipeline.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%