Installation

  1. Method 1 (stable)

pip install nltools
  1. Method 2 (bleeding edge)

pip install git+https://github.com/cosanlab/nltools
  1. Method 3 (for development)

git clone https://github.com/cosanlab/nltools
pip install -e nltools

Preprocessing

Nltools has minimal routines for pre-processing data. For more complete pre-processing pipelines please see our cosanlab_preproc library built with nipype.