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
c2c70e01
Commit
c2c70e01
authored
Mar 09, 2020
by
Leon Merten Lohse
Browse files
Update documentation of removeStripes to correctly describe the defaults
parent
5dde03b4
Pipeline
#127135
passed with stage
in 1 minute and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functions/imageProcessing/artefactRemoval/removeStripes.m
View file @
c2c70e01
...
@@ -17,16 +17,14 @@ function [imCorr, corr2D] = removeStripes(imToCorr,settings)
...
@@ -17,16 +17,14 @@ function [imCorr, corr2D] = removeStripes(imToCorr,settings)
%
%
% Other Parameters
% Other Parameters
% ----------------
% ----------------
% rangeTop : Default =
1:100
% rangeTop : Default =
[]
% Range at the top of the image to average.
% Range at the top of the image to average.
[] results in the top most 4%
% rangeBottom : Default = []
% rangeBottom : Default = []
% Range at the bottom of the image to average. [] results in the bottom most 100
% Range at the bottom of the image to average. [] results in the bottom most 4%
% pixels of the image.
% rangeLeft : Default = []
% rangeLeft : Default = 1:100
% Range at the left edge of the image to average. [] results in the left most 4%
% Range at the left edge of the image to average.
% rangeRight : Default = []
% rangeRight : Default = []
% Range at the right edge of the image to average. [] results in the right most
% Range at the right edge of the image to average. [] results in the right most 4%
% 100 pixels of the image.
% windowSize : Default = 5
% windowSize : Default = 5
% Window size for smoothing the profile via a moving mean.
% Window size for smoothing the profile via a moving mean.
% direction : Default = 'vertical'
% direction : Default = 'vertical'
...
...
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