Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tomotools
tomoscan
Commits
40059082
Commit
40059082
authored
May 19, 2020
by
Tomas Farago
Browse files
[TomoScanBase] add the possibility to get only one return projection
parent
3ffd534e
Changes
1
Show whitespace changes
Inline
Side-by-side
tomoscan/scanbase.py
View file @
40059082
...
...
@@ -326,6 +326,8 @@ class TomoScanBase:
else
:
res
[
'90(1)'
]
=
ordered_url
[
extraImgs
[
0
]]
res
[
'0(1)'
]
=
ordered_url
[
extraImgs
[
1
]]
elif
len
(
extraImgs
)
==
1
:
res
[
'0(1)'
]
=
ordered_url
[
extraImgs
[
0
]]
else
:
raise
ValueError
(
'incoherent data information to retrieve scan'
'extra images angle'
)
...
...
Write
Preview
Supports
Markdown
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