change O-mode CMD
This commit is contained in:
parent
ba8759412a
commit
0870abd663
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ concentration_vs_diameter = (
|
|||
(1 / d) * (1.0 / (np.sqrt(2 * np.pi) * 0.5)) * np.exp(-1 * (np.log(d) - 1.4) ** 2 / (2 * 0.5 ** 2))),
|
||||
# O-mode
|
||||
np.vectorize(lambda d:
|
||||
(1 / d) * (0.001 / (np.sqrt(2 * np.pi) * 0.56)) * np.exp(-1 * (np.log(d) - 5.49) ** 2 / (2 * 0.56 ** 2)))
|
||||
(1 / d) * (0.001 / (np.sqrt(2 * np.pi) * 0.56)) * np.exp(-1 * (np.log(d) - 4.98) ** 2 / (2 * 0.56 ** 2)))
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue