Merge branch 'master' of git.ucc.asn.au:/matches/honours
[matches/honours.git] / research / analysis and stuff / tcs scripts / smoothing.py~
1 #!/usr/bin/python
2
3 # Demonstrate the smoothing algorithm and peak finding
4
5 from process import *
6 import odict
7 import time
8
9 tcsdir = "../../research/TCS/"
10 imagedir = "au_deposition2/"

UCC git Repository :: git.ucc.asn.au