Skip to content
Snippets Groups Projects
Commit 1e4281ff authored by Cain, Payton David's avatar Cain, Payton David
Browse files

Removes commented convert_voltbin call from FilterAlgorithm

parent 3c3818a9
No related branches found
No related tags found
No related merge requests found
......@@ -113,10 +113,6 @@ class FilterAlgorithm(Algorithm):
out : obspy.core.Stream
stream containing 1 trace per original trace.
"""
# # if input stream is 10 Hz, convert data to nT
# if self.input_sample_period == 0.1:
# stream = self.convert_voltbin(stream)
output_sample_period = self.output_sample_period
input_sample_period = self.input_sample_period
out = Stream()
......
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