plugins
Product Format Plugins protocols
Input Products plugins protocols.
Attributes
Classes
AbsoluteLocalizationErrorCorrector
Bases: Protocol
SCT protocol to define the behavior of specific sensors Absolute Localization Error computation
Methods:
get_ale_corrections_function
Getter of the ALE correction function to effectively compute corrections
update_corrections_config
Python
update_corrections_config(corrections_config: SCTPointTargetAnalysisCorrectionsConf) -> SCTPointTargetAnalysisCorrectionsConf
Function to update the input SCT Point Target Analysis corrections config to disable specific corrections when an external product is provided.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
corrections_config
|
SCTPointTargetAnalysisCorrectionsConf
|
SCT Point Target Analysis corrections config to be updated |
required |
Returns:
| Type | Description |
|---|---|
SCTPointTargetAnalysisCorrectionsConf
|
updated SCT Point Target Analysis corrections config |