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
620d3693
Commit
620d3693
authored
Aug 11, 2017
by
Somnath, Suhas
Committed by
CompPhysChris
Aug 14, 2017
Browse files
Correct a swap between rows and columns in BE ODF
parent
c62b8de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
pycroscopy/io/translators/be_odf.py
View file @
620d3693
...
...
@@ -157,7 +157,7 @@ class BEodfTranslator(Translator):
self
.
FFT_BE_wave
=
bin_FFT
ds_pos_ind
,
ds_pos_val
=
build_ind_val_dsets
([
num_
row
s
,
num_
col
s
],
is_spectral
=
False
,
ds_pos_ind
,
ds_pos_val
=
build_ind_val_dsets
([
num_
col
s
,
num_
row
s
],
is_spectral
=
False
,
labels
=
[
'X'
,
'Y'
],
units
=
[
'm'
,
'm'
],
verbose
=
verbose
)
if
isBEPS
:
...
...
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