Skip to content

caracal-pipeline/equolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equolver

Convolving data cubes to the same resolution

Installation

From PyPI

pip install equolver
pip install https://www.astro.rug.nl/software/kapteyn/kapteyn-3.0.tar.gz

From github

cd wherever
git clone https://github.com/gigjozsa/equolver.git
virtualenv wherever/equolver
source wherever/equolver/bin/activate
pip install wherever/equolver
pip install -r wherever/equolver/requirements.txt

Starting

Type equolver -h or equolver -h -v. See equolver/equolver_demo for an example.