SF_TOOLS Documentation¶
Author: | Samuel Farrens <samuel.farrens@gmail.com> |
---|---|
Version: | 1.0.1 |
Date: | 25/10/2017 |
SF_TOOLS is a series of Python 2.7 modules with applications to image analysis, signal processing and statistics.
Dependencies¶
Required Packages¶
In order to run the code in this repository the following packages must be installed:
Optional Packages¶
The following packages can optionally be installed to add extra functionality:
- Matplotlib [Tested with v 2.0.2]
- Termcolor [Tested with v 1.1.0]
Installation¶
To clone the sf_tools repository from GitHub run the following command:
$ git clone https://github.com/sfarrens/sf_tools
To install using easy_install run the following command:
$ easy_install sf_tools
To install using pip run the following command:
$ pip install sf_tools