Module: sarpyx.processor.core.dim_updater
File: sarpyx/processor/core/dim_updater.py
No module docstring available; module purpose is inferred from implementation.
Exported Symbols (__all__)
No explicit __all__ list. Public symbols inferred from implementation.
Public Functions (1)
update_dim_add_bands_from_data_dir function
Adds to .dim file all the bands (i/q/intensity) founded in .data
File location: sarpyx/processor/core/dim_updater.py:198
Signature
update_dim_add_bands_from_data_dir(dim_in: str, dim_out: str=None, verbose: bool=True) -> str
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
dim_in | str | yes | - | inferred from implementation. |
dim_out | str | no | None | inferred from implementation. |
verbose | bool | no | True | inferred from implementation. |
Return Type
str
inferred from implementation.
Exceptions
RuntimeErrorValueError
Side Effects
- filesystem
- io
Example Usage
from sarpyx.processor.core.dim_updater import update_dim_add_bands_from_data_dir
result = update_dim_add_bands_from_data_dir(dim_in=<dim_in>)
Edge Cases
May raise: RuntimeError, ValueError. Includes optional parameters with implementation-defined fallback behavior.
Public Classes (0)
No public classes detected.