class parts.scattering.scattering_species.Jacobian(quantity, index)[source]

Bases: parts.jacobian.JacobianBase

setup(ws)[source]

This method should call the jacobianAdd... method corresponding to the quantity on the given workspace ws.

class parts.scattering.scattering_species.Moment(species_name, moment_name, jacobian=False)[source]

Bases: parts.atmosphere.atmospheric_quantity.AtmosphericQuantity, parts.retrieval.RetrievalQuantity

jacobian_class

Return the class object that holds the actual implementation of the Jacobian calculation.

retrieval_class

Return the class object that holds the actual implementation of the Jacobian calculation.

set_from_x(ws, x)[source]

Set method that sets the value of the retrieval quantity to a given a priori state.

class parts.scattering.scattering_species.Retrieval(quantity, index)[source]

Bases: parts.retrieval.RetrievalBase, parts.scattering.scattering_species.Jacobian