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

update filter methods in processing __init__

parent defaa8b2
No related branches found
No related tags found
2 merge requests!166Merge branch master into production,!161Filter application
...@@ -5,7 +5,7 @@ and should be considered less stable than other packages in the library. ...@@ -5,7 +5,7 @@ and should be considered less stable than other packages in the library.
""" """
from .factory import get_edge_factory, get_miniseed_factory from .factory import get_edge_factory, get_miniseed_factory
from .derived import adjusted, average, sqdist_minute from .derived import adjusted, average, sqdist_minute
from .obsrio import obsrio_minute, obsrio_second, obsrio_temperatures, obsrio_tenhertz from .filters import minute_filter, second_filter
__all__ = [ __all__ = [
...@@ -13,9 +13,7 @@ __all__ = [ ...@@ -13,9 +13,7 @@ __all__ = [
"average", "average",
"get_edge_factory", "get_edge_factory",
"get_miniseed_factory", "get_miniseed_factory",
"obsrio_minute", "minute_filter",
"obsrio_second", "second_filter",
"obsrio_temperatures",
"obsrio_tenhertz",
"sqdist_minute", "sqdist_minute",
] ]
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