Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nexus
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Public
PASSOFT
nexus
Commits
cb9a99fe
Commit
cb9a99fe
authored
7 years ago
by
Lloyd Carothers
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup ms_sum.
parent
fb41c170
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ms_sum.py
+0
-14
0 additions, 14 deletions
ms_sum.py
with
0 additions
and
14 deletions
ms_sum.py
+
0
−
14
View file @
cb9a99fe
...
...
@@ -6,25 +6,11 @@ ms_sum
prints a sync like output ignoring all gaps
'''
import
os
,
sys
import
obspy
from
obspy.io.mseed.core
import
_is_mseed
from
obspy.io.mseed
import
util
# debug testing
# print(__file__)
# print(sys.path)
from
obspyImproved
import
InventoryIm
def
utc_to_str
(
utc
):
line
=
''
line
+=
f
'
{
utc
.
year
:
>
4
d
}
'
line
+=
f
'
{
utc
.
julday
:
>
03
d
}
'
#line += f'{utc.hour:>02d} '
#line += f'{utc.minute:>02d}:'
#line += f'{utc.second:>02d}'
#line += f'.{utc.microsecond:>06d}'
return
line
if
__name__
==
'
__main__
'
:
inv
=
InventoryIm
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment