Skip to content
Snippets Groups Projects
Commit fa2b5685 authored by Lisa Schätzle's avatar Lisa Schätzle
Browse files

Update generateOmega.m

parent 820937fc
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,7 @@ function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params) ...@@ -9,6 +9,7 @@ function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params)
% nd Number of illumination directions, i.e. columns. % nd Number of illumination directions, i.e. columns.
% params Further specification of the shapes of the components of % params Further specification of the shapes of the components of
% Omega, 5*nr_of_OmegaTypes-array. % Omega, 5*nr_of_OmegaTypes-array.
%
% OUTPUT: P_Omega Projection operator corresponding to non-observable part Omega, % OUTPUT: P_Omega Projection operator corresponding to non-observable part Omega,
% nxhat*nd-array, only 0 and 1 entries, zero-matrix for splitting only. % nxhat*nd-array, only 0 and 1 entries, zero-matrix for splitting only.
% P_OmegaC Projection operator corresponding to observable part Omega^C, % P_OmegaC Projection operator corresponding to observable part Omega^C,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment