Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
bcd4b795
Commit
bcd4b795
authored
Nov 29, 2017
by
syz
Browse files
Default implementation for parameter extraction (UNTESTED)
parent
d42c9ffa
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/processing/process.py
View file @
bcd4b795
...
...
@@ -129,6 +129,8 @@ class Process(object):
"""
self
.
parms_dict
=
get_attributes
(
h5_partial_group
)
self
.
_start_pos
=
self
.
parms_dict
.
pop
(
'last_pixel'
)
if
self
.
_start_pos
==
self
.
h5_main
.
shape
[
0
]
-
1
:
raise
ValueError
(
'The last computed pixel shows that the computation was already complete'
)
def
_set_memory_and_cores
(
self
,
cores
=
1
,
mem
=
1024
):
"""
...
...
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