Module: sarpyx.processor.data.formatters

File: sarpyx/processor/data/formatters.py

Data format converters and processors. This module contains utilities for converting between different SAR data formats and preprocessing operations.

Exported Symbols (__all__)

  • format_converter
  • preprocess_data
  • validate_format

Public Functions (3)

format_converter function

General format converter for SAR data.

File location: sarpyx/processor/data/formatters.py:8

Signature

format_converter()

Parameters

ParameterTypeRequiredDefaultDescription
--no-No explicit public parameters; behavior inferred from implementation.

Return Type

inferred from implementation

inferred from implementation.

Exceptions

None explicitly documented; inferred from implementation.

Side Effects

  • inferred from implementation

Example Usage

from sarpyx.processor.data.formatters import format_converter

result = format_converter()

Edge Cases

No explicit edge-case section found; behavior is inferred from implementation.

preprocess_data function

Preprocessing operations for SAR data.

File location: sarpyx/processor/data/formatters.py:12

Signature

preprocess_data()

Parameters

ParameterTypeRequiredDefaultDescription
--no-No explicit public parameters; behavior inferred from implementation.

Return Type

inferred from implementation

inferred from implementation.

Exceptions

None explicitly documented; inferred from implementation.

Side Effects

  • inferred from implementation

Example Usage

from sarpyx.processor.data.formatters import preprocess_data

result = preprocess_data()

Edge Cases

No explicit edge-case section found; behavior is inferred from implementation.

validate_format function

Format validation utilities.

File location: sarpyx/processor/data/formatters.py:16

Signature

validate_format()

Parameters

ParameterTypeRequiredDefaultDescription
--no-No explicit public parameters; behavior inferred from implementation.

Return Type

inferred from implementation

inferred from implementation.

Exceptions

None explicitly documented; inferred from implementation.

Side Effects

  • inferred from implementation

Example Usage

from sarpyx.processor.data.formatters import validate_format

result = validate_format()

Edge Cases

No explicit edge-case section found; behavior is inferred from implementation.

Public Classes (0)

No public classes detected.