Feature: include OLCI b09 in output

Post Reply
tsilva
Posts: 7
Joined: Tue Nov 02, 2021 5:32 pm
company / institution: CEFAS, UK government
Location: Lowestoft

Feature: include OLCI b09 in output

Post 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
User avatar
fsteinmetz
Site Admin
Posts: 306
Joined: Fri Sep 07, 2018 1:34 pm
company / institution: Hygeos
Location: Lille, France
Contact:

Re: Feature: include OLCI b09 in output

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