BIDR
Name
bidr
Purpose (one Line)
Compute the bi-directional reflectance (old Hapke formula).
Description
Category
Miscellaneous
Calling Sequence
ans = bidr(w,emu,smu,g,holes,pzero)
Inputs
w - Single scattering albedo.
emu - Cosine of the emission angle.
smu - Cosine of the incidence angle.
g - Phase angle, in radians.
holes - Compaction parameter value (1981 formalism).
pzero - Value of the single particle phase function.
Optional Input Parameters
None.
Keyword Parameters
None.
Outputs
Return value is the bi-directional reflectance.
Common Blocks
None.
Side Effects
None.
Restrictions
Any input may be a vector. If more than one is a vector then the
lengths must match. The return will have the same dimensions as
the input.
Procedure
Modification History
Written 1991 December, by Marc W. Buie, Lowell Observatory
97/08/21, MWB, fixed phase angle bug, added g as input argument.