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

ParameterTypeRequiredDefaultDescription
dim_instryes-inferred from implementation.
dim_outstrnoNoneinferred from implementation.
verboseboolnoTrueinferred from implementation.

Return Type

str

inferred from implementation.

Exceptions

  • RuntimeError
  • ValueError

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.