Welcome to TESFDMtools’s documentation!

Using TESFDMtools software for the first time

Before you install or use the software for the first time, please make sure that the packages mentioned in Standard python3 Debian packages are installed.

If you are running TESFDMtools on an SRON machine, please see “Initialize TESFDMtools software” below for instructions how to run the software.

Initialize TESFDMtools software

To make all executables and modules of TESFDMtools available in your terminal type:

For bash shells:

“source /opt/local/TN/env/tesfdmtools.sh”

For csh shells:

“source /opt/local/TN/env/tesfdmtools.csh”

These files set the PATH variable for executables and the PYTHONPATH variable for python modules. In principle, the source command can be added to the .bashrc or .cshrc file in your home directory to set these variables automatically. However, be aware that this environment could conflict with other software packages.

TESFDMtools pipeline processing scripts and tools

Your path should include “/opt/local/TN/tesfdmtools/bin” to use these scripts. (This path will be automatically set when sourcing the above .csh or .sh files)

Contents:

TESFDMtools Python3 module library

The PYTHONPATH environment variable must be set to “/opt/local/TN/tesfdmtools/lib/python3.5/site-packages” to make the tesfdmtools module library available.

Contents:

Indices and tables