Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
irp
HoloTomoToolbox
Commits
02fad5bf
Commit
02fad5bf
authored
Nov 01, 2021
by
paulphilipp.meyer
Browse files
fixed default padding value for fresnel propagator
parent
1a1cd96c
Pipeline
#244823
passed with stage
in 54 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functions/fresnelPropagation/FresnelPropagator.m
View file @
02fad5bf
...
...
@@ -34,7 +34,7 @@ classdef FresnelPropagator
% Determines the method (= underlying discretization approach) used to Fresnel-propagate images.
% Admissible choices: {'fourier', 'chirp', 'chirpLimited', 'pixel2pixel'} (details are given
% in the documentation of fresnelPropagationKernel)
% padVal : Default = 'replicate
% padVal : Default = 'replicate
'
% Number or string that determines how the images are optionally padded. Same admissible
% choices as for the MATLAB-function padarray.
% singlePrecision : Default = false
...
...
@@ -256,7 +256,7 @@ methods (Static)
defaults
.
method
=
'fourier'
;
defaults
.
sizePad
=
[];
defaults
.
sizeOut
=
[];
defaults
.
padVal
=
0
;
defaults
.
padVal
=
'replicate'
;
defaults
.
fresnely
=
[];
defaults
.
fresnelz
=
[];
defaults
.
singlePrecision
=
false
;
...
...
paulphilipp.meyer
@paulphilipp.meyer
mentioned in commit
ff446780
·
Jan 19, 2022
mentioned in commit
ff446780
mentioned in commit ff4467806f33fc09f237039b1823b508f7391e46
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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