Page 1 of 1

Calcolate loacally tuned SPM algorithm

Posted: Thu Jan 31, 2019 1:50 pm
by emanuele.ciancia
Hi Quinten,
I'd like to generate SPM maps by implementing a locale scale tuned algorithm based on MSI Rrs_704, as the following:

SPM = 0.7198 * exp(329.73*Rrs_704)

Is it possible? How can I add this specific L2W_parameter in order to precess simoultanly of all the images I need?

Thank you in advance,

Best regards,
Emanuele

Re: Calcolate loacally tuned SPM algorithm

Posted: Thu Feb 21, 2019 7:43 am
by quinten
Hi Emanuele

I can add this as an output parameter in the next version if you are interested, please provide me with a parameter name (spm_***) and reference.

If you are comfortable using the github code you can also add this yourself in acolite_l2w.py. Otherwise it is quite easy to calculate from the L2R files using your programming language of choice.

Quinten