Expand description
Sensor Independent Complex Data support
The primary interface for general sicd reading is read_sicd
.
It is a future goal to have functions for each version, but for now a single
function call and match
statement are used.
Modules§
- dep
- Deprecated SICD versions, not forward-compatible with more recent versions.
- v1_3_0
- Common types and metadata definition for SICD Version 1.3.0 [2021-11-30]
Structs§
- Image
Data - Image data structure. Currently only implements Complex<F32
> (e.g. big-endian complex float) data type - Sicd
- SICD file structure