nf2ff: fix: cleanup old calculations

Signed-off-by: Thorsten Liebig <Thorsten.Liebig@gmx.de>
This commit is contained in:
Thorsten Liebig 2013-01-07 12:31:14 +01:00
parent e5fd1e1f61
commit 964cb08f4d

View File

@ -56,6 +56,10 @@ end
% adopted from
% 2012, Tim Pegg <teepegg@gmail.com>
% cleanup (if exist)
nf2ff.E_cprh = [];
nf2ff.E_cplh = [];
% Setup vectors for converting to LHCP and RHCP polarization senses
cosphi = cos(nf2ff.phi)';
sinphi = sin(nf2ff.phi)';