From fa2b568530037cb9a9004e2da65a414574454f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisa=20Sch=C3=A4tzle?= <lisa.schaetzle@kit.edu> Date: Thu, 11 Jan 2024 09:27:30 +0000 Subject: [PATCH] Update generateOmega.m --- src/generateOmega.m | 1 + 1 file changed, 1 insertion(+) diff --git a/src/generateOmega.m b/src/generateOmega.m index 44cfa86..2bcdf68 100644 --- a/src/generateOmega.m +++ b/src/generateOmega.m @@ -9,6 +9,7 @@ function [P_Omega, P_OmegaC] = generateOmega(OmegaTypes, nxhat, nd, params) % nd Number of illumination directions, i.e. columns. % params Further specification of the shapes of the components of % Omega, 5*nr_of_OmegaTypes-array. +% % OUTPUT: P_Omega Projection operator corresponding to non-observable part Omega, % nxhat*nd-array, only 0 and 1 entries, zero-matrix for splitting only. % P_OmegaC Projection operator corresponding to observable part Omega^C, -- GitLab