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
3a6b8cc4
Commit
3a6b8cc4
authored
Oct 07, 2019
by
mreichardt
Browse files
fix
#1
parent
515f71b2
Pipeline
#110444
passed with stage
in 1 minute and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
functions/plotting/showStack.m
View file @
3a6b8cc4
...
...
@@ -119,7 +119,11 @@ if iscell(stack)
end
%%
%get dimensions
[
Ny
,
Nx
,
numImages
]
=
circshift
(
size
(
stack
),
3
-
settings
.
dimension
);
tmp
=
size
(
stack
);
numImages
=
tmp
(
settings
.
dimension
);
tmp
(
settings
.
dimension
)
=
[];
Ny
=
tmp
(
1
);
Nx
=
tmp
(
2
);
%set frame range
if
isempty
(
settings
.
range
)
...
...
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