Quality Analyses Plugins
Welcome to the official Quality Analyses Plugins documentation for the SCT (SAR Calibration Toolbox) python ecosystem.
This documentation hub collects the documentation for all the quality analyses plugins developed so far, providing a small overview of the functionalities of the available plugins, their structure and usage and the python API references.
Here you will find:
- A list of all the quality analyses plugins available in the ecosystem
- Description of the plugins system and architecture
- A guide to create your own plugins
Available Plugins
Here is an up-to-date list of the available plugins:
| Analysis Scope | Package Name | Documentation |
|---|---|---|
| Point Target | sct-point-target-analysis | Point Target Plugin |
| Radiometry | sct-radiometric-analysis | Radiometric Plugin |
| Spectra | sct-spectral-analysis | Spectral Plugin |
| Elevation Notch | sct-notch-analysis | Notch Plugin |
| Interferometry | sct-interferometric-analysis | Interferometric Plugin |
| Ambiguity Ratio | sct-ambiguities-analysis | Ambiguities Plugin |
Installation
Each plugin can be installed separately as it is a full fledged standalone python package. All plugins are available on
PyPI and can be installed using pip.
Refer to the installation page for more details.
Note
Few SCT analyses plugins can be installed directly when installing SCT itself using the dedicated optional dependency group. Refer to the SCT installation guide page for more details.