skretrieval.retrieval.statevector.StateVectorElement

skretrieval.retrieval.statevector.StateVectorElement#

class skretrieval.retrieval.statevector.StateVectorElement(enabled: bool = True)[source]#

Bases: ABC

A state vector element is a component of the full state vector used in the retrieval. Each state vector element has a state, and a prior state/covariance associated with it. The state vector element must also be able to update itself, calculate the jacobian matrix for itself.

__init__(enabled: bool = True)[source]#

Methods

__init__([enabled])

apriori_state()

describe(**kwargs)

inverse_apriori_covariance()

lower_bound()

modify_input_radiance(radiance)

name()

propagate_wf(radiance)

state()

update_state(x)

upper_bound()

Attributes

enabled