Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
irp
HoloTomoToolbox
Commits
1d52afdc
Commit
1d52afdc
authored
Sep 20, 2019
by
Leon Merten Lohse
Browse files
Update template_tomo_analysis_GINIX.m
parent
8e3c2a53
Pipeline
#109194
passed with stage
in 1 minute and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
examples/template_tomo_analysis_GINIX.m
View file @
1d52afdc
...
@@ -290,8 +290,7 @@ parfor indProj = 1:numAngles
...
@@ -290,8 +290,7 @@ parfor indProj = 1:numAngles
end
end
% Compute rescaled Fresnel-numbers (cannot be done in parfor-loop)
% Compute rescaled Fresnel-numbers (cannot be done in parfor-loop)
[
~
,
fresnelNumbers
]
=
rescaleDefocusSeries
(
ones
([
2
,
2
,
numel
(
distToUse
)]),
F
(:,
distToUse
),
M
(:,
distToUse
),
alignSettings
);
fresnelNumbers
=
F
.*
(
M
.
/
max
(
M
)))
.^
2
;
%% Show all holograms for a random tomographic angle to check results
%% Show all holograms for a random tomographic angle to check results
projIdx
=
randi
(
numAngles
);
projIdx
=
randi
(
numAngles
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment