You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`--rp-g`: Geometric mean radius of primary particles.
33
-
-`--rp-gstd`: Geometric standard deviation of radii (`1.0` for monodisperse).
33
+
-`--rp-gstd`: **Geometric** standard deviation of radii (`>= 1.0`). If provided, **takes precedence** over `--rp-std`. If neither is provided, defaults to [Default Value, e.g., 1.5].
34
+
-`--rp-std`: Approximate **arithmetic** standard deviation of radii. Used to _estimate_`--rp-gstd` via `exp(std/mean)`**only if `--rp-gstd` is not given**. A warning will show the estimated geometric value being used.
34
35
-`--tol-ov`: Overlap tolerance (e.g., `1e-5`).
35
36
-`--n-subcl-perc`: Target fraction for PCA subcluster size (e.g., `0.1`).
-`-h`, `--help`: Show all available options and their defaults.
43
44
45
+
**Example: Using Arithmetic Standard Deviation**
46
+
47
+
Generate an aggregate with N=200, Df=1.9, kf=1.2, geometric mean radius 20, and an approximate _arithmetic_ standard deviation of 5. `pyfracval` will estimate the geometric standard deviation and use that.
0 commit comments