trying to set custom sensor altitude, as in:
s.altitudes.set_sensor_custom_altitude(alt, aot=aot, water=water, ozone=ozone)
this works for alt=99.9999, failing at alt=100km, with the error:
"At line 1270 of file main.f (unit = 5, file = 'stdin')\nFortran runtime error: Bad integer for item 1 in list input\n"
i imagine it's a hardcoded limitation in 6s fortran code, so not much Py6S can do..
so the questions:
1) any way to bypass it?
2) providing alt=99km, rather than 700-800km typical for landsat/sentinel/.. - would you estimate the error be significant?
is alt. only used to estimate pressure, or it enters additional computations?
Thanks,
Slava