[closes 195] in principle comparing automatic and manual picks works

This commit is contained in:
2016-04-12 04:55:04 +02:00
parent 9359338e81
commit 4a9c02e1d1
2 changed files with 12 additions and 6 deletions

View File

@@ -181,7 +181,7 @@ class ProbabilityDensityFunction(object):
self._x = np.array(x)
@classmethod
def fromPick(self, lbound, barycentre, rbound, incr=0.0001, decfact=0.01,
def fromPick(self, lbound, barycentre, rbound, incr=0.001, decfact=0.01,
type='gauss'):
'''
Initialize a new ProbabilityDensityFunction object.