Skip to content

Commit

Permalink
[doc] fix incorrect default value for gscatter
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Mar 28, 2024
1 parent b4706ae commit 3b7e11c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/mcx_help.html
Original file line number Diff line number Diff line change
Expand Up @@ -949,13 +949,15 @@ <h4>--gscatter</h4>

<dl class='wikiddllevel1'>
<dt><strong>Format</strong><dd> An integer
<dt><strong>Default value</strong><dd> -1
<dt><strong>Restriction</strong><dd> 1e9
<dt><strong>Default value</strong><dd> 1e9
<dt><strong>Restriction</strong><dd> can not be negative
<dt><strong>Description</strong><dd>
</dl>
after a photon completes the specified number of
scattering events, mcx then ignores anisotropy g
and only performs isotropic scattering for speed
and only performs isotropic scattering using mus' = mus*(1-g)
for speed. Setting gscatter to 0 to completely ignore
g in all scatterign events (and use mus' instead of mus).
<p>
<p>
<a name="maxvoidstep"></a>
Expand Down

0 comments on commit 3b7e11c

Please sign in to comment.