Crate sicd_rs

Source
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§

ImageData
Image data structure. Currently only implements Complex<F32> (e.g. big-endian complex float) data type
Sicd
SICD file structure

Enums§

SicdError
SicdMeta
SicdVersion

Traits§

ToNative

Functions§

read_sicd
Construct a Sicd object from a file path.