Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.12 KB

README.rst

File metadata and controls

31 lines (26 loc) · 1.12 KB

KnoDat

Introduction

KnoDat is a collection of python tools mainly for the evaluation of scientific data. Also included within this suite are helping tools used within this context, like reading directory content and putting it into a readable format, as well as parsing filename according to a given naming scheme.

Requirements

In order to be able to use the tools, the following requirements have to be met:

  • Python should be installed, I'm currently running several version, 2.6.6 works fine, no 3.0 version has been tested so far
  • Many tools use Numpy and Scipy for mathematical routines or data evaluation
  • For plotting Matplotlib is used

Usage instructions

  • Install the package into a folder which is contained within you PYTHONPATH environment variable, then everything should be fine.
  • Within knodat/evtools there are scripts which can be used directly from the command line. They require the last step and it is recommended to put their location into your PATH variable