Albedo¶
-
class
retrieval.species_albedo.AlbedoLimbProfile(atmosphere, init_albedo=0.3)¶ Methods
check_convergenceconfigure_instrument_and_methodget_required_wavelengthsget_xlm_weighting_matrixmart_weighting_matrixmeasurement_vectormeasurement_vector_aermeasurement_vector_aer_unnormmeasurement_vector_jacobianoutput_dataset_xupdate_profile-
measurement_vector_aer(inst, do_error=False)¶ Generates the measurement vector
Parameters: inst :
InstrumentInstrument 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
-