measurement_vector_fitted ========================= .. currentmodule:: pyarts3.workspace .. attribute:: Workspace.measurement_vector_fitted :type: ~pyarts3.arts.Vector As :attr:`~pyarts3.workspace.Workspace.measurement_vector`, but fitted to the model. This must often be the same size as :attr:`~pyarts3.workspace.Workspace.measurement_sensor`. See :attr:`~pyarts3.workspace.Workspace.measurement_vector` for more details. In that notation, and in the notation of :func:`~pyarts3.workspace.Workspace.OEM`, :math:`\vec{y}_f \approx \vec{y} - \epsilon`. Or at least this should be the case depending on how good of a fit of :math:`\vec{x}` has been produced and if the measurement can be understood properly. .. tip:: It is often useful to present :math:`\vec{y} - \vec{y}_\epsilon` and :math:`\vec{y}_f - \vec{y}_\epsilon` instead of :math:`\vec{y}_f` and :math:`\vec{y}` directly. This removes the known measurement error from both the data and the fit, showing the physical signal from the target rather than known sensor noise. .. rubric:: Default value ``[]`` .. rubric:: Modified by workspace method .. hlist:: :columns: 1 * :func:`~pyarts3.workspace.Workspace.OEM` .. rubric:: Output from workspace methods .. hlist:: :columns: 2 * :func:`~pyarts3.workspace.Workspace.inversion_iterate_agendaExecute` * :func:`~pyarts3.workspace.Workspace.inversion_iterate_agendaExecuteOperator` * :func:`~pyarts3.workspace.Workspace.measurement_inversion_agendaExecute` * :func:`~pyarts3.workspace.Workspace.measurement_inversion_agendaExecuteOperator` * :func:`~pyarts3.workspace.Workspace.measurement_vector_fittedFromMeasurement` .. rubric:: Output from workspace agendas .. hlist:: :columns: 1 * :attr:`~pyarts3.workspace.Workspace.inversion_iterate_agenda` * :attr:`~pyarts3.workspace.Workspace.measurement_inversion_agenda` .. rubric:: Related workspace variables .. hlist:: :columns: 2 * :attr:`~pyarts3.workspace.Workspace.measurement_averaging_kernel` * :attr:`~pyarts3.workspace.Workspace.measurement_gain_matrix` * :attr:`~pyarts3.workspace.Workspace.measurement_inversion_agenda` * :attr:`~pyarts3.workspace.Workspace.measurement_jacobian` * :attr:`~pyarts3.workspace.Workspace.measurement_jacobian_error` * :attr:`~pyarts3.workspace.Workspace.measurement_sensor` * :attr:`~pyarts3.workspace.Workspace.measurement_vector` * :attr:`~pyarts3.workspace.Workspace.measurement_vector_error` * :attr:`~pyarts3.workspace.Workspace.measurement_vector_error_covariance_matrix` .. :class:`~pyarts3.arts.Vector`