Help for PHO_MOSHER


PURPOSE:

In this PDF, the user is asked for the only parameters needed for the Mosher's
photometric function.

MATHEMATICAL BACKGROUND :

bidirectional reflectance [1/str] :

r(i,e,g) = (A + B * g  C * exp(- D * g)) * pow(cos(i) * cos(e), MO_EXP1 + MO_EXP2 * g) / cos(e)

with:
i 	incidense angle
e 	emission angle
g 	phase angle 
A 	A_VEVERKA
B 	B_VEVERKA
C 	C_VEVERKA
D 	D_VEVERKA	

REFERENCE :
old VICAR Photometry programs
!
PROGRAMMER:

Friedel Oschuetz
Institute of Planetary Exploration
DLR
12484 Berlin (FRG)


PARAMETERS:


A_VEVERKA

Veverka parameter

B_VEVERKA

Veverka parameter

C_VEVERKA

Veverka parameter

D_VEVERKA

Veverka parameter

MO_EXP2

Mosher's exponent

MO_EXP1

Mosher's exponent

See Examples:


Cognizant Programmer: