Help on module datalook:
NAME
datalook - # coding: utf-8
FUNCTIONS
analyse(filename, outfile=None)
This is a function that does analyse the data and does a plot of Graphs
detect_problems(filename)
Some of our temperature files have problems, check for these.
This fucntion reads a file (filename argument) and reports on odd looking maxima and minima
that add up to zero.
This seems to happen when the sensors break.
The function does not return any data.
FILE
/Users/alhamdu/Desktop/sc-python/datalook.py