Mercurial > hg > absrec
comparison utils.py @ 17:7fdf964f4edd
Added docstrings to files and functions
author | Nic Cleju <nikcleju@gmail.com> |
---|---|
date | Tue, 03 Apr 2012 16:27:18 +0300 |
parents | 4d1bfd404f6a |
children | 2837cfeaf353 |
comparison
equal
deleted
inserted
replaced
16:23e9b536ba71 | 17:7fdf964f4edd |
---|---|
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 """ | 2 """ |
3 Created on Wed Nov 09 12:28:55 2011 | 3 Some utility functions. |
4 | 4 |
5 @author: ncleju | 5 Author: Nicolae Cleju |
6 """ | 6 """ |
7 | 7 |
8 import numpy | 8 import numpy |
9 import scipy.io | 9 import scipy.io |
10 import matplotlib.pyplot as plt | 10 import matplotlib.pyplot as plt |