Skip to content
Snippets Groups Projects
Commit c4685398 authored by Claycomb, Abram Earl's avatar Claycomb, Abram Earl Committed by GitHub
Browse files

Merge pull request #127 from jmfee-usgs/more-updates

Update IMFV122 empty values
parents 1637b87c 1db478d3
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ import numpy ...@@ -5,8 +5,8 @@ import numpy
from obspy.core import UTCDateTime from obspy.core import UTCDateTime
# values that represent missing data points in IAGA2002 # values that represent missing data points in IAGA2002
EIGHTS = numpy.float64('88888') EIGHTS = numpy.float64('888888')
NINES = numpy.float64('99999') NINES = numpy.float64('999999')
class IMFV122Parser(object): class IMFV122Parser(object):
......
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