FN_HG3
Name
fn_hg3
Purpose
Evaluate the 3-parameter Henyey-Greenstein phase function.
Description
Category
Mathematical
Calling Sequence
fn_hg3, g, a, F, /radians
Inputs
g: Phase angle(s) in degrees.
a: Array of parameters:
A[0] = forward asymmetry (should be positive)
A[1] = backward asymmetry (should be negative)
A[2] = forward fraction (between 0 and 1)
Optional Input Parameters
Keyword Input Parameters
radians: Phase angle is in radians instead of default degrees.
Outputs
F: The value of the function at each g.
Keyword Output Parameters
Optional Output Parameters
Common Blocks
None.
Side Effects
None.
Restrictions
None.
Procedure
Modification History
1999-Nov-13 Created by Will Grundy
2001-Oct-29 WMG added radians keyword