forked from PMarzahn/sense
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
35 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,8 @@ | ||
Over the last decades several different (empirical to physical based) RT | ||
models in the active microwave domain were developed, tested and further | ||
modified. But a easy usable framework combing the most common microwave | ||
RT models (simulating backscatter response of active microwave sensors) | ||
is missing. Thus, every researcher has to produce their own code | ||
implementation from the original source. This python framework shall | ||
serve as a first attempt to combine most common active microwave related | ||
RT models in a modular way. Thus, surface and volume scattering models | ||
can be easily exchanged by each other. Such a modular framework reveals | ||
an opportunity to easily plug and play with different RT model | ||
combinations for different research questions and use cases. SenSE, | ||
facilitates the application of RT models, especially for comparative | ||
analysis. In time, the framework is expected to grow, thus including | ||
more and more RT models (e.g., passive microwave domain) and | ||
sublimentary functions (e.g., more dielectric mixing models). | ||
Over the last several decades, various (empirical to physically based) RT models in the active microwave domain have been developed, tested, and further modified. | ||
However, an easy-to-use framework combining the most common microwave RT models (simulating backscatter responses of active microwave sensors) is lacking. | ||
Thus, every researcher must produce their own code implementation from the original source. | ||
This Python framework aims to serve as a first attempt to combine the most common active microwave-related RT models in a modular way. | ||
As a result, surface and volume scattering models can be easily exchanged with one another. | ||
Such a modular framework provides an opportunity to easily plug and play with different RT model combinations for various research questions and use cases. | ||
SenSE facilitates the application of RT models, especially for comparative analysis. | ||
Over time, the framework is expected to grow, incorporating more RT models (e.g., passive microwave domain) and supplementary functions (e.g., more dielectric mixing models). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters