Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Javier Quinteros
dastools
Commits
a0bcc386
Commit
a0bcc386
authored
Jan 18, 2020
by
Javier Quinteros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include comments (FIXME) to document a bug
parent
0201c32d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dasscripts/dasconv.py
dasscripts/dasconv.py
+2
-0
No files found.
dasscripts/dasconv.py
View file @
a0bcc386
...
...
@@ -122,6 +122,7 @@ def main():
if
curstream
is
not
None
:
st
=
Stream
([
tr0
])
logs
.
info
(
'Storing channel %s'
%
curstream
)
# FIXME This overwrites the previous chunk of data!
st
.
write
(
'%s.mseed'
%
curstream
,
format
=
'MSEED'
)
# Update which stream is being processed
...
...
@@ -134,6 +135,7 @@ def main():
if
not
args
.
metadata
:
st
=
Stream
([
tr0
])
logs
.
info
(
'Storing channel %s'
%
curstream
)
# FIXME This overwrites the previous chunk of data!
st
.
write
(
'%s.mseed'
%
curstream
,
format
=
'MSEED'
)
...
...
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