robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
191 stars 105 forks source link

Update outputs.py #37

Closed MarcYin closed 4 years ago

MarcYin commented 6 years ago

The invalid values in the output text file are represented by "****" and * should not removed from the output str, since that will results in wrong index of results. In the Version 2 6S, the results also have xap, xb and xc for the correction of reflectance, in which xap overwrites xa causing wrong correction parameters for radiance correction.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.1%) to 79.607% when pulling a2f986e0c732cf2b22f94f4501ae3e3026708016 on MarcYin:patch-3 into 08f2f184b3efeebe5d7c3c33fefaa721dd80737c on robintw:master.