Release Notes

Details on the changes in recent versions of Py6S can be found below. More detailed information is available by examining the commit history via Github.

1.5.4 (16th July 2014)

Fixed minor error on install (didn’t affect any functionality)

1.5.3 (16th July 2014)

  • Added RapidEye bands to PredefinedWavelengths

1.5.2 (8th July 2014)

  • Added extraction of two outputs that had been missed out before: the integrated filter function, and the integrated solar spectrum.

1.5.1 (3rd July 2014)

  • Added an option to write_input_file to allow a filename to be given - allowing users to easily export standard 6S input files from Py6S.

1.5.0 (22nd April 2014)

  • First release compatible with Python 3. All Py6S functionality should work fine on Python 3 - please contact me if there are any problems.
  • Added Landsat 8 spectral response functions, and a run_landsat_oli function.

1.4.2 (20th Feb 2014)

  • Fixed bug in the AERONET import routine which meant that ambiguous dates would be imported as MM/DD/YYYY rather than DD/MM/YYYY as specified in the documentation (thanks Marcin)

1.4.1 (22nd Jan 2014)

  • Fixed a minor bug which means that running for multiple wavelengths/angles after having already run the SixS object manually would crash

1.4.0 (21st Jan 2014)

  • Added parallel processing support for the methods in SixSHelpers that run for multiple wavelengths and multiple angles. This will significantly speed up these runs: on a dual-core machine they should take approximately half the time, and the speedup will be even better on quad-core or eight-core computers. The parallelisation abilities (including the speedup) may be improved in the future, but this should be a significant improvement for now.
  • Added produce_debug_report() function to the SixS object. This gives all of the debugging information that I would need when helping to fix a problem - so please run this and send me the output whenever problems occur.

1.3.1 (15th Jan 2014)

  • Added proper error handling for dealing with erroneous 6S output, now things shouldn’t crash if 6S produces strange results
  • Bugfix for error when setting custom altitudes in certain situations
  • Added more detailed error messages for failure to import AERONET data
  • Bugfix for the specification of geometry parameters within the 6S input file - now more accurate
  • Improvements to documentation (typos, clearer explanations etc)
  • Added CITATION file to explain how to cite Py6S

1.3 (6th April 2013)

  • Fixed a number of bugs relating to geometry specification (thanks Matthew Hanson).
  • Significantly improved the code for importing AERONET data - this is now far less likely to go wrong, and more intelligent about what measurements it takes.

1.2.4 (28th Feb 2013)

Bugfix release to fix issue with importing AERONET data from instruments which don’t take measurements at 500nm. Importing should now work for any AERONET data, with a warning raised if the instrument doesn’t have a band within 70nm of 550nm.

1.2.3 (10th Feb 2013)

Bugfix release to fix issue with importing geometry details from time and location, due to issues with importing PySolar.

1.2.2 (4th Jan 2013)

Bugfix release to fix issue with installation not finding README.rst on some systems.

1.2.1 (3rd Jan 2013)

Bugfix release to fix an issue with the BRDF options in Py6S.GroundReflectance, as none of them worked any more due to an issue with the features that were added in v1.2.

1.2 (2nd Jan 2013)

Added ability to import a spectrum from a spectral library (USGS or ASTER spectral libraries are currently supported) and then specify it as the ground reflectance. See Py6S.SixSHelpers.Spectra and Py6S.GroundReflectance.

This also means that anything that can produce a 2D array with wavelengths (column 0, in micrometres) and reflectances (column 1) can be used to set the ground reflectance. For example, the Python interface to the ProSAIL model (PyProSAIL) can do this, and thus outputs from PyProSAIL can easily be used with 6S (see here for more detailed instructions).

1.1.1 (18th Oct 2012)

Fixed bug which caused Py6S to crash when performing atmospheric correction on Linux (Thanks Vincent!)

1.1 (11th August 2012)

  • Updated code for running for multiple wavelengths to make it far easier to maintain
  • Fixed bug with user-defined aerosol profile

1.0

This is the first public release of Py6S, which includes all of the functionality detailed in the documentation.