Tools for image analysis, signal processing and statistics.


License
MIT
Install
pip install sf_tools==2.0.4

Documentation

SF_TOOLS

coveralls

Author: Samuel Farrens (samuel.farrens@cea.fr)
Version: 2.0.4
Date: 22/08/2019
Documentation: https://sfarrens.github.io/sf_tools/

SF_TOOLS is a series of Python modules with applications to image analysis, signal processing and statistics.

Contents

  1. Dependencies
    1. Required Packages
    2. `Optional Packages`_
  2. Installation

Dependencies

Required Packages

In order to run the code in this repository the following packages must be installed:

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