Prerequisites

PyOTIC was written in Python 3.4 and uses the following packages:

Download and Installation

Installation via the Python site packages folder

Windows

The PyOTIC software package was tested with WinPython version 3.4.4.2 64bit. Download and install the corresponding WinPython distribution from the website. Copy the pyotic package folder to:

WINPYTHONDIR\python-3.4.4.amd64\Lib\site-packages

Open a “WinPython command prompt” (can be found in the WINPYTHONDIR) and install additionally required packages:

pip3 install ZODB

If you want to read in calibration files created by the PyOTC software package, also install pint:

pip3 install pint

pip package manager

via git

via system path addition

Within your python source code add the path to the path variable by:

import sys
sys.path.append('/path/to/pyoti/')
sys.path.append('/path/to/pyotc/')

After the installation, you can use the pyoti package by:

import pyoti

Acknowledgements

License