Skip to content

Add a solar distance parameter in the optical calibration module

Aurélie Emilien requested to merge 1808_solar_variability_as_input into develop

Summary

A solar distance parameters has been added to the Optical calibration application in order to be used in the underlying filters.

Rationale

See issue #1808 .

Implementation Details

The solar distance parameter can be used, if selected, to compute the filtered images in :

  • otbImageToReflectanceImageFilter.h
  • otbRadianceToReflectanceImageFilter.h
  • otbReflectanceToImageImageFilter.h
  • otbReflectanceToRadianceImageFilter.h
Applications
  • a "solar distance parameter" has been added to the parameters of the OpticalCalibration application.
Tests

Tests have been added to the CMakeLists.txt to cover the four cases of filter described above.

Additional notes

An example of python script for computing the earth/sun distance can be found here.

Copyright

The copyright owner is CS Systèmes d'Information and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
Edited by Aurélie Emilien

Merge request reports