Initial commit

This commit is contained in:
2026-04-10 16:46:45 +08:00
commit 4fd1b0a203
165 changed files with 25698 additions and 0 deletions

View File

@ -0,0 +1,35 @@
.. _command:
====================
Command line tools
====================
image_correct.py
================
The 'image_correct' script is a general purpose tool that utilizes
topographic, BRDF and wavelength resampling fuctions to modify/correct
an image.
Configuration file
------------------
Image correction options are specified using a JSON file. Example
configuration files can be found in the github repository. We
have also created a script to automatically generates a JSON
configuration file.
trait_estimate.py
=================
The 'trait_estimate.py' script is a tool to generate maps of canopy
foliar traits given a set of model parameters. Currently only PLSR
models are supported, however support for other statistical modeling
frameworks like Gaussian process regression is currently under
development.