Module: sarpyx.processor.utils.summary
File: sarpyx/processor/utils/summary.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)
summarize_2d_array function
inferred from implementation.
File location: sarpyx/processor/utils/summary.py:3
Signature
summarize_2d_array(arr)
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
arr | inferred from implementation | yes | - | inferred from implementation. |
Return Type
inferred from implementation
inferred from implementation.
Exceptions
None explicitly documented; inferred from implementation.
Side Effects
- io
Example Usage
from sarpyx.processor.utils.summary import summarize_2d_array
result = summarize_2d_array(arr=<arr>)
Edge Cases
No explicit edge-case section found; behavior is inferred from implementation.
Public Classes (0)
No public classes detected.