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
payno
id06workflow
Commits
32bb15d6
Commit
32bb15d6
authored
Oct 17, 2018
by
payno
Browse files
fix typo
parent
1ed43984
Changes
2
Hide whitespace changes
Inline
Side-by-side
id06workflow/core/experiment/operation/mapping.py
View file @
32bb15d6
...
...
@@ -125,7 +125,6 @@ class IntensityMapping(_MappingBase):
self
.
dim
[
iDim
][
y
,
x
,
2
]
=
angles_skewness
self
.
dim
[
iDim
][
y
,
x
,
3
]
=
angles_kurtosis
print
(
'should register mapping operation'
)
self
.
registerOperation
()
return
self
.
dim
...
...
id06workflow/core/experiment/operation/roi.py
View file @
32bb15d6
...
...
@@ -45,7 +45,7 @@ class RoiOperation(OverwritingOperation):
""" numpy.ndarray used for caching"""
def
key
(
self
):
return
' '
.
join
((
self
.
_name
,
'origin:'
,
str
(
self
.
_origin
),
'
origin
:'
,
return
' '
.
join
((
self
.
_name
,
'origin:'
,
str
(
self
.
_origin
),
'
size
:'
,
str
(
self
.
_size
)))
def
compute
(
self
):
...
...
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