Skip to content
Snippets Groups Projects
Commit 1db478d3 authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update IMFV122 empty values

parent 0c08867b
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ import numpy
from obspy.core import UTCDateTime
# values that represent missing data points in IAGA2002
EIGHTS = numpy.float64('88888')
NINES = numpy.float64('99999')
EIGHTS = numpy.float64('888888')
NINES = numpy.float64('999999')
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