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
Eliu Huerta Escudero
Waveform_Extractor
Commits
9679d9cf
Commit
9679d9cf
authored
Sep 14, 2020
by
Roland Haas
Browse files
add header naming columns
parent
8f64641d
Changes
1
Hide whitespace changes
Inline
Side-by-side
POWER/power.py
View file @
9679d9cf
...
...
@@ -726,4 +726,4 @@ if __name__ == "__main__":
else
:
fn
=
"%s_extrapolated_strain_l%d_m%d.dat"
%
(
sim_name
,
el
,
em
)
path
=
os
.
path
.
join
(
output_directory
,
fn
)
np
.
savetxt
(
path
,
strains
[
radius
][(
el
,
em
)])
np
.
savetxt
(
path
,
strains
[
radius
][(
el
,
em
)]
,
header
=
"1:time 2:Re(h) 3:Im(h)"
)
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