-
Notifications
You must be signed in to change notification settings - Fork 27
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..
- a central wavelength of 0.42 microns:
$ python3 LUT_build.py --wavelength 0.42
- a wavelength range from 0.42 to 0.72 microns
$ python3 LUT_build.py --wavelength 0.42 0.72
- 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]
- Sentinel 2, channel 1
$ python3 LUT_build.py --channel S2A_MSI_01
- Landsat 8, channel 1
$ python3 LUT_build.py --channel LANDSAT_OLI_B8
- Build a full LUT for Sentinel 2, channel 1
$ py LUT_build.py --channel S2A_MSI_01 --build_type full