Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Vasudevan, Rama K
pycroscopy
Commits
3e895b38
Commit
3e895b38
authored
Dec 19, 2017
by
Unknown
Browse files
Fix bug in data processing example
parent
4092b16f
Changes
2
Hide whitespace changes
Inline
Side-by-side
examples/dev_tutorials/plot_tutorial_05_data_processing.py
View file @
3e895b38
"""
=======================================
==========================
=======================================
Tutorial 5: Formalizing Data Processing
=======================================
==========================
=======================================
**Suhas Somnath**
...
...
@@ -110,7 +110,7 @@ class ShoGuess(px.Process):
h5_main - dataset to compute on
cores - Number of CPU cores to use for computation - Optional
"""
super
(
ShoGuess
,
self
).
__init__
(
h5_main
,
cores
)
super
(
ShoGuess
,
self
).
__init__
(
h5_main
,
cores
=
cores
)
# find the frequency vector
h5_spec_vals
=
px
.
hdf_utils
.
getAuxData
(
h5_main
,
'Spectroscopic_Values'
)[
-
1
]
...
...
pycroscopy/__version__.py
View file @
3e895b38
version
=
'0.59.
2
'
date
=
'1
1/20
/2017'
time
=
'
11:30:2
7'
version
=
'0.59.
3
'
date
=
'1
2/19
/2017'
time
=
'
8:54:4
7'
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