EnSpec / hytools

Hyperspectral image processing library
GNU General Public License v3.0
56 stars 25 forks source link

Equations for modminn.py #17

Open brentwilder opened 1 year ago

brentwilder commented 1 year ago

Hey Adam,

I believe for this correction method to solve for $\rho{MM}$ you must first estimate $\rho{L}$ using the Lambertian method of topographic normalization. See EQN 2 and 10 in, https://www.sciencedirect.com/science/article/pii/S0303243411000584

ot EQN 5 in Richter et al. 2009

For this function then, would you need to add,

$\rho{L}$ = $\rho{original} ( cos(\theta_s) / cos(\beta))$ ?

Thanks! Brent