Skip to content
Snippets Groups Projects
Commit e378318c authored by Cain, Payton David's avatar Cain, Payton David Committed by Jeremy M Fee
Browse files

Change location suffix

parent ffed3674
No related branches found
No related tags found
No related merge requests found
...@@ -422,7 +422,7 @@ class MiniSeedFactory(TimeseriesFactory): ...@@ -422,7 +422,7 @@ class MiniSeedFactory(TimeseriesFactory):
elif suffix == "SV": elif suffix == "SV":
location_suffix = "V" location_suffix = "V"
elif suffix == "DDT": elif suffix == "DDT":
location_suffix = "DT" location_suffix = "R"
elif suffix not in ("Bin", "Volt"): elif suffix not in ("Bin", "Volt"):
raise TimeseriesFactoryException( raise TimeseriesFactoryException(
'bad channel suffix "%s", wanted "Dist", "SQ", or "SV"' % suffix 'bad channel suffix "%s", wanted "Dist", "SQ", or "SV"' % suffix
......
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