Skip to content
Snippets Groups Projects
Commit cb9a99fe authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

Cleanup ms_sum.

parent fb41c170
No related branches found
No related tags found
No related merge requests found
......@@ -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:>4d} '
line += f'{utc.julday:>03d} '
#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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment