Metadata

Metadata provides a wrapper for the isce::product::Metadata class which encapsulates orbit, ellipsoid, and some instrumentation information.

class isce3.core.Metadata.Metadata

Wrapper for pyMetadata.

attitude

Get Euler angles attitude.

static bind(pyMetadata meta)

Creates a new pyMetadata instance with C++ Metadata attribute shallow copied from another C++ Metadata attribute contained in a separate instance.

Parameters

meta (pyMetadata) – External pyMetadata instance to get C++ Metadata from.

Returns

New pyMetadata instance with a shallow copy of C++ Metadata.

Return type

new_meta (pyMetadata)

orbit

Get orbit.

procInfo

Get processing information.