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
07f469e2
Commit
07f469e2
authored
Oct 11, 2019
by
mreichardt
Browse files
added pco to imageRead
parent
93f11b84
Pipeline
#111057
passed with stage
in 1 minute and 28 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
functions/inputOutput/getImageReaderIRP.m
View file @
07f469e2
...
...
@@ -65,6 +65,8 @@ switch lower(detectorName)
result
=
@
(
fileName
)
(
rot90
(
single
(
imread_itex
(
fileName
)),
2
));
case
'zyla'
result
=
@
(
fileName
)
(
fliplr
(
flipud
(
single
(
imread
(
fileName
)))));
case
'pco'
result
=
@
(
fileName
)
(
fliplr
(
flipud
(
single
(
imread
(
fileName
)))));
case
'timepix'
if
(
nargin
>
1
)
result
=
@
(
fileName
)
(
rot90
(
single
(
imread_timepix
(
fileName
,
settings
))));
...
...
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