Albedo

class retrieval.species_albedo.AlbedoLimbProfile(atmosphere, init_albedo=0.3)

Methods

check_convergence
configure_instrument_and_method
get_required_wavelengths
get_x
lm_weighting_matrix
mart_weighting_matrix
measurement_vector
measurement_vector_aer
measurement_vector_aer_unnorm
measurement_vector_jacobian
output_data
set_x
update_profile
measurement_vector_aer(inst, do_error=False)

Generates the measurement vector

Parameters:

inst : Instrument

Instrument that provides level 1 used to generate the measurement vector.

do_error : (optional)

Whether or not to compute the error on the measurement vector. If false, the error is returned as zeros.

Returns:

y : 1d array

The measurement vectors stacked into a one dimensional array.

measurement_vector_aer_unnorm(inst, do_error=False)

Generates the measurment vector unnormalized by high altitude and rayleigh

Returns:

y : 2d array

An array of height x num meas vectors

dy : 2d array

An array the same size as y, containing the measurement vector error