Skip to content

qypeng12/waipy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waipy

This guide includes a Continuous Wavelet Transform (CWT), significance tests from based on Torrence and Compo (1998) ScreenShot

and Cross Wavelet Analysis (CWA) based on Maraun and Kurths(2004). ScreenShot

Installation

First steps:

cd  PATH_TO_SAVE_WAIPY_IN_YOUR_HOME   
git clone https://github.com/mabelcalim/waipy.git
cd waipy/

A local install can be done using the provided setup.py file:

python setup.py install

The installation path can be changed using the --prefix switch, e.g.:

python setup.py install --prefix $HOME/inst

Make sure to add the corresponding paths to your $PATH and $PYTHONPATH environment variables. Alternatively, if the --user switch can be used:

export PYTHONUSERBASE=$HOME/inst/pip_installs
export PYTHONPATH=$HOME/inst/pip_installs/lib/python2.7/\
    site-packages/:$PYTHONPATH
export PATH=$HOME/inst/pip_installs/bin:$PATH
python setup.py install --user

If you plan on modifying the code, use the develop target in combination with the --user swich:

export PYTHONUSERBASE=$HOME/inst/pip_installs
export PYTHONPATH=$HOME/inst/pip_installs/lib/python2.7/\
    site-packages/:$PYTHONPATH
export PATH=$HOME/inst/pip_installs/bin:$PATH
python setup.py develop --user

The first three lines should also be included in the $HOME/.bashrc file.

Requirements

The following packages are required (tested on Debian Wheezy):

Support Group

https://groups.google.com/forum/?hl=en#!forum/waipy-users-support

About

This guide includes a Continuous Wavelet Transform (CWT), significance tests from based on Torrence and Compo (1998) and Cross Wavelet Analysis (CWA) based on Maraun and Kurths(2004).

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages