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
7e6ac8de
Commit
7e6ac8de
authored
Jul 02, 2020
by
ssomnath
Browse files
Blind printing of few vars to catch source of problems
parent
0e345f0f
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/df_utils/be_utils.py
View file @
7e6ac8de
...
...
@@ -1145,6 +1145,7 @@ def createSpecVals(udvs_mat, spec_inds, bin_freqs, bin_wfm_type, parm_dict,
"""
Get bins for current step based on waveform
"""
print
(
'bin_wfm_type: {}, waveform[step]: {}'
.
format
(
bin_wfm_type
,
wave_form
[
step
]))
this_wave
=
np
.
where
(
bin_wfm_type
==
wave_form
[
step
])[
0
]
# print('\t' * 6 + '{}'.format(inSpecVals[step]))
suffix
=
[
inSpecVals
[
step
][
0
]]
...
...
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