Skip to content

Build examples

Sam Murphy edited this page Jun 20, 2017 · 1 revision

You can build a look-up table for any satellite mission. Here are some example use cases..

  1. a central wavelength of 0.42 microns:

$ python3 LUT_build.py --wavelength 0.42

  1. a wavelength range from 0.42 to 0.72 microns

$ python3 LUT_build.py --wavelength 0.42 0.72

  1. a wavelength range from 0.42 to 0.43 with a spectral filter function (must be 2.5 nm internals)

$ python3 LUT_build.py --wavelength 0.42 0.43 --filter [0.1, 0.8, 0.95, 0.87, 0.05]

  1. Sentinel 2, channel 1

$ python3 LUT_build.py --channel S2A_MSI_01

  1. Landsat 8, channel 1

$ python3 LUT_build.py --channel LANDSAT_OLI_B8

  1. Build a full LUT for Sentinel 2, channel 1

$ py LUT_build.py --channel S2A_MSI_01 --build_type full

Clone this wiki locally