Skip to content

epfl-radio-astro/pypeline

 
 

Repository files navigation

Pypeline

Pypeline is a GPLv3 signal processing toolkit to design and deploy holistic imaging pipelines.

This is a fork used for benchmarking and testing the code. This repository is also mirrored at: https://c4science.ch/diffusion/10745/repository/master/

Installation

For general installation, see doc/general/install.rst

For installation on EPFL cluster, first you must install conda. You can run

` bash Miniconda3-latest-Linux-x86_64.sh `

And respond to the interactive instructions. Be sure to install conda into your home directory.

Make a new directory which will contain pypeline and all of its packages. cd into this dir, then run:

` git clone https://github.com/etolley/pypeline.git cp pypeline/install.sh . `

Afterwards, simply run:

` source install.sh `

For any future setup, run:

` export PATH=$HOME/miniconda3/bin/:$PATH cd pypeline/ source pypeline.sh --no_shell `

About

Signal processing toolkit to design and deploy holistic imaging pipelines.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 48.7%
  • C++ 25.3%
  • C 16.6%
  • Shell 4.5%
  • CMake 3.0%
  • Cuda 1.8%
  • Makefile 0.1%