Page 1 of 1

struggling to run OLCI with the ancillary option

Posted: Tue Mar 24, 2020 5:28 pm
by blake
Hi François

Do you have an example of the OLCI that is utilising the ancillary data option as I keep having errors about masked arrays when trying to use it? (poly4.12)

Cheers
Matt


run_atm_corr(
Level1_OLCI(dirname=indir, landmask=None, ancillary=Ancillary_NASA(),
altitude=SRTM3(directory="/home/administrator/polymer-v4.12/"
"ANCILLARY/SRTM", missing=GLOBE(directory=
"/home/administrator/polymer-v4.12/ANCILLARY/GLOBE"))),

Level2_NETCDF(filename=outdir, outdir=None, format="NETCDF4",)

Re: struggling to run OLCI with the ancillary option

Posted: Wed Mar 25, 2020 7:46 am
by fsteinmetz
Hi Blake,

Indeed there is a bug when applying Ancillary data to OLCI.
Please see this thread for how to fix it : viewtopic.php?f=7&t=41
I will make a release shortly with a few fixes including this one.
Cheers,
François