##// END OF EJS Templates
Miguel Valdez -
r225:89c13353a3f3
parent child
Show More
@@ -29,6 +29,7 def hildebrand_sekhon(data, navg):
29 29 dataflat = data.copy().reshape(-1)
30 30 dataflat.sort()
31 31 npts = dataflat.size #numbers of points of the data
32 npts_noise = 0.2*npts
32 33
33 34 if npts < 32:
34 35 print "error in noise - requires at least 32 points"
General Comments 0
You need to be logged in to leave comments. Login now