Marginal changes.
This commit is contained in:
parent
d7418d2b30
commit
61e4aa98c6
@ -636,7 +636,6 @@ def fitSourceModel(f, S, fc0, iplot, verbosity=False):
|
|||||||
# right side of initial corner frequency
|
# right side of initial corner frequency
|
||||||
fcstopr = min(fc0 + (fc0 / 2), f[len(f) - 1])
|
fcstopr = min(fc0 + (fc0 / 2), f[len(f) - 1])
|
||||||
ir = np.where(f >= fcstopr)
|
ir = np.where(f >= fcstopr)
|
||||||
print fcstopl, fcstopr
|
|
||||||
# check, if fcstopr is available
|
# check, if fcstopr is available
|
||||||
if np.size(ir) == 0:
|
if np.size(ir) == 0:
|
||||||
fcstopr = fc0
|
fcstopr = fc0
|
||||||
|
Loading…
Reference in New Issue
Block a user