Skip to content
Snippets Groups Projects

Remove extra disclaimer

1 file
+ 0
16
Compare changes
  • Side-by-side
  • Inline
@@ -384,21 +384,5 @@ class FDSNFactory(TimeseriesFactory):
@@ -384,21 +384,5 @@ class FDSNFactory(TimeseriesFactory):
# Set azimuth in trace.stats.azimuth
# Set azimuth in trace.stats.azimuth
trace.stats.azimuth = azimuth
trace.stats.azimuth = azimuth
# Add comments to trace.stats
if "comments" in trace.stats:
trace.stats.comments.extend(
[
"DISCLAIMER",
"This is provisional data. Any data secured from the USGS database that are identified as provisional have not received Director's approval and are subject to revision. Source and Authority: U.S. Geological Survey Manual, Section 500.24",
"DISCLAIMER",
]
)
else:
trace.stats.comments = [
"DISCLAIMER",
"This is provisional data. Any data secured from the USGS database that are identified as provisional have not received Director's approval and are subject to revision. Source and Authority: U.S. Geological Survey Manual, Section 500.24",
"DISCLAIMER",
]
# Return both azimuth and dip
# Return both azimuth and dip
return azimuth, dip
return azimuth, dip
Loading