Calcolate loacally tuned SPM algorithm

Technical questions about ACOLITE
Post Reply
emanuele.ciancia
Posts: 11
Joined: Thu Oct 25, 2018 4:05 pm

Calcolate loacally tuned SPM algorithm

Post 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
quinten
Posts: 1019
Joined: Tue Mar 03, 2015 8:13 am

Re: Calcolate loacally tuned SPM algorithm

Post 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
Post Reply