Page 1 of 1

Feature: include OLCI b09 in output

Posted: Tue Jun 28, 2022 9:59 am
by tsilva
This is a feature request: could Polymer have the option to include OLCI's band 9, 673.75nm, in its output?

I am using SNAP for several parts of a chain, where Polymer performs the atmospheric correction, but in order to calculate Forel-Ule water classification, SNAP's module requires all of the following bands:
400.0, 412.5, 442.5, 490.0, 510.0, 560.0, 620.0, 665.0, 673.75, 681.25, 708.75

See discussion here: https://forum.step.esa.int/t/s3tbx-fore ... on/7647/31.

Thanks,
Tiago

Re: Feature: include OLCI b09 in output

Posted: Tue Jul 19, 2022 7:32 am
by fsteinmetz
Dear Tiago,

You can include the output at band 673, by passing the following argument :
run_atm_corr(..., bands_rw=[400,412,443,490,510,560,620,665,674,681,709,754,779,865,1020])

By default, this band is indeed not included (see params.py:323)

Cheers,
François